lib/aws-sdk-ecs/client.rb in aws-sdk-ecs-1.138.0 vs lib/aws-sdk-ecs/client.rb in aws-sdk-ecs-1.139.0
- old
+ new
@@ -1688,15 +1688,18 @@
# Create a task set in the specified cluster and service. This is used
# when a service uses the `EXTERNAL` deployment controller type. For
# more information, see [Amazon ECS deployment types][1] in the *Amazon
# Elastic Container Service Developer Guide*.
#
- # You can create a maximum of 5 tasks sets for a deployment.
+ # For information about the maximum number of task sets and otther
+ # quotas, see [Amazon ECS service quotas][2] in the *Amazon Elastic
+ # Container Service Developer Guide*.
#
#
#
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html
#
# @option params [required, String] :service
# The short name or full Amazon Resource Name (ARN) of the service to
# create the task set in.
#
@@ -8083,12 +8086,11 @@
#
# @option params [String] :reason
# An optional message specified when a task is stopped. For example, if
# you're using a custom scheduler, you can use this parameter to
# specify the reason for stopping the task here, and the message appears
- # in subsequent DescribeTasks API operations on this task. Up to 255
- # characters are allowed in this message.
+ # in subsequent DescribeTasks API operations on this task.
#
# @return [Types::StopTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::StopTaskResponse#task #task} => Types::Task
#
@@ -10163,10 +10165,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-ecs'
- context[:gem_version] = '1.138.0'
+ context[:gem_version] = '1.139.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#