lib/aws-sdk-ecs/client.rb in aws-sdk-ecs-1.79.0 vs lib/aws-sdk-ecs/client.rb in aws-sdk-ecs-1.80.0

- old
+ new

@@ -2651,38 +2651,21 @@ # A list of up to 100 cluster names or full cluster Amazon Resource Name # (ARN) entries. If you do not specify a cluster, the default cluster is # assumed. # # @option params [Array<String>] :include - # Whether to include additional information about your clusters in the - # response. If this field is omitted, the attachments, statistics, and - # tags are not 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 following additional information, - # separated by launch type, is included: + # If `STATISTICS` is specified, the task and service count is included, + # separated by launch type. # - # * runningEC2TasksCount - # - # * runningFargateTasksCount - # - # * pendingEC2TasksCount - # - # * pendingFargateTasksCount - # - # * activeEC2ServiceCount - # - # * activeFargateServiceCount - # - # * drainingEC2ServiceCount - # - # * drainingFargateServiceCount - # # If `TAGS` is specified, the metadata tags associated with the cluster # are included. # # @return [Types::DescribeClustersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # @@ -2772,12 +2755,11 @@ def describe_clusters(params = {}, options = {}) req = build_request(:describe_clusters, params) req.send_request(options) end - # Describes Amazon Elastic Container Service container instances. - # Returns metadata about registered and remaining resources on each + # Describes one or more container instances. Returns metadata about each # container instance requested. # # @option params [String] :cluster # The short name or full Amazon Resource Name (ARN) of the cluster that # hosts the container instances to describe. If you do not specify a @@ -8510,10 +8492,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-ecs' - context[:gem_version] = '1.79.0' + context[:gem_version] = '1.80.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #