lib/aws-sdk-ecs/client.rb in aws-sdk-ecs-1.72.0 vs lib/aws-sdk-ecs/client.rb in aws-sdk-ecs-1.73.0
- old
+ new
@@ -2523,10 +2523,13 @@
# resp.task_definition.proxy_configuration.type #=> String, one of "APPMESH"
# resp.task_definition.proxy_configuration.container_name #=> String
# resp.task_definition.proxy_configuration.properties #=> Array
# resp.task_definition.proxy_configuration.properties[0].name #=> String
# resp.task_definition.proxy_configuration.properties[0].value #=> String
+ # resp.task_definition.registered_at #=> Time
+ # resp.task_definition.deregistered_at #=> Time
+ # resp.task_definition.registered_by #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/DeregisterTaskDefinition AWS API Documentation
#
# @overload deregister_task_definition(params = {})
# @param [Hash] params ({})
@@ -3401,10 +3404,13 @@
# resp.task_definition.proxy_configuration.type #=> String, one of "APPMESH"
# resp.task_definition.proxy_configuration.container_name #=> String
# resp.task_definition.proxy_configuration.properties #=> Array
# resp.task_definition.proxy_configuration.properties[0].name #=> String
# resp.task_definition.proxy_configuration.properties[0].value #=> String
+ # resp.task_definition.registered_at #=> Time
+ # resp.task_definition.deregistered_at #=> Time
+ # resp.task_definition.registered_by #=> String
# resp.tags #=> Array
# resp.tags[0].key #=> String
# resp.tags[0].value #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/DescribeTaskDefinition AWS API Documentation
@@ -5974,10 +5980,13 @@
# resp.task_definition.proxy_configuration.type #=> String, one of "APPMESH"
# resp.task_definition.proxy_configuration.container_name #=> String
# resp.task_definition.proxy_configuration.properties #=> Array
# resp.task_definition.proxy_configuration.properties[0].name #=> String
# resp.task_definition.proxy_configuration.properties[0].value #=> String
+ # resp.task_definition.registered_at #=> Time
+ # resp.task_definition.deregistered_at #=> Time
+ # resp.task_definition.registered_by #=> String
# resp.tags #=> Array
# resp.tags[0].key #=> String
# resp.tags[0].value #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/RegisterTaskDefinition AWS API Documentation
@@ -7203,16 +7212,16 @@
end
# Modifies the parameters for a capacity provider.
#
# @option params [required, String] :name
+ # The name of the capacity provider to update.
+ #
+ # @option params [required, Types::AutoScalingGroupProviderUpdate] :auto_scaling_group_provider
# An object representing the parameters to update for the Auto Scaling
# group capacity provider.
#
- # @option params [required, Types::AutoScalingGroupProviderUpdate] :auto_scaling_group_provider
- # The name of the capacity provider to update.
- #
# @return [Types::UpdateCapacityProviderResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::UpdateCapacityProviderResponse#capacity_provider #capacity_provider} => Types::CapacityProvider
#
# @example Request syntax with placeholder values
@@ -8199,10 +8208,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-ecs'
- context[:gem_version] = '1.72.0'
+ context[:gem_version] = '1.73.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#