1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\ResourceGroups;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **AWS Resource Groups** service.
|
|
|
8 |
* @method \Aws\Result createGroup(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise createGroupAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result deleteGroup(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise deleteGroupAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result getAccountSettings(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise getAccountSettingsAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result getGroup(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise getGroupAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result getGroupConfiguration(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise getGroupConfigurationAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result getGroupQuery(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise getGroupQueryAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result getTags(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise getTagsAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result groupResources(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise groupResourcesAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result listGroupResources(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise listGroupResourcesAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result listGroups(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise listGroupsAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result putGroupConfiguration(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise putGroupConfigurationAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result searchResources(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise searchResourcesAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result tag(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise tagAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result ungroupResources(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise ungroupResourcesAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result untag(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise untagAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result updateAccountSettings(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise updateAccountSettingsAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result updateGroup(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise updateGroupAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result updateGroupQuery(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise updateGroupQueryAsync(array $args = [])
|
|
|
44 |
*/
|
|
|
45 |
class ResourceGroupsClient extends AwsClient {}
|