composer update
This commit is contained in:
12
vendor/aws/aws-sdk-php/src/Ecs/EcsClient.php
vendored
12
vendor/aws/aws-sdk-php/src/Ecs/EcsClient.php
vendored
@@ -10,6 +10,8 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise createClusterAsync(array $args = [])
|
||||
* @method \Aws\Result createService(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createServiceAsync(array $args = [])
|
||||
* @method \Aws\Result deleteAccountSetting(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteAccountSettingAsync(array $args = [])
|
||||
* @method \Aws\Result deleteAttributes(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteAttributesAsync(array $args = [])
|
||||
* @method \Aws\Result deleteCluster(array $args = [])
|
||||
@@ -32,6 +34,8 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise describeTasksAsync(array $args = [])
|
||||
* @method \Aws\Result discoverPollEndpoint(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise discoverPollEndpointAsync(array $args = [])
|
||||
* @method \Aws\Result listAccountSettings(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listAccountSettingsAsync(array $args = [])
|
||||
* @method \Aws\Result listAttributes(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listAttributesAsync(array $args = [])
|
||||
* @method \Aws\Result listClusters(array $args = [])
|
||||
@@ -40,12 +44,16 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise listContainerInstancesAsync(array $args = [])
|
||||
* @method \Aws\Result listServices(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listServicesAsync(array $args = [])
|
||||
* @method \Aws\Result listTagsForResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
||||
* @method \Aws\Result listTaskDefinitionFamilies(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTaskDefinitionFamiliesAsync(array $args = [])
|
||||
* @method \Aws\Result listTaskDefinitions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTaskDefinitionsAsync(array $args = [])
|
||||
* @method \Aws\Result listTasks(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTasksAsync(array $args = [])
|
||||
* @method \Aws\Result putAccountSetting(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putAccountSettingAsync(array $args = [])
|
||||
* @method \Aws\Result putAttributes(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putAttributesAsync(array $args = [])
|
||||
* @method \Aws\Result registerContainerInstance(array $args = [])
|
||||
@@ -62,6 +70,10 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise submitContainerStateChangeAsync(array $args = [])
|
||||
* @method \Aws\Result submitTaskStateChange(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise submitTaskStateChangeAsync(array $args = [])
|
||||
* @method \Aws\Result tagResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
||||
* @method \Aws\Result untagResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
||||
* @method \Aws\Result updateContainerAgent(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateContainerAgentAsync(array $args = [])
|
||||
* @method \Aws\Result updateContainerInstancesState(array $args = [])
|
||||
|
||||
Reference in New Issue
Block a user