Skip to content

Commit

Permalink
docs(client-ecs): Adding SDK reference examples for Amazon ECS operat…
Browse files Browse the repository at this point in the history
…ions.
  • Loading branch information
awstools committed Jan 3, 2025
1 parent b72d98a commit 06662a3
Show file tree
Hide file tree
Showing 3 changed files with 1,369 additions and 76 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export interface ListServiceDeploymentsCommandOutput extends ListServiceDeployme
/**
* <p>This operation lists all the service deployments that meet the specified filter
* criteria.</p>
* <p>A service deployment happens when you release a softwre update for the service. You
* <p>A service deployment happens when you release a software update for the service. You
* route traffic from the running service revisions to the new service revison and control
* the number of running tasks. </p>
* <p>This API returns the values that you use for the request parameters in <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeServiceRevisions.html">DescribeServiceRevisions</a>.</p>
Expand Down
5 changes: 2 additions & 3 deletions clients/client-ecs/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1718,7 +1718,7 @@ export type AssignPublicIp = (typeof AssignPublicIp)[keyof typeof AssignPublicIp
export interface AwsVpcConfiguration {
/**
* <p>The IDs of the subnets associated with the task or service. There's a limit of 16
* subnets that can be specified per <code>awsvpcConfiguration</code>.</p>
* subnets that can be specified.</p>
* <note>
* <p>All specified subnets must be from the same VPC.</p>
* </note>
Expand All @@ -1729,8 +1729,7 @@ export interface AwsVpcConfiguration {
/**
* <p>The IDs of the security groups associated with the task or service. If you don't
* specify a security group, the default security group for the VPC is used. There's a
* limit of 5 security groups that can be specified per
* <code>awsvpcConfiguration</code>.</p>
* limit of 5 security groups that can be specified.</p>
* <note>
* <p>All specified security groups must be from the same VPC.</p>
* </note>
Expand Down
Loading

0 comments on commit 06662a3

Please sign in to comment.