lib/aws-sdk-autoscaling/client.rb in aws-sdk-autoscaling-1.58.0 vs lib/aws-sdk-autoscaling/client.rb in aws-sdk-autoscaling-1.59.0

- old
+ new

@@ -594,12 +594,12 @@ # Cancels an instance refresh operation in progress. Cancellation does # not roll back any replacements that have already been completed, but # it prevents new replacements from being started. # - # For more information, see [Replacing Auto Scaling Instances Based on - # an Instance Refresh][1]. + # For more information, see [Replacing Auto Scaling instances based on + # an instance refresh][1] in the *Amazon EC2 Auto Scaling User Guide*. # # # # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-refresh.html # @@ -2267,12 +2267,12 @@ # does not roll back any replacements that have already been # completed, but it prevents new replacements from being started. # # * `Cancelled` - The operation is cancelled. # - # For more information, see [Replacing Auto Scaling Instances Based on - # an Instance Refresh][1]. + # For more information, see [Replacing Auto Scaling instances based on + # an instance refresh][1] in the *Amazon EC2 Auto Scaling User Guide*. # # # # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-refresh.html # @@ -4867,12 +4867,12 @@ # call the DescribeInstanceRefreshes API. To describe the instance # refreshes that have already run, call the DescribeInstanceRefreshes # API. To cancel an instance refresh operation in progress, use the # CancelInstanceRefresh API. # - # For more information, see [Replacing Auto Scaling Instances Based on - # an Instance Refresh][1]. + # For more information, see [Replacing Auto Scaling instances based on + # an instance refresh][1] in the *Amazon EC2 Auto Scaling User Guide*. # # # # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-refresh.html # @@ -4933,10 +4933,12 @@ # auto_scaling_group_name: "XmlStringMaxLen255", # required # strategy: "Rolling", # accepts Rolling # preferences: { # min_healthy_percentage: 1, # instance_warmup: 1, + # checkpoint_percentages: [1], + # checkpoint_delay: 1, # }, # }) # # @example Response structure # @@ -5404,10 +5406,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-autoscaling' - context[:gem_version] = '1.58.0' + context[:gem_version] = '1.59.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #