lib/aws-sdk-applicationautoscaling/client.rb in aws-sdk-applicationautoscaling-1.43.0 vs lib/aws-sdk-applicationautoscaling/client.rb in aws-sdk-applicationautoscaling-1.44.0
- old
+ new
@@ -2303,12 +2303,14 @@
# The minimum value that you plan to scale in to. When a scaling policy
# is in effect, Application Auto Scaling can scale in (contract) as
# needed to the minimum capacity limit in response to changing demand.
#
# This parameter is required if you are registering a scalable target.
- # For Lambda provisioned concurrency, the minimum value allowed is 0.
- # For all other resources, the minimum value allowed is 1.
+ # For certain resources, the minimum value allowed is 0. This includes
+ # Lambda provisioned concurrency, Spot Fleet, ECS services, Aurora DB
+ # clusters, EMR clusters, and custom resources. For all other resources,
+ # the minimum value allowed is 1.
#
# @option params [Integer] :max_capacity
# The maximum value that you plan to scale out to. When a scaling policy
# is in effect, Application Auto Scaling can scale out (expand) as
# needed to the maximum capacity limit in response to changing demand.
@@ -2408,10 +2410,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-applicationautoscaling'
- context[:gem_version] = '1.43.0'
+ context[:gem_version] = '1.44.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated