Skip to content

Commit 4bafc73

Browse files
Updates for change to Amazon ECS default log driver mode from blocking to non-blocking
1 parent cca15a9 commit 4bafc73

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

generator/ServiceModels/ecs/ecs-2014-11-13.docs.json

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

generator/ServiceModels/ecs/ecs-2014-11-13.normal.json

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

sdk/src/Services/ECS/Generated/Model/LogConfiguration.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,12 +313,13 @@ internal bool IsSetLogDriver()
313313
/// You can set a default <c>mode</c> for all containers in a specific Amazon Web Services
314314
/// Region by using the <c>defaultLogDriverMode</c> account setting. If you don't specify
315315
/// the <c>mode</c> option or configure the account setting, Amazon ECS will default to
316-
/// the <c>blocking</c> 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
316+
/// the <c>non-blocking</c> mode. For more information about the account setting, see
317+
/// <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#default-log-driver-mode">Default
317318
/// log driver mode</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.
318319
/// </para>
319320
/// <note>
320321
/// <para>
321-
/// On June 25, 2025, Amazon ECS is changing the default log driver mode from <c>blocking</c>
322+
/// On June 25, 2025, Amazon ECS changed the default log driver mode from <c>blocking</c>
322323
/// to <c>non-blocking</c> to prioritize task availability over logging. To continue using
323324
/// the <c>blocking</c> mode after this change, do one of the following:
324325
/// </para>

sdk/src/Services/ECS/Generated/Model/PutAccountSettingDefaultRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public partial class PutAccountSettingDefaultRequest : AmazonECSRequest
157157
/// </para>
158158
/// <note>
159159
/// <para>
160-
/// On June 25, 2025, Amazon ECS is changing the default log driver mode from <c>blocking</c>
160+
/// On June 25, 2025, Amazon ECS changed the default log driver mode from <c>blocking</c>
161161
/// to <c>non-blocking</c> to prioritize task availability over logging. To continue using
162162
/// the <c>blocking</c> mode after this change, do one of the following:
163163
/// </para>

sdk/src/Services/ECS/Generated/Model/PutAccountSettingRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public partial class PutAccountSettingRequest : AmazonECSRequest
161161
/// </para>
162162
/// <note>
163163
/// <para>
164-
/// On June 25, 2025, Amazon ECS is changing the default log driver mode from <c>blocking</c>
164+
/// On June 25, 2025, Amazon ECS changed the default log driver mode from <c>blocking</c>
165165
/// to <c>non-blocking</c> to prioritize task availability over logging. To continue using
166166
/// the <c>blocking</c> mode after this change, do one of the following:
167167
/// </para>

0 commit comments

Comments
 (0)