1441 |
ariadna |
1 |
<?php
|
|
|
2 |
namespace Aws\SSMQuickSetup;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **AWS Systems Manager QuickSetup** service.
|
|
|
8 |
* @method \Aws\Result createConfigurationManager(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise createConfigurationManagerAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result deleteConfigurationManager(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise deleteConfigurationManagerAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result getConfiguration(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise getConfigurationAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result getConfigurationManager(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise getConfigurationManagerAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result getServiceSettings(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise getServiceSettingsAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result listConfigurationManagers(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise listConfigurationManagersAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result listConfigurations(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise listConfigurationsAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result listQuickSetupTypes(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise listQuickSetupTypesAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result updateConfigurationDefinition(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise updateConfigurationDefinitionAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result updateConfigurationManager(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise updateConfigurationManagerAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result updateServiceSettings(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise updateServiceSettingsAsync(array $args = [])
|
|
|
36 |
*/
|
|
|
37 |
class SSMQuickSetupClient extends AwsClient {}
|