lib/aws-sdk-ecs/client.rb in aws-sdk-ecs-1.143.0 vs lib/aws-sdk-ecs/client.rb in aws-sdk-ecs-1.144.0
- old
+ new
@@ -755,13 +755,14 @@
# definition. If the number of tasks running in a service drops below
# the `desiredCount`, Amazon ECS runs another copy of the task in the
# specified cluster. To update an existing service, see the
# UpdateService action.
#
- # <note markdown="1"> The following change began on March 21, 2024. When the task definition
- # revision is not specified, Amazon ECS resolves the task definition
- # revision before it authorizes the task definition.
+ # <note markdown="1"> On March 21, 2024, a change was made to resolve the task definition
+ # revision before authorization. When a task definition revision is not
+ # specified, authorization will occur using the latest revision of a
+ # task definition.
#
# </note>
#
# In addition to maintaining the desired count of tasks in your service,
# you can optionally run your service behind one or more load balancers.
@@ -1697,13 +1698,14 @@
# 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*.
#
- # <note markdown="1"> The following change began on March 21, 2024. When the task definition
- # revision is not specified, Amazon ECS resolves the task definition
- # revision before it authorizes the task definition.
+ # <note markdown="1"> On March 21, 2024, a change was made to resolve the task definition
+ # revision before authorization. When a task definition revision is not
+ # specified, authorization will occur using the latest revision of a
+ # task definition.
#
# </note>
#
# For information about the maximum number of task sets and otther
# quotas, see [Amazon ECS service quotas][2] in the *Amazon Elastic
@@ -7187,13 +7189,14 @@
req.send_request(options)
end
# Starts a new task using the specified task definition.
#
- # <note markdown="1"> The following change began on March 21, 2024. When the task definition
- # revision is not specified, Amazon ECS resolves the task definition
- # revision before it authorizes the task definition.
+ # <note markdown="1"> On March 21, 2024, a change was made to resolve the task definition
+ # revision before authorization. When a task definition revision is not
+ # specified, authorization will occur using the latest revision of a
+ # task definition.
#
# </note>
#
# You can allow Amazon ECS to place tasks for you, or you can customize
# how Amazon ECS places tasks using placement constraints and placement
@@ -7765,13 +7768,14 @@
end
# Starts a new task from the specified task definition on the specified
# container instance or instances.
#
- # <note markdown="1"> The following change began on March 21, 2024. When the task definition
- # revision is not specified, Amazon ECS resolves the task definition
- # revision before it authorizes the task definition.
+ # <note markdown="1"> On March 21, 2024, a change was made to resolve the task definition
+ # revision before authorization. When a task definition revision is not
+ # specified, authorization will occur using the latest revision of a
+ # task definition.
#
# </note>
#
# Starting April 15, 2023, Amazon Web Services will not onboard new
# customers to Amazon Elastic Inference (EI), and will help current
@@ -9167,13 +9171,14 @@
req.send_request(options)
end
# Modifies the parameters of a service.
#
- # <note markdown="1"> The following change began on March 21, 2024. When the task definition
- # revision is not specified, Amazon ECS resolves the task definition
- # revision before it authorizes the task definition.
+ # <note markdown="1"> On March 21, 2024, a change was made to resolve the task definition
+ # revision before authorization. When a task definition revision is not
+ # specified, authorization will occur using the latest revision of a
+ # task definition.
#
# </note>
#
# For services using the rolling update (`ECS`) you can update the
# desired count, deployment configuration, network configuration, load
@@ -10252,10 +10257,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-ecs'
- context[:gem_version] = '1.143.0'
+ context[:gem_version] = '1.144.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#