Skip to content

Commit 56ac0f2

Browse files
author
awstools
committed
docs(client-ecs): This is a documentation update for Amazon ECS.
1 parent a4a4a3e commit 56ac0f2

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

clients/client-ecs/src/commands/CreateServiceCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met
3232
* Amazon ECS runs another copy of the task in the specified cluster. To update an existing
3333
* service, see the <a>UpdateService</a> action.</p>
3434
* <note>
35-
* <p>The following change began on March 21, 2024. When the task definition revision is not specified, Amazon ECS resolves the task definition revision before it authorizes the task definition.</p>
35+
* <p>On March 21, 2024, a change was made to resolve the task definition revision before authorization. When a task definition revision is not specified, authorization will occur using the latest revision of a task definition.</p>
3636
* </note>
3737
* <p>In addition to maintaining the desired count of tasks in your service, you can
3838
* optionally run your service behind one or more load balancers. The load balancers

clients/client-ecs/src/commands/CreateTaskSetCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export interface CreateTaskSetCommandOutput extends CreateTaskSetResponse, __Met
3232
* <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">Amazon ECS deployment
3333
* types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
3434
* <note>
35-
* <p>The following change began on March 21, 2024. When the task definition revision is not specified, Amazon ECS resolves the task definition revision before it authorizes the task definition.</p>
35+
* <p>On March 21, 2024, a change was made to resolve the task definition revision before authorization. When a task definition revision is not specified, authorization will occur using the latest revision of a task definition.</p>
3636
* </note>
3737
* <p>For information about the maximum number of task sets and otther quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
3838
* service quotas</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>

clients/client-ecs/src/commands/RunTaskCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface RunTaskCommandOutput extends RunTaskResponse, __MetadataBearer
2929
/**
3030
* <p>Starts a new task using the specified task definition.</p>
3131
* <note>
32-
* <p>The following change began on March 21, 2024. When the task definition revision is not specified, Amazon ECS resolves the task definition revision before it authorizes the task definition.</p>
32+
* <p>On March 21, 2024, a change was made to resolve the task definition revision before authorization. When a task definition revision is not specified, authorization will occur using the latest revision of a task definition.</p>
3333
* </note>
3434
* <p>You can allow Amazon ECS to place tasks for you, or you can customize how Amazon ECS places
3535
* tasks using placement constraints and placement strategies. For more information, see

clients/client-ecs/src/commands/StartTaskCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface StartTaskCommandOutput extends StartTaskResponse, __MetadataBea
3030
* <p>Starts a new task from the specified task definition on the specified container
3131
* instance or instances.</p>
3232
* <note>
33-
* <p>The following change began on March 21, 2024. When the task definition revision is not specified, Amazon ECS resolves the task definition revision before it authorizes the task definition.</p>
33+
* <p>On March 21, 2024, a change was made to resolve the task definition revision before authorization. When a task definition revision is not specified, authorization will occur using the latest revision of a task definition.</p>
3434
* </note>
3535
* <p>Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service. </p>
3636
* <p>Alternatively, you can use <a>RunTask</a> to place tasks for you. For more

clients/client-ecs/src/commands/UpdateServiceCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met
2929
/**
3030
* <p>Modifies the parameters of a service.</p>
3131
* <note>
32-
* <p>The following change began on March 21, 2024. When the task definition revision is not specified, Amazon ECS resolves the task definition revision before it authorizes the task definition.</p>
32+
* <p>On March 21, 2024, a change was made to resolve the task definition revision before authorization. When a task definition revision is not specified, authorization will occur using the latest revision of a task definition.</p>
3333
* </note>
3434
* <p>For services using the rolling update (<code>ECS</code>) you can update the desired
3535
* count, deployment configuration, network configuration, load balancers, service

0 commit comments

Comments
 (0)