@aws-sdk/client-ecs 3.969.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.
package/dist-cjs/index.js CHANGED
@@ -1105,6 +1105,7 @@ const _f = "force";
1105
1105
  const _fA = "finishedAt";
1106
1106
  const _fC = "firelensConfiguration";
1107
1107
  const _fCa = "failureCount";
1108
+ const _fE = "fipsEnabled";
1108
1109
  const _fES = "fargateEphemeralStorage";
1109
1110
  const _fESKKI = "fargateEphemeralStorageKmsKeyId";
1110
1111
  const _fND = "forceNewDeployment";
@@ -2120,8 +2121,8 @@ var InstanceHealthCheckResult$ = [3, n0, _IHCR,
2120
2121
  ];
2121
2122
  var InstanceLaunchTemplate$ = [3, n0, _ILT,
2122
2123
  0,
2123
- [_eIPA, _nC, _sCto, _mo, _cOT, _iR],
2124
- [0, () => ManagedInstancesNetworkConfiguration$, () => ManagedInstancesStorageConfiguration$, 0, 0, [() => InstanceRequirementsRequest$, 0]], 2
2124
+ [_eIPA, _nC, _sCto, _mo, _cOT, _iR, _fE],
2125
+ [0, () => ManagedInstancesNetworkConfiguration$, () => ManagedInstancesStorageConfiguration$, 0, 0, [() => InstanceRequirementsRequest$, 0], 2], 2
2125
2126
  ];
2126
2127
  var InstanceLaunchTemplateUpdate$ = [3, n0, _ILTU,
2127
2128
  0,
@@ -646,6 +646,7 @@ const _f = "force";
646
646
  const _fA = "finishedAt";
647
647
  const _fC = "firelensConfiguration";
648
648
  const _fCa = "failureCount";
649
+ const _fE = "fipsEnabled";
649
650
  const _fES = "fargateEphemeralStorage";
650
651
  const _fESKKI = "fargateEphemeralStorageKmsKeyId";
651
652
  const _fND = "forceNewDeployment";
@@ -1664,8 +1665,8 @@ export var InstanceHealthCheckResult$ = [3, n0, _IHCR,
1664
1665
  ];
1665
1666
  export var InstanceLaunchTemplate$ = [3, n0, _ILT,
1666
1667
  0,
1667
- [_eIPA, _nC, _sCto, _mo, _cOT, _iR],
1668
- [0, () => ManagedInstancesNetworkConfiguration$, () => ManagedInstancesStorageConfiguration$, 0, 0, [() => InstanceRequirementsRequest$, 0]], 2
1668
+ [_eIPA, _nC, _sCto, _mo, _cOT, _iR, _fE],
1669
+ [0, () => ManagedInstancesNetworkConfiguration$, () => ManagedInstancesStorageConfiguration$, 0, 0, [() => InstanceRequirementsRequest$, 0], 2], 2
1669
1670
  ];
1670
1671
  export var InstanceLaunchTemplateUpdate$ = [3, n0, _ILTU,
1671
1672
  0,
@@ -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.969.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,38 +23,38 @@
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.969.0",
27
- "@aws-sdk/credential-provider-node": "3.969.0",
26
+ "@aws-sdk/core": "3.970.0",
27
+ "@aws-sdk/credential-provider-node": "3.970.0",
28
28
  "@aws-sdk/middleware-host-header": "3.969.0",
29
29
  "@aws-sdk/middleware-logger": "3.969.0",
30
30
  "@aws-sdk/middleware-recursion-detection": "3.969.0",
31
- "@aws-sdk/middleware-user-agent": "3.969.0",
31
+ "@aws-sdk/middleware-user-agent": "3.970.0",
32
32
  "@aws-sdk/region-config-resolver": "3.969.0",
33
33
  "@aws-sdk/types": "3.969.0",
34
- "@aws-sdk/util-endpoints": "3.969.0",
34
+ "@aws-sdk/util-endpoints": "3.970.0",
35
35
  "@aws-sdk/util-user-agent-browser": "3.969.0",
36
- "@aws-sdk/util-user-agent-node": "3.969.0",
36
+ "@aws-sdk/util-user-agent-node": "3.970.0",
37
37
  "@smithy/config-resolver": "^4.4.6",
38
- "@smithy/core": "^3.20.5",
38
+ "@smithy/core": "^3.20.6",
39
39
  "@smithy/fetch-http-handler": "^5.3.9",
40
40
  "@smithy/hash-node": "^4.2.8",
41
41
  "@smithy/invalid-dependency": "^4.2.8",
42
42
  "@smithy/middleware-content-length": "^4.2.8",
43
- "@smithy/middleware-endpoint": "^4.4.6",
44
- "@smithy/middleware-retry": "^4.4.22",
43
+ "@smithy/middleware-endpoint": "^4.4.7",
44
+ "@smithy/middleware-retry": "^4.4.23",
45
45
  "@smithy/middleware-serde": "^4.2.9",
46
46
  "@smithy/middleware-stack": "^4.2.8",
47
47
  "@smithy/node-config-provider": "^4.3.8",
48
48
  "@smithy/node-http-handler": "^4.4.8",
49
49
  "@smithy/protocol-http": "^5.3.8",
50
- "@smithy/smithy-client": "^4.10.7",
50
+ "@smithy/smithy-client": "^4.10.8",
51
51
  "@smithy/types": "^4.12.0",
52
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.21",
57
- "@smithy/util-defaults-mode-node": "^4.2.24",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.22",
57
+ "@smithy/util-defaults-mode-node": "^4.2.25",
58
58
  "@smithy/util-endpoints": "^3.2.8",
59
59
  "@smithy/util-middleware": "^4.2.8",
60
60
  "@smithy/util-retry": "^4.2.8",