@aws-sdk/client-ecs 3.726.1 → 3.731.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.
@@ -5584,7 +5584,7 @@ export interface ContainerDefinition {
5584
5584
  */
5585
5585
  volumesFrom?: VolumeFrom[] | undefined;
5586
5586
  /**
5587
- * <p>Linux-specific modifications that are applied to the container, such as Linux kernel
5587
+ * <p>Linux-specific modifications that are applied to the default Docker container configuration, such as Linux kernel
5588
5588
  * capabilities. For more information see <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_KernelCapabilities.html">KernelCapabilities</a>.</p>
5589
5589
  * <note>
5590
5590
  * <p>This parameter is not supported for Windows containers.</p>
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.726.1",
4
+ "version": "3.731.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",
@@ -20,19 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.726.0",
24
- "@aws-sdk/client-sts": "3.726.1",
25
- "@aws-sdk/core": "3.723.0",
26
- "@aws-sdk/credential-provider-node": "3.726.0",
27
- "@aws-sdk/middleware-host-header": "3.723.0",
28
- "@aws-sdk/middleware-logger": "3.723.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.723.0",
30
- "@aws-sdk/middleware-user-agent": "3.726.0",
31
- "@aws-sdk/region-config-resolver": "3.723.0",
32
- "@aws-sdk/types": "3.723.0",
33
- "@aws-sdk/util-endpoints": "3.726.0",
34
- "@aws-sdk/util-user-agent-browser": "3.723.0",
35
- "@aws-sdk/util-user-agent-node": "3.726.0",
23
+ "@aws-sdk/core": "3.731.0",
24
+ "@aws-sdk/credential-provider-node": "3.731.0",
25
+ "@aws-sdk/middleware-host-header": "3.731.0",
26
+ "@aws-sdk/middleware-logger": "3.731.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.731.0",
28
+ "@aws-sdk/middleware-user-agent": "3.731.0",
29
+ "@aws-sdk/region-config-resolver": "3.731.0",
30
+ "@aws-sdk/types": "3.731.0",
31
+ "@aws-sdk/util-endpoints": "3.731.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.731.0",
33
+ "@aws-sdk/util-user-agent-node": "3.731.0",
36
34
  "@smithy/config-resolver": "^4.0.0",
37
35
  "@smithy/core": "^3.0.0",
38
36
  "@smithy/fetch-http-handler": "^5.0.0",