@aws-sdk/client-ecs 3.590.0 → 3.594.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 (120) hide show
  1. package/dist-cjs/index.js +3 -56
  2. package/dist-es/protocols/Aws_json1_1.js +3 -0
  3. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateClusterCommand.d.ts +10 -1
  5. package/dist-types/commands/CreateServiceCommand.d.ts +8 -1
  6. package/dist-types/commands/CreateTaskSetCommand.d.ts +5 -1
  7. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteClusterCommand.d.ts +6 -1
  11. package/dist-types/commands/DeleteServiceCommand.d.ts +8 -1
  12. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteTaskSetCommand.d.ts +5 -1
  14. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +2 -1
  15. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeClustersCommand.d.ts +6 -1
  18. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeServicesCommand.d.ts +8 -1
  20. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +5 -1
  22. package/dist-types/commands/DescribeTasksCommand.d.ts +6 -1
  23. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -1
  24. package/dist-types/commands/ExecuteCommandCommand.d.ts +2 -1
  25. package/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -1
  26. package/dist-types/commands/ListAccountSettingsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListAttributesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListClustersCommand.d.ts +2 -1
  29. package/dist-types/commands/ListContainerInstancesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +2 -1
  31. package/dist-types/commands/ListServicesCommand.d.ts +2 -1
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  33. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -1
  34. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListTasksCommand.d.ts +2 -1
  36. package/dist-types/commands/PutAccountSettingCommand.d.ts +2 -1
  37. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -1
  38. package/dist-types/commands/PutAttributesCommand.d.ts +2 -1
  39. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +6 -1
  40. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +2 -1
  41. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +2 -1
  42. package/dist-types/commands/RunTaskCommand.d.ts +6 -1
  43. package/dist-types/commands/StartTaskCommand.d.ts +6 -1
  44. package/dist-types/commands/StopTaskCommand.d.ts +9 -1
  45. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -1
  46. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
  47. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +2 -1
  48. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  49. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateClusterCommand.d.ts +10 -1
  52. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +6 -1
  53. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateServiceCommand.d.ts +8 -1
  56. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +5 -1
  57. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateTaskSetCommand.d.ts +5 -1
  59. package/dist-types/index.d.ts +2 -2
  60. package/dist-types/models/ECSServiceException.d.ts +2 -1
  61. package/dist-types/models/models_0.d.ts +89 -20
  62. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +2 -1
  112. package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +2 -1
  113. package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +2 -1
  114. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +2 -1
  117. package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +2 -1
  118. package/dist-types/ts3.4/models/ECSServiceException.d.ts +2 -1
  119. package/dist-types/ts3.4/models/models_0.d.ts +15 -0
  120. 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");
@@ -2703,6 +2702,7 @@ var de_Deployment = /* @__PURE__ */ __name((output, context) => {
2703
2702
  createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2704
2703
  desiredCount: import_smithy_client.expectInt32,
2705
2704
  failedTasks: import_smithy_client.expectInt32,
2705
+ fargateEphemeralStorage: import_smithy_client._json,
2706
2706
  id: import_smithy_client.expectString,
2707
2707
  launchType: import_smithy_client.expectString,
2708
2708
  networkConfiguration: import_smithy_client._json,
@@ -2934,6 +2934,7 @@ var de_Task = /* @__PURE__ */ __name((output, context) => {
2934
2934
  enableExecuteCommand: import_smithy_client.expectBoolean,
2935
2935
  ephemeralStorage: import_smithy_client._json,
2936
2936
  executionStoppedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2937
+ fargateEphemeralStorage: import_smithy_client._json,
2937
2938
  group: import_smithy_client.expectString,
2938
2939
  healthStatus: import_smithy_client.expectString,
2939
2940
  inferenceAccelerators: import_smithy_client._json,
@@ -3004,6 +3005,7 @@ var de_TaskSet = /* @__PURE__ */ __name((output, context) => {
3004
3005
  computedDesiredCount: import_smithy_client.expectInt32,
3005
3006
  createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3006
3007
  externalId: import_smithy_client.expectString,
3008
+ fargateEphemeralStorage: import_smithy_client._json,
3007
3009
  id: import_smithy_client.expectString,
3008
3010
  launchType: import_smithy_client.expectString,
3009
3011
  loadBalancers: import_smithy_client._json,
@@ -3113,7 +3115,6 @@ var CreateCapacityProviderCommand = _CreateCapacityProviderCommand;
3113
3115
 
3114
3116
 
3115
3117
 
3116
-
3117
3118
  var _CreateClusterCommand = class _CreateClusterCommand extends import_smithy_client.Command.classBuilder().ep({
3118
3119
  ...commonParams
3119
3120
  }).m(function(Command, cs, config, o) {
@@ -3130,7 +3131,6 @@ var CreateClusterCommand = _CreateClusterCommand;
3130
3131
 
3131
3132
 
3132
3133
 
3133
-
3134
3134
  var _CreateServiceCommand = class _CreateServiceCommand extends import_smithy_client.Command.classBuilder().ep({
3135
3135
  ...commonParams
3136
3136
  }).m(function(Command, cs, config, o) {
@@ -3147,7 +3147,6 @@ var CreateServiceCommand = _CreateServiceCommand;
3147
3147
 
3148
3148
 
3149
3149
 
3150
-
3151
3150
  var _CreateTaskSetCommand = class _CreateTaskSetCommand extends import_smithy_client.Command.classBuilder().ep({
3152
3151
  ...commonParams
3153
3152
  }).m(function(Command, cs, config, o) {
@@ -3164,7 +3163,6 @@ var CreateTaskSetCommand = _CreateTaskSetCommand;
3164
3163
 
3165
3164
 
3166
3165
 
3167
-
3168
3166
  var _DeleteAccountSettingCommand = class _DeleteAccountSettingCommand extends import_smithy_client.Command.classBuilder().ep({
3169
3167
  ...commonParams
3170
3168
  }).m(function(Command, cs, config, o) {
@@ -3181,7 +3179,6 @@ var DeleteAccountSettingCommand = _DeleteAccountSettingCommand;
3181
3179
 
3182
3180
 
3183
3181
 
3184
-
3185
3182
  var _DeleteAttributesCommand = class _DeleteAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
3186
3183
  ...commonParams
3187
3184
  }).m(function(Command, cs, config, o) {
@@ -3198,7 +3195,6 @@ var DeleteAttributesCommand = _DeleteAttributesCommand;
3198
3195
 
3199
3196
 
3200
3197
 
3201
-
3202
3198
  var _DeleteCapacityProviderCommand = class _DeleteCapacityProviderCommand extends import_smithy_client.Command.classBuilder().ep({
3203
3199
  ...commonParams
3204
3200
  }).m(function(Command, cs, config, o) {
@@ -3215,7 +3211,6 @@ var DeleteCapacityProviderCommand = _DeleteCapacityProviderCommand;
3215
3211
 
3216
3212
 
3217
3213
 
3218
-
3219
3214
  var _DeleteClusterCommand = class _DeleteClusterCommand extends import_smithy_client.Command.classBuilder().ep({
3220
3215
  ...commonParams
3221
3216
  }).m(function(Command, cs, config, o) {
@@ -3232,7 +3227,6 @@ var DeleteClusterCommand = _DeleteClusterCommand;
3232
3227
 
3233
3228
 
3234
3229
 
3235
-
3236
3230
  var _DeleteServiceCommand = class _DeleteServiceCommand extends import_smithy_client.Command.classBuilder().ep({
3237
3231
  ...commonParams
3238
3232
  }).m(function(Command, cs, config, o) {
@@ -3249,7 +3243,6 @@ var DeleteServiceCommand = _DeleteServiceCommand;
3249
3243
 
3250
3244
 
3251
3245
 
3252
-
3253
3246
  var _DeleteTaskDefinitionsCommand = class _DeleteTaskDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
3254
3247
  ...commonParams
3255
3248
  }).m(function(Command, cs, config, o) {
@@ -3266,7 +3259,6 @@ var DeleteTaskDefinitionsCommand = _DeleteTaskDefinitionsCommand;
3266
3259
 
3267
3260
 
3268
3261
 
3269
-
3270
3262
  var _DeleteTaskSetCommand = class _DeleteTaskSetCommand extends import_smithy_client.Command.classBuilder().ep({
3271
3263
  ...commonParams
3272
3264
  }).m(function(Command, cs, config, o) {
@@ -3283,7 +3275,6 @@ var DeleteTaskSetCommand = _DeleteTaskSetCommand;
3283
3275
 
3284
3276
 
3285
3277
 
3286
-
3287
3278
  var _DeregisterContainerInstanceCommand = class _DeregisterContainerInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
3288
3279
  ...commonParams
3289
3280
  }).m(function(Command, cs, config, o) {
@@ -3300,7 +3291,6 @@ var DeregisterContainerInstanceCommand = _DeregisterContainerInstanceCommand;
3300
3291
 
3301
3292
 
3302
3293
 
3303
-
3304
3294
  var _DeregisterTaskDefinitionCommand = class _DeregisterTaskDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
3305
3295
  ...commonParams
3306
3296
  }).m(function(Command, cs, config, o) {
@@ -3317,7 +3307,6 @@ var DeregisterTaskDefinitionCommand = _DeregisterTaskDefinitionCommand;
3317
3307
 
3318
3308
 
3319
3309
 
3320
-
3321
3310
  var _DescribeCapacityProvidersCommand = class _DescribeCapacityProvidersCommand extends import_smithy_client.Command.classBuilder().ep({
3322
3311
  ...commonParams
3323
3312
  }).m(function(Command, cs, config, o) {
@@ -3334,7 +3323,6 @@ var DescribeCapacityProvidersCommand = _DescribeCapacityProvidersCommand;
3334
3323
 
3335
3324
 
3336
3325
 
3337
-
3338
3326
  var _DescribeClustersCommand = class _DescribeClustersCommand extends import_smithy_client.Command.classBuilder().ep({
3339
3327
  ...commonParams
3340
3328
  }).m(function(Command, cs, config, o) {
@@ -3351,7 +3339,6 @@ var DescribeClustersCommand = _DescribeClustersCommand;
3351
3339
 
3352
3340
 
3353
3341
 
3354
-
3355
3342
  var _DescribeContainerInstancesCommand = class _DescribeContainerInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
3356
3343
  ...commonParams
3357
3344
  }).m(function(Command, cs, config, o) {
@@ -3368,7 +3355,6 @@ var DescribeContainerInstancesCommand = _DescribeContainerInstancesCommand;
3368
3355
 
3369
3356
 
3370
3357
 
3371
-
3372
3358
  var _DescribeServicesCommand = class _DescribeServicesCommand extends import_smithy_client.Command.classBuilder().ep({
3373
3359
  ...commonParams
3374
3360
  }).m(function(Command, cs, config, o) {
@@ -3385,7 +3371,6 @@ var DescribeServicesCommand = _DescribeServicesCommand;
3385
3371
 
3386
3372
 
3387
3373
 
3388
-
3389
3374
  var _DescribeTaskDefinitionCommand = class _DescribeTaskDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
3390
3375
  ...commonParams
3391
3376
  }).m(function(Command, cs, config, o) {
@@ -3402,7 +3387,6 @@ var DescribeTaskDefinitionCommand = _DescribeTaskDefinitionCommand;
3402
3387
 
3403
3388
 
3404
3389
 
3405
-
3406
3390
  var _DescribeTasksCommand = class _DescribeTasksCommand extends import_smithy_client.Command.classBuilder().ep({
3407
3391
  ...commonParams
3408
3392
  }).m(function(Command, cs, config, o) {
@@ -3419,7 +3403,6 @@ var DescribeTasksCommand = _DescribeTasksCommand;
3419
3403
 
3420
3404
 
3421
3405
 
3422
-
3423
3406
  var _DescribeTaskSetsCommand = class _DescribeTaskSetsCommand extends import_smithy_client.Command.classBuilder().ep({
3424
3407
  ...commonParams
3425
3408
  }).m(function(Command, cs, config, o) {
@@ -3436,7 +3419,6 @@ var DescribeTaskSetsCommand = _DescribeTaskSetsCommand;
3436
3419
 
3437
3420
 
3438
3421
 
3439
-
3440
3422
  var _DiscoverPollEndpointCommand = class _DiscoverPollEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
3441
3423
  ...commonParams
3442
3424
  }).m(function(Command, cs, config, o) {
@@ -3453,7 +3435,6 @@ var DiscoverPollEndpointCommand = _DiscoverPollEndpointCommand;
3453
3435
 
3454
3436
 
3455
3437
 
3456
-
3457
3438
  var _ExecuteCommandCommand = class _ExecuteCommandCommand extends import_smithy_client.Command.classBuilder().ep({
3458
3439
  ...commonParams
3459
3440
  }).m(function(Command, cs, config, o) {
@@ -3470,7 +3451,6 @@ var ExecuteCommandCommand = _ExecuteCommandCommand;
3470
3451
 
3471
3452
 
3472
3453
 
3473
-
3474
3454
  var _GetTaskProtectionCommand = class _GetTaskProtectionCommand extends import_smithy_client.Command.classBuilder().ep({
3475
3455
  ...commonParams
3476
3456
  }).m(function(Command, cs, config, o) {
@@ -3487,7 +3467,6 @@ var GetTaskProtectionCommand = _GetTaskProtectionCommand;
3487
3467
 
3488
3468
 
3489
3469
 
3490
-
3491
3470
  var _ListAccountSettingsCommand = class _ListAccountSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
3492
3471
  ...commonParams
3493
3472
  }).m(function(Command, cs, config, o) {
@@ -3504,7 +3483,6 @@ var ListAccountSettingsCommand = _ListAccountSettingsCommand;
3504
3483
 
3505
3484
 
3506
3485
 
3507
-
3508
3486
  var _ListAttributesCommand = class _ListAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
3509
3487
  ...commonParams
3510
3488
  }).m(function(Command, cs, config, o) {
@@ -3521,7 +3499,6 @@ var ListAttributesCommand = _ListAttributesCommand;
3521
3499
 
3522
3500
 
3523
3501
 
3524
-
3525
3502
  var _ListClustersCommand = class _ListClustersCommand extends import_smithy_client.Command.classBuilder().ep({
3526
3503
  ...commonParams
3527
3504
  }).m(function(Command, cs, config, o) {
@@ -3538,7 +3515,6 @@ var ListClustersCommand = _ListClustersCommand;
3538
3515
 
3539
3516
 
3540
3517
 
3541
-
3542
3518
  var _ListContainerInstancesCommand = class _ListContainerInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
3543
3519
  ...commonParams
3544
3520
  }).m(function(Command, cs, config, o) {
@@ -3555,7 +3531,6 @@ var ListContainerInstancesCommand = _ListContainerInstancesCommand;
3555
3531
 
3556
3532
 
3557
3533
 
3558
-
3559
3534
  var _ListServicesByNamespaceCommand = class _ListServicesByNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
3560
3535
  ...commonParams
3561
3536
  }).m(function(Command, cs, config, o) {
@@ -3572,7 +3547,6 @@ var ListServicesByNamespaceCommand = _ListServicesByNamespaceCommand;
3572
3547
 
3573
3548
 
3574
3549
 
3575
-
3576
3550
  var _ListServicesCommand = class _ListServicesCommand extends import_smithy_client.Command.classBuilder().ep({
3577
3551
  ...commonParams
3578
3552
  }).m(function(Command, cs, config, o) {
@@ -3589,7 +3563,6 @@ var ListServicesCommand = _ListServicesCommand;
3589
3563
 
3590
3564
 
3591
3565
 
3592
-
3593
3566
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3594
3567
  ...commonParams
3595
3568
  }).m(function(Command, cs, config, o) {
@@ -3606,7 +3579,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
3606
3579
 
3607
3580
 
3608
3581
 
3609
-
3610
3582
  var _ListTaskDefinitionFamiliesCommand = class _ListTaskDefinitionFamiliesCommand extends import_smithy_client.Command.classBuilder().ep({
3611
3583
  ...commonParams
3612
3584
  }).m(function(Command, cs, config, o) {
@@ -3623,7 +3595,6 @@ var ListTaskDefinitionFamiliesCommand = _ListTaskDefinitionFamiliesCommand;
3623
3595
 
3624
3596
 
3625
3597
 
3626
-
3627
3598
  var _ListTaskDefinitionsCommand = class _ListTaskDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
3628
3599
  ...commonParams
3629
3600
  }).m(function(Command, cs, config, o) {
@@ -3640,7 +3611,6 @@ var ListTaskDefinitionsCommand = _ListTaskDefinitionsCommand;
3640
3611
 
3641
3612
 
3642
3613
 
3643
-
3644
3614
  var _ListTasksCommand = class _ListTasksCommand extends import_smithy_client.Command.classBuilder().ep({
3645
3615
  ...commonParams
3646
3616
  }).m(function(Command, cs, config, o) {
@@ -3657,7 +3627,6 @@ var ListTasksCommand = _ListTasksCommand;
3657
3627
 
3658
3628
 
3659
3629
 
3660
-
3661
3630
  var _PutAccountSettingCommand = class _PutAccountSettingCommand extends import_smithy_client.Command.classBuilder().ep({
3662
3631
  ...commonParams
3663
3632
  }).m(function(Command, cs, config, o) {
@@ -3674,7 +3643,6 @@ var PutAccountSettingCommand = _PutAccountSettingCommand;
3674
3643
 
3675
3644
 
3676
3645
 
3677
-
3678
3646
  var _PutAccountSettingDefaultCommand = class _PutAccountSettingDefaultCommand extends import_smithy_client.Command.classBuilder().ep({
3679
3647
  ...commonParams
3680
3648
  }).m(function(Command, cs, config, o) {
@@ -3691,7 +3659,6 @@ var PutAccountSettingDefaultCommand = _PutAccountSettingDefaultCommand;
3691
3659
 
3692
3660
 
3693
3661
 
3694
-
3695
3662
  var _PutAttributesCommand = class _PutAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
3696
3663
  ...commonParams
3697
3664
  }).m(function(Command, cs, config, o) {
@@ -3708,7 +3675,6 @@ var PutAttributesCommand = _PutAttributesCommand;
3708
3675
 
3709
3676
 
3710
3677
 
3711
-
3712
3678
  var _PutClusterCapacityProvidersCommand = class _PutClusterCapacityProvidersCommand extends import_smithy_client.Command.classBuilder().ep({
3713
3679
  ...commonParams
3714
3680
  }).m(function(Command, cs, config, o) {
@@ -3725,7 +3691,6 @@ var PutClusterCapacityProvidersCommand = _PutClusterCapacityProvidersCommand;
3725
3691
 
3726
3692
 
3727
3693
 
3728
-
3729
3694
  var _RegisterContainerInstanceCommand = class _RegisterContainerInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
3730
3695
  ...commonParams
3731
3696
  }).m(function(Command, cs, config, o) {
@@ -3742,7 +3707,6 @@ var RegisterContainerInstanceCommand = _RegisterContainerInstanceCommand;
3742
3707
 
3743
3708
 
3744
3709
 
3745
-
3746
3710
  var _RegisterTaskDefinitionCommand = class _RegisterTaskDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
3747
3711
  ...commonParams
3748
3712
  }).m(function(Command, cs, config, o) {
@@ -3759,7 +3723,6 @@ var RegisterTaskDefinitionCommand = _RegisterTaskDefinitionCommand;
3759
3723
 
3760
3724
 
3761
3725
 
3762
-
3763
3726
  var _RunTaskCommand = class _RunTaskCommand extends import_smithy_client.Command.classBuilder().ep({
3764
3727
  ...commonParams
3765
3728
  }).m(function(Command, cs, config, o) {
@@ -3776,7 +3739,6 @@ var RunTaskCommand = _RunTaskCommand;
3776
3739
 
3777
3740
 
3778
3741
 
3779
-
3780
3742
  var _StartTaskCommand = class _StartTaskCommand extends import_smithy_client.Command.classBuilder().ep({
3781
3743
  ...commonParams
3782
3744
  }).m(function(Command, cs, config, o) {
@@ -3793,7 +3755,6 @@ var StartTaskCommand = _StartTaskCommand;
3793
3755
 
3794
3756
 
3795
3757
 
3796
-
3797
3758
  var _StopTaskCommand = class _StopTaskCommand extends import_smithy_client.Command.classBuilder().ep({
3798
3759
  ...commonParams
3799
3760
  }).m(function(Command, cs, config, o) {
@@ -3810,7 +3771,6 @@ var StopTaskCommand = _StopTaskCommand;
3810
3771
 
3811
3772
 
3812
3773
 
3813
-
3814
3774
  var _SubmitAttachmentStateChangesCommand = class _SubmitAttachmentStateChangesCommand extends import_smithy_client.Command.classBuilder().ep({
3815
3775
  ...commonParams
3816
3776
  }).m(function(Command, cs, config, o) {
@@ -3827,7 +3787,6 @@ var SubmitAttachmentStateChangesCommand = _SubmitAttachmentStateChangesCommand;
3827
3787
 
3828
3788
 
3829
3789
 
3830
-
3831
3790
  var _SubmitContainerStateChangeCommand = class _SubmitContainerStateChangeCommand extends import_smithy_client.Command.classBuilder().ep({
3832
3791
  ...commonParams
3833
3792
  }).m(function(Command, cs, config, o) {
@@ -3844,7 +3803,6 @@ var SubmitContainerStateChangeCommand = _SubmitContainerStateChangeCommand;
3844
3803
 
3845
3804
 
3846
3805
 
3847
-
3848
3806
  var _SubmitTaskStateChangeCommand = class _SubmitTaskStateChangeCommand extends import_smithy_client.Command.classBuilder().ep({
3849
3807
  ...commonParams
3850
3808
  }).m(function(Command, cs, config, o) {
@@ -3861,7 +3819,6 @@ var SubmitTaskStateChangeCommand = _SubmitTaskStateChangeCommand;
3861
3819
 
3862
3820
 
3863
3821
 
3864
-
3865
3822
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3866
3823
  ...commonParams
3867
3824
  }).m(function(Command, cs, config, o) {
@@ -3878,7 +3835,6 @@ var TagResourceCommand = _TagResourceCommand;
3878
3835
 
3879
3836
 
3880
3837
 
3881
-
3882
3838
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3883
3839
  ...commonParams
3884
3840
  }).m(function(Command, cs, config, o) {
@@ -3895,7 +3851,6 @@ var UntagResourceCommand = _UntagResourceCommand;
3895
3851
 
3896
3852
 
3897
3853
 
3898
-
3899
3854
  var _UpdateCapacityProviderCommand = class _UpdateCapacityProviderCommand extends import_smithy_client.Command.classBuilder().ep({
3900
3855
  ...commonParams
3901
3856
  }).m(function(Command, cs, config, o) {
@@ -3912,7 +3867,6 @@ var UpdateCapacityProviderCommand = _UpdateCapacityProviderCommand;
3912
3867
 
3913
3868
 
3914
3869
 
3915
-
3916
3870
  var _UpdateClusterCommand = class _UpdateClusterCommand extends import_smithy_client.Command.classBuilder().ep({
3917
3871
  ...commonParams
3918
3872
  }).m(function(Command, cs, config, o) {
@@ -3929,7 +3883,6 @@ var UpdateClusterCommand = _UpdateClusterCommand;
3929
3883
 
3930
3884
 
3931
3885
 
3932
-
3933
3886
  var _UpdateClusterSettingsCommand = class _UpdateClusterSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
3934
3887
  ...commonParams
3935
3888
  }).m(function(Command, cs, config, o) {
@@ -3946,7 +3899,6 @@ var UpdateClusterSettingsCommand = _UpdateClusterSettingsCommand;
3946
3899
 
3947
3900
 
3948
3901
 
3949
-
3950
3902
  var _UpdateContainerAgentCommand = class _UpdateContainerAgentCommand extends import_smithy_client.Command.classBuilder().ep({
3951
3903
  ...commonParams
3952
3904
  }).m(function(Command, cs, config, o) {
@@ -3963,7 +3915,6 @@ var UpdateContainerAgentCommand = _UpdateContainerAgentCommand;
3963
3915
 
3964
3916
 
3965
3917
 
3966
-
3967
3918
  var _UpdateContainerInstancesStateCommand = class _UpdateContainerInstancesStateCommand extends import_smithy_client.Command.classBuilder().ep({
3968
3919
  ...commonParams
3969
3920
  }).m(function(Command, cs, config, o) {
@@ -3980,7 +3931,6 @@ var UpdateContainerInstancesStateCommand = _UpdateContainerInstancesStateCommand
3980
3931
 
3981
3932
 
3982
3933
 
3983
-
3984
3934
  var _UpdateServiceCommand = class _UpdateServiceCommand extends import_smithy_client.Command.classBuilder().ep({
3985
3935
  ...commonParams
3986
3936
  }).m(function(Command, cs, config, o) {
@@ -3997,7 +3947,6 @@ var UpdateServiceCommand = _UpdateServiceCommand;
3997
3947
 
3998
3948
 
3999
3949
 
4000
-
4001
3950
  var _UpdateServicePrimaryTaskSetCommand = class _UpdateServicePrimaryTaskSetCommand extends import_smithy_client.Command.classBuilder().ep({
4002
3951
  ...commonParams
4003
3952
  }).m(function(Command, cs, config, o) {
@@ -4014,7 +3963,6 @@ var UpdateServicePrimaryTaskSetCommand = _UpdateServicePrimaryTaskSetCommand;
4014
3963
 
4015
3964
 
4016
3965
 
4017
-
4018
3966
  var _UpdateTaskProtectionCommand = class _UpdateTaskProtectionCommand extends import_smithy_client.Command.classBuilder().ep({
4019
3967
  ...commonParams
4020
3968
  }).m(function(Command, cs, config, o) {
@@ -4031,7 +3979,6 @@ var UpdateTaskProtectionCommand = _UpdateTaskProtectionCommand;
4031
3979
 
4032
3980
 
4033
3981
 
4034
-
4035
3982
  var _UpdateTaskSetCommand = class _UpdateTaskSetCommand extends import_smithy_client.Command.classBuilder().ep({
4036
3983
  ...commonParams
4037
3984
  }).m(function(Command, cs, config, o) {
@@ -1591,6 +1591,7 @@ const de_Deployment = (output, context) => {
1591
1591
  createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1592
1592
  desiredCount: __expectInt32,
1593
1593
  failedTasks: __expectInt32,
1594
+ fargateEphemeralStorage: _json,
1594
1595
  id: __expectString,
1595
1596
  launchType: __expectString,
1596
1597
  networkConfiguration: _json,
@@ -1836,6 +1837,7 @@ const de_Task = (output, context) => {
1836
1837
  enableExecuteCommand: __expectBoolean,
1837
1838
  ephemeralStorage: _json,
1838
1839
  executionStoppedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1840
+ fargateEphemeralStorage: _json,
1839
1841
  group: __expectString,
1840
1842
  healthStatus: __expectString,
1841
1843
  inferenceAccelerators: _json,
@@ -1910,6 +1912,7 @@ const de_TaskSet = (output, context) => {
1910
1912
  computedDesiredCount: __expectInt32,
1911
1913
  createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1912
1914
  externalId: __expectString,
1915
+ fargateEphemeralStorage: _json,
1913
1916
  id: __expectString,
1914
1917
  launchType: __expectString,
1915
1918
  loadBalancers: _json,
@@ -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
  *
@@ -69,6 +70,10 @@ declare const CreateClusterCommand_base: {
69
70
  * s3KeyPrefix: "STRING_VALUE",
70
71
  * },
71
72
  * },
73
+ * managedStorageConfiguration: { // ManagedStorageConfiguration
74
+ * kmsKeyId: "STRING_VALUE",
75
+ * fargateEphemeralStorageKmsKeyId: "STRING_VALUE",
76
+ * },
72
77
  * },
73
78
  * capacityProviders: [ // StringList
74
79
  * "STRING_VALUE",
@@ -102,6 +107,10 @@ declare const CreateClusterCommand_base: {
102
107
  * // s3KeyPrefix: "STRING_VALUE",
103
108
  * // },
104
109
  * // },
110
+ * // managedStorageConfiguration: { // ManagedStorageConfiguration
111
+ * // kmsKeyId: "STRING_VALUE",
112
+ * // fargateEphemeralStorageKmsKeyId: "STRING_VALUE",
113
+ * // },
105
114
  * // },
106
115
  * // status: "STRING_VALUE",
107
116
  * // registeredContainerInstancesCount: Number("int"),
@@ -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
  *
@@ -387,6 +388,9 @@ declare const CreateServiceCommand_base: {
387
388
  * // value: "STRING_VALUE",
388
389
  * // },
389
390
  * // ],
391
+ * // fargateEphemeralStorage: { // DeploymentEphemeralStorage
392
+ * // kmsKeyId: "STRING_VALUE",
393
+ * // },
390
394
  * // },
391
395
  * // ],
392
396
  * // deployments: [ // Deployments
@@ -497,6 +501,9 @@ declare const CreateServiceCommand_base: {
497
501
  * // },
498
502
  * // },
499
503
  * // ],
504
+ * // fargateEphemeralStorage: {
505
+ * // kmsKeyId: "STRING_VALUE",
506
+ * // },
500
507
  * // },
501
508
  * // ],
502
509
  * // roleArn: "STRING_VALUE",
@@ -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
  *
@@ -160,6 +161,9 @@ declare const CreateTaskSetCommand_base: {
160
161
  * // value: "STRING_VALUE",
161
162
  * // },
162
163
  * // ],
164
+ * // fargateEphemeralStorage: { // DeploymentEphemeralStorage
165
+ * // kmsKeyId: "STRING_VALUE",
166
+ * // },
163
167
  * // },
164
168
  * // };
165
169
  *
@@ -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
  *
@@ -59,6 +60,10 @@ declare const DeleteClusterCommand_base: {
59
60
  * // s3KeyPrefix: "STRING_VALUE",
60
61
  * // },
61
62
  * // },
63
+ * // managedStorageConfiguration: { // ManagedStorageConfiguration
64
+ * // kmsKeyId: "STRING_VALUE",
65
+ * // fargateEphemeralStorageKmsKeyId: "STRING_VALUE",
66
+ * // },
62
67
  * // },
63
68
  * // status: "STRING_VALUE",
64
69
  * // registeredContainerInstancesCount: Number("int"),
@@ -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
  *
@@ -175,6 +176,9 @@ declare const DeleteServiceCommand_base: {
175
176
  * // value: "STRING_VALUE",
176
177
  * // },
177
178
  * // ],
179
+ * // fargateEphemeralStorage: { // DeploymentEphemeralStorage
180
+ * // kmsKeyId: "STRING_VALUE",
181
+ * // },
178
182
  * // },
179
183
  * // ],
180
184
  * // deployments: [ // Deployments
@@ -285,6 +289,9 @@ declare const DeleteServiceCommand_base: {
285
289
  * // },
286
290
  * // },
287
291
  * // ],
292
+ * // fargateEphemeralStorage: {
293
+ * // kmsKeyId: "STRING_VALUE",
294
+ * // },
288
295
  * // },
289
296
  * // ],
290
297
  * // roleArn: "STRING_VALUE",
@@ -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
  *
@@ -106,6 +107,9 @@ declare const DeleteTaskSetCommand_base: {
106
107
  * // value: "STRING_VALUE",
107
108
  * // },
108
109
  * // ],
110
+ * // fargateEphemeralStorage: { // DeploymentEphemeralStorage
111
+ * // kmsKeyId: "STRING_VALUE",
112
+ * // },
109
113
  * // },
110
114
  * // };
111
115
  *