@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
@@ -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
  *
@@ -60,6 +61,10 @@ declare const DescribeClustersCommand_base: {
60
61
  * // s3KeyPrefix: "STRING_VALUE",
61
62
  * // },
62
63
  * // },
64
+ * // managedStorageConfiguration: { // ManagedStorageConfiguration
65
+ * // kmsKeyId: "STRING_VALUE",
66
+ * // fargateEphemeralStorageKmsKeyId: "STRING_VALUE",
67
+ * // },
63
68
  * // },
64
69
  * // status: "STRING_VALUE",
65
70
  * // registeredContainerInstancesCount: Number("int"),
@@ -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
  *
@@ -160,6 +161,9 @@ declare const DescribeServicesCommand_base: {
160
161
  * // value: "STRING_VALUE",
161
162
  * // },
162
163
  * // ],
164
+ * // fargateEphemeralStorage: { // DeploymentEphemeralStorage
165
+ * // kmsKeyId: "STRING_VALUE",
166
+ * // },
163
167
  * // },
164
168
  * // ],
165
169
  * // deployments: [ // Deployments
@@ -270,6 +274,9 @@ declare const DescribeServicesCommand_base: {
270
274
  * // },
271
275
  * // },
272
276
  * // ],
277
+ * // fargateEphemeralStorage: {
278
+ * // kmsKeyId: "STRING_VALUE",
279
+ * // },
273
280
  * // },
274
281
  * // ],
275
282
  * // roleArn: "STRING_VALUE",
@@ -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
  *
@@ -113,6 +114,9 @@ declare const DescribeTaskSetsCommand_base: {
113
114
  * // value: "STRING_VALUE",
114
115
  * // },
115
116
  * // ],
117
+ * // fargateEphemeralStorage: { // DeploymentEphemeralStorage
118
+ * // kmsKeyId: "STRING_VALUE",
119
+ * // },
116
120
  * // },
117
121
  * // ],
118
122
  * // failures: [ // Failures
@@ -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
  *
@@ -205,6 +206,10 @@ declare const DescribeTasksCommand_base: {
205
206
  * // ephemeralStorage: {
206
207
  * // sizeInGiB: Number("int"), // required
207
208
  * // },
209
+ * // fargateEphemeralStorage: { // TaskEphemeralStorage
210
+ * // sizeInGiB: Number("int"),
211
+ * // kmsKeyId: "STRING_VALUE",
212
+ * // },
208
213
  * // },
209
214
  * // ],
210
215
  * // failures: [ // Failures
@@ -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
  *
@@ -5,7 +5,8 @@ import { ListAccountSettingsRequest, ListAccountSettingsResponse } from "../mode
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 { ListAttributesRequest, ListAttributesResponse } 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 { ListClustersRequest, ListClustersResponse } 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 { ListContainerInstancesRequest, ListContainerInstancesResponse } 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 { ListServicesByNamespaceRequest, ListServicesByNamespaceResponse } 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 { ListServicesRequest, ListServicesResponse } 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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
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 { ListTaskDefinitionFamiliesRequest, ListTaskDefinitionFamiliesResponse }
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 { ListTaskDefinitionsRequest, ListTaskDefinitionsResponse } from "../mode
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 { ListTasksRequest, ListTasksResponse } 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 { PutAccountSettingRequest, PutAccountSettingResponse } 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
  *
@@ -5,7 +5,8 @@ import { PutAccountSettingDefaultRequest, PutAccountSettingDefaultResponse } 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 { PutAttributesRequest, PutAttributesResponse } 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 { PutClusterCapacityProvidersRequest, PutClusterCapacityProvidersResponse
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
  *
@@ -77,6 +78,10 @@ declare const PutClusterCapacityProvidersCommand_base: {
77
78
  * // s3KeyPrefix: "STRING_VALUE",
78
79
  * // },
79
80
  * // },
81
+ * // managedStorageConfiguration: { // ManagedStorageConfiguration
82
+ * // kmsKeyId: "STRING_VALUE",
83
+ * // fargateEphemeralStorageKmsKeyId: "STRING_VALUE",
84
+ * // },
80
85
  * // },
81
86
  * // status: "STRING_VALUE",
82
87
  * // registeredContainerInstancesCount: Number("int"),
@@ -5,7 +5,8 @@ import { RegisterContainerInstanceRequest, RegisterContainerInstanceResponse } 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 { RegisterTaskDefinitionRequest, RegisterTaskDefinitionResponse } 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 { RunTaskRequest, RunTaskResponse } 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
  *
@@ -350,6 +351,10 @@ declare const RunTaskCommand_base: {
350
351
  * // ephemeralStorage: {
351
352
  * // sizeInGiB: Number("int"), // required
352
353
  * // },
354
+ * // fargateEphemeralStorage: { // TaskEphemeralStorage
355
+ * // sizeInGiB: Number("int"),
356
+ * // kmsKeyId: "STRING_VALUE",
357
+ * // },
353
358
  * // },
354
359
  * // ],
355
360
  * // failures: [ // Failures
@@ -5,7 +5,8 @@ import { StartTaskRequest, StartTaskResponse } 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
  *
@@ -304,6 +305,10 @@ declare const StartTaskCommand_base: {
304
305
  * // ephemeralStorage: {
305
306
  * // sizeInGiB: Number("int"), // required
306
307
  * // },
308
+ * // fargateEphemeralStorage: { // TaskEphemeralStorage
309
+ * // sizeInGiB: Number("int"),
310
+ * // kmsKeyId: "STRING_VALUE",
311
+ * // },
307
312
  * // },
308
313
  * // ],
309
314
  * // failures: [ // Failures
@@ -5,7 +5,8 @@ import { StopTaskRequest, StopTaskResponse } 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
  *
@@ -33,6 +34,9 @@ declare const StopTaskCommand_base: {
33
34
  * <code>SIGKILL</code> value is sent and the containers are forcibly stopped. If the
34
35
  * container handles the <code>SIGTERM</code> value gracefully and exits within 30 seconds
35
36
  * from receiving it, no <code>SIGKILL</code> value is sent.</p>
37
+ * <p>For Windows containers, POSIX signals do not work and runtime stops the container by sending
38
+ * a <code>CTRL_SHUTDOWN_EVENT</code>. For more information, see <a href="https://github.com/moby/moby/issues/25982">Unable to react to graceful shutdown
39
+ * of (Windows) container #25982</a> on GitHub.</p>
36
40
  * <note>
37
41
  * <p>The default 30-second timeout can be configured on the Amazon ECS container agent with
38
42
  * the <code>ECS_CONTAINER_STOP_TIMEOUT</code> variable. For more information, see
@@ -208,6 +212,10 @@ declare const StopTaskCommand_base: {
208
212
  * // ephemeralStorage: {
209
213
  * // sizeInGiB: Number("int"), // required
210
214
  * // },
215
+ * // fargateEphemeralStorage: { // TaskEphemeralStorage
216
+ * // sizeInGiB: Number("int"),
217
+ * // kmsKeyId: "STRING_VALUE",
218
+ * // },
211
219
  * // },
212
220
  * // };
213
221
  *
@@ -5,7 +5,8 @@ import { SubmitAttachmentStateChangesRequest, SubmitAttachmentStateChangesRespon
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 { SubmitContainerStateChangeRequest, SubmitContainerStateChangeResponse }
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 { SubmitTaskStateChangeRequest, SubmitTaskStateChangeResponse } 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 { TagResourceRequest, TagResourceResponse } 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 { UntagResourceRequest, UntagResourceResponse } 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 { UpdateCapacityProviderRequest, UpdateCapacityProviderResponse } 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 { UpdateClusterRequest, UpdateClusterResponse } 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
  *
@@ -53,6 +54,10 @@ declare const UpdateClusterCommand_base: {
53
54
  * s3KeyPrefix: "STRING_VALUE",
54
55
  * },
55
56
  * },
57
+ * managedStorageConfiguration: { // ManagedStorageConfiguration
58
+ * kmsKeyId: "STRING_VALUE",
59
+ * fargateEphemeralStorageKmsKeyId: "STRING_VALUE",
60
+ * },
56
61
  * },
57
62
  * serviceConnectDefaults: { // ClusterServiceConnectDefaultsRequest
58
63
  * namespace: "STRING_VALUE", // required
@@ -76,6 +81,10 @@ declare const UpdateClusterCommand_base: {
76
81
  * // s3KeyPrefix: "STRING_VALUE",
77
82
  * // },
78
83
  * // },
84
+ * // managedStorageConfiguration: { // ManagedStorageConfiguration
85
+ * // kmsKeyId: "STRING_VALUE",
86
+ * // fargateEphemeralStorageKmsKeyId: "STRING_VALUE",
87
+ * // },
79
88
  * // },
80
89
  * // status: "STRING_VALUE",
81
90
  * // registeredContainerInstancesCount: Number("int"),
@@ -5,7 +5,8 @@ import { UpdateClusterSettingsRequest, UpdateClusterSettingsResponse } 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
  *
@@ -60,6 +61,10 @@ declare const UpdateClusterSettingsCommand_base: {
60
61
  * // s3KeyPrefix: "STRING_VALUE",
61
62
  * // },
62
63
  * // },
64
+ * // managedStorageConfiguration: { // ManagedStorageConfiguration
65
+ * // kmsKeyId: "STRING_VALUE",
66
+ * // fargateEphemeralStorageKmsKeyId: "STRING_VALUE",
67
+ * // },
63
68
  * // },
64
69
  * // status: "STRING_VALUE",
65
70
  * // registeredContainerInstancesCount: Number("int"),
@@ -5,7 +5,8 @@ import { UpdateContainerAgentRequest, UpdateContainerAgentResponse } 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 { UpdateContainerInstancesStateRequest, UpdateContainerInstancesStateResp
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 { UpdateServiceRequest, UpdateServiceResponse } 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
  *
@@ -426,6 +427,9 @@ declare const UpdateServiceCommand_base: {
426
427
  * // value: "STRING_VALUE",
427
428
  * // },
428
429
  * // ],
430
+ * // fargateEphemeralStorage: { // DeploymentEphemeralStorage
431
+ * // kmsKeyId: "STRING_VALUE",
432
+ * // },
429
433
  * // },
430
434
  * // ],
431
435
  * // deployments: [ // Deployments
@@ -536,6 +540,9 @@ declare const UpdateServiceCommand_base: {
536
540
  * // },
537
541
  * // },
538
542
  * // ],
543
+ * // fargateEphemeralStorage: {
544
+ * // kmsKeyId: "STRING_VALUE",
545
+ * // },
539
546
  * // },
540
547
  * // ],
541
548
  * // roleArn: "STRING_VALUE",
@@ -5,7 +5,8 @@ import { UpdateServicePrimaryTaskSetRequest, UpdateServicePrimaryTaskSetResponse
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
  *
@@ -108,6 +109,9 @@ declare const UpdateServicePrimaryTaskSetCommand_base: {
108
109
  * // value: "STRING_VALUE",
109
110
  * // },
110
111
  * // ],
112
+ * // fargateEphemeralStorage: { // DeploymentEphemeralStorage
113
+ * // kmsKeyId: "STRING_VALUE",
114
+ * // },
111
115
  * // },
112
116
  * // };
113
117
  *
@@ -5,7 +5,8 @@ import { UpdateTaskProtectionRequest, UpdateTaskProtectionResponse } 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
  *