Skip to content

Commit 2563366

Browse files
author
awstools
committed
docs(client-ecs): This is an Amazon ECS documentation only update to address various tickets.
1 parent fcfa6f3 commit 2563366

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

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

-6
Original file line numberDiff line numberDiff line change
@@ -8440,12 +8440,6 @@ export interface Rollback {
84408440

84418441
/**
84428442
* <p>The ARN of the service revision deployed as part of the rollback.</p>
8443-
* <p>When the type is <code>GPU</code>, the value is the number of physical
8444-
* <code>GPUs</code> the Amazon ECS container agent reserves for the container. The number
8445-
* of GPUs that's reserved for all containers in a task can't exceed the number of
8446-
* available GPUs on the container instance that the task is launched on.</p>
8447-
* <p>When the type is <code>InferenceAccelerator</code>, the <code>value</code> matches the
8448-
* <code>deviceName</code> for an <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_InferenceAccelerator.html">InferenceAccelerator</a> specified in a task definition.</p>
84498443
* @public
84508444
*/
84518445
serviceRevisionArn?: string | undefined;

codegen/sdk-codegen/aws-models/ecs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10476,7 +10476,7 @@
1047610476
"serviceRevisionArn": {
1047710477
"target": "com.amazonaws.ecs#String",
1047810478
"traits": {
10479-
"smithy.api#documentation": "<p>The ARN of the service revision deployed as part of the rollback.</p>\n <p>When the type is <code>GPU</code>, the value is the number of physical\n\t\t\t\t<code>GPUs</code> the Amazon ECS container agent reserves for the container. The number\n\t\t\tof GPUs that's reserved for all containers in a task can't exceed the number of\n\t\t\tavailable GPUs on the container instance that the task is launched on.</p>\n <p>When the type is <code>InferenceAccelerator</code>, the <code>value</code> matches the\n\t\t\t\t<code>deviceName</code> for an <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_InferenceAccelerator.html\">InferenceAccelerator</a> specified in a task definition.</p>"
10479+
"smithy.api#documentation": "<p>The ARN of the service revision deployed as part of the rollback.</p>"
1048010480
}
1048110481
}
1048210482
},

0 commit comments

Comments
 (0)