update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
12
vendor/aws/aws-sdk-php/src/Batch/BatchClient.php
vendored
12
vendor/aws/aws-sdk-php/src/Batch/BatchClient.php
vendored
@@ -13,6 +13,8 @@
|
||||
* @method \GuzzleHttp\Promise\Promise createConsumableResourceAsync(array $args = [])
|
||||
* @method \Aws\Result createJobQueue(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createJobQueueAsync(array $args = [])
|
||||
* @method \Aws\Result createQuotaShare(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createQuotaShareAsync(array $args = [])
|
||||
* @method \Aws\Result createSchedulingPolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createSchedulingPolicyAsync(array $args = [])
|
||||
* @method \Aws\Result createServiceEnvironment(array $args = [])
|
||||
@@ -23,6 +25,8 @@
|
||||
* @method \GuzzleHttp\Promise\Promise deleteConsumableResourceAsync(array $args = [])
|
||||
* @method \Aws\Result deleteJobQueue(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteJobQueueAsync(array $args = [])
|
||||
* @method \Aws\Result deleteQuotaShare(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteQuotaShareAsync(array $args = [])
|
||||
* @method \Aws\Result deleteSchedulingPolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteSchedulingPolicyAsync(array $args = [])
|
||||
* @method \Aws\Result deleteServiceEnvironment(array $args = [])
|
||||
@@ -39,6 +43,8 @@
|
||||
* @method \GuzzleHttp\Promise\Promise describeJobQueuesAsync(array $args = [])
|
||||
* @method \Aws\Result describeJobs(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeJobsAsync(array $args = [])
|
||||
* @method \Aws\Result describeQuotaShare(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeQuotaShareAsync(array $args = [])
|
||||
* @method \Aws\Result describeSchedulingPolicies(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeSchedulingPoliciesAsync(array $args = [])
|
||||
* @method \Aws\Result describeServiceEnvironments(array $args = [])
|
||||
@@ -53,6 +59,8 @@
|
||||
* @method \GuzzleHttp\Promise\Promise listJobsAsync(array $args = [])
|
||||
* @method \Aws\Result listJobsByConsumableResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listJobsByConsumableResourceAsync(array $args = [])
|
||||
* @method \Aws\Result listQuotaShares(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listQuotaSharesAsync(array $args = [])
|
||||
* @method \Aws\Result listSchedulingPolicies(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listSchedulingPoliciesAsync(array $args = [])
|
||||
* @method \Aws\Result listServiceJobs(array $args = [])
|
||||
@@ -79,9 +87,13 @@
|
||||
* @method \GuzzleHttp\Promise\Promise updateConsumableResourceAsync(array $args = [])
|
||||
* @method \Aws\Result updateJobQueue(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateJobQueueAsync(array $args = [])
|
||||
* @method \Aws\Result updateQuotaShare(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateQuotaShareAsync(array $args = [])
|
||||
* @method \Aws\Result updateSchedulingPolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateSchedulingPolicyAsync(array $args = [])
|
||||
* @method \Aws\Result updateServiceEnvironment(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateServiceEnvironmentAsync(array $args = [])
|
||||
* @method \Aws\Result updateServiceJob(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateServiceJobAsync(array $args = [])
|
||||
*/
|
||||
class BatchClient extends AwsClient {}
|
||||
|
||||
Reference in New Issue
Block a user