@aws-sdk/client-batch 3.1087.0 → 3.1089.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/Batch.d.ts +149 -164
- package/dist-types/ts3.4/BatchClient.d.ts +19 -41
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CreateComputeEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateConsumableResourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateJobQueueCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateQuotaShareCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateSchedulingPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateServiceEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteComputeEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConsumableResourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteJobQueueCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteQuotaShareCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteSchedulingPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteServiceEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeregisterJobDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeComputeEnvironmentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeConsumableResourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeJobDefinitionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeJobQueuesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeQuotaShareCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeSchedulingPoliciesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeServiceEnvironmentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeServiceJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetJobQueueSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListConsumableResourcesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListJobsByConsumableResourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/ListQuotaSharesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSchedulingPoliciesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListServiceJobsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RegisterJobDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SubmitJobCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/SubmitServiceJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TerminateJobCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TerminateServiceJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateComputeEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateConsumableResourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateJobQueueCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateQuotaShareCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSchedulingPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateServiceEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateServiceJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +11 -22
- package/dist-types/ts3.4/models/models_0.d.ts +7 -21
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -4,10 +4,7 @@ import {
|
|
|
4
4
|
Paginator,
|
|
5
5
|
} from "@smithy/types";
|
|
6
6
|
import { BatchClient } from "./BatchClient";
|
|
7
|
-
import {
|
|
8
|
-
CancelJobCommandInput,
|
|
9
|
-
CancelJobCommandOutput,
|
|
10
|
-
} from "./commands/CancelJobCommand";
|
|
7
|
+
import { CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand";
|
|
11
8
|
import {
|
|
12
9
|
CreateComputeEnvironmentCommandInput,
|
|
13
10
|
CreateComputeEnvironmentCommandOutput,
|
|
@@ -108,10 +105,7 @@ import {
|
|
|
108
105
|
ListJobsByConsumableResourceCommandInput,
|
|
109
106
|
ListJobsByConsumableResourceCommandOutput,
|
|
110
107
|
} from "./commands/ListJobsByConsumableResourceCommand";
|
|
111
|
-
import {
|
|
112
|
-
ListJobsCommandInput,
|
|
113
|
-
ListJobsCommandOutput,
|
|
114
|
-
} from "./commands/ListJobsCommand";
|
|
108
|
+
import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
115
109
|
import {
|
|
116
110
|
ListQuotaSharesCommandInput,
|
|
117
111
|
ListQuotaSharesCommandOutput,
|
|
@@ -132,18 +126,12 @@ import {
|
|
|
132
126
|
RegisterJobDefinitionCommandInput,
|
|
133
127
|
RegisterJobDefinitionCommandOutput,
|
|
134
128
|
} from "./commands/RegisterJobDefinitionCommand";
|
|
135
|
-
import {
|
|
136
|
-
SubmitJobCommandInput,
|
|
137
|
-
SubmitJobCommandOutput,
|
|
138
|
-
} from "./commands/SubmitJobCommand";
|
|
129
|
+
import { SubmitJobCommandInput, SubmitJobCommandOutput } from "./commands/SubmitJobCommand";
|
|
139
130
|
import {
|
|
140
131
|
SubmitServiceJobCommandInput,
|
|
141
132
|
SubmitServiceJobCommandOutput,
|
|
142
133
|
} from "./commands/SubmitServiceJobCommand";
|
|
143
|
-
import {
|
|
144
|
-
TagResourceCommandInput,
|
|
145
|
-
TagResourceCommandOutput,
|
|
146
|
-
} from "./commands/TagResourceCommand";
|
|
134
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
147
135
|
import {
|
|
148
136
|
TerminateJobCommandInput,
|
|
149
137
|
TerminateJobCommandOutput,
|
|
@@ -187,666 +175,663 @@ import {
|
|
|
187
175
|
export interface Batch {
|
|
188
176
|
cancelJob(
|
|
189
177
|
args: CancelJobCommandInput,
|
|
190
|
-
options?: __HttpHandlerOptions
|
|
178
|
+
options?: __HttpHandlerOptions,
|
|
191
179
|
): Promise<CancelJobCommandOutput>;
|
|
192
180
|
cancelJob(
|
|
193
181
|
args: CancelJobCommandInput,
|
|
194
|
-
cb: (err: any, data?: CancelJobCommandOutput) => void
|
|
182
|
+
cb: (err: any, data?: CancelJobCommandOutput) => void,
|
|
195
183
|
): void;
|
|
196
184
|
cancelJob(
|
|
197
185
|
args: CancelJobCommandInput,
|
|
198
186
|
options: __HttpHandlerOptions,
|
|
199
|
-
cb: (err: any, data?: CancelJobCommandOutput) => void
|
|
187
|
+
cb: (err: any, data?: CancelJobCommandOutput) => void,
|
|
200
188
|
): void;
|
|
201
189
|
createComputeEnvironment(
|
|
202
190
|
args: CreateComputeEnvironmentCommandInput,
|
|
203
|
-
options?: __HttpHandlerOptions
|
|
191
|
+
options?: __HttpHandlerOptions,
|
|
204
192
|
): Promise<CreateComputeEnvironmentCommandOutput>;
|
|
205
193
|
createComputeEnvironment(
|
|
206
194
|
args: CreateComputeEnvironmentCommandInput,
|
|
207
|
-
cb: (err: any, data?: CreateComputeEnvironmentCommandOutput) => void
|
|
195
|
+
cb: (err: any, data?: CreateComputeEnvironmentCommandOutput) => void,
|
|
208
196
|
): void;
|
|
209
197
|
createComputeEnvironment(
|
|
210
198
|
args: CreateComputeEnvironmentCommandInput,
|
|
211
199
|
options: __HttpHandlerOptions,
|
|
212
|
-
cb: (err: any, data?: CreateComputeEnvironmentCommandOutput) => void
|
|
200
|
+
cb: (err: any, data?: CreateComputeEnvironmentCommandOutput) => void,
|
|
213
201
|
): void;
|
|
214
202
|
createConsumableResource(
|
|
215
203
|
args: CreateConsumableResourceCommandInput,
|
|
216
|
-
options?: __HttpHandlerOptions
|
|
204
|
+
options?: __HttpHandlerOptions,
|
|
217
205
|
): Promise<CreateConsumableResourceCommandOutput>;
|
|
218
206
|
createConsumableResource(
|
|
219
207
|
args: CreateConsumableResourceCommandInput,
|
|
220
|
-
cb: (err: any, data?: CreateConsumableResourceCommandOutput) => void
|
|
208
|
+
cb: (err: any, data?: CreateConsumableResourceCommandOutput) => void,
|
|
221
209
|
): void;
|
|
222
210
|
createConsumableResource(
|
|
223
211
|
args: CreateConsumableResourceCommandInput,
|
|
224
212
|
options: __HttpHandlerOptions,
|
|
225
|
-
cb: (err: any, data?: CreateConsumableResourceCommandOutput) => void
|
|
213
|
+
cb: (err: any, data?: CreateConsumableResourceCommandOutput) => void,
|
|
226
214
|
): void;
|
|
227
215
|
createJobQueue(
|
|
228
216
|
args: CreateJobQueueCommandInput,
|
|
229
|
-
options?: __HttpHandlerOptions
|
|
217
|
+
options?: __HttpHandlerOptions,
|
|
230
218
|
): Promise<CreateJobQueueCommandOutput>;
|
|
231
219
|
createJobQueue(
|
|
232
220
|
args: CreateJobQueueCommandInput,
|
|
233
|
-
cb: (err: any, data?: CreateJobQueueCommandOutput) => void
|
|
221
|
+
cb: (err: any, data?: CreateJobQueueCommandOutput) => void,
|
|
234
222
|
): void;
|
|
235
223
|
createJobQueue(
|
|
236
224
|
args: CreateJobQueueCommandInput,
|
|
237
225
|
options: __HttpHandlerOptions,
|
|
238
|
-
cb: (err: any, data?: CreateJobQueueCommandOutput) => void
|
|
226
|
+
cb: (err: any, data?: CreateJobQueueCommandOutput) => void,
|
|
239
227
|
): void;
|
|
240
228
|
createQuotaShare(
|
|
241
229
|
args: CreateQuotaShareCommandInput,
|
|
242
|
-
options?: __HttpHandlerOptions
|
|
230
|
+
options?: __HttpHandlerOptions,
|
|
243
231
|
): Promise<CreateQuotaShareCommandOutput>;
|
|
244
232
|
createQuotaShare(
|
|
245
233
|
args: CreateQuotaShareCommandInput,
|
|
246
|
-
cb: (err: any, data?: CreateQuotaShareCommandOutput) => void
|
|
234
|
+
cb: (err: any, data?: CreateQuotaShareCommandOutput) => void,
|
|
247
235
|
): void;
|
|
248
236
|
createQuotaShare(
|
|
249
237
|
args: CreateQuotaShareCommandInput,
|
|
250
238
|
options: __HttpHandlerOptions,
|
|
251
|
-
cb: (err: any, data?: CreateQuotaShareCommandOutput) => void
|
|
239
|
+
cb: (err: any, data?: CreateQuotaShareCommandOutput) => void,
|
|
252
240
|
): void;
|
|
253
241
|
createSchedulingPolicy(
|
|
254
242
|
args: CreateSchedulingPolicyCommandInput,
|
|
255
|
-
options?: __HttpHandlerOptions
|
|
243
|
+
options?: __HttpHandlerOptions,
|
|
256
244
|
): Promise<CreateSchedulingPolicyCommandOutput>;
|
|
257
245
|
createSchedulingPolicy(
|
|
258
246
|
args: CreateSchedulingPolicyCommandInput,
|
|
259
|
-
cb: (err: any, data?: CreateSchedulingPolicyCommandOutput) => void
|
|
247
|
+
cb: (err: any, data?: CreateSchedulingPolicyCommandOutput) => void,
|
|
260
248
|
): void;
|
|
261
249
|
createSchedulingPolicy(
|
|
262
250
|
args: CreateSchedulingPolicyCommandInput,
|
|
263
251
|
options: __HttpHandlerOptions,
|
|
264
|
-
cb: (err: any, data?: CreateSchedulingPolicyCommandOutput) => void
|
|
252
|
+
cb: (err: any, data?: CreateSchedulingPolicyCommandOutput) => void,
|
|
265
253
|
): void;
|
|
266
254
|
createServiceEnvironment(
|
|
267
255
|
args: CreateServiceEnvironmentCommandInput,
|
|
268
|
-
options?: __HttpHandlerOptions
|
|
256
|
+
options?: __HttpHandlerOptions,
|
|
269
257
|
): Promise<CreateServiceEnvironmentCommandOutput>;
|
|
270
258
|
createServiceEnvironment(
|
|
271
259
|
args: CreateServiceEnvironmentCommandInput,
|
|
272
|
-
cb: (err: any, data?: CreateServiceEnvironmentCommandOutput) => void
|
|
260
|
+
cb: (err: any, data?: CreateServiceEnvironmentCommandOutput) => void,
|
|
273
261
|
): void;
|
|
274
262
|
createServiceEnvironment(
|
|
275
263
|
args: CreateServiceEnvironmentCommandInput,
|
|
276
264
|
options: __HttpHandlerOptions,
|
|
277
|
-
cb: (err: any, data?: CreateServiceEnvironmentCommandOutput) => void
|
|
265
|
+
cb: (err: any, data?: CreateServiceEnvironmentCommandOutput) => void,
|
|
278
266
|
): void;
|
|
279
267
|
deleteComputeEnvironment(
|
|
280
268
|
args: DeleteComputeEnvironmentCommandInput,
|
|
281
|
-
options?: __HttpHandlerOptions
|
|
269
|
+
options?: __HttpHandlerOptions,
|
|
282
270
|
): Promise<DeleteComputeEnvironmentCommandOutput>;
|
|
283
271
|
deleteComputeEnvironment(
|
|
284
272
|
args: DeleteComputeEnvironmentCommandInput,
|
|
285
|
-
cb: (err: any, data?: DeleteComputeEnvironmentCommandOutput) => void
|
|
273
|
+
cb: (err: any, data?: DeleteComputeEnvironmentCommandOutput) => void,
|
|
286
274
|
): void;
|
|
287
275
|
deleteComputeEnvironment(
|
|
288
276
|
args: DeleteComputeEnvironmentCommandInput,
|
|
289
277
|
options: __HttpHandlerOptions,
|
|
290
|
-
cb: (err: any, data?: DeleteComputeEnvironmentCommandOutput) => void
|
|
278
|
+
cb: (err: any, data?: DeleteComputeEnvironmentCommandOutput) => void,
|
|
291
279
|
): void;
|
|
292
280
|
deleteConsumableResource(
|
|
293
281
|
args: DeleteConsumableResourceCommandInput,
|
|
294
|
-
options?: __HttpHandlerOptions
|
|
282
|
+
options?: __HttpHandlerOptions,
|
|
295
283
|
): Promise<DeleteConsumableResourceCommandOutput>;
|
|
296
284
|
deleteConsumableResource(
|
|
297
285
|
args: DeleteConsumableResourceCommandInput,
|
|
298
|
-
cb: (err: any, data?: DeleteConsumableResourceCommandOutput) => void
|
|
286
|
+
cb: (err: any, data?: DeleteConsumableResourceCommandOutput) => void,
|
|
299
287
|
): void;
|
|
300
288
|
deleteConsumableResource(
|
|
301
289
|
args: DeleteConsumableResourceCommandInput,
|
|
302
290
|
options: __HttpHandlerOptions,
|
|
303
|
-
cb: (err: any, data?: DeleteConsumableResourceCommandOutput) => void
|
|
291
|
+
cb: (err: any, data?: DeleteConsumableResourceCommandOutput) => void,
|
|
304
292
|
): void;
|
|
305
293
|
deleteJobQueue(
|
|
306
294
|
args: DeleteJobQueueCommandInput,
|
|
307
|
-
options?: __HttpHandlerOptions
|
|
295
|
+
options?: __HttpHandlerOptions,
|
|
308
296
|
): Promise<DeleteJobQueueCommandOutput>;
|
|
309
297
|
deleteJobQueue(
|
|
310
298
|
args: DeleteJobQueueCommandInput,
|
|
311
|
-
cb: (err: any, data?: DeleteJobQueueCommandOutput) => void
|
|
299
|
+
cb: (err: any, data?: DeleteJobQueueCommandOutput) => void,
|
|
312
300
|
): void;
|
|
313
301
|
deleteJobQueue(
|
|
314
302
|
args: DeleteJobQueueCommandInput,
|
|
315
303
|
options: __HttpHandlerOptions,
|
|
316
|
-
cb: (err: any, data?: DeleteJobQueueCommandOutput) => void
|
|
304
|
+
cb: (err: any, data?: DeleteJobQueueCommandOutput) => void,
|
|
317
305
|
): void;
|
|
318
306
|
deleteQuotaShare(
|
|
319
307
|
args: DeleteQuotaShareCommandInput,
|
|
320
|
-
options?: __HttpHandlerOptions
|
|
308
|
+
options?: __HttpHandlerOptions,
|
|
321
309
|
): Promise<DeleteQuotaShareCommandOutput>;
|
|
322
310
|
deleteQuotaShare(
|
|
323
311
|
args: DeleteQuotaShareCommandInput,
|
|
324
|
-
cb: (err: any, data?: DeleteQuotaShareCommandOutput) => void
|
|
312
|
+
cb: (err: any, data?: DeleteQuotaShareCommandOutput) => void,
|
|
325
313
|
): void;
|
|
326
314
|
deleteQuotaShare(
|
|
327
315
|
args: DeleteQuotaShareCommandInput,
|
|
328
316
|
options: __HttpHandlerOptions,
|
|
329
|
-
cb: (err: any, data?: DeleteQuotaShareCommandOutput) => void
|
|
317
|
+
cb: (err: any, data?: DeleteQuotaShareCommandOutput) => void,
|
|
330
318
|
): void;
|
|
331
319
|
deleteSchedulingPolicy(
|
|
332
320
|
args: DeleteSchedulingPolicyCommandInput,
|
|
333
|
-
options?: __HttpHandlerOptions
|
|
321
|
+
options?: __HttpHandlerOptions,
|
|
334
322
|
): Promise<DeleteSchedulingPolicyCommandOutput>;
|
|
335
323
|
deleteSchedulingPolicy(
|
|
336
324
|
args: DeleteSchedulingPolicyCommandInput,
|
|
337
|
-
cb: (err: any, data?: DeleteSchedulingPolicyCommandOutput) => void
|
|
325
|
+
cb: (err: any, data?: DeleteSchedulingPolicyCommandOutput) => void,
|
|
338
326
|
): void;
|
|
339
327
|
deleteSchedulingPolicy(
|
|
340
328
|
args: DeleteSchedulingPolicyCommandInput,
|
|
341
329
|
options: __HttpHandlerOptions,
|
|
342
|
-
cb: (err: any, data?: DeleteSchedulingPolicyCommandOutput) => void
|
|
330
|
+
cb: (err: any, data?: DeleteSchedulingPolicyCommandOutput) => void,
|
|
343
331
|
): void;
|
|
344
332
|
deleteServiceEnvironment(
|
|
345
333
|
args: DeleteServiceEnvironmentCommandInput,
|
|
346
|
-
options?: __HttpHandlerOptions
|
|
334
|
+
options?: __HttpHandlerOptions,
|
|
347
335
|
): Promise<DeleteServiceEnvironmentCommandOutput>;
|
|
348
336
|
deleteServiceEnvironment(
|
|
349
337
|
args: DeleteServiceEnvironmentCommandInput,
|
|
350
|
-
cb: (err: any, data?: DeleteServiceEnvironmentCommandOutput) => void
|
|
338
|
+
cb: (err: any, data?: DeleteServiceEnvironmentCommandOutput) => void,
|
|
351
339
|
): void;
|
|
352
340
|
deleteServiceEnvironment(
|
|
353
341
|
args: DeleteServiceEnvironmentCommandInput,
|
|
354
342
|
options: __HttpHandlerOptions,
|
|
355
|
-
cb: (err: any, data?: DeleteServiceEnvironmentCommandOutput) => void
|
|
343
|
+
cb: (err: any, data?: DeleteServiceEnvironmentCommandOutput) => void,
|
|
356
344
|
): void;
|
|
357
345
|
deregisterJobDefinition(
|
|
358
346
|
args: DeregisterJobDefinitionCommandInput,
|
|
359
|
-
options?: __HttpHandlerOptions
|
|
347
|
+
options?: __HttpHandlerOptions,
|
|
360
348
|
): Promise<DeregisterJobDefinitionCommandOutput>;
|
|
361
349
|
deregisterJobDefinition(
|
|
362
350
|
args: DeregisterJobDefinitionCommandInput,
|
|
363
|
-
cb: (err: any, data?: DeregisterJobDefinitionCommandOutput) => void
|
|
351
|
+
cb: (err: any, data?: DeregisterJobDefinitionCommandOutput) => void,
|
|
364
352
|
): void;
|
|
365
353
|
deregisterJobDefinition(
|
|
366
354
|
args: DeregisterJobDefinitionCommandInput,
|
|
367
355
|
options: __HttpHandlerOptions,
|
|
368
|
-
cb: (err: any, data?: DeregisterJobDefinitionCommandOutput) => void
|
|
356
|
+
cb: (err: any, data?: DeregisterJobDefinitionCommandOutput) => void,
|
|
369
357
|
): void;
|
|
370
358
|
describeComputeEnvironments(): Promise<DescribeComputeEnvironmentsCommandOutput>;
|
|
371
359
|
describeComputeEnvironments(
|
|
372
360
|
args: DescribeComputeEnvironmentsCommandInput,
|
|
373
|
-
options?: __HttpHandlerOptions
|
|
361
|
+
options?: __HttpHandlerOptions,
|
|
374
362
|
): Promise<DescribeComputeEnvironmentsCommandOutput>;
|
|
375
363
|
describeComputeEnvironments(
|
|
376
364
|
args: DescribeComputeEnvironmentsCommandInput,
|
|
377
|
-
cb: (err: any, data?: DescribeComputeEnvironmentsCommandOutput) => void
|
|
365
|
+
cb: (err: any, data?: DescribeComputeEnvironmentsCommandOutput) => void,
|
|
378
366
|
): void;
|
|
379
367
|
describeComputeEnvironments(
|
|
380
368
|
args: DescribeComputeEnvironmentsCommandInput,
|
|
381
369
|
options: __HttpHandlerOptions,
|
|
382
|
-
cb: (err: any, data?: DescribeComputeEnvironmentsCommandOutput) => void
|
|
370
|
+
cb: (err: any, data?: DescribeComputeEnvironmentsCommandOutput) => void,
|
|
383
371
|
): void;
|
|
384
372
|
describeConsumableResource(
|
|
385
373
|
args: DescribeConsumableResourceCommandInput,
|
|
386
|
-
options?: __HttpHandlerOptions
|
|
374
|
+
options?: __HttpHandlerOptions,
|
|
387
375
|
): Promise<DescribeConsumableResourceCommandOutput>;
|
|
388
376
|
describeConsumableResource(
|
|
389
377
|
args: DescribeConsumableResourceCommandInput,
|
|
390
|
-
cb: (err: any, data?: DescribeConsumableResourceCommandOutput) => void
|
|
378
|
+
cb: (err: any, data?: DescribeConsumableResourceCommandOutput) => void,
|
|
391
379
|
): void;
|
|
392
380
|
describeConsumableResource(
|
|
393
381
|
args: DescribeConsumableResourceCommandInput,
|
|
394
382
|
options: __HttpHandlerOptions,
|
|
395
|
-
cb: (err: any, data?: DescribeConsumableResourceCommandOutput) => void
|
|
383
|
+
cb: (err: any, data?: DescribeConsumableResourceCommandOutput) => void,
|
|
396
384
|
): void;
|
|
397
385
|
describeJobDefinitions(): Promise<DescribeJobDefinitionsCommandOutput>;
|
|
398
386
|
describeJobDefinitions(
|
|
399
387
|
args: DescribeJobDefinitionsCommandInput,
|
|
400
|
-
options?: __HttpHandlerOptions
|
|
388
|
+
options?: __HttpHandlerOptions,
|
|
401
389
|
): Promise<DescribeJobDefinitionsCommandOutput>;
|
|
402
390
|
describeJobDefinitions(
|
|
403
391
|
args: DescribeJobDefinitionsCommandInput,
|
|
404
|
-
cb: (err: any, data?: DescribeJobDefinitionsCommandOutput) => void
|
|
392
|
+
cb: (err: any, data?: DescribeJobDefinitionsCommandOutput) => void,
|
|
405
393
|
): void;
|
|
406
394
|
describeJobDefinitions(
|
|
407
395
|
args: DescribeJobDefinitionsCommandInput,
|
|
408
396
|
options: __HttpHandlerOptions,
|
|
409
|
-
cb: (err: any, data?: DescribeJobDefinitionsCommandOutput) => void
|
|
397
|
+
cb: (err: any, data?: DescribeJobDefinitionsCommandOutput) => void,
|
|
410
398
|
): void;
|
|
411
399
|
describeJobQueues(): Promise<DescribeJobQueuesCommandOutput>;
|
|
412
400
|
describeJobQueues(
|
|
413
401
|
args: DescribeJobQueuesCommandInput,
|
|
414
|
-
options?: __HttpHandlerOptions
|
|
402
|
+
options?: __HttpHandlerOptions,
|
|
415
403
|
): Promise<DescribeJobQueuesCommandOutput>;
|
|
416
404
|
describeJobQueues(
|
|
417
405
|
args: DescribeJobQueuesCommandInput,
|
|
418
|
-
cb: (err: any, data?: DescribeJobQueuesCommandOutput) => void
|
|
406
|
+
cb: (err: any, data?: DescribeJobQueuesCommandOutput) => void,
|
|
419
407
|
): void;
|
|
420
408
|
describeJobQueues(
|
|
421
409
|
args: DescribeJobQueuesCommandInput,
|
|
422
410
|
options: __HttpHandlerOptions,
|
|
423
|
-
cb: (err: any, data?: DescribeJobQueuesCommandOutput) => void
|
|
411
|
+
cb: (err: any, data?: DescribeJobQueuesCommandOutput) => void,
|
|
424
412
|
): void;
|
|
425
413
|
describeJobs(
|
|
426
414
|
args: DescribeJobsCommandInput,
|
|
427
|
-
options?: __HttpHandlerOptions
|
|
415
|
+
options?: __HttpHandlerOptions,
|
|
428
416
|
): Promise<DescribeJobsCommandOutput>;
|
|
429
417
|
describeJobs(
|
|
430
418
|
args: DescribeJobsCommandInput,
|
|
431
|
-
cb: (err: any, data?: DescribeJobsCommandOutput) => void
|
|
419
|
+
cb: (err: any, data?: DescribeJobsCommandOutput) => void,
|
|
432
420
|
): void;
|
|
433
421
|
describeJobs(
|
|
434
422
|
args: DescribeJobsCommandInput,
|
|
435
423
|
options: __HttpHandlerOptions,
|
|
436
|
-
cb: (err: any, data?: DescribeJobsCommandOutput) => void
|
|
424
|
+
cb: (err: any, data?: DescribeJobsCommandOutput) => void,
|
|
437
425
|
): void;
|
|
438
426
|
describeQuotaShare(
|
|
439
427
|
args: DescribeQuotaShareCommandInput,
|
|
440
|
-
options?: __HttpHandlerOptions
|
|
428
|
+
options?: __HttpHandlerOptions,
|
|
441
429
|
): Promise<DescribeQuotaShareCommandOutput>;
|
|
442
430
|
describeQuotaShare(
|
|
443
431
|
args: DescribeQuotaShareCommandInput,
|
|
444
|
-
cb: (err: any, data?: DescribeQuotaShareCommandOutput) => void
|
|
432
|
+
cb: (err: any, data?: DescribeQuotaShareCommandOutput) => void,
|
|
445
433
|
): void;
|
|
446
434
|
describeQuotaShare(
|
|
447
435
|
args: DescribeQuotaShareCommandInput,
|
|
448
436
|
options: __HttpHandlerOptions,
|
|
449
|
-
cb: (err: any, data?: DescribeQuotaShareCommandOutput) => void
|
|
437
|
+
cb: (err: any, data?: DescribeQuotaShareCommandOutput) => void,
|
|
450
438
|
): void;
|
|
451
439
|
describeSchedulingPolicies(
|
|
452
440
|
args: DescribeSchedulingPoliciesCommandInput,
|
|
453
|
-
options?: __HttpHandlerOptions
|
|
441
|
+
options?: __HttpHandlerOptions,
|
|
454
442
|
): Promise<DescribeSchedulingPoliciesCommandOutput>;
|
|
455
443
|
describeSchedulingPolicies(
|
|
456
444
|
args: DescribeSchedulingPoliciesCommandInput,
|
|
457
|
-
cb: (err: any, data?: DescribeSchedulingPoliciesCommandOutput) => void
|
|
445
|
+
cb: (err: any, data?: DescribeSchedulingPoliciesCommandOutput) => void,
|
|
458
446
|
): void;
|
|
459
447
|
describeSchedulingPolicies(
|
|
460
448
|
args: DescribeSchedulingPoliciesCommandInput,
|
|
461
449
|
options: __HttpHandlerOptions,
|
|
462
|
-
cb: (err: any, data?: DescribeSchedulingPoliciesCommandOutput) => void
|
|
450
|
+
cb: (err: any, data?: DescribeSchedulingPoliciesCommandOutput) => void,
|
|
463
451
|
): void;
|
|
464
452
|
describeServiceEnvironments(): Promise<DescribeServiceEnvironmentsCommandOutput>;
|
|
465
453
|
describeServiceEnvironments(
|
|
466
454
|
args: DescribeServiceEnvironmentsCommandInput,
|
|
467
|
-
options?: __HttpHandlerOptions
|
|
455
|
+
options?: __HttpHandlerOptions,
|
|
468
456
|
): Promise<DescribeServiceEnvironmentsCommandOutput>;
|
|
469
457
|
describeServiceEnvironments(
|
|
470
458
|
args: DescribeServiceEnvironmentsCommandInput,
|
|
471
|
-
cb: (err: any, data?: DescribeServiceEnvironmentsCommandOutput) => void
|
|
459
|
+
cb: (err: any, data?: DescribeServiceEnvironmentsCommandOutput) => void,
|
|
472
460
|
): void;
|
|
473
461
|
describeServiceEnvironments(
|
|
474
462
|
args: DescribeServiceEnvironmentsCommandInput,
|
|
475
463
|
options: __HttpHandlerOptions,
|
|
476
|
-
cb: (err: any, data?: DescribeServiceEnvironmentsCommandOutput) => void
|
|
464
|
+
cb: (err: any, data?: DescribeServiceEnvironmentsCommandOutput) => void,
|
|
477
465
|
): void;
|
|
478
466
|
describeServiceJob(
|
|
479
467
|
args: DescribeServiceJobCommandInput,
|
|
480
|
-
options?: __HttpHandlerOptions
|
|
468
|
+
options?: __HttpHandlerOptions,
|
|
481
469
|
): Promise<DescribeServiceJobCommandOutput>;
|
|
482
470
|
describeServiceJob(
|
|
483
471
|
args: DescribeServiceJobCommandInput,
|
|
484
|
-
cb: (err: any, data?: DescribeServiceJobCommandOutput) => void
|
|
472
|
+
cb: (err: any, data?: DescribeServiceJobCommandOutput) => void,
|
|
485
473
|
): void;
|
|
486
474
|
describeServiceJob(
|
|
487
475
|
args: DescribeServiceJobCommandInput,
|
|
488
476
|
options: __HttpHandlerOptions,
|
|
489
|
-
cb: (err: any, data?: DescribeServiceJobCommandOutput) => void
|
|
477
|
+
cb: (err: any, data?: DescribeServiceJobCommandOutput) => void,
|
|
490
478
|
): void;
|
|
491
479
|
getJobQueueSnapshot(
|
|
492
480
|
args: GetJobQueueSnapshotCommandInput,
|
|
493
|
-
options?: __HttpHandlerOptions
|
|
481
|
+
options?: __HttpHandlerOptions,
|
|
494
482
|
): Promise<GetJobQueueSnapshotCommandOutput>;
|
|
495
483
|
getJobQueueSnapshot(
|
|
496
484
|
args: GetJobQueueSnapshotCommandInput,
|
|
497
|
-
cb: (err: any, data?: GetJobQueueSnapshotCommandOutput) => void
|
|
485
|
+
cb: (err: any, data?: GetJobQueueSnapshotCommandOutput) => void,
|
|
498
486
|
): void;
|
|
499
487
|
getJobQueueSnapshot(
|
|
500
488
|
args: GetJobQueueSnapshotCommandInput,
|
|
501
489
|
options: __HttpHandlerOptions,
|
|
502
|
-
cb: (err: any, data?: GetJobQueueSnapshotCommandOutput) => void
|
|
490
|
+
cb: (err: any, data?: GetJobQueueSnapshotCommandOutput) => void,
|
|
503
491
|
): void;
|
|
504
492
|
listConsumableResources(): Promise<ListConsumableResourcesCommandOutput>;
|
|
505
493
|
listConsumableResources(
|
|
506
494
|
args: ListConsumableResourcesCommandInput,
|
|
507
|
-
options?: __HttpHandlerOptions
|
|
495
|
+
options?: __HttpHandlerOptions,
|
|
508
496
|
): Promise<ListConsumableResourcesCommandOutput>;
|
|
509
497
|
listConsumableResources(
|
|
510
498
|
args: ListConsumableResourcesCommandInput,
|
|
511
|
-
cb: (err: any, data?: ListConsumableResourcesCommandOutput) => void
|
|
499
|
+
cb: (err: any, data?: ListConsumableResourcesCommandOutput) => void,
|
|
512
500
|
): void;
|
|
513
501
|
listConsumableResources(
|
|
514
502
|
args: ListConsumableResourcesCommandInput,
|
|
515
503
|
options: __HttpHandlerOptions,
|
|
516
|
-
cb: (err: any, data?: ListConsumableResourcesCommandOutput) => void
|
|
504
|
+
cb: (err: any, data?: ListConsumableResourcesCommandOutput) => void,
|
|
517
505
|
): void;
|
|
518
506
|
listJobs(): Promise<ListJobsCommandOutput>;
|
|
519
507
|
listJobs(
|
|
520
508
|
args: ListJobsCommandInput,
|
|
521
|
-
options?: __HttpHandlerOptions
|
|
509
|
+
options?: __HttpHandlerOptions,
|
|
522
510
|
): Promise<ListJobsCommandOutput>;
|
|
523
|
-
listJobs(
|
|
524
|
-
args: ListJobsCommandInput,
|
|
525
|
-
cb: (err: any, data?: ListJobsCommandOutput) => void
|
|
526
|
-
): void;
|
|
511
|
+
listJobs(args: ListJobsCommandInput, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
|
|
527
512
|
listJobs(
|
|
528
513
|
args: ListJobsCommandInput,
|
|
529
514
|
options: __HttpHandlerOptions,
|
|
530
|
-
cb: (err: any, data?: ListJobsCommandOutput) => void
|
|
515
|
+
cb: (err: any, data?: ListJobsCommandOutput) => void,
|
|
531
516
|
): void;
|
|
532
517
|
listJobsByConsumableResource(
|
|
533
518
|
args: ListJobsByConsumableResourceCommandInput,
|
|
534
|
-
options?: __HttpHandlerOptions
|
|
519
|
+
options?: __HttpHandlerOptions,
|
|
535
520
|
): Promise<ListJobsByConsumableResourceCommandOutput>;
|
|
536
521
|
listJobsByConsumableResource(
|
|
537
522
|
args: ListJobsByConsumableResourceCommandInput,
|
|
538
|
-
cb: (err: any, data?: ListJobsByConsumableResourceCommandOutput) => void
|
|
523
|
+
cb: (err: any, data?: ListJobsByConsumableResourceCommandOutput) => void,
|
|
539
524
|
): void;
|
|
540
525
|
listJobsByConsumableResource(
|
|
541
526
|
args: ListJobsByConsumableResourceCommandInput,
|
|
542
527
|
options: __HttpHandlerOptions,
|
|
543
|
-
cb: (err: any, data?: ListJobsByConsumableResourceCommandOutput) => void
|
|
528
|
+
cb: (err: any, data?: ListJobsByConsumableResourceCommandOutput) => void,
|
|
544
529
|
): void;
|
|
545
530
|
listQuotaShares(
|
|
546
531
|
args: ListQuotaSharesCommandInput,
|
|
547
|
-
options?: __HttpHandlerOptions
|
|
532
|
+
options?: __HttpHandlerOptions,
|
|
548
533
|
): Promise<ListQuotaSharesCommandOutput>;
|
|
549
534
|
listQuotaShares(
|
|
550
535
|
args: ListQuotaSharesCommandInput,
|
|
551
|
-
cb: (err: any, data?: ListQuotaSharesCommandOutput) => void
|
|
536
|
+
cb: (err: any, data?: ListQuotaSharesCommandOutput) => void,
|
|
552
537
|
): void;
|
|
553
538
|
listQuotaShares(
|
|
554
539
|
args: ListQuotaSharesCommandInput,
|
|
555
540
|
options: __HttpHandlerOptions,
|
|
556
|
-
cb: (err: any, data?: ListQuotaSharesCommandOutput) => void
|
|
541
|
+
cb: (err: any, data?: ListQuotaSharesCommandOutput) => void,
|
|
557
542
|
): void;
|
|
558
543
|
listSchedulingPolicies(): Promise<ListSchedulingPoliciesCommandOutput>;
|
|
559
544
|
listSchedulingPolicies(
|
|
560
545
|
args: ListSchedulingPoliciesCommandInput,
|
|
561
|
-
options?: __HttpHandlerOptions
|
|
546
|
+
options?: __HttpHandlerOptions,
|
|
562
547
|
): Promise<ListSchedulingPoliciesCommandOutput>;
|
|
563
548
|
listSchedulingPolicies(
|
|
564
549
|
args: ListSchedulingPoliciesCommandInput,
|
|
565
|
-
cb: (err: any, data?: ListSchedulingPoliciesCommandOutput) => void
|
|
550
|
+
cb: (err: any, data?: ListSchedulingPoliciesCommandOutput) => void,
|
|
566
551
|
): void;
|
|
567
552
|
listSchedulingPolicies(
|
|
568
553
|
args: ListSchedulingPoliciesCommandInput,
|
|
569
554
|
options: __HttpHandlerOptions,
|
|
570
|
-
cb: (err: any, data?: ListSchedulingPoliciesCommandOutput) => void
|
|
555
|
+
cb: (err: any, data?: ListSchedulingPoliciesCommandOutput) => void,
|
|
571
556
|
): void;
|
|
572
557
|
listServiceJobs(): Promise<ListServiceJobsCommandOutput>;
|
|
573
558
|
listServiceJobs(
|
|
574
559
|
args: ListServiceJobsCommandInput,
|
|
575
|
-
options?: __HttpHandlerOptions
|
|
560
|
+
options?: __HttpHandlerOptions,
|
|
576
561
|
): Promise<ListServiceJobsCommandOutput>;
|
|
577
562
|
listServiceJobs(
|
|
578
563
|
args: ListServiceJobsCommandInput,
|
|
579
|
-
cb: (err: any, data?: ListServiceJobsCommandOutput) => void
|
|
564
|
+
cb: (err: any, data?: ListServiceJobsCommandOutput) => void,
|
|
580
565
|
): void;
|
|
581
566
|
listServiceJobs(
|
|
582
567
|
args: ListServiceJobsCommandInput,
|
|
583
568
|
options: __HttpHandlerOptions,
|
|
584
|
-
cb: (err: any, data?: ListServiceJobsCommandOutput) => void
|
|
569
|
+
cb: (err: any, data?: ListServiceJobsCommandOutput) => void,
|
|
585
570
|
): void;
|
|
586
571
|
listTagsForResource(
|
|
587
572
|
args: ListTagsForResourceCommandInput,
|
|
588
|
-
options?: __HttpHandlerOptions
|
|
573
|
+
options?: __HttpHandlerOptions,
|
|
589
574
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
590
575
|
listTagsForResource(
|
|
591
576
|
args: ListTagsForResourceCommandInput,
|
|
592
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
577
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
593
578
|
): void;
|
|
594
579
|
listTagsForResource(
|
|
595
580
|
args: ListTagsForResourceCommandInput,
|
|
596
581
|
options: __HttpHandlerOptions,
|
|
597
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
582
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
598
583
|
): void;
|
|
599
584
|
registerJobDefinition(
|
|
600
585
|
args: RegisterJobDefinitionCommandInput,
|
|
601
|
-
options?: __HttpHandlerOptions
|
|
586
|
+
options?: __HttpHandlerOptions,
|
|
602
587
|
): Promise<RegisterJobDefinitionCommandOutput>;
|
|
603
588
|
registerJobDefinition(
|
|
604
589
|
args: RegisterJobDefinitionCommandInput,
|
|
605
|
-
cb: (err: any, data?: RegisterJobDefinitionCommandOutput) => void
|
|
590
|
+
cb: (err: any, data?: RegisterJobDefinitionCommandOutput) => void,
|
|
606
591
|
): void;
|
|
607
592
|
registerJobDefinition(
|
|
608
593
|
args: RegisterJobDefinitionCommandInput,
|
|
609
594
|
options: __HttpHandlerOptions,
|
|
610
|
-
cb: (err: any, data?: RegisterJobDefinitionCommandOutput) => void
|
|
595
|
+
cb: (err: any, data?: RegisterJobDefinitionCommandOutput) => void,
|
|
611
596
|
): void;
|
|
612
597
|
submitJob(
|
|
613
598
|
args: SubmitJobCommandInput,
|
|
614
|
-
options?: __HttpHandlerOptions
|
|
599
|
+
options?: __HttpHandlerOptions,
|
|
615
600
|
): Promise<SubmitJobCommandOutput>;
|
|
616
601
|
submitJob(
|
|
617
602
|
args: SubmitJobCommandInput,
|
|
618
|
-
cb: (err: any, data?: SubmitJobCommandOutput) => void
|
|
603
|
+
cb: (err: any, data?: SubmitJobCommandOutput) => void,
|
|
619
604
|
): void;
|
|
620
605
|
submitJob(
|
|
621
606
|
args: SubmitJobCommandInput,
|
|
622
607
|
options: __HttpHandlerOptions,
|
|
623
|
-
cb: (err: any, data?: SubmitJobCommandOutput) => void
|
|
608
|
+
cb: (err: any, data?: SubmitJobCommandOutput) => void,
|
|
624
609
|
): void;
|
|
625
610
|
submitServiceJob(
|
|
626
611
|
args: SubmitServiceJobCommandInput,
|
|
627
|
-
options?: __HttpHandlerOptions
|
|
612
|
+
options?: __HttpHandlerOptions,
|
|
628
613
|
): Promise<SubmitServiceJobCommandOutput>;
|
|
629
614
|
submitServiceJob(
|
|
630
615
|
args: SubmitServiceJobCommandInput,
|
|
631
|
-
cb: (err: any, data?: SubmitServiceJobCommandOutput) => void
|
|
616
|
+
cb: (err: any, data?: SubmitServiceJobCommandOutput) => void,
|
|
632
617
|
): void;
|
|
633
618
|
submitServiceJob(
|
|
634
619
|
args: SubmitServiceJobCommandInput,
|
|
635
620
|
options: __HttpHandlerOptions,
|
|
636
|
-
cb: (err: any, data?: SubmitServiceJobCommandOutput) => void
|
|
621
|
+
cb: (err: any, data?: SubmitServiceJobCommandOutput) => void,
|
|
637
622
|
): void;
|
|
638
623
|
tagResource(
|
|
639
624
|
args: TagResourceCommandInput,
|
|
640
|
-
options?: __HttpHandlerOptions
|
|
625
|
+
options?: __HttpHandlerOptions,
|
|
641
626
|
): Promise<TagResourceCommandOutput>;
|
|
642
627
|
tagResource(
|
|
643
628
|
args: TagResourceCommandInput,
|
|
644
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
629
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
645
630
|
): void;
|
|
646
631
|
tagResource(
|
|
647
632
|
args: TagResourceCommandInput,
|
|
648
633
|
options: __HttpHandlerOptions,
|
|
649
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
634
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
650
635
|
): void;
|
|
651
636
|
terminateJob(
|
|
652
637
|
args: TerminateJobCommandInput,
|
|
653
|
-
options?: __HttpHandlerOptions
|
|
638
|
+
options?: __HttpHandlerOptions,
|
|
654
639
|
): Promise<TerminateJobCommandOutput>;
|
|
655
640
|
terminateJob(
|
|
656
641
|
args: TerminateJobCommandInput,
|
|
657
|
-
cb: (err: any, data?: TerminateJobCommandOutput) => void
|
|
642
|
+
cb: (err: any, data?: TerminateJobCommandOutput) => void,
|
|
658
643
|
): void;
|
|
659
644
|
terminateJob(
|
|
660
645
|
args: TerminateJobCommandInput,
|
|
661
646
|
options: __HttpHandlerOptions,
|
|
662
|
-
cb: (err: any, data?: TerminateJobCommandOutput) => void
|
|
647
|
+
cb: (err: any, data?: TerminateJobCommandOutput) => void,
|
|
663
648
|
): void;
|
|
664
649
|
terminateServiceJob(
|
|
665
650
|
args: TerminateServiceJobCommandInput,
|
|
666
|
-
options?: __HttpHandlerOptions
|
|
651
|
+
options?: __HttpHandlerOptions,
|
|
667
652
|
): Promise<TerminateServiceJobCommandOutput>;
|
|
668
653
|
terminateServiceJob(
|
|
669
654
|
args: TerminateServiceJobCommandInput,
|
|
670
|
-
cb: (err: any, data?: TerminateServiceJobCommandOutput) => void
|
|
655
|
+
cb: (err: any, data?: TerminateServiceJobCommandOutput) => void,
|
|
671
656
|
): void;
|
|
672
657
|
terminateServiceJob(
|
|
673
658
|
args: TerminateServiceJobCommandInput,
|
|
674
659
|
options: __HttpHandlerOptions,
|
|
675
|
-
cb: (err: any, data?: TerminateServiceJobCommandOutput) => void
|
|
660
|
+
cb: (err: any, data?: TerminateServiceJobCommandOutput) => void,
|
|
676
661
|
): void;
|
|
677
662
|
untagResource(
|
|
678
663
|
args: UntagResourceCommandInput,
|
|
679
|
-
options?: __HttpHandlerOptions
|
|
664
|
+
options?: __HttpHandlerOptions,
|
|
680
665
|
): Promise<UntagResourceCommandOutput>;
|
|
681
666
|
untagResource(
|
|
682
667
|
args: UntagResourceCommandInput,
|
|
683
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
668
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
684
669
|
): void;
|
|
685
670
|
untagResource(
|
|
686
671
|
args: UntagResourceCommandInput,
|
|
687
672
|
options: __HttpHandlerOptions,
|
|
688
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
673
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
689
674
|
): void;
|
|
690
675
|
updateComputeEnvironment(
|
|
691
676
|
args: UpdateComputeEnvironmentCommandInput,
|
|
692
|
-
options?: __HttpHandlerOptions
|
|
677
|
+
options?: __HttpHandlerOptions,
|
|
693
678
|
): Promise<UpdateComputeEnvironmentCommandOutput>;
|
|
694
679
|
updateComputeEnvironment(
|
|
695
680
|
args: UpdateComputeEnvironmentCommandInput,
|
|
696
|
-
cb: (err: any, data?: UpdateComputeEnvironmentCommandOutput) => void
|
|
681
|
+
cb: (err: any, data?: UpdateComputeEnvironmentCommandOutput) => void,
|
|
697
682
|
): void;
|
|
698
683
|
updateComputeEnvironment(
|
|
699
684
|
args: UpdateComputeEnvironmentCommandInput,
|
|
700
685
|
options: __HttpHandlerOptions,
|
|
701
|
-
cb: (err: any, data?: UpdateComputeEnvironmentCommandOutput) => void
|
|
686
|
+
cb: (err: any, data?: UpdateComputeEnvironmentCommandOutput) => void,
|
|
702
687
|
): void;
|
|
703
688
|
updateConsumableResource(
|
|
704
689
|
args: UpdateConsumableResourceCommandInput,
|
|
705
|
-
options?: __HttpHandlerOptions
|
|
690
|
+
options?: __HttpHandlerOptions,
|
|
706
691
|
): Promise<UpdateConsumableResourceCommandOutput>;
|
|
707
692
|
updateConsumableResource(
|
|
708
693
|
args: UpdateConsumableResourceCommandInput,
|
|
709
|
-
cb: (err: any, data?: UpdateConsumableResourceCommandOutput) => void
|
|
694
|
+
cb: (err: any, data?: UpdateConsumableResourceCommandOutput) => void,
|
|
710
695
|
): void;
|
|
711
696
|
updateConsumableResource(
|
|
712
697
|
args: UpdateConsumableResourceCommandInput,
|
|
713
698
|
options: __HttpHandlerOptions,
|
|
714
|
-
cb: (err: any, data?: UpdateConsumableResourceCommandOutput) => void
|
|
699
|
+
cb: (err: any, data?: UpdateConsumableResourceCommandOutput) => void,
|
|
715
700
|
): void;
|
|
716
701
|
updateJobQueue(
|
|
717
702
|
args: UpdateJobQueueCommandInput,
|
|
718
|
-
options?: __HttpHandlerOptions
|
|
703
|
+
options?: __HttpHandlerOptions,
|
|
719
704
|
): Promise<UpdateJobQueueCommandOutput>;
|
|
720
705
|
updateJobQueue(
|
|
721
706
|
args: UpdateJobQueueCommandInput,
|
|
722
|
-
cb: (err: any, data?: UpdateJobQueueCommandOutput) => void
|
|
707
|
+
cb: (err: any, data?: UpdateJobQueueCommandOutput) => void,
|
|
723
708
|
): void;
|
|
724
709
|
updateJobQueue(
|
|
725
710
|
args: UpdateJobQueueCommandInput,
|
|
726
711
|
options: __HttpHandlerOptions,
|
|
727
|
-
cb: (err: any, data?: UpdateJobQueueCommandOutput) => void
|
|
712
|
+
cb: (err: any, data?: UpdateJobQueueCommandOutput) => void,
|
|
728
713
|
): void;
|
|
729
714
|
updateQuotaShare(
|
|
730
715
|
args: UpdateQuotaShareCommandInput,
|
|
731
|
-
options?: __HttpHandlerOptions
|
|
716
|
+
options?: __HttpHandlerOptions,
|
|
732
717
|
): Promise<UpdateQuotaShareCommandOutput>;
|
|
733
718
|
updateQuotaShare(
|
|
734
719
|
args: UpdateQuotaShareCommandInput,
|
|
735
|
-
cb: (err: any, data?: UpdateQuotaShareCommandOutput) => void
|
|
720
|
+
cb: (err: any, data?: UpdateQuotaShareCommandOutput) => void,
|
|
736
721
|
): void;
|
|
737
722
|
updateQuotaShare(
|
|
738
723
|
args: UpdateQuotaShareCommandInput,
|
|
739
724
|
options: __HttpHandlerOptions,
|
|
740
|
-
cb: (err: any, data?: UpdateQuotaShareCommandOutput) => void
|
|
725
|
+
cb: (err: any, data?: UpdateQuotaShareCommandOutput) => void,
|
|
741
726
|
): void;
|
|
742
727
|
updateSchedulingPolicy(
|
|
743
728
|
args: UpdateSchedulingPolicyCommandInput,
|
|
744
|
-
options?: __HttpHandlerOptions
|
|
729
|
+
options?: __HttpHandlerOptions,
|
|
745
730
|
): Promise<UpdateSchedulingPolicyCommandOutput>;
|
|
746
731
|
updateSchedulingPolicy(
|
|
747
732
|
args: UpdateSchedulingPolicyCommandInput,
|
|
748
|
-
cb: (err: any, data?: UpdateSchedulingPolicyCommandOutput) => void
|
|
733
|
+
cb: (err: any, data?: UpdateSchedulingPolicyCommandOutput) => void,
|
|
749
734
|
): void;
|
|
750
735
|
updateSchedulingPolicy(
|
|
751
736
|
args: UpdateSchedulingPolicyCommandInput,
|
|
752
737
|
options: __HttpHandlerOptions,
|
|
753
|
-
cb: (err: any, data?: UpdateSchedulingPolicyCommandOutput) => void
|
|
738
|
+
cb: (err: any, data?: UpdateSchedulingPolicyCommandOutput) => void,
|
|
754
739
|
): void;
|
|
755
740
|
updateServiceEnvironment(
|
|
756
741
|
args: UpdateServiceEnvironmentCommandInput,
|
|
757
|
-
options?: __HttpHandlerOptions
|
|
742
|
+
options?: __HttpHandlerOptions,
|
|
758
743
|
): Promise<UpdateServiceEnvironmentCommandOutput>;
|
|
759
744
|
updateServiceEnvironment(
|
|
760
745
|
args: UpdateServiceEnvironmentCommandInput,
|
|
761
|
-
cb: (err: any, data?: UpdateServiceEnvironmentCommandOutput) => void
|
|
746
|
+
cb: (err: any, data?: UpdateServiceEnvironmentCommandOutput) => void,
|
|
762
747
|
): void;
|
|
763
748
|
updateServiceEnvironment(
|
|
764
749
|
args: UpdateServiceEnvironmentCommandInput,
|
|
765
750
|
options: __HttpHandlerOptions,
|
|
766
|
-
cb: (err: any, data?: UpdateServiceEnvironmentCommandOutput) => void
|
|
751
|
+
cb: (err: any, data?: UpdateServiceEnvironmentCommandOutput) => void,
|
|
767
752
|
): void;
|
|
768
753
|
updateServiceJob(
|
|
769
754
|
args: UpdateServiceJobCommandInput,
|
|
770
|
-
options?: __HttpHandlerOptions
|
|
755
|
+
options?: __HttpHandlerOptions,
|
|
771
756
|
): Promise<UpdateServiceJobCommandOutput>;
|
|
772
757
|
updateServiceJob(
|
|
773
758
|
args: UpdateServiceJobCommandInput,
|
|
774
|
-
cb: (err: any, data?: UpdateServiceJobCommandOutput) => void
|
|
759
|
+
cb: (err: any, data?: UpdateServiceJobCommandOutput) => void,
|
|
775
760
|
): void;
|
|
776
761
|
updateServiceJob(
|
|
777
762
|
args: UpdateServiceJobCommandInput,
|
|
778
763
|
options: __HttpHandlerOptions,
|
|
779
|
-
cb: (err: any, data?: UpdateServiceJobCommandOutput) => void
|
|
764
|
+
cb: (err: any, data?: UpdateServiceJobCommandOutput) => void,
|
|
780
765
|
): void;
|
|
781
766
|
paginateDescribeComputeEnvironments(
|
|
782
767
|
args?: DescribeComputeEnvironmentsCommandInput,
|
|
783
768
|
paginationConfig?: Pick<
|
|
784
769
|
PaginationConfiguration,
|
|
785
770
|
Exclude<keyof PaginationConfiguration, "client">
|
|
786
|
-
|
|
771
|
+
>,
|
|
787
772
|
): Paginator<DescribeComputeEnvironmentsCommandOutput>;
|
|
788
773
|
paginateDescribeJobDefinitions(
|
|
789
774
|
args?: DescribeJobDefinitionsCommandInput,
|
|
790
775
|
paginationConfig?: Pick<
|
|
791
776
|
PaginationConfiguration,
|
|
792
777
|
Exclude<keyof PaginationConfiguration, "client">
|
|
793
|
-
|
|
778
|
+
>,
|
|
794
779
|
): Paginator<DescribeJobDefinitionsCommandOutput>;
|
|
795
780
|
paginateDescribeJobQueues(
|
|
796
781
|
args?: DescribeJobQueuesCommandInput,
|
|
797
782
|
paginationConfig?: Pick<
|
|
798
783
|
PaginationConfiguration,
|
|
799
784
|
Exclude<keyof PaginationConfiguration, "client">
|
|
800
|
-
|
|
785
|
+
>,
|
|
801
786
|
): Paginator<DescribeJobQueuesCommandOutput>;
|
|
802
787
|
paginateDescribeServiceEnvironments(
|
|
803
788
|
args?: DescribeServiceEnvironmentsCommandInput,
|
|
804
789
|
paginationConfig?: Pick<
|
|
805
790
|
PaginationConfiguration,
|
|
806
791
|
Exclude<keyof PaginationConfiguration, "client">
|
|
807
|
-
|
|
792
|
+
>,
|
|
808
793
|
): Paginator<DescribeServiceEnvironmentsCommandOutput>;
|
|
809
794
|
paginateListConsumableResources(
|
|
810
795
|
args?: ListConsumableResourcesCommandInput,
|
|
811
796
|
paginationConfig?: Pick<
|
|
812
797
|
PaginationConfiguration,
|
|
813
798
|
Exclude<keyof PaginationConfiguration, "client">
|
|
814
|
-
|
|
799
|
+
>,
|
|
815
800
|
): Paginator<ListConsumableResourcesCommandOutput>;
|
|
816
801
|
paginateListJobs(
|
|
817
802
|
args?: ListJobsCommandInput,
|
|
818
803
|
paginationConfig?: Pick<
|
|
819
804
|
PaginationConfiguration,
|
|
820
805
|
Exclude<keyof PaginationConfiguration, "client">
|
|
821
|
-
|
|
806
|
+
>,
|
|
822
807
|
): Paginator<ListJobsCommandOutput>;
|
|
823
808
|
paginateListJobsByConsumableResource(
|
|
824
809
|
args: ListJobsByConsumableResourceCommandInput,
|
|
825
810
|
paginationConfig?: Pick<
|
|
826
811
|
PaginationConfiguration,
|
|
827
812
|
Exclude<keyof PaginationConfiguration, "client">
|
|
828
|
-
|
|
813
|
+
>,
|
|
829
814
|
): Paginator<ListJobsByConsumableResourceCommandOutput>;
|
|
830
815
|
paginateListQuotaShares(
|
|
831
816
|
args: ListQuotaSharesCommandInput,
|
|
832
817
|
paginationConfig?: Pick<
|
|
833
818
|
PaginationConfiguration,
|
|
834
819
|
Exclude<keyof PaginationConfiguration, "client">
|
|
835
|
-
|
|
820
|
+
>,
|
|
836
821
|
): Paginator<ListQuotaSharesCommandOutput>;
|
|
837
822
|
paginateListSchedulingPolicies(
|
|
838
823
|
args?: ListSchedulingPoliciesCommandInput,
|
|
839
824
|
paginationConfig?: Pick<
|
|
840
825
|
PaginationConfiguration,
|
|
841
826
|
Exclude<keyof PaginationConfiguration, "client">
|
|
842
|
-
|
|
827
|
+
>,
|
|
843
828
|
): Paginator<ListSchedulingPoliciesCommandOutput>;
|
|
844
829
|
paginateListServiceJobs(
|
|
845
830
|
args?: ListServiceJobsCommandInput,
|
|
846
831
|
paginationConfig?: Pick<
|
|
847
832
|
PaginationConfiguration,
|
|
848
833
|
Exclude<keyof PaginationConfiguration, "client">
|
|
849
|
-
|
|
834
|
+
>,
|
|
850
835
|
): Paginator<ListServiceJobsCommandOutput>;
|
|
851
836
|
}
|
|
852
837
|
export declare class Batch extends BatchClient implements Batch {}
|