@aws-sdk/client-ecs 3.777.0 → 3.778.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.
@@ -10230,13 +10230,6 @@ export interface PutAccountSettingRequest {
10230
10230
  * </li>
10231
10231
  * <li>
10232
10232
  * <p>
10233
- * <code>fargateFIPSMode</code> - When turned on, you can run Fargate workloads
10234
- * in a manner that is compliant with Federal Information Processing Standard
10235
- * (FIPS-140). For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-fips-compliance.html">Fargate
10236
- * Federal Information Processing Standard (FIPS-140)</a>.</p>
10237
- * </li>
10238
- * <li>
10239
- * <p>
10240
10233
  * <code>containerInstanceLongArnFormat</code> - When modified, the Amazon
10241
10234
  * Resource Name (ARN) and resource ID format of the resource type for a specified
10242
10235
  * user, role, or the root user for an account is affected. The opt-in and opt-out
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.777.0",
4
+ "version": "3.778.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ecs",