From 1f028a237dab9d80f462f6ce9484e676ca8f5978 Mon Sep 17 00:00:00 2001 From: AWS <> Date: Wed, 2 Jun 2021 18:04:44 +0000 Subject: [PATCH] Amazon EC2 Container Service Update: Documentation updates for Amazon ECS. --- .../feature-AmazonEC2ContainerService-8863ea6.json | 6 ++++++ .../ecs/src/main/resources/codegen-resources/service-2.json | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 .changes/next-release/feature-AmazonEC2ContainerService-8863ea6.json 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:
runningEC2TasksCount
runningFargateTasksCount
pendingEC2TasksCount
pendingFargateTasksCount
activeEC2ServiceCount
activeFargateServiceCount
drainingEC2ServiceCount
drainingFargateServiceCount
If TAGS
is specified, the metadata tags associated with the cluster are included.
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.