Skip to content

Commit

Permalink
Amazon EC2 Container Service Update: Documentation updates for Amazon…
Browse files Browse the repository at this point in the history
… ECS.
  • Loading branch information
AWS committed Jun 2, 2021
1 parent d37d4d9 commit 1f028a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Amazon EC2 Container Service",
"contributor": "",
"description": "Documentation updates for Amazon ECS."
}
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
{"shape":"InvalidParameterException"},
{"shape":"ClusterNotFoundException"}
],
"documentation":"<p>Describes Amazon Elastic Container Service container instances. Returns metadata about registered and remaining resources on each container instance requested.</p>"
"documentation":"<p>Describes one or more container instances. Returns metadata about each container instance requested.</p>"
},
"DescribeServices":{
"name":"DescribeServices",
Expand Down Expand Up @@ -1607,7 +1607,7 @@
},
"ec2InstanceId":{
"shape":"String",
"documentation":"<p>The EC2 instance ID of the container instance.</p>"
"documentation":"<p>The ID of the container instance. For Amazon EC2 instances, this value is the Amazon EC2 instance ID. For external instances, this value is the AWS Systems Manager managed instance ID.</p>"
},
"capacityProviderName":{
"shape":"String",
Expand Down Expand Up @@ -2392,7 +2392,7 @@
},
"include":{
"shape":"ClusterFieldList",
"documentation":"<p>Whether to include additional information about your clusters in the response. If this field is omitted, the attachments, statistics, and tags are not included.</p> <p>If <code>ATTACHMENTS</code> is specified, the attachments for the container instances or tasks within the cluster are included.</p> <p>If <code>SETTINGS</code> is specified, the settings for the cluster are included.</p> <p>If <code>STATISTICS</code> is specified, the following additional information, separated by launch type, is included:</p> <ul> <li> <p>runningEC2TasksCount</p> </li> <li> <p>runningFargateTasksCount</p> </li> <li> <p>pendingEC2TasksCount</p> </li> <li> <p>pendingFargateTasksCount</p> </li> <li> <p>activeEC2ServiceCount</p> </li> <li> <p>activeFargateServiceCount</p> </li> <li> <p>drainingEC2ServiceCount</p> </li> <li> <p>drainingFargateServiceCount</p> </li> </ul> <p>If <code>TAGS</code> is specified, the metadata tags associated with the cluster are included.</p>"
"documentation":"<p>Whether to include additional information about the clusters in the response. If this field is omitted, this information isn't included.</p> <p>If <code>ATTACHMENTS</code> is specified, the attachments for the container instances or tasks within the cluster are included.</p> <p>If <code>SETTINGS</code> is specified, the settings for the cluster are included.</p> <p>If <code>STATISTICS</code> is specified, the task and service count is included, separated by launch type.</p> <p>If <code>TAGS</code> is specified, the metadata tags associated with the cluster are included.</p>"
}
}
},
Expand Down

0 comments on commit 1f028a2

Please sign in to comment.