Skip to content

Commit

Permalink
docs(client-ecs): Documentation only release to address various tickets.
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 18, 2023
1 parent a083593 commit f408730
Show file tree
Hide file tree
Showing 2 changed files with 11,744 additions and 11,749 deletions.
7 changes: 1 addition & 6 deletions clients/client-ecs/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2081,8 +2081,7 @@ export interface CreateServiceRequest {
serviceRegistries?: ServiceRegistry[];

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

/**
* <p>The container image manifest digest.</p>
* <note>
* <p>The <code>imageDigest</code> is only returned if the container is using an image
* hosted in Amazon ECR, otherwise it is omitted.</p>
* </note>
*/
imageDigest?: string;

Expand Down
Loading

0 comments on commit f408730

Please sign in to comment.