Skip to content

Commit ef1036d

Browse files
author
AWS
committed
Amazon EC2 Container Service Update: Adding SDK reference examples for Amazon ECS operations.
1 parent 5d5ce28 commit ef1036d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon EC2 Container Service",
4+
"contributor": "",
5+
"description": "Adding SDK reference examples for Amazon ECS operations."
6+
}

services/ecs/src/main/resources/codegen-resources/service-2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@
520520
{"shape":"ServiceNotFoundException"},
521521
{"shape":"UnsupportedFeatureException"}
522522
],
523-
"documentation":"<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 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>"
523+
"documentation":"<p>This operation lists all the service deployments that meet the specified filter criteria.</p> <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>"
524524
},
525525
"ListServices":{
526526
"name":"ListServices",
@@ -1189,11 +1189,11 @@
11891189
"members":{
11901190
"subnets":{
11911191
"shape":"StringList",
1192-
"documentation":"<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> <note> <p>All specified subnets must be from the same VPC.</p> </note>"
1192+
"documentation":"<p>The IDs of the subnets associated with the task or service. There's a limit of 16 subnets that can be specified.</p> <note> <p>All specified subnets must be from the same VPC.</p> </note>"
11931193
},
11941194
"securityGroups":{
11951195
"shape":"StringList",
1196-
"documentation":"<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> <note> <p>All specified security groups must be from the same VPC.</p> </note>"
1196+
"documentation":"<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.</p> <note> <p>All specified security groups must be from the same VPC.</p> </note>"
11971197
},
11981198
"assignPublicIp":{
11991199
"shape":"AssignPublicIp",

0 commit comments

Comments
 (0)