@aws-sdk/client-ecs 3.590.0 → 3.592.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 (117) hide show
  1. package/dist-cjs/index.js +0 -56
  2. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateServiceCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateTaskSetCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteClusterCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteServiceCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteTaskSetCommand.d.ts +2 -1
  13. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +2 -1
  14. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeClustersCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeServicesCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeTasksCommand.d.ts +2 -1
  22. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -1
  23. package/dist-types/commands/ExecuteCommandCommand.d.ts +2 -1
  24. package/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -1
  25. package/dist-types/commands/ListAccountSettingsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListAttributesCommand.d.ts +2 -1
  27. package/dist-types/commands/ListClustersCommand.d.ts +2 -1
  28. package/dist-types/commands/ListContainerInstancesCommand.d.ts +2 -1
  29. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +2 -1
  30. package/dist-types/commands/ListServicesCommand.d.ts +2 -1
  31. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  32. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -1
  33. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListTasksCommand.d.ts +2 -1
  35. package/dist-types/commands/PutAccountSettingCommand.d.ts +2 -1
  36. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -1
  37. package/dist-types/commands/PutAttributesCommand.d.ts +2 -1
  38. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +2 -1
  39. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +2 -1
  40. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +2 -1
  41. package/dist-types/commands/RunTaskCommand.d.ts +2 -1
  42. package/dist-types/commands/StartTaskCommand.d.ts +2 -1
  43. package/dist-types/commands/StopTaskCommand.d.ts +2 -1
  44. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -1
  45. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
  46. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +2 -1
  47. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  48. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  49. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateClusterCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateServiceCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateTaskSetCommand.d.ts +2 -1
  58. package/dist-types/index.d.ts +2 -2
  59. package/dist-types/models/ECSServiceException.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +2 -1
  112. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +2 -1
  113. package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -1
  114. package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/models/ECSServiceException.d.ts +2 -1
  117. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -341,7 +341,6 @@ var ECSClient = _ECSClient;
341
341
 
342
342
  var import_middleware_serde = require("@smithy/middleware-serde");
343
343
 
344
- var import_types = require("@smithy/types");
345
344
 
346
345
  // src/protocols/Aws_json1_1.ts
347
346
  var import_core2 = require("@aws-sdk/core");
@@ -3113,7 +3112,6 @@ var CreateCapacityProviderCommand = _CreateCapacityProviderCommand;
3113
3112
 
3114
3113
 
3115
3114
 
3116
-
3117
3115
  var _CreateClusterCommand = class _CreateClusterCommand extends import_smithy_client.Command.classBuilder().ep({
3118
3116
  ...commonParams
3119
3117
  }).m(function(Command, cs, config, o) {
@@ -3130,7 +3128,6 @@ var CreateClusterCommand = _CreateClusterCommand;
3130
3128
 
3131
3129
 
3132
3130
 
3133
-
3134
3131
  var _CreateServiceCommand = class _CreateServiceCommand extends import_smithy_client.Command.classBuilder().ep({
3135
3132
  ...commonParams
3136
3133
  }).m(function(Command, cs, config, o) {
@@ -3147,7 +3144,6 @@ var CreateServiceCommand = _CreateServiceCommand;
3147
3144
 
3148
3145
 
3149
3146
 
3150
-
3151
3147
  var _CreateTaskSetCommand = class _CreateTaskSetCommand extends import_smithy_client.Command.classBuilder().ep({
3152
3148
  ...commonParams
3153
3149
  }).m(function(Command, cs, config, o) {
@@ -3164,7 +3160,6 @@ var CreateTaskSetCommand = _CreateTaskSetCommand;
3164
3160
 
3165
3161
 
3166
3162
 
3167
-
3168
3163
  var _DeleteAccountSettingCommand = class _DeleteAccountSettingCommand extends import_smithy_client.Command.classBuilder().ep({
3169
3164
  ...commonParams
3170
3165
  }).m(function(Command, cs, config, o) {
@@ -3181,7 +3176,6 @@ var DeleteAccountSettingCommand = _DeleteAccountSettingCommand;
3181
3176
 
3182
3177
 
3183
3178
 
3184
-
3185
3179
  var _DeleteAttributesCommand = class _DeleteAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
3186
3180
  ...commonParams
3187
3181
  }).m(function(Command, cs, config, o) {
@@ -3198,7 +3192,6 @@ var DeleteAttributesCommand = _DeleteAttributesCommand;
3198
3192
 
3199
3193
 
3200
3194
 
3201
-
3202
3195
  var _DeleteCapacityProviderCommand = class _DeleteCapacityProviderCommand extends import_smithy_client.Command.classBuilder().ep({
3203
3196
  ...commonParams
3204
3197
  }).m(function(Command, cs, config, o) {
@@ -3215,7 +3208,6 @@ var DeleteCapacityProviderCommand = _DeleteCapacityProviderCommand;
3215
3208
 
3216
3209
 
3217
3210
 
3218
-
3219
3211
  var _DeleteClusterCommand = class _DeleteClusterCommand extends import_smithy_client.Command.classBuilder().ep({
3220
3212
  ...commonParams
3221
3213
  }).m(function(Command, cs, config, o) {
@@ -3232,7 +3224,6 @@ var DeleteClusterCommand = _DeleteClusterCommand;
3232
3224
 
3233
3225
 
3234
3226
 
3235
-
3236
3227
  var _DeleteServiceCommand = class _DeleteServiceCommand extends import_smithy_client.Command.classBuilder().ep({
3237
3228
  ...commonParams
3238
3229
  }).m(function(Command, cs, config, o) {
@@ -3249,7 +3240,6 @@ var DeleteServiceCommand = _DeleteServiceCommand;
3249
3240
 
3250
3241
 
3251
3242
 
3252
-
3253
3243
  var _DeleteTaskDefinitionsCommand = class _DeleteTaskDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
3254
3244
  ...commonParams
3255
3245
  }).m(function(Command, cs, config, o) {
@@ -3266,7 +3256,6 @@ var DeleteTaskDefinitionsCommand = _DeleteTaskDefinitionsCommand;
3266
3256
 
3267
3257
 
3268
3258
 
3269
-
3270
3259
  var _DeleteTaskSetCommand = class _DeleteTaskSetCommand extends import_smithy_client.Command.classBuilder().ep({
3271
3260
  ...commonParams
3272
3261
  }).m(function(Command, cs, config, o) {
@@ -3283,7 +3272,6 @@ var DeleteTaskSetCommand = _DeleteTaskSetCommand;
3283
3272
 
3284
3273
 
3285
3274
 
3286
-
3287
3275
  var _DeregisterContainerInstanceCommand = class _DeregisterContainerInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
3288
3276
  ...commonParams
3289
3277
  }).m(function(Command, cs, config, o) {
@@ -3300,7 +3288,6 @@ var DeregisterContainerInstanceCommand = _DeregisterContainerInstanceCommand;
3300
3288
 
3301
3289
 
3302
3290
 
3303
-
3304
3291
  var _DeregisterTaskDefinitionCommand = class _DeregisterTaskDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
3305
3292
  ...commonParams
3306
3293
  }).m(function(Command, cs, config, o) {
@@ -3317,7 +3304,6 @@ var DeregisterTaskDefinitionCommand = _DeregisterTaskDefinitionCommand;
3317
3304
 
3318
3305
 
3319
3306
 
3320
-
3321
3307
  var _DescribeCapacityProvidersCommand = class _DescribeCapacityProvidersCommand extends import_smithy_client.Command.classBuilder().ep({
3322
3308
  ...commonParams
3323
3309
  }).m(function(Command, cs, config, o) {
@@ -3334,7 +3320,6 @@ var DescribeCapacityProvidersCommand = _DescribeCapacityProvidersCommand;
3334
3320
 
3335
3321
 
3336
3322
 
3337
-
3338
3323
  var _DescribeClustersCommand = class _DescribeClustersCommand extends import_smithy_client.Command.classBuilder().ep({
3339
3324
  ...commonParams
3340
3325
  }).m(function(Command, cs, config, o) {
@@ -3351,7 +3336,6 @@ var DescribeClustersCommand = _DescribeClustersCommand;
3351
3336
 
3352
3337
 
3353
3338
 
3354
-
3355
3339
  var _DescribeContainerInstancesCommand = class _DescribeContainerInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
3356
3340
  ...commonParams
3357
3341
  }).m(function(Command, cs, config, o) {
@@ -3368,7 +3352,6 @@ var DescribeContainerInstancesCommand = _DescribeContainerInstancesCommand;
3368
3352
 
3369
3353
 
3370
3354
 
3371
-
3372
3355
  var _DescribeServicesCommand = class _DescribeServicesCommand extends import_smithy_client.Command.classBuilder().ep({
3373
3356
  ...commonParams
3374
3357
  }).m(function(Command, cs, config, o) {
@@ -3385,7 +3368,6 @@ var DescribeServicesCommand = _DescribeServicesCommand;
3385
3368
 
3386
3369
 
3387
3370
 
3388
-
3389
3371
  var _DescribeTaskDefinitionCommand = class _DescribeTaskDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
3390
3372
  ...commonParams
3391
3373
  }).m(function(Command, cs, config, o) {
@@ -3402,7 +3384,6 @@ var DescribeTaskDefinitionCommand = _DescribeTaskDefinitionCommand;
3402
3384
 
3403
3385
 
3404
3386
 
3405
-
3406
3387
  var _DescribeTasksCommand = class _DescribeTasksCommand extends import_smithy_client.Command.classBuilder().ep({
3407
3388
  ...commonParams
3408
3389
  }).m(function(Command, cs, config, o) {
@@ -3419,7 +3400,6 @@ var DescribeTasksCommand = _DescribeTasksCommand;
3419
3400
 
3420
3401
 
3421
3402
 
3422
-
3423
3403
  var _DescribeTaskSetsCommand = class _DescribeTaskSetsCommand extends import_smithy_client.Command.classBuilder().ep({
3424
3404
  ...commonParams
3425
3405
  }).m(function(Command, cs, config, o) {
@@ -3436,7 +3416,6 @@ var DescribeTaskSetsCommand = _DescribeTaskSetsCommand;
3436
3416
 
3437
3417
 
3438
3418
 
3439
-
3440
3419
  var _DiscoverPollEndpointCommand = class _DiscoverPollEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
3441
3420
  ...commonParams
3442
3421
  }).m(function(Command, cs, config, o) {
@@ -3453,7 +3432,6 @@ var DiscoverPollEndpointCommand = _DiscoverPollEndpointCommand;
3453
3432
 
3454
3433
 
3455
3434
 
3456
-
3457
3435
  var _ExecuteCommandCommand = class _ExecuteCommandCommand extends import_smithy_client.Command.classBuilder().ep({
3458
3436
  ...commonParams
3459
3437
  }).m(function(Command, cs, config, o) {
@@ -3470,7 +3448,6 @@ var ExecuteCommandCommand = _ExecuteCommandCommand;
3470
3448
 
3471
3449
 
3472
3450
 
3473
-
3474
3451
  var _GetTaskProtectionCommand = class _GetTaskProtectionCommand extends import_smithy_client.Command.classBuilder().ep({
3475
3452
  ...commonParams
3476
3453
  }).m(function(Command, cs, config, o) {
@@ -3487,7 +3464,6 @@ var GetTaskProtectionCommand = _GetTaskProtectionCommand;
3487
3464
 
3488
3465
 
3489
3466
 
3490
-
3491
3467
  var _ListAccountSettingsCommand = class _ListAccountSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
3492
3468
  ...commonParams
3493
3469
  }).m(function(Command, cs, config, o) {
@@ -3504,7 +3480,6 @@ var ListAccountSettingsCommand = _ListAccountSettingsCommand;
3504
3480
 
3505
3481
 
3506
3482
 
3507
-
3508
3483
  var _ListAttributesCommand = class _ListAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
3509
3484
  ...commonParams
3510
3485
  }).m(function(Command, cs, config, o) {
@@ -3521,7 +3496,6 @@ var ListAttributesCommand = _ListAttributesCommand;
3521
3496
 
3522
3497
 
3523
3498
 
3524
-
3525
3499
  var _ListClustersCommand = class _ListClustersCommand extends import_smithy_client.Command.classBuilder().ep({
3526
3500
  ...commonParams
3527
3501
  }).m(function(Command, cs, config, o) {
@@ -3538,7 +3512,6 @@ var ListClustersCommand = _ListClustersCommand;
3538
3512
 
3539
3513
 
3540
3514
 
3541
-
3542
3515
  var _ListContainerInstancesCommand = class _ListContainerInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
3543
3516
  ...commonParams
3544
3517
  }).m(function(Command, cs, config, o) {
@@ -3555,7 +3528,6 @@ var ListContainerInstancesCommand = _ListContainerInstancesCommand;
3555
3528
 
3556
3529
 
3557
3530
 
3558
-
3559
3531
  var _ListServicesByNamespaceCommand = class _ListServicesByNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
3560
3532
  ...commonParams
3561
3533
  }).m(function(Command, cs, config, o) {
@@ -3572,7 +3544,6 @@ var ListServicesByNamespaceCommand = _ListServicesByNamespaceCommand;
3572
3544
 
3573
3545
 
3574
3546
 
3575
-
3576
3547
  var _ListServicesCommand = class _ListServicesCommand extends import_smithy_client.Command.classBuilder().ep({
3577
3548
  ...commonParams
3578
3549
  }).m(function(Command, cs, config, o) {
@@ -3589,7 +3560,6 @@ var ListServicesCommand = _ListServicesCommand;
3589
3560
 
3590
3561
 
3591
3562
 
3592
-
3593
3563
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3594
3564
  ...commonParams
3595
3565
  }).m(function(Command, cs, config, o) {
@@ -3606,7 +3576,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
3606
3576
 
3607
3577
 
3608
3578
 
3609
-
3610
3579
  var _ListTaskDefinitionFamiliesCommand = class _ListTaskDefinitionFamiliesCommand extends import_smithy_client.Command.classBuilder().ep({
3611
3580
  ...commonParams
3612
3581
  }).m(function(Command, cs, config, o) {
@@ -3623,7 +3592,6 @@ var ListTaskDefinitionFamiliesCommand = _ListTaskDefinitionFamiliesCommand;
3623
3592
 
3624
3593
 
3625
3594
 
3626
-
3627
3595
  var _ListTaskDefinitionsCommand = class _ListTaskDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
3628
3596
  ...commonParams
3629
3597
  }).m(function(Command, cs, config, o) {
@@ -3640,7 +3608,6 @@ var ListTaskDefinitionsCommand = _ListTaskDefinitionsCommand;
3640
3608
 
3641
3609
 
3642
3610
 
3643
-
3644
3611
  var _ListTasksCommand = class _ListTasksCommand extends import_smithy_client.Command.classBuilder().ep({
3645
3612
  ...commonParams
3646
3613
  }).m(function(Command, cs, config, o) {
@@ -3657,7 +3624,6 @@ var ListTasksCommand = _ListTasksCommand;
3657
3624
 
3658
3625
 
3659
3626
 
3660
-
3661
3627
  var _PutAccountSettingCommand = class _PutAccountSettingCommand extends import_smithy_client.Command.classBuilder().ep({
3662
3628
  ...commonParams
3663
3629
  }).m(function(Command, cs, config, o) {
@@ -3674,7 +3640,6 @@ var PutAccountSettingCommand = _PutAccountSettingCommand;
3674
3640
 
3675
3641
 
3676
3642
 
3677
-
3678
3643
  var _PutAccountSettingDefaultCommand = class _PutAccountSettingDefaultCommand extends import_smithy_client.Command.classBuilder().ep({
3679
3644
  ...commonParams
3680
3645
  }).m(function(Command, cs, config, o) {
@@ -3691,7 +3656,6 @@ var PutAccountSettingDefaultCommand = _PutAccountSettingDefaultCommand;
3691
3656
 
3692
3657
 
3693
3658
 
3694
-
3695
3659
  var _PutAttributesCommand = class _PutAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
3696
3660
  ...commonParams
3697
3661
  }).m(function(Command, cs, config, o) {
@@ -3708,7 +3672,6 @@ var PutAttributesCommand = _PutAttributesCommand;
3708
3672
 
3709
3673
 
3710
3674
 
3711
-
3712
3675
  var _PutClusterCapacityProvidersCommand = class _PutClusterCapacityProvidersCommand extends import_smithy_client.Command.classBuilder().ep({
3713
3676
  ...commonParams
3714
3677
  }).m(function(Command, cs, config, o) {
@@ -3725,7 +3688,6 @@ var PutClusterCapacityProvidersCommand = _PutClusterCapacityProvidersCommand;
3725
3688
 
3726
3689
 
3727
3690
 
3728
-
3729
3691
  var _RegisterContainerInstanceCommand = class _RegisterContainerInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
3730
3692
  ...commonParams
3731
3693
  }).m(function(Command, cs, config, o) {
@@ -3742,7 +3704,6 @@ var RegisterContainerInstanceCommand = _RegisterContainerInstanceCommand;
3742
3704
 
3743
3705
 
3744
3706
 
3745
-
3746
3707
  var _RegisterTaskDefinitionCommand = class _RegisterTaskDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
3747
3708
  ...commonParams
3748
3709
  }).m(function(Command, cs, config, o) {
@@ -3759,7 +3720,6 @@ var RegisterTaskDefinitionCommand = _RegisterTaskDefinitionCommand;
3759
3720
 
3760
3721
 
3761
3722
 
3762
-
3763
3723
  var _RunTaskCommand = class _RunTaskCommand extends import_smithy_client.Command.classBuilder().ep({
3764
3724
  ...commonParams
3765
3725
  }).m(function(Command, cs, config, o) {
@@ -3776,7 +3736,6 @@ var RunTaskCommand = _RunTaskCommand;
3776
3736
 
3777
3737
 
3778
3738
 
3779
-
3780
3739
  var _StartTaskCommand = class _StartTaskCommand extends import_smithy_client.Command.classBuilder().ep({
3781
3740
  ...commonParams
3782
3741
  }).m(function(Command, cs, config, o) {
@@ -3793,7 +3752,6 @@ var StartTaskCommand = _StartTaskCommand;
3793
3752
 
3794
3753
 
3795
3754
 
3796
-
3797
3755
  var _StopTaskCommand = class _StopTaskCommand extends import_smithy_client.Command.classBuilder().ep({
3798
3756
  ...commonParams
3799
3757
  }).m(function(Command, cs, config, o) {
@@ -3810,7 +3768,6 @@ var StopTaskCommand = _StopTaskCommand;
3810
3768
 
3811
3769
 
3812
3770
 
3813
-
3814
3771
  var _SubmitAttachmentStateChangesCommand = class _SubmitAttachmentStateChangesCommand extends import_smithy_client.Command.classBuilder().ep({
3815
3772
  ...commonParams
3816
3773
  }).m(function(Command, cs, config, o) {
@@ -3827,7 +3784,6 @@ var SubmitAttachmentStateChangesCommand = _SubmitAttachmentStateChangesCommand;
3827
3784
 
3828
3785
 
3829
3786
 
3830
-
3831
3787
  var _SubmitContainerStateChangeCommand = class _SubmitContainerStateChangeCommand extends import_smithy_client.Command.classBuilder().ep({
3832
3788
  ...commonParams
3833
3789
  }).m(function(Command, cs, config, o) {
@@ -3844,7 +3800,6 @@ var SubmitContainerStateChangeCommand = _SubmitContainerStateChangeCommand;
3844
3800
 
3845
3801
 
3846
3802
 
3847
-
3848
3803
  var _SubmitTaskStateChangeCommand = class _SubmitTaskStateChangeCommand extends import_smithy_client.Command.classBuilder().ep({
3849
3804
  ...commonParams
3850
3805
  }).m(function(Command, cs, config, o) {
@@ -3861,7 +3816,6 @@ var SubmitTaskStateChangeCommand = _SubmitTaskStateChangeCommand;
3861
3816
 
3862
3817
 
3863
3818
 
3864
-
3865
3819
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3866
3820
  ...commonParams
3867
3821
  }).m(function(Command, cs, config, o) {
@@ -3878,7 +3832,6 @@ var TagResourceCommand = _TagResourceCommand;
3878
3832
 
3879
3833
 
3880
3834
 
3881
-
3882
3835
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3883
3836
  ...commonParams
3884
3837
  }).m(function(Command, cs, config, o) {
@@ -3895,7 +3848,6 @@ var UntagResourceCommand = _UntagResourceCommand;
3895
3848
 
3896
3849
 
3897
3850
 
3898
-
3899
3851
  var _UpdateCapacityProviderCommand = class _UpdateCapacityProviderCommand extends import_smithy_client.Command.classBuilder().ep({
3900
3852
  ...commonParams
3901
3853
  }).m(function(Command, cs, config, o) {
@@ -3912,7 +3864,6 @@ var UpdateCapacityProviderCommand = _UpdateCapacityProviderCommand;
3912
3864
 
3913
3865
 
3914
3866
 
3915
-
3916
3867
  var _UpdateClusterCommand = class _UpdateClusterCommand extends import_smithy_client.Command.classBuilder().ep({
3917
3868
  ...commonParams
3918
3869
  }).m(function(Command, cs, config, o) {
@@ -3929,7 +3880,6 @@ var UpdateClusterCommand = _UpdateClusterCommand;
3929
3880
 
3930
3881
 
3931
3882
 
3932
-
3933
3883
  var _UpdateClusterSettingsCommand = class _UpdateClusterSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
3934
3884
  ...commonParams
3935
3885
  }).m(function(Command, cs, config, o) {
@@ -3946,7 +3896,6 @@ var UpdateClusterSettingsCommand = _UpdateClusterSettingsCommand;
3946
3896
 
3947
3897
 
3948
3898
 
3949
-
3950
3899
  var _UpdateContainerAgentCommand = class _UpdateContainerAgentCommand extends import_smithy_client.Command.classBuilder().ep({
3951
3900
  ...commonParams
3952
3901
  }).m(function(Command, cs, config, o) {
@@ -3963,7 +3912,6 @@ var UpdateContainerAgentCommand = _UpdateContainerAgentCommand;
3963
3912
 
3964
3913
 
3965
3914
 
3966
-
3967
3915
  var _UpdateContainerInstancesStateCommand = class _UpdateContainerInstancesStateCommand extends import_smithy_client.Command.classBuilder().ep({
3968
3916
  ...commonParams
3969
3917
  }).m(function(Command, cs, config, o) {
@@ -3980,7 +3928,6 @@ var UpdateContainerInstancesStateCommand = _UpdateContainerInstancesStateCommand
3980
3928
 
3981
3929
 
3982
3930
 
3983
-
3984
3931
  var _UpdateServiceCommand = class _UpdateServiceCommand extends import_smithy_client.Command.classBuilder().ep({
3985
3932
  ...commonParams
3986
3933
  }).m(function(Command, cs, config, o) {
@@ -3997,7 +3944,6 @@ var UpdateServiceCommand = _UpdateServiceCommand;
3997
3944
 
3998
3945
 
3999
3946
 
4000
-
4001
3947
  var _UpdateServicePrimaryTaskSetCommand = class _UpdateServicePrimaryTaskSetCommand extends import_smithy_client.Command.classBuilder().ep({
4002
3948
  ...commonParams
4003
3949
  }).m(function(Command, cs, config, o) {
@@ -4014,7 +3960,6 @@ var UpdateServicePrimaryTaskSetCommand = _UpdateServicePrimaryTaskSetCommand;
4014
3960
 
4015
3961
 
4016
3962
 
4017
-
4018
3963
  var _UpdateTaskProtectionCommand = class _UpdateTaskProtectionCommand extends import_smithy_client.Command.classBuilder().ep({
4019
3964
  ...commonParams
4020
3965
  }).m(function(Command, cs, config, o) {
@@ -4031,7 +3976,6 @@ var UpdateTaskProtectionCommand = _UpdateTaskProtectionCommand;
4031
3976
 
4032
3977
 
4033
3978
 
4034
-
4035
3979
  var _UpdateTaskSetCommand = class _UpdateTaskSetCommand extends import_smithy_client.Command.classBuilder().ep({
4036
3980
  ...commonParams
4037
3981
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { CreateCapacityProviderRequest, CreateCapacityProviderResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateServiceRequest, CreateServiceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateTaskSetRequest, CreateTaskSetResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteAccountSettingRequest, DeleteAccountSettingResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteAttributesRequest, DeleteAttributesResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteCapacityProviderRequest, DeleteCapacityProviderResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteServiceRequest, DeleteServiceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteTaskDefinitionsRequest, DeleteTaskDefinitionsResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteTaskSetRequest, DeleteTaskSetResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeregisterContainerInstanceRequest, DeregisterContainerInstanceResponse
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeregisterTaskDefinitionRequest, DeregisterTaskDefinitionResponse } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeCapacityProvidersRequest, DescribeCapacityProvidersResponse } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeClustersRequest, DescribeClustersResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeContainerInstancesRequest, DescribeContainerInstancesResponse }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeServicesRequest, DescribeServicesResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeTaskDefinitionRequest, DescribeTaskDefinitionResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeTaskSetsRequest, DescribeTaskSetsResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeTasksRequest, DescribeTasksResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DiscoverPollEndpointRequest, DiscoverPollEndpointResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ExecuteCommandRequest, ExecuteCommandResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetTaskProtectionRequest, GetTaskProtectionResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *