@aws-sdk/client-ecs 3.821.0 → 3.823.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.
@@ -1940,6 +1940,17 @@ export interface LogConfiguration {
1940
1940
  * If you don't specify the <code>mode</code> option or
1941
1941
  * configure the account setting, Amazon ECS will default to the
1942
1942
  * <code>blocking</code> mode. For more information about the account setting, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#default-log-driver-mode">Default log driver mode</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
1943
+ * <note>
1944
+ * <p>On June 25, 2025, Amazon ECS is changing the default log driver mode from <code>blocking</code> to <code>non-blocking</code> to prioritize task availability over logging. To continue using the <code>blocking</code> mode after this change, do one of the following:</p>
1945
+ * <ul>
1946
+ * <li>
1947
+ * <p>Set the <code>mode</code> option in your container definition's <code>logConfiguration</code> as <code>blocking</code>.</p>
1948
+ * </li>
1949
+ * <li>
1950
+ * <p>Set the <code>defaultLogDriverMode</code> account setting to <code>blocking</code>.</p>
1951
+ * </li>
1952
+ * </ul>
1953
+ * </note>
1943
1954
  * </dd>
1944
1955
  * <dt>max-buffer-size</dt>
1945
1956
  * <dd>
@@ -7163,7 +7174,7 @@ export interface VersionInfo {
7163
7174
  */
7164
7175
  agentVersion?: string | undefined;
7165
7176
  /**
7166
- * <p>The Git commit hash for the Amazon ECS container agent build on the <a href="https://github.com/aws/amazon-ecs-agent/commits/master">amazon-ecs-agent
7177
+ * <p>The Git commit hash for the Amazon ECS container agent build on the <a href="https://github.com/aws/amazon-ecs-agent">amazon-ecs-agent
7167
7178
  * </a> GitHub repository.</p>
7168
7179
  * @public
7169
7180
  */
@@ -10268,7 +10279,19 @@ export interface PutAccountSettingRequest {
10268
10279
  * <code>blocking</code> and <code>non-blocking</code>. If you don't specify a
10269
10280
  * delivery mode in your container definition's <code>logConfiguration</code>, the
10270
10281
  * mode you specify using this account setting will be used as the default. For
10271
- * more information about log delivery modes, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html">LogConfiguration</a>.</p>
10282
+ * more information about log delivery modes, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html">LogConfiguration</a>.
10283
+ * </p>
10284
+ * <note>
10285
+ * <p>On June 25, 2025, Amazon ECS is changing the default log driver mode from <code>blocking</code> to <code>non-blocking</code> to prioritize task availability over logging. To continue using the <code>blocking</code> mode after this change, do one of the following:</p>
10286
+ * <ul>
10287
+ * <li>
10288
+ * <p>Set the <code>mode</code> option in your container definition's <code>logConfiguration</code> as <code>blocking</code>.</p>
10289
+ * </li>
10290
+ * <li>
10291
+ * <p>Set the <code>defaultLogDriverMode</code> account setting to <code>blocking</code>.</p>
10292
+ * </li>
10293
+ * </ul>
10294
+ * </note>
10272
10295
  * </li>
10273
10296
  * <li>
10274
10297
  * <p>
@@ -10442,6 +10465,17 @@ export interface PutAccountSettingDefaultRequest {
10442
10465
  * delivery mode in your container definition's <code>logConfiguration</code>, the
10443
10466
  * mode you specify using this account setting will be used as the default. For
10444
10467
  * more information about log delivery modes, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html">LogConfiguration</a>.</p>
10468
+ * <note>
10469
+ * <p>On June 25, 2025, Amazon ECS is changing the default log driver mode from <code>blocking</code> to <code>non-blocking</code> to prioritize task availability over logging. To continue using the <code>blocking</code> mode after this change, do one of the following:</p>
10470
+ * <ul>
10471
+ * <li>
10472
+ * <p>Set the <code>mode</code> option in your container definition's <code>logConfiguration</code> as <code>blocking</code>.</p>
10473
+ * </li>
10474
+ * <li>
10475
+ * <p>Set the <code>defaultLogDriverMode</code> account setting to <code>blocking</code>.</p>
10476
+ * </li>
10477
+ * </ul>
10478
+ * </note>
10445
10479
  * </li>
10446
10480
  * <li>
10447
10481
  * <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.821.0",
4
+ "version": "3.823.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,17 +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/core": "3.821.0",
24
- "@aws-sdk/credential-provider-node": "3.821.0",
23
+ "@aws-sdk/core": "3.823.0",
24
+ "@aws-sdk/credential-provider-node": "3.823.0",
25
25
  "@aws-sdk/middleware-host-header": "3.821.0",
26
26
  "@aws-sdk/middleware-logger": "3.821.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.821.0",
28
- "@aws-sdk/middleware-user-agent": "3.821.0",
28
+ "@aws-sdk/middleware-user-agent": "3.823.0",
29
29
  "@aws-sdk/region-config-resolver": "3.821.0",
30
30
  "@aws-sdk/types": "3.821.0",
31
31
  "@aws-sdk/util-endpoints": "3.821.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.821.0",
33
- "@aws-sdk/util-user-agent-node": "3.821.0",
33
+ "@aws-sdk/util-user-agent-node": "3.823.0",
34
34
  "@smithy/config-resolver": "^4.1.4",
35
35
  "@smithy/core": "^3.5.1",
36
36
  "@smithy/fetch-http-handler": "^5.0.4",