@aws-sdk/client-ecs 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 (84) hide show
  1. package/dist-cjs/index.js +3726 -3105
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ECSClient.js +2 -0
  4. package/dist-es/commands/CreateCapacityProviderCommand.js +3 -9
  5. package/dist-es/commands/CreateClusterCommand.js +3 -9
  6. package/dist-es/commands/CreateServiceCommand.js +3 -9
  7. package/dist-es/commands/CreateTaskSetCommand.js +3 -9
  8. package/dist-es/commands/DeleteAccountSettingCommand.js +3 -9
  9. package/dist-es/commands/DeleteAttributesCommand.js +3 -9
  10. package/dist-es/commands/DeleteCapacityProviderCommand.js +3 -9
  11. package/dist-es/commands/DeleteClusterCommand.js +3 -9
  12. package/dist-es/commands/DeleteServiceCommand.js +3 -9
  13. package/dist-es/commands/DeleteTaskDefinitionsCommand.js +3 -9
  14. package/dist-es/commands/DeleteTaskSetCommand.js +3 -9
  15. package/dist-es/commands/DeregisterContainerInstanceCommand.js +3 -9
  16. package/dist-es/commands/DeregisterTaskDefinitionCommand.js +3 -9
  17. package/dist-es/commands/DescribeCapacityProvidersCommand.js +3 -9
  18. package/dist-es/commands/DescribeClustersCommand.js +3 -9
  19. package/dist-es/commands/DescribeContainerInstancesCommand.js +3 -9
  20. package/dist-es/commands/DescribeServiceDeploymentsCommand.js +3 -9
  21. package/dist-es/commands/DescribeServiceRevisionsCommand.js +3 -9
  22. package/dist-es/commands/DescribeServicesCommand.js +3 -9
  23. package/dist-es/commands/DescribeTaskDefinitionCommand.js +3 -9
  24. package/dist-es/commands/DescribeTaskSetsCommand.js +3 -9
  25. package/dist-es/commands/DescribeTasksCommand.js +3 -9
  26. package/dist-es/commands/DiscoverPollEndpointCommand.js +3 -9
  27. package/dist-es/commands/ExecuteCommandCommand.js +3 -10
  28. package/dist-es/commands/GetTaskProtectionCommand.js +3 -9
  29. package/dist-es/commands/ListAccountSettingsCommand.js +3 -9
  30. package/dist-es/commands/ListAttributesCommand.js +3 -9
  31. package/dist-es/commands/ListClustersCommand.js +3 -9
  32. package/dist-es/commands/ListContainerInstancesCommand.js +3 -9
  33. package/dist-es/commands/ListServiceDeploymentsCommand.js +3 -9
  34. package/dist-es/commands/ListServicesByNamespaceCommand.js +3 -9
  35. package/dist-es/commands/ListServicesCommand.js +3 -9
  36. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  37. package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +3 -9
  38. package/dist-es/commands/ListTaskDefinitionsCommand.js +3 -9
  39. package/dist-es/commands/ListTasksCommand.js +3 -9
  40. package/dist-es/commands/PutAccountSettingCommand.js +3 -9
  41. package/dist-es/commands/PutAccountSettingDefaultCommand.js +3 -9
  42. package/dist-es/commands/PutAttributesCommand.js +3 -9
  43. package/dist-es/commands/PutClusterCapacityProvidersCommand.js +3 -9
  44. package/dist-es/commands/RegisterContainerInstanceCommand.js +3 -9
  45. package/dist-es/commands/RegisterTaskDefinitionCommand.js +3 -9
  46. package/dist-es/commands/RunTaskCommand.js +3 -9
  47. package/dist-es/commands/StartTaskCommand.js +3 -9
  48. package/dist-es/commands/StopServiceDeploymentCommand.js +3 -9
  49. package/dist-es/commands/StopTaskCommand.js +3 -9
  50. package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +3 -9
  51. package/dist-es/commands/SubmitContainerStateChangeCommand.js +3 -9
  52. package/dist-es/commands/SubmitTaskStateChangeCommand.js +3 -9
  53. package/dist-es/commands/TagResourceCommand.js +3 -9
  54. package/dist-es/commands/UntagResourceCommand.js +3 -9
  55. package/dist-es/commands/UpdateCapacityProviderCommand.js +3 -9
  56. package/dist-es/commands/UpdateClusterCommand.js +3 -9
  57. package/dist-es/commands/UpdateClusterSettingsCommand.js +3 -9
  58. package/dist-es/commands/UpdateContainerAgentCommand.js +3 -9
  59. package/dist-es/commands/UpdateContainerInstancesStateCommand.js +3 -9
  60. package/dist-es/commands/UpdateServiceCommand.js +3 -9
  61. package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +3 -9
  62. package/dist-es/commands/UpdateTaskProtectionCommand.js +3 -9
  63. package/dist-es/commands/UpdateTaskSetCommand.js +3 -9
  64. package/dist-es/models/models_0.js +0 -9
  65. package/dist-es/runtimeConfig.shared.js +7 -0
  66. package/dist-es/schemas/schemas_0.js +3541 -0
  67. package/dist-types/ECSClient.d.ts +10 -1
  68. package/dist-types/models/models_0.d.ts +0 -8
  69. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  70. package/dist-types/runtimeConfig.d.ts +1 -0
  71. package/dist-types/runtimeConfig.native.d.ts +1 -0
  72. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  73. package/dist-types/schemas/schemas_0.d.ts +446 -0
  74. package/dist-types/ts3.4/ECSClient.d.ts +4 -0
  75. package/dist-types/ts3.4/models/models_0.d.ts +0 -4
  76. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  77. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  79. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  80. package/dist-types/ts3.4/schemas/schemas_0.d.ts +452 -0
  81. package/package.json +5 -6
  82. package/dist-es/protocols/Aws_json1_1.js +0 -2596
  83. package/dist-types/protocols/Aws_json1_1.d.ts +0 -542
  84. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -725
@@ -1,725 +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
- CreateCapacityProviderCommandInput,
8
- CreateCapacityProviderCommandOutput,
9
- } from "../commands/CreateCapacityProviderCommand";
10
- import {
11
- CreateClusterCommandInput,
12
- CreateClusterCommandOutput,
13
- } from "../commands/CreateClusterCommand";
14
- import {
15
- CreateServiceCommandInput,
16
- CreateServiceCommandOutput,
17
- } from "../commands/CreateServiceCommand";
18
- import {
19
- CreateTaskSetCommandInput,
20
- CreateTaskSetCommandOutput,
21
- } from "../commands/CreateTaskSetCommand";
22
- import {
23
- DeleteAccountSettingCommandInput,
24
- DeleteAccountSettingCommandOutput,
25
- } from "../commands/DeleteAccountSettingCommand";
26
- import {
27
- DeleteAttributesCommandInput,
28
- DeleteAttributesCommandOutput,
29
- } from "../commands/DeleteAttributesCommand";
30
- import {
31
- DeleteCapacityProviderCommandInput,
32
- DeleteCapacityProviderCommandOutput,
33
- } from "../commands/DeleteCapacityProviderCommand";
34
- import {
35
- DeleteClusterCommandInput,
36
- DeleteClusterCommandOutput,
37
- } from "../commands/DeleteClusterCommand";
38
- import {
39
- DeleteServiceCommandInput,
40
- DeleteServiceCommandOutput,
41
- } from "../commands/DeleteServiceCommand";
42
- import {
43
- DeleteTaskDefinitionsCommandInput,
44
- DeleteTaskDefinitionsCommandOutput,
45
- } from "../commands/DeleteTaskDefinitionsCommand";
46
- import {
47
- DeleteTaskSetCommandInput,
48
- DeleteTaskSetCommandOutput,
49
- } from "../commands/DeleteTaskSetCommand";
50
- import {
51
- DeregisterContainerInstanceCommandInput,
52
- DeregisterContainerInstanceCommandOutput,
53
- } from "../commands/DeregisterContainerInstanceCommand";
54
- import {
55
- DeregisterTaskDefinitionCommandInput,
56
- DeregisterTaskDefinitionCommandOutput,
57
- } from "../commands/DeregisterTaskDefinitionCommand";
58
- import {
59
- DescribeCapacityProvidersCommandInput,
60
- DescribeCapacityProvidersCommandOutput,
61
- } from "../commands/DescribeCapacityProvidersCommand";
62
- import {
63
- DescribeClustersCommandInput,
64
- DescribeClustersCommandOutput,
65
- } from "../commands/DescribeClustersCommand";
66
- import {
67
- DescribeContainerInstancesCommandInput,
68
- DescribeContainerInstancesCommandOutput,
69
- } from "../commands/DescribeContainerInstancesCommand";
70
- import {
71
- DescribeServiceDeploymentsCommandInput,
72
- DescribeServiceDeploymentsCommandOutput,
73
- } from "../commands/DescribeServiceDeploymentsCommand";
74
- import {
75
- DescribeServiceRevisionsCommandInput,
76
- DescribeServiceRevisionsCommandOutput,
77
- } from "../commands/DescribeServiceRevisionsCommand";
78
- import {
79
- DescribeServicesCommandInput,
80
- DescribeServicesCommandOutput,
81
- } from "../commands/DescribeServicesCommand";
82
- import {
83
- DescribeTaskDefinitionCommandInput,
84
- DescribeTaskDefinitionCommandOutput,
85
- } from "../commands/DescribeTaskDefinitionCommand";
86
- import {
87
- DescribeTasksCommandInput,
88
- DescribeTasksCommandOutput,
89
- } from "../commands/DescribeTasksCommand";
90
- import {
91
- DescribeTaskSetsCommandInput,
92
- DescribeTaskSetsCommandOutput,
93
- } from "../commands/DescribeTaskSetsCommand";
94
- import {
95
- DiscoverPollEndpointCommandInput,
96
- DiscoverPollEndpointCommandOutput,
97
- } from "../commands/DiscoverPollEndpointCommand";
98
- import {
99
- ExecuteCommandCommandInput,
100
- ExecuteCommandCommandOutput,
101
- } from "../commands/ExecuteCommandCommand";
102
- import {
103
- GetTaskProtectionCommandInput,
104
- GetTaskProtectionCommandOutput,
105
- } from "../commands/GetTaskProtectionCommand";
106
- import {
107
- ListAccountSettingsCommandInput,
108
- ListAccountSettingsCommandOutput,
109
- } from "../commands/ListAccountSettingsCommand";
110
- import {
111
- ListAttributesCommandInput,
112
- ListAttributesCommandOutput,
113
- } from "../commands/ListAttributesCommand";
114
- import {
115
- ListClustersCommandInput,
116
- ListClustersCommandOutput,
117
- } from "../commands/ListClustersCommand";
118
- import {
119
- ListContainerInstancesCommandInput,
120
- ListContainerInstancesCommandOutput,
121
- } from "../commands/ListContainerInstancesCommand";
122
- import {
123
- ListServiceDeploymentsCommandInput,
124
- ListServiceDeploymentsCommandOutput,
125
- } from "../commands/ListServiceDeploymentsCommand";
126
- import {
127
- ListServicesByNamespaceCommandInput,
128
- ListServicesByNamespaceCommandOutput,
129
- } from "../commands/ListServicesByNamespaceCommand";
130
- import {
131
- ListServicesCommandInput,
132
- ListServicesCommandOutput,
133
- } from "../commands/ListServicesCommand";
134
- import {
135
- ListTagsForResourceCommandInput,
136
- ListTagsForResourceCommandOutput,
137
- } from "../commands/ListTagsForResourceCommand";
138
- import {
139
- ListTaskDefinitionFamiliesCommandInput,
140
- ListTaskDefinitionFamiliesCommandOutput,
141
- } from "../commands/ListTaskDefinitionFamiliesCommand";
142
- import {
143
- ListTaskDefinitionsCommandInput,
144
- ListTaskDefinitionsCommandOutput,
145
- } from "../commands/ListTaskDefinitionsCommand";
146
- import {
147
- ListTasksCommandInput,
148
- ListTasksCommandOutput,
149
- } from "../commands/ListTasksCommand";
150
- import {
151
- PutAccountSettingCommandInput,
152
- PutAccountSettingCommandOutput,
153
- } from "../commands/PutAccountSettingCommand";
154
- import {
155
- PutAccountSettingDefaultCommandInput,
156
- PutAccountSettingDefaultCommandOutput,
157
- } from "../commands/PutAccountSettingDefaultCommand";
158
- import {
159
- PutAttributesCommandInput,
160
- PutAttributesCommandOutput,
161
- } from "../commands/PutAttributesCommand";
162
- import {
163
- PutClusterCapacityProvidersCommandInput,
164
- PutClusterCapacityProvidersCommandOutput,
165
- } from "../commands/PutClusterCapacityProvidersCommand";
166
- import {
167
- RegisterContainerInstanceCommandInput,
168
- RegisterContainerInstanceCommandOutput,
169
- } from "../commands/RegisterContainerInstanceCommand";
170
- import {
171
- RegisterTaskDefinitionCommandInput,
172
- RegisterTaskDefinitionCommandOutput,
173
- } from "../commands/RegisterTaskDefinitionCommand";
174
- import {
175
- RunTaskCommandInput,
176
- RunTaskCommandOutput,
177
- } from "../commands/RunTaskCommand";
178
- import {
179
- StartTaskCommandInput,
180
- StartTaskCommandOutput,
181
- } from "../commands/StartTaskCommand";
182
- import {
183
- StopServiceDeploymentCommandInput,
184
- StopServiceDeploymentCommandOutput,
185
- } from "../commands/StopServiceDeploymentCommand";
186
- import {
187
- StopTaskCommandInput,
188
- StopTaskCommandOutput,
189
- } from "../commands/StopTaskCommand";
190
- import {
191
- SubmitAttachmentStateChangesCommandInput,
192
- SubmitAttachmentStateChangesCommandOutput,
193
- } from "../commands/SubmitAttachmentStateChangesCommand";
194
- import {
195
- SubmitContainerStateChangeCommandInput,
196
- SubmitContainerStateChangeCommandOutput,
197
- } from "../commands/SubmitContainerStateChangeCommand";
198
- import {
199
- SubmitTaskStateChangeCommandInput,
200
- SubmitTaskStateChangeCommandOutput,
201
- } from "../commands/SubmitTaskStateChangeCommand";
202
- import {
203
- TagResourceCommandInput,
204
- TagResourceCommandOutput,
205
- } from "../commands/TagResourceCommand";
206
- import {
207
- UntagResourceCommandInput,
208
- UntagResourceCommandOutput,
209
- } from "../commands/UntagResourceCommand";
210
- import {
211
- UpdateCapacityProviderCommandInput,
212
- UpdateCapacityProviderCommandOutput,
213
- } from "../commands/UpdateCapacityProviderCommand";
214
- import {
215
- UpdateClusterCommandInput,
216
- UpdateClusterCommandOutput,
217
- } from "../commands/UpdateClusterCommand";
218
- import {
219
- UpdateClusterSettingsCommandInput,
220
- UpdateClusterSettingsCommandOutput,
221
- } from "../commands/UpdateClusterSettingsCommand";
222
- import {
223
- UpdateContainerAgentCommandInput,
224
- UpdateContainerAgentCommandOutput,
225
- } from "../commands/UpdateContainerAgentCommand";
226
- import {
227
- UpdateContainerInstancesStateCommandInput,
228
- UpdateContainerInstancesStateCommandOutput,
229
- } from "../commands/UpdateContainerInstancesStateCommand";
230
- import {
231
- UpdateServiceCommandInput,
232
- UpdateServiceCommandOutput,
233
- } from "../commands/UpdateServiceCommand";
234
- import {
235
- UpdateServicePrimaryTaskSetCommandInput,
236
- UpdateServicePrimaryTaskSetCommandOutput,
237
- } from "../commands/UpdateServicePrimaryTaskSetCommand";
238
- import {
239
- UpdateTaskProtectionCommandInput,
240
- UpdateTaskProtectionCommandOutput,
241
- } from "../commands/UpdateTaskProtectionCommand";
242
- import {
243
- UpdateTaskSetCommandInput,
244
- UpdateTaskSetCommandOutput,
245
- } from "../commands/UpdateTaskSetCommand";
246
- export declare const se_CreateCapacityProviderCommand: (
247
- input: CreateCapacityProviderCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_CreateClusterCommand: (
251
- input: CreateClusterCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_CreateServiceCommand: (
255
- input: CreateServiceCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_CreateTaskSetCommand: (
259
- input: CreateTaskSetCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_DeleteAccountSettingCommand: (
263
- input: DeleteAccountSettingCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_DeleteAttributesCommand: (
267
- input: DeleteAttributesCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_DeleteCapacityProviderCommand: (
271
- input: DeleteCapacityProviderCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_DeleteClusterCommand: (
275
- input: DeleteClusterCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_DeleteServiceCommand: (
279
- input: DeleteServiceCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_DeleteTaskDefinitionsCommand: (
283
- input: DeleteTaskDefinitionsCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_DeleteTaskSetCommand: (
287
- input: DeleteTaskSetCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_DeregisterContainerInstanceCommand: (
291
- input: DeregisterContainerInstanceCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_DeregisterTaskDefinitionCommand: (
295
- input: DeregisterTaskDefinitionCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_DescribeCapacityProvidersCommand: (
299
- input: DescribeCapacityProvidersCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_DescribeClustersCommand: (
303
- input: DescribeClustersCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_DescribeContainerInstancesCommand: (
307
- input: DescribeContainerInstancesCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_DescribeServiceDeploymentsCommand: (
311
- input: DescribeServiceDeploymentsCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_DescribeServiceRevisionsCommand: (
315
- input: DescribeServiceRevisionsCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_DescribeServicesCommand: (
319
- input: DescribeServicesCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_DescribeTaskDefinitionCommand: (
323
- input: DescribeTaskDefinitionCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_DescribeTasksCommand: (
327
- input: DescribeTasksCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_DescribeTaskSetsCommand: (
331
- input: DescribeTaskSetsCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_DiscoverPollEndpointCommand: (
335
- input: DiscoverPollEndpointCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_ExecuteCommandCommand: (
339
- input: ExecuteCommandCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_GetTaskProtectionCommand: (
343
- input: GetTaskProtectionCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_ListAccountSettingsCommand: (
347
- input: ListAccountSettingsCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_ListAttributesCommand: (
351
- input: ListAttributesCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_ListClustersCommand: (
355
- input: ListClustersCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_ListContainerInstancesCommand: (
359
- input: ListContainerInstancesCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_ListServiceDeploymentsCommand: (
363
- input: ListServiceDeploymentsCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_ListServicesCommand: (
367
- input: ListServicesCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_ListServicesByNamespaceCommand: (
371
- input: ListServicesByNamespaceCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_ListTagsForResourceCommand: (
375
- input: ListTagsForResourceCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_ListTaskDefinitionFamiliesCommand: (
379
- input: ListTaskDefinitionFamiliesCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_ListTaskDefinitionsCommand: (
383
- input: ListTaskDefinitionsCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_ListTasksCommand: (
387
- input: ListTasksCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_PutAccountSettingCommand: (
391
- input: PutAccountSettingCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_PutAccountSettingDefaultCommand: (
395
- input: PutAccountSettingDefaultCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_PutAttributesCommand: (
399
- input: PutAttributesCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_PutClusterCapacityProvidersCommand: (
403
- input: PutClusterCapacityProvidersCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_RegisterContainerInstanceCommand: (
407
- input: RegisterContainerInstanceCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_RegisterTaskDefinitionCommand: (
411
- input: RegisterTaskDefinitionCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_RunTaskCommand: (
415
- input: RunTaskCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_StartTaskCommand: (
419
- input: StartTaskCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_StopServiceDeploymentCommand: (
423
- input: StopServiceDeploymentCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_StopTaskCommand: (
427
- input: StopTaskCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_SubmitAttachmentStateChangesCommand: (
431
- input: SubmitAttachmentStateChangesCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_SubmitContainerStateChangeCommand: (
435
- input: SubmitContainerStateChangeCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_SubmitTaskStateChangeCommand: (
439
- input: SubmitTaskStateChangeCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_TagResourceCommand: (
443
- input: TagResourceCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_UntagResourceCommand: (
447
- input: UntagResourceCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_UpdateCapacityProviderCommand: (
451
- input: UpdateCapacityProviderCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_UpdateClusterCommand: (
455
- input: UpdateClusterCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_UpdateClusterSettingsCommand: (
459
- input: UpdateClusterSettingsCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_UpdateContainerAgentCommand: (
463
- input: UpdateContainerAgentCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_UpdateContainerInstancesStateCommand: (
467
- input: UpdateContainerInstancesStateCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_UpdateServiceCommand: (
471
- input: UpdateServiceCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_UpdateServicePrimaryTaskSetCommand: (
475
- input: UpdateServicePrimaryTaskSetCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_UpdateTaskProtectionCommand: (
479
- input: UpdateTaskProtectionCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_UpdateTaskSetCommand: (
483
- input: UpdateTaskSetCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const de_CreateCapacityProviderCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<CreateCapacityProviderCommandOutput>;
490
- export declare const de_CreateClusterCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<CreateClusterCommandOutput>;
494
- export declare const de_CreateServiceCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<CreateServiceCommandOutput>;
498
- export declare const de_CreateTaskSetCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<CreateTaskSetCommandOutput>;
502
- export declare const de_DeleteAccountSettingCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<DeleteAccountSettingCommandOutput>;
506
- export declare const de_DeleteAttributesCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<DeleteAttributesCommandOutput>;
510
- export declare const de_DeleteCapacityProviderCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<DeleteCapacityProviderCommandOutput>;
514
- export declare const de_DeleteClusterCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<DeleteClusterCommandOutput>;
518
- export declare const de_DeleteServiceCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<DeleteServiceCommandOutput>;
522
- export declare const de_DeleteTaskDefinitionsCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<DeleteTaskDefinitionsCommandOutput>;
526
- export declare const de_DeleteTaskSetCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<DeleteTaskSetCommandOutput>;
530
- export declare const de_DeregisterContainerInstanceCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<DeregisterContainerInstanceCommandOutput>;
534
- export declare const de_DeregisterTaskDefinitionCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<DeregisterTaskDefinitionCommandOutput>;
538
- export declare const de_DescribeCapacityProvidersCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<DescribeCapacityProvidersCommandOutput>;
542
- export declare const de_DescribeClustersCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<DescribeClustersCommandOutput>;
546
- export declare const de_DescribeContainerInstancesCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<DescribeContainerInstancesCommandOutput>;
550
- export declare const de_DescribeServiceDeploymentsCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<DescribeServiceDeploymentsCommandOutput>;
554
- export declare const de_DescribeServiceRevisionsCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<DescribeServiceRevisionsCommandOutput>;
558
- export declare const de_DescribeServicesCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<DescribeServicesCommandOutput>;
562
- export declare const de_DescribeTaskDefinitionCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<DescribeTaskDefinitionCommandOutput>;
566
- export declare const de_DescribeTasksCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<DescribeTasksCommandOutput>;
570
- export declare const de_DescribeTaskSetsCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<DescribeTaskSetsCommandOutput>;
574
- export declare const de_DiscoverPollEndpointCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<DiscoverPollEndpointCommandOutput>;
578
- export declare const de_ExecuteCommandCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<ExecuteCommandCommandOutput>;
582
- export declare const de_GetTaskProtectionCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<GetTaskProtectionCommandOutput>;
586
- export declare const de_ListAccountSettingsCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<ListAccountSettingsCommandOutput>;
590
- export declare const de_ListAttributesCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<ListAttributesCommandOutput>;
594
- export declare const de_ListClustersCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<ListClustersCommandOutput>;
598
- export declare const de_ListContainerInstancesCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<ListContainerInstancesCommandOutput>;
602
- export declare const de_ListServiceDeploymentsCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<ListServiceDeploymentsCommandOutput>;
606
- export declare const de_ListServicesCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<ListServicesCommandOutput>;
610
- export declare const de_ListServicesByNamespaceCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<ListServicesByNamespaceCommandOutput>;
614
- export declare const de_ListTagsForResourceCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<ListTagsForResourceCommandOutput>;
618
- export declare const de_ListTaskDefinitionFamiliesCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<ListTaskDefinitionFamiliesCommandOutput>;
622
- export declare const de_ListTaskDefinitionsCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<ListTaskDefinitionsCommandOutput>;
626
- export declare const de_ListTasksCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<ListTasksCommandOutput>;
630
- export declare const de_PutAccountSettingCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<PutAccountSettingCommandOutput>;
634
- export declare const de_PutAccountSettingDefaultCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<PutAccountSettingDefaultCommandOutput>;
638
- export declare const de_PutAttributesCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<PutAttributesCommandOutput>;
642
- export declare const de_PutClusterCapacityProvidersCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<PutClusterCapacityProvidersCommandOutput>;
646
- export declare const de_RegisterContainerInstanceCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<RegisterContainerInstanceCommandOutput>;
650
- export declare const de_RegisterTaskDefinitionCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<RegisterTaskDefinitionCommandOutput>;
654
- export declare const de_RunTaskCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<RunTaskCommandOutput>;
658
- export declare const de_StartTaskCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<StartTaskCommandOutput>;
662
- export declare const de_StopServiceDeploymentCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<StopServiceDeploymentCommandOutput>;
666
- export declare const de_StopTaskCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<StopTaskCommandOutput>;
670
- export declare const de_SubmitAttachmentStateChangesCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<SubmitAttachmentStateChangesCommandOutput>;
674
- export declare const de_SubmitContainerStateChangeCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<SubmitContainerStateChangeCommandOutput>;
678
- export declare const de_SubmitTaskStateChangeCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<SubmitTaskStateChangeCommandOutput>;
682
- export declare const de_TagResourceCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<TagResourceCommandOutput>;
686
- export declare const de_UntagResourceCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<UntagResourceCommandOutput>;
690
- export declare const de_UpdateCapacityProviderCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<UpdateCapacityProviderCommandOutput>;
694
- export declare const de_UpdateClusterCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<UpdateClusterCommandOutput>;
698
- export declare const de_UpdateClusterSettingsCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<UpdateClusterSettingsCommandOutput>;
702
- export declare const de_UpdateContainerAgentCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<UpdateContainerAgentCommandOutput>;
706
- export declare const de_UpdateContainerInstancesStateCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<UpdateContainerInstancesStateCommandOutput>;
710
- export declare const de_UpdateServiceCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<UpdateServiceCommandOutput>;
714
- export declare const de_UpdateServicePrimaryTaskSetCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<UpdateServicePrimaryTaskSetCommandOutput>;
718
- export declare const de_UpdateTaskProtectionCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<UpdateTaskProtectionCommandOutput>;
722
- export declare const de_UpdateTaskSetCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<UpdateTaskSetCommandOutput>;