@aws-sdk/client-ecs 3.968.0 → 3.970.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.
@@ -140,6 +140,7 @@ declare const CreateCapacityProviderCommand_base: {
140
140
  * ],
141
141
  * maxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
142
142
  * },
143
+ * fipsEnabled: true || false,
143
144
  * },
144
145
  * propagateTags: "CAPACITY_PROVIDER" || "NONE",
145
146
  * infrastructureOptimization: { // InfrastructureOptimization
@@ -259,6 +260,7 @@ declare const CreateCapacityProviderCommand_base: {
259
260
  * // ],
260
261
  * // maxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
261
262
  * // },
263
+ * // fipsEnabled: true || false,
262
264
  * // },
263
265
  * // propagateTags: "CAPACITY_PROVIDER" || "NONE",
264
266
  * // infrastructureOptimization: { // InfrastructureOptimization
@@ -159,6 +159,7 @@ declare const DeleteCapacityProviderCommand_base: {
159
159
  * // ],
160
160
  * // maxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
161
161
  * // },
162
+ * // fipsEnabled: true || false,
162
163
  * // },
163
164
  * // propagateTags: "CAPACITY_PROVIDER" || "NONE",
164
165
  * // infrastructureOptimization: { // InfrastructureOptimization
@@ -154,6 +154,7 @@ declare const DescribeCapacityProvidersCommand_base: {
154
154
  * // ],
155
155
  * // maxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
156
156
  * // },
157
+ * // fipsEnabled: true || false,
157
158
  * // },
158
159
  * // propagateTags: "CAPACITY_PROVIDER" || "NONE",
159
160
  * // infrastructureOptimization: { // InfrastructureOptimization
@@ -250,6 +250,7 @@ declare const UpdateCapacityProviderCommand_base: {
250
250
  * // ],
251
251
  * // maxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
252
252
  * // },
253
+ * // fipsEnabled: true || false,
253
254
  * // },
254
255
  * // propagateTags: "CAPACITY_PROVIDER" || "NONE",
255
256
  * // infrastructureOptimization: { // InfrastructureOptimization
@@ -618,6 +618,12 @@ export interface InstanceLaunchTemplate {
618
618
  * @public
619
619
  */
620
620
  instanceRequirements?: InstanceRequirementsRequest | undefined;
621
+ /**
622
+ * <p>Determines whether to enable FIPS 140-2 validated cryptographic modules on EC2 instances launched by the capacity provider. If <code>true</code>, instances use FIPS-compliant cryptographic algorithms and modules for enhanced security compliance. If <code>false</code>, instances use standard cryptographic implementations.</p>
623
+ * <p>If not specified, instances are launched with FIPS enabled in AWS GovCloud (US) regions and FIPS disabled in other regions.</p>
624
+ * @public
625
+ */
626
+ fipsEnabled?: boolean | undefined;
621
627
  }
622
628
  /**
623
629
  * <p>The configuration for creating a Amazon ECS Managed Instances provider. This specifies
@@ -190,6 +190,7 @@ export interface InstanceLaunchTemplate {
190
190
  monitoring?: ManagedInstancesMonitoringOptions | undefined;
191
191
  capacityOptionType?: CapacityOptionType | undefined;
192
192
  instanceRequirements?: InstanceRequirementsRequest | undefined;
193
+ fipsEnabled?: boolean | undefined;
193
194
  }
194
195
  export interface CreateManagedInstancesProviderConfiguration {
195
196
  infrastructureRoleArn: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ecs",
3
3
  "description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
4
- "version": "3.968.0",
4
+ "version": "3.970.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ecs",
@@ -23,43 +23,43 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "3.968.0",
27
- "@aws-sdk/credential-provider-node": "3.968.0",
28
- "@aws-sdk/middleware-host-header": "3.968.0",
29
- "@aws-sdk/middleware-logger": "3.968.0",
30
- "@aws-sdk/middleware-recursion-detection": "3.968.0",
31
- "@aws-sdk/middleware-user-agent": "3.968.0",
32
- "@aws-sdk/region-config-resolver": "3.968.0",
33
- "@aws-sdk/types": "3.968.0",
34
- "@aws-sdk/util-endpoints": "3.968.0",
35
- "@aws-sdk/util-user-agent-browser": "3.968.0",
36
- "@aws-sdk/util-user-agent-node": "3.968.0",
37
- "@smithy/config-resolver": "^4.4.5",
38
- "@smithy/core": "^3.20.3",
39
- "@smithy/fetch-http-handler": "^5.3.8",
40
- "@smithy/hash-node": "^4.2.7",
41
- "@smithy/invalid-dependency": "^4.2.7",
42
- "@smithy/middleware-content-length": "^4.2.7",
43
- "@smithy/middleware-endpoint": "^4.4.4",
44
- "@smithy/middleware-retry": "^4.4.20",
45
- "@smithy/middleware-serde": "^4.2.8",
46
- "@smithy/middleware-stack": "^4.2.7",
47
- "@smithy/node-config-provider": "^4.3.7",
48
- "@smithy/node-http-handler": "^4.4.7",
49
- "@smithy/protocol-http": "^5.3.7",
50
- "@smithy/smithy-client": "^4.10.5",
51
- "@smithy/types": "^4.11.0",
52
- "@smithy/url-parser": "^4.2.7",
26
+ "@aws-sdk/core": "3.970.0",
27
+ "@aws-sdk/credential-provider-node": "3.970.0",
28
+ "@aws-sdk/middleware-host-header": "3.969.0",
29
+ "@aws-sdk/middleware-logger": "3.969.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.969.0",
31
+ "@aws-sdk/middleware-user-agent": "3.970.0",
32
+ "@aws-sdk/region-config-resolver": "3.969.0",
33
+ "@aws-sdk/types": "3.969.0",
34
+ "@aws-sdk/util-endpoints": "3.970.0",
35
+ "@aws-sdk/util-user-agent-browser": "3.969.0",
36
+ "@aws-sdk/util-user-agent-node": "3.970.0",
37
+ "@smithy/config-resolver": "^4.4.6",
38
+ "@smithy/core": "^3.20.6",
39
+ "@smithy/fetch-http-handler": "^5.3.9",
40
+ "@smithy/hash-node": "^4.2.8",
41
+ "@smithy/invalid-dependency": "^4.2.8",
42
+ "@smithy/middleware-content-length": "^4.2.8",
43
+ "@smithy/middleware-endpoint": "^4.4.7",
44
+ "@smithy/middleware-retry": "^4.4.23",
45
+ "@smithy/middleware-serde": "^4.2.9",
46
+ "@smithy/middleware-stack": "^4.2.8",
47
+ "@smithy/node-config-provider": "^4.3.8",
48
+ "@smithy/node-http-handler": "^4.4.8",
49
+ "@smithy/protocol-http": "^5.3.8",
50
+ "@smithy/smithy-client": "^4.10.8",
51
+ "@smithy/types": "^4.12.0",
52
+ "@smithy/url-parser": "^4.2.8",
53
53
  "@smithy/util-base64": "^4.3.0",
54
54
  "@smithy/util-body-length-browser": "^4.2.0",
55
55
  "@smithy/util-body-length-node": "^4.2.1",
56
- "@smithy/util-defaults-mode-browser": "^4.3.19",
57
- "@smithy/util-defaults-mode-node": "^4.2.22",
58
- "@smithy/util-endpoints": "^3.2.7",
59
- "@smithy/util-middleware": "^4.2.7",
60
- "@smithy/util-retry": "^4.2.7",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.22",
57
+ "@smithy/util-defaults-mode-node": "^4.2.25",
58
+ "@smithy/util-endpoints": "^3.2.8",
59
+ "@smithy/util-middleware": "^4.2.8",
60
+ "@smithy/util-retry": "^4.2.8",
61
61
  "@smithy/util-utf8": "^4.2.0",
62
- "@smithy/util-waiter": "^4.2.7",
62
+ "@smithy/util-waiter": "^4.2.8",
63
63
  "tslib": "^2.6.2"
64
64
  },
65
65
  "devDependencies": {