Skip to content

Commit f408730

Browse files
author
awstools
committed
docs(client-ecs): Documentation only release to address various tickets.
1 parent a083593 commit f408730

File tree

2 files changed

+11744
-11749
lines changed

2 files changed

+11744
-11749
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2081,8 +2081,7 @@ export interface CreateServiceRequest {
20812081
serviceRegistries?: ServiceRegistry[];
20822082

20832083
/**
2084-
* <p>The number of instantiations of the specified task definition to place and keep
2085-
* running on your cluster.</p>
2084+
* <p>The number of instantiations of the specified task definition to place and keep running in your service.</p>
20862085
* <p>This is required if <code>schedulingStrategy</code> is <code>REPLICA</code> or isn't
20872086
* specified. If <code>schedulingStrategy</code> is <code>DAEMON</code> then this isn't
20882087
* required.</p>
@@ -7228,10 +7227,6 @@ export interface Container {
72287227

72297228
/**
72307229
* <p>The container image manifest digest.</p>
7231-
* <note>
7232-
* <p>The <code>imageDigest</code> is only returned if the container is using an image
7233-
* hosted in Amazon ECR, otherwise it is omitted.</p>
7234-
* </note>
72357230
*/
72367231
imageDigest?: string;
72377232

0 commit comments

Comments
 (0)