@aws-sdk/client-batch 3.927.0 → 3.929.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.
Files changed (61) hide show
  1. package/dist-cjs/index.js +2306 -1659
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/BatchClient.js +2 -0
  4. package/dist-es/commands/CancelJobCommand.js +3 -9
  5. package/dist-es/commands/CreateComputeEnvironmentCommand.js +3 -9
  6. package/dist-es/commands/CreateConsumableResourceCommand.js +3 -9
  7. package/dist-es/commands/CreateJobQueueCommand.js +3 -9
  8. package/dist-es/commands/CreateSchedulingPolicyCommand.js +3 -9
  9. package/dist-es/commands/CreateServiceEnvironmentCommand.js +3 -9
  10. package/dist-es/commands/DeleteComputeEnvironmentCommand.js +3 -9
  11. package/dist-es/commands/DeleteConsumableResourceCommand.js +3 -9
  12. package/dist-es/commands/DeleteJobQueueCommand.js +3 -9
  13. package/dist-es/commands/DeleteSchedulingPolicyCommand.js +3 -9
  14. package/dist-es/commands/DeleteServiceEnvironmentCommand.js +3 -9
  15. package/dist-es/commands/DeregisterJobDefinitionCommand.js +3 -9
  16. package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +3 -9
  17. package/dist-es/commands/DescribeConsumableResourceCommand.js +3 -9
  18. package/dist-es/commands/DescribeJobDefinitionsCommand.js +3 -9
  19. package/dist-es/commands/DescribeJobQueuesCommand.js +3 -9
  20. package/dist-es/commands/DescribeJobsCommand.js +3 -9
  21. package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +3 -9
  22. package/dist-es/commands/DescribeServiceEnvironmentsCommand.js +3 -9
  23. package/dist-es/commands/DescribeServiceJobCommand.js +3 -9
  24. package/dist-es/commands/GetJobQueueSnapshotCommand.js +3 -9
  25. package/dist-es/commands/ListConsumableResourcesCommand.js +3 -9
  26. package/dist-es/commands/ListJobsByConsumableResourceCommand.js +3 -9
  27. package/dist-es/commands/ListJobsCommand.js +3 -9
  28. package/dist-es/commands/ListSchedulingPoliciesCommand.js +3 -9
  29. package/dist-es/commands/ListServiceJobsCommand.js +3 -9
  30. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  31. package/dist-es/commands/RegisterJobDefinitionCommand.js +3 -9
  32. package/dist-es/commands/SubmitJobCommand.js +3 -9
  33. package/dist-es/commands/SubmitServiceJobCommand.js +3 -9
  34. package/dist-es/commands/TagResourceCommand.js +3 -9
  35. package/dist-es/commands/TerminateJobCommand.js +3 -9
  36. package/dist-es/commands/TerminateServiceJobCommand.js +3 -9
  37. package/dist-es/commands/UntagResourceCommand.js +3 -9
  38. package/dist-es/commands/UpdateComputeEnvironmentCommand.js +3 -9
  39. package/dist-es/commands/UpdateConsumableResourceCommand.js +3 -9
  40. package/dist-es/commands/UpdateJobQueueCommand.js +3 -9
  41. package/dist-es/commands/UpdateSchedulingPolicyCommand.js +3 -9
  42. package/dist-es/commands/UpdateServiceEnvironmentCommand.js +3 -9
  43. package/dist-es/runtimeConfig.shared.js +2 -0
  44. package/dist-es/schemas/schemas_0.js +2236 -0
  45. package/dist-types/BatchClient.d.ts +10 -1
  46. package/dist-types/models/models_0.d.ts +45 -57
  47. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  48. package/dist-types/runtimeConfig.d.ts +1 -0
  49. package/dist-types/runtimeConfig.native.d.ts +1 -0
  50. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  51. package/dist-types/schemas/schemas_0.d.ts +301 -0
  52. package/dist-types/ts3.4/BatchClient.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  54. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  55. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  56. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  57. package/dist-types/ts3.4/schemas/schemas_0.d.ts +306 -0
  58. package/package.json +5 -6
  59. package/dist-es/protocols/Aws_restJson1.js +0 -1382
  60. package/dist-types/protocols/Aws_restJson1.d.ts +0 -353
  61. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -473
@@ -1,473 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CancelJobCommandInput,
8
- CancelJobCommandOutput,
9
- } from "../commands/CancelJobCommand";
10
- import {
11
- CreateComputeEnvironmentCommandInput,
12
- CreateComputeEnvironmentCommandOutput,
13
- } from "../commands/CreateComputeEnvironmentCommand";
14
- import {
15
- CreateConsumableResourceCommandInput,
16
- CreateConsumableResourceCommandOutput,
17
- } from "../commands/CreateConsumableResourceCommand";
18
- import {
19
- CreateJobQueueCommandInput,
20
- CreateJobQueueCommandOutput,
21
- } from "../commands/CreateJobQueueCommand";
22
- import {
23
- CreateSchedulingPolicyCommandInput,
24
- CreateSchedulingPolicyCommandOutput,
25
- } from "../commands/CreateSchedulingPolicyCommand";
26
- import {
27
- CreateServiceEnvironmentCommandInput,
28
- CreateServiceEnvironmentCommandOutput,
29
- } from "../commands/CreateServiceEnvironmentCommand";
30
- import {
31
- DeleteComputeEnvironmentCommandInput,
32
- DeleteComputeEnvironmentCommandOutput,
33
- } from "../commands/DeleteComputeEnvironmentCommand";
34
- import {
35
- DeleteConsumableResourceCommandInput,
36
- DeleteConsumableResourceCommandOutput,
37
- } from "../commands/DeleteConsumableResourceCommand";
38
- import {
39
- DeleteJobQueueCommandInput,
40
- DeleteJobQueueCommandOutput,
41
- } from "../commands/DeleteJobQueueCommand";
42
- import {
43
- DeleteSchedulingPolicyCommandInput,
44
- DeleteSchedulingPolicyCommandOutput,
45
- } from "../commands/DeleteSchedulingPolicyCommand";
46
- import {
47
- DeleteServiceEnvironmentCommandInput,
48
- DeleteServiceEnvironmentCommandOutput,
49
- } from "../commands/DeleteServiceEnvironmentCommand";
50
- import {
51
- DeregisterJobDefinitionCommandInput,
52
- DeregisterJobDefinitionCommandOutput,
53
- } from "../commands/DeregisterJobDefinitionCommand";
54
- import {
55
- DescribeComputeEnvironmentsCommandInput,
56
- DescribeComputeEnvironmentsCommandOutput,
57
- } from "../commands/DescribeComputeEnvironmentsCommand";
58
- import {
59
- DescribeConsumableResourceCommandInput,
60
- DescribeConsumableResourceCommandOutput,
61
- } from "../commands/DescribeConsumableResourceCommand";
62
- import {
63
- DescribeJobDefinitionsCommandInput,
64
- DescribeJobDefinitionsCommandOutput,
65
- } from "../commands/DescribeJobDefinitionsCommand";
66
- import {
67
- DescribeJobQueuesCommandInput,
68
- DescribeJobQueuesCommandOutput,
69
- } from "../commands/DescribeJobQueuesCommand";
70
- import {
71
- DescribeJobsCommandInput,
72
- DescribeJobsCommandOutput,
73
- } from "../commands/DescribeJobsCommand";
74
- import {
75
- DescribeSchedulingPoliciesCommandInput,
76
- DescribeSchedulingPoliciesCommandOutput,
77
- } from "../commands/DescribeSchedulingPoliciesCommand";
78
- import {
79
- DescribeServiceEnvironmentsCommandInput,
80
- DescribeServiceEnvironmentsCommandOutput,
81
- } from "../commands/DescribeServiceEnvironmentsCommand";
82
- import {
83
- DescribeServiceJobCommandInput,
84
- DescribeServiceJobCommandOutput,
85
- } from "../commands/DescribeServiceJobCommand";
86
- import {
87
- GetJobQueueSnapshotCommandInput,
88
- GetJobQueueSnapshotCommandOutput,
89
- } from "../commands/GetJobQueueSnapshotCommand";
90
- import {
91
- ListConsumableResourcesCommandInput,
92
- ListConsumableResourcesCommandOutput,
93
- } from "../commands/ListConsumableResourcesCommand";
94
- import {
95
- ListJobsByConsumableResourceCommandInput,
96
- ListJobsByConsumableResourceCommandOutput,
97
- } from "../commands/ListJobsByConsumableResourceCommand";
98
- import {
99
- ListJobsCommandInput,
100
- ListJobsCommandOutput,
101
- } from "../commands/ListJobsCommand";
102
- import {
103
- ListSchedulingPoliciesCommandInput,
104
- ListSchedulingPoliciesCommandOutput,
105
- } from "../commands/ListSchedulingPoliciesCommand";
106
- import {
107
- ListServiceJobsCommandInput,
108
- ListServiceJobsCommandOutput,
109
- } from "../commands/ListServiceJobsCommand";
110
- import {
111
- ListTagsForResourceCommandInput,
112
- ListTagsForResourceCommandOutput,
113
- } from "../commands/ListTagsForResourceCommand";
114
- import {
115
- RegisterJobDefinitionCommandInput,
116
- RegisterJobDefinitionCommandOutput,
117
- } from "../commands/RegisterJobDefinitionCommand";
118
- import {
119
- SubmitJobCommandInput,
120
- SubmitJobCommandOutput,
121
- } from "../commands/SubmitJobCommand";
122
- import {
123
- SubmitServiceJobCommandInput,
124
- SubmitServiceJobCommandOutput,
125
- } from "../commands/SubmitServiceJobCommand";
126
- import {
127
- TagResourceCommandInput,
128
- TagResourceCommandOutput,
129
- } from "../commands/TagResourceCommand";
130
- import {
131
- TerminateJobCommandInput,
132
- TerminateJobCommandOutput,
133
- } from "../commands/TerminateJobCommand";
134
- import {
135
- TerminateServiceJobCommandInput,
136
- TerminateServiceJobCommandOutput,
137
- } from "../commands/TerminateServiceJobCommand";
138
- import {
139
- UntagResourceCommandInput,
140
- UntagResourceCommandOutput,
141
- } from "../commands/UntagResourceCommand";
142
- import {
143
- UpdateComputeEnvironmentCommandInput,
144
- UpdateComputeEnvironmentCommandOutput,
145
- } from "../commands/UpdateComputeEnvironmentCommand";
146
- import {
147
- UpdateConsumableResourceCommandInput,
148
- UpdateConsumableResourceCommandOutput,
149
- } from "../commands/UpdateConsumableResourceCommand";
150
- import {
151
- UpdateJobQueueCommandInput,
152
- UpdateJobQueueCommandOutput,
153
- } from "../commands/UpdateJobQueueCommand";
154
- import {
155
- UpdateSchedulingPolicyCommandInput,
156
- UpdateSchedulingPolicyCommandOutput,
157
- } from "../commands/UpdateSchedulingPolicyCommand";
158
- import {
159
- UpdateServiceEnvironmentCommandInput,
160
- UpdateServiceEnvironmentCommandOutput,
161
- } from "../commands/UpdateServiceEnvironmentCommand";
162
- export declare const se_CancelJobCommand: (
163
- input: CancelJobCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_CreateComputeEnvironmentCommand: (
167
- input: CreateComputeEnvironmentCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_CreateConsumableResourceCommand: (
171
- input: CreateConsumableResourceCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_CreateJobQueueCommand: (
175
- input: CreateJobQueueCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_CreateSchedulingPolicyCommand: (
179
- input: CreateSchedulingPolicyCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_CreateServiceEnvironmentCommand: (
183
- input: CreateServiceEnvironmentCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_DeleteComputeEnvironmentCommand: (
187
- input: DeleteComputeEnvironmentCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_DeleteConsumableResourceCommand: (
191
- input: DeleteConsumableResourceCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_DeleteJobQueueCommand: (
195
- input: DeleteJobQueueCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_DeleteSchedulingPolicyCommand: (
199
- input: DeleteSchedulingPolicyCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_DeleteServiceEnvironmentCommand: (
203
- input: DeleteServiceEnvironmentCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_DeregisterJobDefinitionCommand: (
207
- input: DeregisterJobDefinitionCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_DescribeComputeEnvironmentsCommand: (
211
- input: DescribeComputeEnvironmentsCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_DescribeConsumableResourceCommand: (
215
- input: DescribeConsumableResourceCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_DescribeJobDefinitionsCommand: (
219
- input: DescribeJobDefinitionsCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_DescribeJobQueuesCommand: (
223
- input: DescribeJobQueuesCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_DescribeJobsCommand: (
227
- input: DescribeJobsCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_DescribeSchedulingPoliciesCommand: (
231
- input: DescribeSchedulingPoliciesCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_DescribeServiceEnvironmentsCommand: (
235
- input: DescribeServiceEnvironmentsCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_DescribeServiceJobCommand: (
239
- input: DescribeServiceJobCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_GetJobQueueSnapshotCommand: (
243
- input: GetJobQueueSnapshotCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_ListConsumableResourcesCommand: (
247
- input: ListConsumableResourcesCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_ListJobsCommand: (
251
- input: ListJobsCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_ListJobsByConsumableResourceCommand: (
255
- input: ListJobsByConsumableResourceCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_ListSchedulingPoliciesCommand: (
259
- input: ListSchedulingPoliciesCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_ListServiceJobsCommand: (
263
- input: ListServiceJobsCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_ListTagsForResourceCommand: (
267
- input: ListTagsForResourceCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_RegisterJobDefinitionCommand: (
271
- input: RegisterJobDefinitionCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_SubmitJobCommand: (
275
- input: SubmitJobCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_SubmitServiceJobCommand: (
279
- input: SubmitServiceJobCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_TagResourceCommand: (
283
- input: TagResourceCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_TerminateJobCommand: (
287
- input: TerminateJobCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_TerminateServiceJobCommand: (
291
- input: TerminateServiceJobCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_UntagResourceCommand: (
295
- input: UntagResourceCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_UpdateComputeEnvironmentCommand: (
299
- input: UpdateComputeEnvironmentCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_UpdateConsumableResourceCommand: (
303
- input: UpdateConsumableResourceCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_UpdateJobQueueCommand: (
307
- input: UpdateJobQueueCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_UpdateSchedulingPolicyCommand: (
311
- input: UpdateSchedulingPolicyCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_UpdateServiceEnvironmentCommand: (
315
- input: UpdateServiceEnvironmentCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const de_CancelJobCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<CancelJobCommandOutput>;
322
- export declare const de_CreateComputeEnvironmentCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<CreateComputeEnvironmentCommandOutput>;
326
- export declare const de_CreateConsumableResourceCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<CreateConsumableResourceCommandOutput>;
330
- export declare const de_CreateJobQueueCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<CreateJobQueueCommandOutput>;
334
- export declare const de_CreateSchedulingPolicyCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<CreateSchedulingPolicyCommandOutput>;
338
- export declare const de_CreateServiceEnvironmentCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<CreateServiceEnvironmentCommandOutput>;
342
- export declare const de_DeleteComputeEnvironmentCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<DeleteComputeEnvironmentCommandOutput>;
346
- export declare const de_DeleteConsumableResourceCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<DeleteConsumableResourceCommandOutput>;
350
- export declare const de_DeleteJobQueueCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<DeleteJobQueueCommandOutput>;
354
- export declare const de_DeleteSchedulingPolicyCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<DeleteSchedulingPolicyCommandOutput>;
358
- export declare const de_DeleteServiceEnvironmentCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<DeleteServiceEnvironmentCommandOutput>;
362
- export declare const de_DeregisterJobDefinitionCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<DeregisterJobDefinitionCommandOutput>;
366
- export declare const de_DescribeComputeEnvironmentsCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<DescribeComputeEnvironmentsCommandOutput>;
370
- export declare const de_DescribeConsumableResourceCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<DescribeConsumableResourceCommandOutput>;
374
- export declare const de_DescribeJobDefinitionsCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<DescribeJobDefinitionsCommandOutput>;
378
- export declare const de_DescribeJobQueuesCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<DescribeJobQueuesCommandOutput>;
382
- export declare const de_DescribeJobsCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<DescribeJobsCommandOutput>;
386
- export declare const de_DescribeSchedulingPoliciesCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<DescribeSchedulingPoliciesCommandOutput>;
390
- export declare const de_DescribeServiceEnvironmentsCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<DescribeServiceEnvironmentsCommandOutput>;
394
- export declare const de_DescribeServiceJobCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<DescribeServiceJobCommandOutput>;
398
- export declare const de_GetJobQueueSnapshotCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<GetJobQueueSnapshotCommandOutput>;
402
- export declare const de_ListConsumableResourcesCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<ListConsumableResourcesCommandOutput>;
406
- export declare const de_ListJobsCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<ListJobsCommandOutput>;
410
- export declare const de_ListJobsByConsumableResourceCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<ListJobsByConsumableResourceCommandOutput>;
414
- export declare const de_ListSchedulingPoliciesCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<ListSchedulingPoliciesCommandOutput>;
418
- export declare const de_ListServiceJobsCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<ListServiceJobsCommandOutput>;
422
- export declare const de_ListTagsForResourceCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<ListTagsForResourceCommandOutput>;
426
- export declare const de_RegisterJobDefinitionCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<RegisterJobDefinitionCommandOutput>;
430
- export declare const de_SubmitJobCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<SubmitJobCommandOutput>;
434
- export declare const de_SubmitServiceJobCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<SubmitServiceJobCommandOutput>;
438
- export declare const de_TagResourceCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<TagResourceCommandOutput>;
442
- export declare const de_TerminateJobCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<TerminateJobCommandOutput>;
446
- export declare const de_TerminateServiceJobCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<TerminateServiceJobCommandOutput>;
450
- export declare const de_UntagResourceCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<UntagResourceCommandOutput>;
454
- export declare const de_UpdateComputeEnvironmentCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<UpdateComputeEnvironmentCommandOutput>;
458
- export declare const de_UpdateConsumableResourceCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<UpdateConsumableResourceCommandOutput>;
462
- export declare const de_UpdateJobQueueCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<UpdateJobQueueCommandOutput>;
466
- export declare const de_UpdateSchedulingPolicyCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<UpdateSchedulingPolicyCommandOutput>;
470
- export declare const de_UpdateServiceEnvironmentCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<UpdateServiceEnvironmentCommandOutput>;