|
13 | 13 | * @method \GuzzleHttp\Promise\Promise createConsumableResourceAsync(array $args = []) |
14 | 14 | * @method \Aws\Result createJobQueue(array $args = []) |
15 | 15 | * @method \GuzzleHttp\Promise\Promise createJobQueueAsync(array $args = []) |
| 16 | + * @method \Aws\Result createQuotaShare(array $args = []) |
| 17 | + * @method \GuzzleHttp\Promise\Promise createQuotaShareAsync(array $args = []) |
16 | 18 | * @method \Aws\Result createSchedulingPolicy(array $args = []) |
17 | 19 | * @method \GuzzleHttp\Promise\Promise createSchedulingPolicyAsync(array $args = []) |
18 | 20 | * @method \Aws\Result createServiceEnvironment(array $args = []) |
|
23 | 25 | * @method \GuzzleHttp\Promise\Promise deleteConsumableResourceAsync(array $args = []) |
24 | 26 | * @method \Aws\Result deleteJobQueue(array $args = []) |
25 | 27 | * @method \GuzzleHttp\Promise\Promise deleteJobQueueAsync(array $args = []) |
| 28 | + * @method \Aws\Result deleteQuotaShare(array $args = []) |
| 29 | + * @method \GuzzleHttp\Promise\Promise deleteQuotaShareAsync(array $args = []) |
26 | 30 | * @method \Aws\Result deleteSchedulingPolicy(array $args = []) |
27 | 31 | * @method \GuzzleHttp\Promise\Promise deleteSchedulingPolicyAsync(array $args = []) |
28 | 32 | * @method \Aws\Result deleteServiceEnvironment(array $args = []) |
|
39 | 43 | * @method \GuzzleHttp\Promise\Promise describeJobQueuesAsync(array $args = []) |
40 | 44 | * @method \Aws\Result describeJobs(array $args = []) |
41 | 45 | * @method \GuzzleHttp\Promise\Promise describeJobsAsync(array $args = []) |
| 46 | + * @method \Aws\Result describeQuotaShare(array $args = []) |
| 47 | + * @method \GuzzleHttp\Promise\Promise describeQuotaShareAsync(array $args = []) |
42 | 48 | * @method \Aws\Result describeSchedulingPolicies(array $args = []) |
43 | 49 | * @method \GuzzleHttp\Promise\Promise describeSchedulingPoliciesAsync(array $args = []) |
44 | 50 | * @method \Aws\Result describeServiceEnvironments(array $args = []) |
|
53 | 59 | * @method \GuzzleHttp\Promise\Promise listJobsAsync(array $args = []) |
54 | 60 | * @method \Aws\Result listJobsByConsumableResource(array $args = []) |
55 | 61 | * @method \GuzzleHttp\Promise\Promise listJobsByConsumableResourceAsync(array $args = []) |
| 62 | + * @method \Aws\Result listQuotaShares(array $args = []) |
| 63 | + * @method \GuzzleHttp\Promise\Promise listQuotaSharesAsync(array $args = []) |
56 | 64 | * @method \Aws\Result listSchedulingPolicies(array $args = []) |
57 | 65 | * @method \GuzzleHttp\Promise\Promise listSchedulingPoliciesAsync(array $args = []) |
58 | 66 | * @method \Aws\Result listServiceJobs(array $args = []) |
|
79 | 87 | * @method \GuzzleHttp\Promise\Promise updateConsumableResourceAsync(array $args = []) |
80 | 88 | * @method \Aws\Result updateJobQueue(array $args = []) |
81 | 89 | * @method \GuzzleHttp\Promise\Promise updateJobQueueAsync(array $args = []) |
| 90 | + * @method \Aws\Result updateQuotaShare(array $args = []) |
| 91 | + * @method \GuzzleHttp\Promise\Promise updateQuotaShareAsync(array $args = []) |
82 | 92 | * @method \Aws\Result updateSchedulingPolicy(array $args = []) |
83 | 93 | * @method \GuzzleHttp\Promise\Promise updateSchedulingPolicyAsync(array $args = []) |
84 | 94 | * @method \Aws\Result updateServiceEnvironment(array $args = []) |
85 | 95 | * @method \GuzzleHttp\Promise\Promise updateServiceEnvironmentAsync(array $args = []) |
| 96 | + * @method \Aws\Result updateServiceJob(array $args = []) |
| 97 | + * @method \GuzzleHttp\Promise\Promise updateServiceJobAsync(array $args = []) |
86 | 98 | */ |
87 | 99 | class BatchClient extends AwsClient {} |
0 commit comments