Skip to content

Commit 06662a3

Browse files
author
awstools
committed
docs(client-ecs): Adding SDK reference examples for Amazon ECS operations.
1 parent b72d98a commit 06662a3

File tree

3 files changed

+1369
-76
lines changed

3 files changed

+1369
-76
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface ListServiceDeploymentsCommandOutput extends ListServiceDeployme
3030
/**
3131
* <p>This operation lists all the service deployments that meet the specified filter
3232
* criteria.</p>
33-
* <p>A service deployment happens when you release a softwre update for the service. You
33+
* <p>A service deployment happens when you release a software update for the service. You
3434
* route traffic from the running service revisions to the new service revison and control
3535
* the number of running tasks. </p>
3636
* <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>

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -1718,7 +1718,7 @@ export type AssignPublicIp = (typeof AssignPublicIp)[keyof typeof AssignPublicIp
17181718
export interface AwsVpcConfiguration {
17191719
/**
17201720
* <p>The IDs of the subnets associated with the task or service. There's a limit of 16
1721-
* subnets that can be specified per <code>awsvpcConfiguration</code>.</p>
1721+
* subnets that can be specified.</p>
17221722
* <note>
17231723
* <p>All specified subnets must be from the same VPC.</p>
17241724
* </note>
@@ -1729,8 +1729,7 @@ export interface AwsVpcConfiguration {
17291729
/**
17301730
* <p>The IDs of the security groups associated with the task or service. If you don't
17311731
* specify a security group, the default security group for the VPC is used. There's a
1732-
* limit of 5 security groups that can be specified per
1733-
* <code>awsvpcConfiguration</code>.</p>
1732+
* limit of 5 security groups that can be specified.</p>
17341733
* <note>
17351734
* <p>All specified security groups must be from the same VPC.</p>
17361735
* </note>

0 commit comments

Comments
 (0)