diff --git a/.changes/next-release/feature-AmazonEC2ContainerService-8863ea6.json b/.changes/next-release/feature-AmazonEC2ContainerService-8863ea6.json new file mode 100644 index 000000000000..cc5d518c85a8 --- /dev/null +++ b/.changes/next-release/feature-AmazonEC2ContainerService-8863ea6.json @@ -0,0 +1,6 @@ +{ + "type": "feature", + "category": "Amazon EC2 Container Service", + "contributor": "", + "description": "Documentation updates for Amazon ECS." +} diff --git a/services/ecs/src/main/resources/codegen-resources/service-2.json b/services/ecs/src/main/resources/codegen-resources/service-2.json index a8df8fb77253..9582dbb1c02a 100644 --- a/services/ecs/src/main/resources/codegen-resources/service-2.json +++ b/services/ecs/src/main/resources/codegen-resources/service-2.json @@ -265,7 +265,7 @@ {"shape":"InvalidParameterException"}, {"shape":"ClusterNotFoundException"} ], - "documentation":"

Describes Amazon Elastic Container Service container instances. Returns metadata about registered and remaining resources on each container instance requested.

" + "documentation":"

Describes one or more container instances. Returns metadata about each container instance requested.

" }, "DescribeServices":{ "name":"DescribeServices", @@ -1607,7 +1607,7 @@ }, "ec2InstanceId":{ "shape":"String", - "documentation":"

The EC2 instance ID of the container instance.

" + "documentation":"

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.

" }, "capacityProviderName":{ "shape":"String", @@ -2392,7 +2392,7 @@ }, "include":{ "shape":"ClusterFieldList", - "documentation":"

Whether to include additional information about your clusters in the response. If this field is omitted, the attachments, statistics, and tags are not included.

If ATTACHMENTS is specified, the attachments for the container instances or tasks within the cluster are included.

If SETTINGS is specified, the settings for the cluster are included.

If STATISTICS is specified, the following additional information, separated by launch type, is included:

If TAGS is specified, the metadata tags associated with the cluster are included.

" + "documentation":"

Whether to include additional information about the clusters in the response. If this field is omitted, this information isn't included.

If ATTACHMENTS is specified, the attachments for the container instances or tasks within the cluster are included.

If SETTINGS is specified, the settings for the cluster are included.

If STATISTICS is specified, the task and service count is included, separated by launch type.

If TAGS is specified, the metadata tags associated with the cluster are included.

" } } },