@aws-sdk/client-ecs 3.404.0 → 3.406.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.
@@ -8742,17 +8742,15 @@ export interface PutAccountSettingRequest {
8742
8742
  * <ul>
8743
8743
  * <li>
8744
8744
  * <p>
8745
- * <code>0</code> - immediately retire the tasks and patch Fargate </p>
8746
- * <p>There is no advanced notification. Your tasks are retired immediately, and Fargate
8747
- * is patched without any notification.</p>
8745
+ * <code>0</code> - Amazon Web Services sends the notification, and immediately retires the affected tasks.</p>
8748
8746
  * </li>
8749
8747
  * <li>
8750
8748
  * <p>
8751
- * <code>7</code> -wait 7 calendar days to retire the tasks and patch Fargate </p>
8749
+ * <code>7</code> - Amazon Web Services sends the notification, and waits 7 calendar days to retire the tasks.</p>
8752
8750
  * </li>
8753
8751
  * <li>
8754
8752
  * <p>
8755
- * <code>14</code> - wait 14 calendar days to retire the tasks and patch Fargate </p>
8753
+ * <code>14</code> - Amazon Web Services sends the notification, and waits 14 calendar days to retire the tasks.</p>
8756
8754
  * </li>
8757
8755
  * </ul>
8758
8756
  */
@@ -8825,19 +8823,15 @@ export interface PutAccountSettingDefaultRequest {
8825
8823
  * <ul>
8826
8824
  * <li>
8827
8825
  * <p>
8828
- * <code>0</code> - immediately retire the tasks and patch Fargate </p>
8829
- * <p>There is no advanced notification. Your tasks are retired immediately, and
8830
- * Fargate is patched without any notification.</p>
8826
+ * <code>0</code> - Amazon Web Services sends the notification, and immediately retires the affected tasks.</p>
8831
8827
  * </li>
8832
8828
  * <li>
8833
8829
  * <p>
8834
- * <code>7</code> -wait 7 calendar days to retire the tasks and patch Fargate
8835
- * </p>
8830
+ * <code>7</code> - Amazon Web Services sends the notification, and waits 7 calendar days to retire the tasks.</p>
8836
8831
  * </li>
8837
8832
  * <li>
8838
8833
  * <p>
8839
- * <code>14</code> - wait 14 calendar days to retire the tasks and patch
8840
- * Fargate </p>
8834
+ * <code>14</code> - Amazon Web Services sends the notification, and waits 14 calendar days to retire the tasks.</p>
8841
8835
  * </li>
8842
8836
  * </ul>
8843
8837
  */
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.404.0",
4
+ "version": "3.406.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.398.0",
25
- "@aws-sdk/credential-provider-node": "3.398.0",
24
+ "@aws-sdk/client-sts": "3.405.0",
25
+ "@aws-sdk/credential-provider-node": "3.405.0",
26
26
  "@aws-sdk/middleware-host-header": "3.398.0",
27
27
  "@aws-sdk/middleware-logger": "3.398.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.398.0",
@@ -31,7 +31,7 @@
31
31
  "@aws-sdk/types": "3.398.0",
32
32
  "@aws-sdk/util-endpoints": "3.398.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.398.0",
34
- "@aws-sdk/util-user-agent-node": "3.398.0",
34
+ "@aws-sdk/util-user-agent-node": "3.405.0",
35
35
  "@smithy/config-resolver": "^2.0.5",
36
36
  "@smithy/fetch-http-handler": "^2.0.5",
37
37
  "@smithy/hash-node": "^2.0.5",
@@ -41,7 +41,7 @@
41
41
  "@smithy/middleware-retry": "^2.0.5",
42
42
  "@smithy/middleware-serde": "^2.0.5",
43
43
  "@smithy/middleware-stack": "^2.0.0",
44
- "@smithy/node-config-provider": "^2.0.5",
44
+ "@smithy/node-config-provider": "^2.0.6",
45
45
  "@smithy/node-http-handler": "^2.0.5",
46
46
  "@smithy/protocol-http": "^2.0.5",
47
47
  "@smithy/smithy-client": "^2.0.5",
@@ -50,8 +50,8 @@
50
50
  "@smithy/util-base64": "^2.0.0",
51
51
  "@smithy/util-body-length-browser": "^2.0.0",
52
52
  "@smithy/util-body-length-node": "^2.1.0",
53
- "@smithy/util-defaults-mode-browser": "^2.0.5",
54
- "@smithy/util-defaults-mode-node": "^2.0.5",
53
+ "@smithy/util-defaults-mode-browser": "^2.0.6",
54
+ "@smithy/util-defaults-mode-node": "^2.0.6",
55
55
  "@smithy/util-retry": "^2.0.0",
56
56
  "@smithy/util-utf8": "^2.0.0",
57
57
  "@smithy/util-waiter": "^2.0.5",