@aws-sdk/client-ecs 3.307.0 → 3.310.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 (128) hide show
  1. package/dist-cjs/commands/CreateCapacityProviderCommand.js +2 -2
  2. package/dist-cjs/commands/CreateClusterCommand.js +2 -2
  3. package/dist-cjs/commands/CreateServiceCommand.js +2 -2
  4. package/dist-cjs/commands/CreateTaskSetCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteAccountSettingCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteAttributesCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteCapacityProviderCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteClusterCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteServiceCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteTaskDefinitionsCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteTaskSetCommand.js +2 -2
  12. package/dist-cjs/commands/DeregisterContainerInstanceCommand.js +2 -2
  13. package/dist-cjs/commands/DeregisterTaskDefinitionCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeCapacityProvidersCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeClustersCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeContainerInstancesCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeServicesCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeTaskDefinitionCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeTaskSetsCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeTasksCommand.js +2 -2
  21. package/dist-cjs/commands/DiscoverPollEndpointCommand.js +2 -2
  22. package/dist-cjs/commands/ExecuteCommandCommand.js +2 -2
  23. package/dist-cjs/commands/GetTaskProtectionCommand.js +2 -2
  24. package/dist-cjs/commands/ListAccountSettingsCommand.js +2 -2
  25. package/dist-cjs/commands/ListAttributesCommand.js +2 -2
  26. package/dist-cjs/commands/ListClustersCommand.js +2 -2
  27. package/dist-cjs/commands/ListContainerInstancesCommand.js +2 -2
  28. package/dist-cjs/commands/ListServicesByNamespaceCommand.js +2 -2
  29. package/dist-cjs/commands/ListServicesCommand.js +2 -2
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  31. package/dist-cjs/commands/ListTaskDefinitionFamiliesCommand.js +2 -2
  32. package/dist-cjs/commands/ListTaskDefinitionsCommand.js +2 -2
  33. package/dist-cjs/commands/ListTasksCommand.js +2 -2
  34. package/dist-cjs/commands/PutAccountSettingCommand.js +2 -2
  35. package/dist-cjs/commands/PutAccountSettingDefaultCommand.js +2 -2
  36. package/dist-cjs/commands/PutAttributesCommand.js +2 -2
  37. package/dist-cjs/commands/PutClusterCapacityProvidersCommand.js +2 -2
  38. package/dist-cjs/commands/RegisterContainerInstanceCommand.js +2 -2
  39. package/dist-cjs/commands/RegisterTaskDefinitionCommand.js +2 -2
  40. package/dist-cjs/commands/RunTaskCommand.js +2 -2
  41. package/dist-cjs/commands/StartTaskCommand.js +2 -2
  42. package/dist-cjs/commands/StopTaskCommand.js +2 -2
  43. package/dist-cjs/commands/SubmitAttachmentStateChangesCommand.js +2 -2
  44. package/dist-cjs/commands/SubmitContainerStateChangeCommand.js +2 -2
  45. package/dist-cjs/commands/SubmitTaskStateChangeCommand.js +2 -2
  46. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  47. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  48. package/dist-cjs/commands/UpdateCapacityProviderCommand.js +2 -2
  49. package/dist-cjs/commands/UpdateClusterCommand.js +2 -2
  50. package/dist-cjs/commands/UpdateClusterSettingsCommand.js +2 -2
  51. package/dist-cjs/commands/UpdateContainerAgentCommand.js +2 -2
  52. package/dist-cjs/commands/UpdateContainerInstancesStateCommand.js +2 -2
  53. package/dist-cjs/commands/UpdateServiceCommand.js +2 -2
  54. package/dist-cjs/commands/UpdateServicePrimaryTaskSetCommand.js +2 -2
  55. package/dist-cjs/commands/UpdateTaskProtectionCommand.js +2 -2
  56. package/dist-cjs/commands/UpdateTaskSetCommand.js +2 -2
  57. package/dist-cjs/models/models_0.js +1 -0
  58. package/dist-cjs/protocols/Aws_json1_1.js +1598 -1784
  59. package/dist-es/commands/CreateCapacityProviderCommand.js +3 -3
  60. package/dist-es/commands/CreateClusterCommand.js +3 -3
  61. package/dist-es/commands/CreateServiceCommand.js +3 -3
  62. package/dist-es/commands/CreateTaskSetCommand.js +3 -3
  63. package/dist-es/commands/DeleteAccountSettingCommand.js +3 -3
  64. package/dist-es/commands/DeleteAttributesCommand.js +3 -3
  65. package/dist-es/commands/DeleteCapacityProviderCommand.js +3 -3
  66. package/dist-es/commands/DeleteClusterCommand.js +3 -3
  67. package/dist-es/commands/DeleteServiceCommand.js +3 -3
  68. package/dist-es/commands/DeleteTaskDefinitionsCommand.js +3 -3
  69. package/dist-es/commands/DeleteTaskSetCommand.js +3 -3
  70. package/dist-es/commands/DeregisterContainerInstanceCommand.js +3 -3
  71. package/dist-es/commands/DeregisterTaskDefinitionCommand.js +3 -3
  72. package/dist-es/commands/DescribeCapacityProvidersCommand.js +3 -3
  73. package/dist-es/commands/DescribeClustersCommand.js +3 -3
  74. package/dist-es/commands/DescribeContainerInstancesCommand.js +3 -3
  75. package/dist-es/commands/DescribeServicesCommand.js +3 -3
  76. package/dist-es/commands/DescribeTaskDefinitionCommand.js +3 -3
  77. package/dist-es/commands/DescribeTaskSetsCommand.js +3 -3
  78. package/dist-es/commands/DescribeTasksCommand.js +3 -3
  79. package/dist-es/commands/DiscoverPollEndpointCommand.js +3 -3
  80. package/dist-es/commands/ExecuteCommandCommand.js +3 -3
  81. package/dist-es/commands/GetTaskProtectionCommand.js +3 -3
  82. package/dist-es/commands/ListAccountSettingsCommand.js +3 -3
  83. package/dist-es/commands/ListAttributesCommand.js +3 -3
  84. package/dist-es/commands/ListClustersCommand.js +3 -3
  85. package/dist-es/commands/ListContainerInstancesCommand.js +3 -3
  86. package/dist-es/commands/ListServicesByNamespaceCommand.js +3 -3
  87. package/dist-es/commands/ListServicesCommand.js +3 -3
  88. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  89. package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +3 -3
  90. package/dist-es/commands/ListTaskDefinitionsCommand.js +3 -3
  91. package/dist-es/commands/ListTasksCommand.js +3 -3
  92. package/dist-es/commands/PutAccountSettingCommand.js +3 -3
  93. package/dist-es/commands/PutAccountSettingDefaultCommand.js +3 -3
  94. package/dist-es/commands/PutAttributesCommand.js +3 -3
  95. package/dist-es/commands/PutClusterCapacityProvidersCommand.js +3 -3
  96. package/dist-es/commands/RegisterContainerInstanceCommand.js +3 -3
  97. package/dist-es/commands/RegisterTaskDefinitionCommand.js +3 -3
  98. package/dist-es/commands/RunTaskCommand.js +3 -3
  99. package/dist-es/commands/StartTaskCommand.js +3 -3
  100. package/dist-es/commands/StopTaskCommand.js +3 -3
  101. package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +3 -3
  102. package/dist-es/commands/SubmitContainerStateChangeCommand.js +3 -3
  103. package/dist-es/commands/SubmitTaskStateChangeCommand.js +3 -3
  104. package/dist-es/commands/TagResourceCommand.js +3 -3
  105. package/dist-es/commands/UntagResourceCommand.js +3 -3
  106. package/dist-es/commands/UpdateCapacityProviderCommand.js +3 -3
  107. package/dist-es/commands/UpdateClusterCommand.js +3 -3
  108. package/dist-es/commands/UpdateClusterSettingsCommand.js +3 -3
  109. package/dist-es/commands/UpdateContainerAgentCommand.js +3 -3
  110. package/dist-es/commands/UpdateContainerInstancesStateCommand.js +3 -3
  111. package/dist-es/commands/UpdateServiceCommand.js +3 -3
  112. package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +3 -3
  113. package/dist-es/commands/UpdateTaskProtectionCommand.js +3 -3
  114. package/dist-es/commands/UpdateTaskSetCommand.js +3 -3
  115. package/dist-es/models/models_0.js +1 -0
  116. package/dist-es/protocols/Aws_json1_1.js +1483 -1669
  117. package/dist-types/ECS.d.ts +11 -11
  118. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +1 -1
  119. package/dist-types/commands/ExecuteCommandCommand.d.ts +3 -3
  120. package/dist-types/commands/ListAccountSettingsCommand.d.ts +1 -1
  121. package/dist-types/commands/PutAccountSettingCommand.d.ts +10 -10
  122. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
  123. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +1 -1
  124. package/dist-types/models/models_0.d.ts +51 -42
  125. package/dist-types/protocols/Aws_json1_1.d.ts +448 -112
  126. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  127. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +112 -112
  128. package/package.json +36 -36
@@ -227,451 +227,451 @@ import {
227
227
  UpdateTaskSetCommandInput,
228
228
  UpdateTaskSetCommandOutput,
229
229
  } from "../commands/UpdateTaskSetCommand";
230
- export declare const serializeAws_json1_1CreateCapacityProviderCommand: (
230
+ export declare const se_CreateCapacityProviderCommand: (
231
231
  input: CreateCapacityProviderCommandInput,
232
232
  context: __SerdeContext
233
233
  ) => Promise<__HttpRequest>;
234
- export declare const serializeAws_json1_1CreateClusterCommand: (
234
+ export declare const se_CreateClusterCommand: (
235
235
  input: CreateClusterCommandInput,
236
236
  context: __SerdeContext
237
237
  ) => Promise<__HttpRequest>;
238
- export declare const serializeAws_json1_1CreateServiceCommand: (
238
+ export declare const se_CreateServiceCommand: (
239
239
  input: CreateServiceCommandInput,
240
240
  context: __SerdeContext
241
241
  ) => Promise<__HttpRequest>;
242
- export declare const serializeAws_json1_1CreateTaskSetCommand: (
242
+ export declare const se_CreateTaskSetCommand: (
243
243
  input: CreateTaskSetCommandInput,
244
244
  context: __SerdeContext
245
245
  ) => Promise<__HttpRequest>;
246
- export declare const serializeAws_json1_1DeleteAccountSettingCommand: (
246
+ export declare const se_DeleteAccountSettingCommand: (
247
247
  input: DeleteAccountSettingCommandInput,
248
248
  context: __SerdeContext
249
249
  ) => Promise<__HttpRequest>;
250
- export declare const serializeAws_json1_1DeleteAttributesCommand: (
250
+ export declare const se_DeleteAttributesCommand: (
251
251
  input: DeleteAttributesCommandInput,
252
252
  context: __SerdeContext
253
253
  ) => Promise<__HttpRequest>;
254
- export declare const serializeAws_json1_1DeleteCapacityProviderCommand: (
254
+ export declare const se_DeleteCapacityProviderCommand: (
255
255
  input: DeleteCapacityProviderCommandInput,
256
256
  context: __SerdeContext
257
257
  ) => Promise<__HttpRequest>;
258
- export declare const serializeAws_json1_1DeleteClusterCommand: (
258
+ export declare const se_DeleteClusterCommand: (
259
259
  input: DeleteClusterCommandInput,
260
260
  context: __SerdeContext
261
261
  ) => Promise<__HttpRequest>;
262
- export declare const serializeAws_json1_1DeleteServiceCommand: (
262
+ export declare const se_DeleteServiceCommand: (
263
263
  input: DeleteServiceCommandInput,
264
264
  context: __SerdeContext
265
265
  ) => Promise<__HttpRequest>;
266
- export declare const serializeAws_json1_1DeleteTaskDefinitionsCommand: (
266
+ export declare const se_DeleteTaskDefinitionsCommand: (
267
267
  input: DeleteTaskDefinitionsCommandInput,
268
268
  context: __SerdeContext
269
269
  ) => Promise<__HttpRequest>;
270
- export declare const serializeAws_json1_1DeleteTaskSetCommand: (
270
+ export declare const se_DeleteTaskSetCommand: (
271
271
  input: DeleteTaskSetCommandInput,
272
272
  context: __SerdeContext
273
273
  ) => Promise<__HttpRequest>;
274
- export declare const serializeAws_json1_1DeregisterContainerInstanceCommand: (
274
+ export declare const se_DeregisterContainerInstanceCommand: (
275
275
  input: DeregisterContainerInstanceCommandInput,
276
276
  context: __SerdeContext
277
277
  ) => Promise<__HttpRequest>;
278
- export declare const serializeAws_json1_1DeregisterTaskDefinitionCommand: (
278
+ export declare const se_DeregisterTaskDefinitionCommand: (
279
279
  input: DeregisterTaskDefinitionCommandInput,
280
280
  context: __SerdeContext
281
281
  ) => Promise<__HttpRequest>;
282
- export declare const serializeAws_json1_1DescribeCapacityProvidersCommand: (
282
+ export declare const se_DescribeCapacityProvidersCommand: (
283
283
  input: DescribeCapacityProvidersCommandInput,
284
284
  context: __SerdeContext
285
285
  ) => Promise<__HttpRequest>;
286
- export declare const serializeAws_json1_1DescribeClustersCommand: (
286
+ export declare const se_DescribeClustersCommand: (
287
287
  input: DescribeClustersCommandInput,
288
288
  context: __SerdeContext
289
289
  ) => Promise<__HttpRequest>;
290
- export declare const serializeAws_json1_1DescribeContainerInstancesCommand: (
290
+ export declare const se_DescribeContainerInstancesCommand: (
291
291
  input: DescribeContainerInstancesCommandInput,
292
292
  context: __SerdeContext
293
293
  ) => Promise<__HttpRequest>;
294
- export declare const serializeAws_json1_1DescribeServicesCommand: (
294
+ export declare const se_DescribeServicesCommand: (
295
295
  input: DescribeServicesCommandInput,
296
296
  context: __SerdeContext
297
297
  ) => Promise<__HttpRequest>;
298
- export declare const serializeAws_json1_1DescribeTaskDefinitionCommand: (
298
+ export declare const se_DescribeTaskDefinitionCommand: (
299
299
  input: DescribeTaskDefinitionCommandInput,
300
300
  context: __SerdeContext
301
301
  ) => Promise<__HttpRequest>;
302
- export declare const serializeAws_json1_1DescribeTasksCommand: (
302
+ export declare const se_DescribeTasksCommand: (
303
303
  input: DescribeTasksCommandInput,
304
304
  context: __SerdeContext
305
305
  ) => Promise<__HttpRequest>;
306
- export declare const serializeAws_json1_1DescribeTaskSetsCommand: (
306
+ export declare const se_DescribeTaskSetsCommand: (
307
307
  input: DescribeTaskSetsCommandInput,
308
308
  context: __SerdeContext
309
309
  ) => Promise<__HttpRequest>;
310
- export declare const serializeAws_json1_1DiscoverPollEndpointCommand: (
310
+ export declare const se_DiscoverPollEndpointCommand: (
311
311
  input: DiscoverPollEndpointCommandInput,
312
312
  context: __SerdeContext
313
313
  ) => Promise<__HttpRequest>;
314
- export declare const serializeAws_json1_1ExecuteCommandCommand: (
314
+ export declare const se_ExecuteCommandCommand: (
315
315
  input: ExecuteCommandCommandInput,
316
316
  context: __SerdeContext
317
317
  ) => Promise<__HttpRequest>;
318
- export declare const serializeAws_json1_1GetTaskProtectionCommand: (
318
+ export declare const se_GetTaskProtectionCommand: (
319
319
  input: GetTaskProtectionCommandInput,
320
320
  context: __SerdeContext
321
321
  ) => Promise<__HttpRequest>;
322
- export declare const serializeAws_json1_1ListAccountSettingsCommand: (
322
+ export declare const se_ListAccountSettingsCommand: (
323
323
  input: ListAccountSettingsCommandInput,
324
324
  context: __SerdeContext
325
325
  ) => Promise<__HttpRequest>;
326
- export declare const serializeAws_json1_1ListAttributesCommand: (
326
+ export declare const se_ListAttributesCommand: (
327
327
  input: ListAttributesCommandInput,
328
328
  context: __SerdeContext
329
329
  ) => Promise<__HttpRequest>;
330
- export declare const serializeAws_json1_1ListClustersCommand: (
330
+ export declare const se_ListClustersCommand: (
331
331
  input: ListClustersCommandInput,
332
332
  context: __SerdeContext
333
333
  ) => Promise<__HttpRequest>;
334
- export declare const serializeAws_json1_1ListContainerInstancesCommand: (
334
+ export declare const se_ListContainerInstancesCommand: (
335
335
  input: ListContainerInstancesCommandInput,
336
336
  context: __SerdeContext
337
337
  ) => Promise<__HttpRequest>;
338
- export declare const serializeAws_json1_1ListServicesCommand: (
338
+ export declare const se_ListServicesCommand: (
339
339
  input: ListServicesCommandInput,
340
340
  context: __SerdeContext
341
341
  ) => Promise<__HttpRequest>;
342
- export declare const serializeAws_json1_1ListServicesByNamespaceCommand: (
342
+ export declare const se_ListServicesByNamespaceCommand: (
343
343
  input: ListServicesByNamespaceCommandInput,
344
344
  context: __SerdeContext
345
345
  ) => Promise<__HttpRequest>;
346
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (
346
+ export declare const se_ListTagsForResourceCommand: (
347
347
  input: ListTagsForResourceCommandInput,
348
348
  context: __SerdeContext
349
349
  ) => Promise<__HttpRequest>;
350
- export declare const serializeAws_json1_1ListTaskDefinitionFamiliesCommand: (
350
+ export declare const se_ListTaskDefinitionFamiliesCommand: (
351
351
  input: ListTaskDefinitionFamiliesCommandInput,
352
352
  context: __SerdeContext
353
353
  ) => Promise<__HttpRequest>;
354
- export declare const serializeAws_json1_1ListTaskDefinitionsCommand: (
354
+ export declare const se_ListTaskDefinitionsCommand: (
355
355
  input: ListTaskDefinitionsCommandInput,
356
356
  context: __SerdeContext
357
357
  ) => Promise<__HttpRequest>;
358
- export declare const serializeAws_json1_1ListTasksCommand: (
358
+ export declare const se_ListTasksCommand: (
359
359
  input: ListTasksCommandInput,
360
360
  context: __SerdeContext
361
361
  ) => Promise<__HttpRequest>;
362
- export declare const serializeAws_json1_1PutAccountSettingCommand: (
362
+ export declare const se_PutAccountSettingCommand: (
363
363
  input: PutAccountSettingCommandInput,
364
364
  context: __SerdeContext
365
365
  ) => Promise<__HttpRequest>;
366
- export declare const serializeAws_json1_1PutAccountSettingDefaultCommand: (
366
+ export declare const se_PutAccountSettingDefaultCommand: (
367
367
  input: PutAccountSettingDefaultCommandInput,
368
368
  context: __SerdeContext
369
369
  ) => Promise<__HttpRequest>;
370
- export declare const serializeAws_json1_1PutAttributesCommand: (
370
+ export declare const se_PutAttributesCommand: (
371
371
  input: PutAttributesCommandInput,
372
372
  context: __SerdeContext
373
373
  ) => Promise<__HttpRequest>;
374
- export declare const serializeAws_json1_1PutClusterCapacityProvidersCommand: (
374
+ export declare const se_PutClusterCapacityProvidersCommand: (
375
375
  input: PutClusterCapacityProvidersCommandInput,
376
376
  context: __SerdeContext
377
377
  ) => Promise<__HttpRequest>;
378
- export declare const serializeAws_json1_1RegisterContainerInstanceCommand: (
378
+ export declare const se_RegisterContainerInstanceCommand: (
379
379
  input: RegisterContainerInstanceCommandInput,
380
380
  context: __SerdeContext
381
381
  ) => Promise<__HttpRequest>;
382
- export declare const serializeAws_json1_1RegisterTaskDefinitionCommand: (
382
+ export declare const se_RegisterTaskDefinitionCommand: (
383
383
  input: RegisterTaskDefinitionCommandInput,
384
384
  context: __SerdeContext
385
385
  ) => Promise<__HttpRequest>;
386
- export declare const serializeAws_json1_1RunTaskCommand: (
386
+ export declare const se_RunTaskCommand: (
387
387
  input: RunTaskCommandInput,
388
388
  context: __SerdeContext
389
389
  ) => Promise<__HttpRequest>;
390
- export declare const serializeAws_json1_1StartTaskCommand: (
390
+ export declare const se_StartTaskCommand: (
391
391
  input: StartTaskCommandInput,
392
392
  context: __SerdeContext
393
393
  ) => Promise<__HttpRequest>;
394
- export declare const serializeAws_json1_1StopTaskCommand: (
394
+ export declare const se_StopTaskCommand: (
395
395
  input: StopTaskCommandInput,
396
396
  context: __SerdeContext
397
397
  ) => Promise<__HttpRequest>;
398
- export declare const serializeAws_json1_1SubmitAttachmentStateChangesCommand: (
398
+ export declare const se_SubmitAttachmentStateChangesCommand: (
399
399
  input: SubmitAttachmentStateChangesCommandInput,
400
400
  context: __SerdeContext
401
401
  ) => Promise<__HttpRequest>;
402
- export declare const serializeAws_json1_1SubmitContainerStateChangeCommand: (
402
+ export declare const se_SubmitContainerStateChangeCommand: (
403
403
  input: SubmitContainerStateChangeCommandInput,
404
404
  context: __SerdeContext
405
405
  ) => Promise<__HttpRequest>;
406
- export declare const serializeAws_json1_1SubmitTaskStateChangeCommand: (
406
+ export declare const se_SubmitTaskStateChangeCommand: (
407
407
  input: SubmitTaskStateChangeCommandInput,
408
408
  context: __SerdeContext
409
409
  ) => Promise<__HttpRequest>;
410
- export declare const serializeAws_json1_1TagResourceCommand: (
410
+ export declare const se_TagResourceCommand: (
411
411
  input: TagResourceCommandInput,
412
412
  context: __SerdeContext
413
413
  ) => Promise<__HttpRequest>;
414
- export declare const serializeAws_json1_1UntagResourceCommand: (
414
+ export declare const se_UntagResourceCommand: (
415
415
  input: UntagResourceCommandInput,
416
416
  context: __SerdeContext
417
417
  ) => Promise<__HttpRequest>;
418
- export declare const serializeAws_json1_1UpdateCapacityProviderCommand: (
418
+ export declare const se_UpdateCapacityProviderCommand: (
419
419
  input: UpdateCapacityProviderCommandInput,
420
420
  context: __SerdeContext
421
421
  ) => Promise<__HttpRequest>;
422
- export declare const serializeAws_json1_1UpdateClusterCommand: (
422
+ export declare const se_UpdateClusterCommand: (
423
423
  input: UpdateClusterCommandInput,
424
424
  context: __SerdeContext
425
425
  ) => Promise<__HttpRequest>;
426
- export declare const serializeAws_json1_1UpdateClusterSettingsCommand: (
426
+ export declare const se_UpdateClusterSettingsCommand: (
427
427
  input: UpdateClusterSettingsCommandInput,
428
428
  context: __SerdeContext
429
429
  ) => Promise<__HttpRequest>;
430
- export declare const serializeAws_json1_1UpdateContainerAgentCommand: (
430
+ export declare const se_UpdateContainerAgentCommand: (
431
431
  input: UpdateContainerAgentCommandInput,
432
432
  context: __SerdeContext
433
433
  ) => Promise<__HttpRequest>;
434
- export declare const serializeAws_json1_1UpdateContainerInstancesStateCommand: (
434
+ export declare const se_UpdateContainerInstancesStateCommand: (
435
435
  input: UpdateContainerInstancesStateCommandInput,
436
436
  context: __SerdeContext
437
437
  ) => Promise<__HttpRequest>;
438
- export declare const serializeAws_json1_1UpdateServiceCommand: (
438
+ export declare const se_UpdateServiceCommand: (
439
439
  input: UpdateServiceCommandInput,
440
440
  context: __SerdeContext
441
441
  ) => Promise<__HttpRequest>;
442
- export declare const serializeAws_json1_1UpdateServicePrimaryTaskSetCommand: (
442
+ export declare const se_UpdateServicePrimaryTaskSetCommand: (
443
443
  input: UpdateServicePrimaryTaskSetCommandInput,
444
444
  context: __SerdeContext
445
445
  ) => Promise<__HttpRequest>;
446
- export declare const serializeAws_json1_1UpdateTaskProtectionCommand: (
446
+ export declare const se_UpdateTaskProtectionCommand: (
447
447
  input: UpdateTaskProtectionCommandInput,
448
448
  context: __SerdeContext
449
449
  ) => Promise<__HttpRequest>;
450
- export declare const serializeAws_json1_1UpdateTaskSetCommand: (
450
+ export declare const se_UpdateTaskSetCommand: (
451
451
  input: UpdateTaskSetCommandInput,
452
452
  context: __SerdeContext
453
453
  ) => Promise<__HttpRequest>;
454
- export declare const deserializeAws_json1_1CreateCapacityProviderCommand: (
454
+ export declare const de_CreateCapacityProviderCommand: (
455
455
  output: __HttpResponse,
456
456
  context: __SerdeContext
457
457
  ) => Promise<CreateCapacityProviderCommandOutput>;
458
- export declare const deserializeAws_json1_1CreateClusterCommand: (
458
+ export declare const de_CreateClusterCommand: (
459
459
  output: __HttpResponse,
460
460
  context: __SerdeContext
461
461
  ) => Promise<CreateClusterCommandOutput>;
462
- export declare const deserializeAws_json1_1CreateServiceCommand: (
462
+ export declare const de_CreateServiceCommand: (
463
463
  output: __HttpResponse,
464
464
  context: __SerdeContext
465
465
  ) => Promise<CreateServiceCommandOutput>;
466
- export declare const deserializeAws_json1_1CreateTaskSetCommand: (
466
+ export declare const de_CreateTaskSetCommand: (
467
467
  output: __HttpResponse,
468
468
  context: __SerdeContext
469
469
  ) => Promise<CreateTaskSetCommandOutput>;
470
- export declare const deserializeAws_json1_1DeleteAccountSettingCommand: (
470
+ export declare const de_DeleteAccountSettingCommand: (
471
471
  output: __HttpResponse,
472
472
  context: __SerdeContext
473
473
  ) => Promise<DeleteAccountSettingCommandOutput>;
474
- export declare const deserializeAws_json1_1DeleteAttributesCommand: (
474
+ export declare const de_DeleteAttributesCommand: (
475
475
  output: __HttpResponse,
476
476
  context: __SerdeContext
477
477
  ) => Promise<DeleteAttributesCommandOutput>;
478
- export declare const deserializeAws_json1_1DeleteCapacityProviderCommand: (
478
+ export declare const de_DeleteCapacityProviderCommand: (
479
479
  output: __HttpResponse,
480
480
  context: __SerdeContext
481
481
  ) => Promise<DeleteCapacityProviderCommandOutput>;
482
- export declare const deserializeAws_json1_1DeleteClusterCommand: (
482
+ export declare const de_DeleteClusterCommand: (
483
483
  output: __HttpResponse,
484
484
  context: __SerdeContext
485
485
  ) => Promise<DeleteClusterCommandOutput>;
486
- export declare const deserializeAws_json1_1DeleteServiceCommand: (
486
+ export declare const de_DeleteServiceCommand: (
487
487
  output: __HttpResponse,
488
488
  context: __SerdeContext
489
489
  ) => Promise<DeleteServiceCommandOutput>;
490
- export declare const deserializeAws_json1_1DeleteTaskDefinitionsCommand: (
490
+ export declare const de_DeleteTaskDefinitionsCommand: (
491
491
  output: __HttpResponse,
492
492
  context: __SerdeContext
493
493
  ) => Promise<DeleteTaskDefinitionsCommandOutput>;
494
- export declare const deserializeAws_json1_1DeleteTaskSetCommand: (
494
+ export declare const de_DeleteTaskSetCommand: (
495
495
  output: __HttpResponse,
496
496
  context: __SerdeContext
497
497
  ) => Promise<DeleteTaskSetCommandOutput>;
498
- export declare const deserializeAws_json1_1DeregisterContainerInstanceCommand: (
498
+ export declare const de_DeregisterContainerInstanceCommand: (
499
499
  output: __HttpResponse,
500
500
  context: __SerdeContext
501
501
  ) => Promise<DeregisterContainerInstanceCommandOutput>;
502
- export declare const deserializeAws_json1_1DeregisterTaskDefinitionCommand: (
502
+ export declare const de_DeregisterTaskDefinitionCommand: (
503
503
  output: __HttpResponse,
504
504
  context: __SerdeContext
505
505
  ) => Promise<DeregisterTaskDefinitionCommandOutput>;
506
- export declare const deserializeAws_json1_1DescribeCapacityProvidersCommand: (
506
+ export declare const de_DescribeCapacityProvidersCommand: (
507
507
  output: __HttpResponse,
508
508
  context: __SerdeContext
509
509
  ) => Promise<DescribeCapacityProvidersCommandOutput>;
510
- export declare const deserializeAws_json1_1DescribeClustersCommand: (
510
+ export declare const de_DescribeClustersCommand: (
511
511
  output: __HttpResponse,
512
512
  context: __SerdeContext
513
513
  ) => Promise<DescribeClustersCommandOutput>;
514
- export declare const deserializeAws_json1_1DescribeContainerInstancesCommand: (
514
+ export declare const de_DescribeContainerInstancesCommand: (
515
515
  output: __HttpResponse,
516
516
  context: __SerdeContext
517
517
  ) => Promise<DescribeContainerInstancesCommandOutput>;
518
- export declare const deserializeAws_json1_1DescribeServicesCommand: (
518
+ export declare const de_DescribeServicesCommand: (
519
519
  output: __HttpResponse,
520
520
  context: __SerdeContext
521
521
  ) => Promise<DescribeServicesCommandOutput>;
522
- export declare const deserializeAws_json1_1DescribeTaskDefinitionCommand: (
522
+ export declare const de_DescribeTaskDefinitionCommand: (
523
523
  output: __HttpResponse,
524
524
  context: __SerdeContext
525
525
  ) => Promise<DescribeTaskDefinitionCommandOutput>;
526
- export declare const deserializeAws_json1_1DescribeTasksCommand: (
526
+ export declare const de_DescribeTasksCommand: (
527
527
  output: __HttpResponse,
528
528
  context: __SerdeContext
529
529
  ) => Promise<DescribeTasksCommandOutput>;
530
- export declare const deserializeAws_json1_1DescribeTaskSetsCommand: (
530
+ export declare const de_DescribeTaskSetsCommand: (
531
531
  output: __HttpResponse,
532
532
  context: __SerdeContext
533
533
  ) => Promise<DescribeTaskSetsCommandOutput>;
534
- export declare const deserializeAws_json1_1DiscoverPollEndpointCommand: (
534
+ export declare const de_DiscoverPollEndpointCommand: (
535
535
  output: __HttpResponse,
536
536
  context: __SerdeContext
537
537
  ) => Promise<DiscoverPollEndpointCommandOutput>;
538
- export declare const deserializeAws_json1_1ExecuteCommandCommand: (
538
+ export declare const de_ExecuteCommandCommand: (
539
539
  output: __HttpResponse,
540
540
  context: __SerdeContext
541
541
  ) => Promise<ExecuteCommandCommandOutput>;
542
- export declare const deserializeAws_json1_1GetTaskProtectionCommand: (
542
+ export declare const de_GetTaskProtectionCommand: (
543
543
  output: __HttpResponse,
544
544
  context: __SerdeContext
545
545
  ) => Promise<GetTaskProtectionCommandOutput>;
546
- export declare const deserializeAws_json1_1ListAccountSettingsCommand: (
546
+ export declare const de_ListAccountSettingsCommand: (
547
547
  output: __HttpResponse,
548
548
  context: __SerdeContext
549
549
  ) => Promise<ListAccountSettingsCommandOutput>;
550
- export declare const deserializeAws_json1_1ListAttributesCommand: (
550
+ export declare const de_ListAttributesCommand: (
551
551
  output: __HttpResponse,
552
552
  context: __SerdeContext
553
553
  ) => Promise<ListAttributesCommandOutput>;
554
- export declare const deserializeAws_json1_1ListClustersCommand: (
554
+ export declare const de_ListClustersCommand: (
555
555
  output: __HttpResponse,
556
556
  context: __SerdeContext
557
557
  ) => Promise<ListClustersCommandOutput>;
558
- export declare const deserializeAws_json1_1ListContainerInstancesCommand: (
558
+ export declare const de_ListContainerInstancesCommand: (
559
559
  output: __HttpResponse,
560
560
  context: __SerdeContext
561
561
  ) => Promise<ListContainerInstancesCommandOutput>;
562
- export declare const deserializeAws_json1_1ListServicesCommand: (
562
+ export declare const de_ListServicesCommand: (
563
563
  output: __HttpResponse,
564
564
  context: __SerdeContext
565
565
  ) => Promise<ListServicesCommandOutput>;
566
- export declare const deserializeAws_json1_1ListServicesByNamespaceCommand: (
566
+ export declare const de_ListServicesByNamespaceCommand: (
567
567
  output: __HttpResponse,
568
568
  context: __SerdeContext
569
569
  ) => Promise<ListServicesByNamespaceCommandOutput>;
570
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
570
+ export declare const de_ListTagsForResourceCommand: (
571
571
  output: __HttpResponse,
572
572
  context: __SerdeContext
573
573
  ) => Promise<ListTagsForResourceCommandOutput>;
574
- export declare const deserializeAws_json1_1ListTaskDefinitionFamiliesCommand: (
574
+ export declare const de_ListTaskDefinitionFamiliesCommand: (
575
575
  output: __HttpResponse,
576
576
  context: __SerdeContext
577
577
  ) => Promise<ListTaskDefinitionFamiliesCommandOutput>;
578
- export declare const deserializeAws_json1_1ListTaskDefinitionsCommand: (
578
+ export declare const de_ListTaskDefinitionsCommand: (
579
579
  output: __HttpResponse,
580
580
  context: __SerdeContext
581
581
  ) => Promise<ListTaskDefinitionsCommandOutput>;
582
- export declare const deserializeAws_json1_1ListTasksCommand: (
582
+ export declare const de_ListTasksCommand: (
583
583
  output: __HttpResponse,
584
584
  context: __SerdeContext
585
585
  ) => Promise<ListTasksCommandOutput>;
586
- export declare const deserializeAws_json1_1PutAccountSettingCommand: (
586
+ export declare const de_PutAccountSettingCommand: (
587
587
  output: __HttpResponse,
588
588
  context: __SerdeContext
589
589
  ) => Promise<PutAccountSettingCommandOutput>;
590
- export declare const deserializeAws_json1_1PutAccountSettingDefaultCommand: (
590
+ export declare const de_PutAccountSettingDefaultCommand: (
591
591
  output: __HttpResponse,
592
592
  context: __SerdeContext
593
593
  ) => Promise<PutAccountSettingDefaultCommandOutput>;
594
- export declare const deserializeAws_json1_1PutAttributesCommand: (
594
+ export declare const de_PutAttributesCommand: (
595
595
  output: __HttpResponse,
596
596
  context: __SerdeContext
597
597
  ) => Promise<PutAttributesCommandOutput>;
598
- export declare const deserializeAws_json1_1PutClusterCapacityProvidersCommand: (
598
+ export declare const de_PutClusterCapacityProvidersCommand: (
599
599
  output: __HttpResponse,
600
600
  context: __SerdeContext
601
601
  ) => Promise<PutClusterCapacityProvidersCommandOutput>;
602
- export declare const deserializeAws_json1_1RegisterContainerInstanceCommand: (
602
+ export declare const de_RegisterContainerInstanceCommand: (
603
603
  output: __HttpResponse,
604
604
  context: __SerdeContext
605
605
  ) => Promise<RegisterContainerInstanceCommandOutput>;
606
- export declare const deserializeAws_json1_1RegisterTaskDefinitionCommand: (
606
+ export declare const de_RegisterTaskDefinitionCommand: (
607
607
  output: __HttpResponse,
608
608
  context: __SerdeContext
609
609
  ) => Promise<RegisterTaskDefinitionCommandOutput>;
610
- export declare const deserializeAws_json1_1RunTaskCommand: (
610
+ export declare const de_RunTaskCommand: (
611
611
  output: __HttpResponse,
612
612
  context: __SerdeContext
613
613
  ) => Promise<RunTaskCommandOutput>;
614
- export declare const deserializeAws_json1_1StartTaskCommand: (
614
+ export declare const de_StartTaskCommand: (
615
615
  output: __HttpResponse,
616
616
  context: __SerdeContext
617
617
  ) => Promise<StartTaskCommandOutput>;
618
- export declare const deserializeAws_json1_1StopTaskCommand: (
618
+ export declare const de_StopTaskCommand: (
619
619
  output: __HttpResponse,
620
620
  context: __SerdeContext
621
621
  ) => Promise<StopTaskCommandOutput>;
622
- export declare const deserializeAws_json1_1SubmitAttachmentStateChangesCommand: (
622
+ export declare const de_SubmitAttachmentStateChangesCommand: (
623
623
  output: __HttpResponse,
624
624
  context: __SerdeContext
625
625
  ) => Promise<SubmitAttachmentStateChangesCommandOutput>;
626
- export declare const deserializeAws_json1_1SubmitContainerStateChangeCommand: (
626
+ export declare const de_SubmitContainerStateChangeCommand: (
627
627
  output: __HttpResponse,
628
628
  context: __SerdeContext
629
629
  ) => Promise<SubmitContainerStateChangeCommandOutput>;
630
- export declare const deserializeAws_json1_1SubmitTaskStateChangeCommand: (
630
+ export declare const de_SubmitTaskStateChangeCommand: (
631
631
  output: __HttpResponse,
632
632
  context: __SerdeContext
633
633
  ) => Promise<SubmitTaskStateChangeCommandOutput>;
634
- export declare const deserializeAws_json1_1TagResourceCommand: (
634
+ export declare const de_TagResourceCommand: (
635
635
  output: __HttpResponse,
636
636
  context: __SerdeContext
637
637
  ) => Promise<TagResourceCommandOutput>;
638
- export declare const deserializeAws_json1_1UntagResourceCommand: (
638
+ export declare const de_UntagResourceCommand: (
639
639
  output: __HttpResponse,
640
640
  context: __SerdeContext
641
641
  ) => Promise<UntagResourceCommandOutput>;
642
- export declare const deserializeAws_json1_1UpdateCapacityProviderCommand: (
642
+ export declare const de_UpdateCapacityProviderCommand: (
643
643
  output: __HttpResponse,
644
644
  context: __SerdeContext
645
645
  ) => Promise<UpdateCapacityProviderCommandOutput>;
646
- export declare const deserializeAws_json1_1UpdateClusterCommand: (
646
+ export declare const de_UpdateClusterCommand: (
647
647
  output: __HttpResponse,
648
648
  context: __SerdeContext
649
649
  ) => Promise<UpdateClusterCommandOutput>;
650
- export declare const deserializeAws_json1_1UpdateClusterSettingsCommand: (
650
+ export declare const de_UpdateClusterSettingsCommand: (
651
651
  output: __HttpResponse,
652
652
  context: __SerdeContext
653
653
  ) => Promise<UpdateClusterSettingsCommandOutput>;
654
- export declare const deserializeAws_json1_1UpdateContainerAgentCommand: (
654
+ export declare const de_UpdateContainerAgentCommand: (
655
655
  output: __HttpResponse,
656
656
  context: __SerdeContext
657
657
  ) => Promise<UpdateContainerAgentCommandOutput>;
658
- export declare const deserializeAws_json1_1UpdateContainerInstancesStateCommand: (
658
+ export declare const de_UpdateContainerInstancesStateCommand: (
659
659
  output: __HttpResponse,
660
660
  context: __SerdeContext
661
661
  ) => Promise<UpdateContainerInstancesStateCommandOutput>;
662
- export declare const deserializeAws_json1_1UpdateServiceCommand: (
662
+ export declare const de_UpdateServiceCommand: (
663
663
  output: __HttpResponse,
664
664
  context: __SerdeContext
665
665
  ) => Promise<UpdateServiceCommandOutput>;
666
- export declare const deserializeAws_json1_1UpdateServicePrimaryTaskSetCommand: (
666
+ export declare const de_UpdateServicePrimaryTaskSetCommand: (
667
667
  output: __HttpResponse,
668
668
  context: __SerdeContext
669
669
  ) => Promise<UpdateServicePrimaryTaskSetCommandOutput>;
670
- export declare const deserializeAws_json1_1UpdateTaskProtectionCommand: (
670
+ export declare const de_UpdateTaskProtectionCommand: (
671
671
  output: __HttpResponse,
672
672
  context: __SerdeContext
673
673
  ) => Promise<UpdateTaskProtectionCommandOutput>;
674
- export declare const deserializeAws_json1_1UpdateTaskSetCommand: (
674
+ export declare const de_UpdateTaskSetCommand: (
675
675
  output: __HttpResponse,
676
676
  context: __SerdeContext
677
677
  ) => Promise<UpdateTaskSetCommandOutput>;