Skip to content

Commit 646e04f

Browse files
author
awstools
committed
docs(client-ecs): Updates for change to Amazon ECS default log driver mode from blocking to non-blocking
1 parent e01cfc3 commit 646e04f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

clients/client-ecs/src/models/models_0.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2139,9 +2139,9 @@ export interface LogConfiguration {
21392139
* Amazon Web Services Region by using the <code>defaultLogDriverMode</code> account setting.
21402140
* If you don't specify the <code>mode</code> option or
21412141
* configure the account setting, Amazon ECS will default to the
2142-
* <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>
2142+
* <code>non-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>
21432143
* <note>
2144-
* <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>
2144+
* <p>On June 25, 2025, Amazon ECS changed 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>
21452145
* <ul>
21462146
* <li>
21472147
* <p>Set the <code>mode</code> option in your container definition's <code>logConfiguration</code> as <code>blocking</code>.</p>
@@ -11408,7 +11408,7 @@ export interface PutAccountSettingRequest {
1140811408
* more information about log delivery modes, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html">LogConfiguration</a>.
1140911409
* </p>
1141011410
* <note>
11411-
* <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>
11411+
* <p>On June 25, 2025, Amazon ECS changed 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>
1141211412
* <ul>
1141311413
* <li>
1141411414
* <p>Set the <code>mode</code> option in your container definition's <code>logConfiguration</code> as <code>blocking</code>.</p>
@@ -11596,7 +11596,7 @@ export interface PutAccountSettingDefaultRequest {
1159611596
* mode you specify using this account setting will be used as the default. For
1159711597
* more information about log delivery modes, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html">LogConfiguration</a>.</p>
1159811598
* <note>
11599-
* <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>
11599+
* <p>On June 25, 2025, Amazon ECS changed 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>
1160011600
* <ul>
1160111601
* <li>
1160211602
* <p>Set the <code>mode</code> option in your container definition's <code>logConfiguration</code> as <code>blocking</code>.</p>

0 commit comments

Comments
 (0)