lib/aws-sdk-autoscaling/client.rb in aws-sdk-autoscaling-1.82.0 vs lib/aws-sdk-autoscaling/client.rb in aws-sdk-autoscaling-1.83.0
- old
+ new
@@ -814,10 +814,17 @@
#
# @option params [required, String] :auto_scaling_group_name
# The name of the Auto Scaling group. This name must be unique per
# Region per account.
#
+ # The name can contain any ASCII character 33 to 126 including most
+ # punctuation characters, digits, and upper and lowercased letters.
+ #
+ # <note markdown="1"> You cannot use a colon (:) in the name.
+ #
+ # </note>
+ #
# @option params [String] :launch_configuration_name
# The name of the launch configuration to use to launch instances.
#
# Conditional: You must specify either a launch template
# (`LaunchTemplate` or `MixedInstancesPolicy`) or a launch configuration
@@ -943,18 +950,19 @@
# The amount of time, in seconds, that Amazon EC2 Auto Scaling waits
# before checking the health status of an EC2 instance that has come
# into service and marking it unhealthy due to a failed Elastic Load
# Balancing or custom health check. This is useful if your instances do
# not immediately pass these health checks after they enter the
- # `InService` state. For more information, see [Health check grace
- # period][1] in the *Amazon EC2 Auto Scaling User Guide*.
+ # `InService` state. For more information, see [Set the health check
+ # grace period for an Auto Scaling group][1] in the *Amazon EC2 Auto
+ # Scaling User Guide*.
#
# Default: `0` seconds
#
#
#
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/healthcheck.html#health-check-grace-period
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/health-check-grace-period.html
#
# @option params [String] :placement_group
# The name of the placement group into which to launch your instances.
# For more information, see [Placement groups][1] in the *Amazon EC2
# User Guide for Linux Instances*.
@@ -6304,16 +6312,17 @@
# The amount of time, in seconds, that Amazon EC2 Auto Scaling waits
# before checking the health status of an EC2 instance that has come
# into service and marking it unhealthy due to a failed Elastic Load
# Balancing or custom health check. This is useful if your instances do
# not immediately pass these health checks after they enter the
- # `InService` state. For more information, see [Health check grace
- # period][1] in the *Amazon EC2 Auto Scaling User Guide*.
+ # `InService` state. For more information, see [Set the health check
+ # grace period for an Auto Scaling group][1] in the *Amazon EC2 Auto
+ # Scaling User Guide*.
#
#
#
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/healthcheck.html#health-check-grace-period
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/health-check-grace-period.html
#
# @option params [String] :placement_group
# The name of an existing placement group into which to launch your
# instances. For more information, see [Placement groups][1] in the
# *Amazon EC2 User Guide for Linux Instances*.
@@ -6580,10 +6589,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-autoscaling'
- context[:gem_version] = '1.82.0'
+ context[:gem_version] = '1.83.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#