aws-sdk-autoscaling 1.110.0 → 1.111.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -430,12 +430,12 @@ module Aws::AutoScaling
430
430
  # there are target groups attached to your Auto Scaling group, the
431
431
  # instances are also registered with the target groups.
432
432
  #
433
- # For more information, see [Attach EC2 instances to your Auto Scaling
434
- # group][1] in the *Amazon EC2 Auto Scaling User Guide*.
433
+ # For more information, see [Detach or attach instances][1] in the
434
+ # *Amazon EC2 Auto Scaling User Guide*.
435
435
  #
436
436
  #
437
437
  #
438
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/attach-instance-asg.html
438
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-detach-attach-instances.html
439
439
  #
440
440
  # @option params [Array<String>] :instance_ids
441
441
  # The IDs of the instances. You can specify up to 20 instances.
@@ -971,7 +971,7 @@ module Aws::AutoScaling
971
971
  # (`LaunchConfigurationName` or `InstanceId`).
972
972
  #
973
973
  # <note markdown="1"> The launch template that is specified must be configured for use with
974
- # an Auto Scaling group. For more information, see [Creating a launch
974
+ # an Auto Scaling group. For more information, see [Create a launch
975
975
  # template for an Auto Scaling group][1] in the *Amazon EC2 Auto Scaling
976
976
  # User Guide*.
977
977
  #
@@ -995,8 +995,9 @@ module Aws::AutoScaling
995
995
  # specified, Amazon EC2 Auto Scaling uses the configuration values from
996
996
  # the specified instance to create a new launch configuration. To get
997
997
  # the instance ID, use the Amazon EC2 [DescribeInstances][1] API
998
- # operation. For more information, see [Creating an Auto Scaling group
999
- # using an EC2 instance][2] in the *Amazon EC2 Auto Scaling User Guide*.
998
+ # operation. For more information, see [Create an Auto Scaling group
999
+ # using parameters from an existing instance][2] in the *Amazon EC2 Auto
1000
+ # Scaling User Guide*.
1000
1001
  #
1001
1002
  #
1002
1003
  #
@@ -1039,7 +1040,7 @@ module Aws::AutoScaling
1039
1040
  #
1040
1041
  #
1041
1042
  #
1042
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/Cooldown.html
1043
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-scaling-cooldowns.html
1043
1044
  #
1044
1045
  # @option params [Array<String>] :availability_zones
1045
1046
  # A list of Availability Zones where instances in the Auto Scaling group
@@ -1072,14 +1073,14 @@ module Aws::AutoScaling
1072
1073
  #
1073
1074
  # The valid values are `EC2`, `ELB`, and `VPC_LATTICE`. `EC2` is the
1074
1075
  # default health check and cannot be disabled. For more information, see
1075
- # [Health checks for Auto Scaling instances][1] in the *Amazon EC2 Auto
1076
- # Scaling User Guide*.
1076
+ # [Health checks for instances in an Auto Scaling group][1] in the
1077
+ # *Amazon EC2 Auto Scaling User Guide*.
1077
1078
  #
1078
1079
  # Only specify `EC2` if you must clear a value that was previously set.
1079
1080
  #
1080
1081
  #
1081
1082
  #
1082
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/healthcheck.html
1083
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html
1083
1084
  #
1084
1085
  # @option params [Integer] :health_check_grace_period
1085
1086
  # The amount of time, in seconds, that Amazon EC2 Auto Scaling waits
@@ -1120,8 +1121,9 @@ module Aws::AutoScaling
1120
1121
  # @option params [Array<String>] :termination_policies
1121
1122
  # A policy or a list of policies that are used to select the instance to
1122
1123
  # terminate. These policies are executed in the order that you list
1123
- # them. For more information, see [Work with Amazon EC2 Auto Scaling
1124
- # termination policies][1] in the *Amazon EC2 Auto Scaling User Guide*.
1124
+ # them. For more information, see [Configure termination policies for
1125
+ # Amazon EC2 Auto Scaling][1] in the *Amazon EC2 Auto Scaling User
1126
+ # Guide*.
1125
1127
  #
1126
1128
  # Valid values: `Default` \| `AllocationStrategy` \|
1127
1129
  # `ClosestToNextInstanceHour` \| `NewestInstance` \| `OldestInstance` \|
@@ -1136,7 +1138,7 @@ module Aws::AutoScaling
1136
1138
  # Indicates whether newly launched instances are protected from
1137
1139
  # termination by Amazon EC2 Auto Scaling when scaling in. For more
1138
1140
  # information about preventing instances from terminating on scale in,
1139
- # see [Using instance scale-in protection][1] in the *Amazon EC2 Auto
1141
+ # see [Use instance scale-in protection][1] in the *Amazon EC2 Auto
1140
1142
  # Scaling User Guide*.
1141
1143
  #
1142
1144
  #
@@ -1192,7 +1194,7 @@ module Aws::AutoScaling
1192
1194
  # The maximum amount of time, in seconds, that an instance can be in
1193
1195
  # service. The default is null. If specified, the value must be either 0
1194
1196
  # or a number equal to or greater than 86,400 seconds (1 day). For more
1195
- # information, see [Replacing Auto Scaling instances based on maximum
1197
+ # information, see [Replace Auto Scaling instances based on maximum
1196
1198
  # instance lifetime][1] in the *Amazon EC2 Auto Scaling User Guide*.
1197
1199
  #
1198
1200
  #
@@ -1206,7 +1208,7 @@ module Aws::AutoScaling
1206
1208
  # The unit of measurement for the value specified for desired capacity.
1207
1209
  # Amazon EC2 Auto Scaling supports `DesiredCapacityType` for
1208
1210
  # attribute-based instance type selection only. For more information,
1209
- # see [Creating an Auto Scaling group using attribute-based instance
1211
+ # see [Create a mixed instances group using attribute-based instance
1210
1212
  # type selection][1] in the *Amazon EC2 Auto Scaling User Guide*.
1211
1213
  #
1212
1214
  # By default, Amazon EC2 Auto Scaling specifies `units`, which
@@ -1216,7 +1218,7 @@ module Aws::AutoScaling
1216
1218
  #
1217
1219
  #
1218
1220
  #
1219
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-asg-instance-type-requirements.html
1221
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-mixed-instances-group-attribute-based-instance-type-selection.html
1220
1222
  #
1221
1223
  # @option params [Integer] :default_instance_warmup
1222
1224
  # The amount of time, in seconds, until a new instance is considered to
@@ -1559,7 +1561,7 @@ module Aws::AutoScaling
1559
1561
  #
1560
1562
  #
1561
1563
  # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-quotas.html
1562
- # [2]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/LaunchConfiguration.html
1564
+ # [2]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/launch-configurations.html
1563
1565
  # [3]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/launch-templates.html
1564
1566
  #
1565
1567
  # @option params [required, String] :launch_configuration_name
@@ -1568,8 +1570,8 @@ module Aws::AutoScaling
1568
1570
  #
1569
1571
  # @option params [String] :image_id
1570
1572
  # The ID of the Amazon Machine Image (AMI) that was assigned during
1571
- # registration. For more information, see [Finding a Linux AMI][1] in
1572
- # the *Amazon EC2 User Guide for Linux Instances*.
1573
+ # registration. For more information, see [Find a Linux AMI][1] in the
1574
+ # *Amazon EC2 User Guide for Linux Instances*.
1573
1575
  #
1574
1576
  # If you specify `InstanceId`, an `ImageId` is not required.
1575
1577
  #
@@ -1579,8 +1581,8 @@ module Aws::AutoScaling
1579
1581
  #
1580
1582
  # @option params [String] :key_name
1581
1583
  # The name of the key pair. For more information, see [Amazon EC2 key
1582
- # pairs and Linux instances][1] in the *Amazon EC2 User Guide for Linux
1583
- # Instances*.
1584
+ # pairs and Amazon EC2 instances][1] in the *Amazon EC2 User Guide for
1585
+ # Linux Instances*.
1584
1586
  #
1585
1587
  #
1586
1588
  #
@@ -1589,12 +1591,12 @@ module Aws::AutoScaling
1589
1591
  # @option params [Array<String>] :security_groups
1590
1592
  # A list that contains the security group IDs to assign to the instances
1591
1593
  # in the Auto Scaling group. For more information, see [Control traffic
1592
- # to resources using security groups][1] in the *Amazon Virtual Private
1593
- # Cloud User Guide*.
1594
+ # to your Amazon Web Services resources using security groups][1] in the
1595
+ # *Amazon Virtual Private Cloud User Guide*.
1594
1596
  #
1595
1597
  #
1596
1598
  #
1597
- # [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html
1599
+ # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-security-groups.html
1598
1600
  #
1599
1601
  # @option params [String] :classic_link_vpc_id
1600
1602
  # Available for backward compatibility.
@@ -1624,12 +1626,12 @@ module Aws::AutoScaling
1624
1626
  # override any other instance attributes, specify them as part of the
1625
1627
  # same request.
1626
1628
  #
1627
- # For more information, see [Creating a launch configuration using an
1628
- # EC2 instance][1] in the *Amazon EC2 Auto Scaling User Guide*.
1629
+ # For more information, see [Create a launch configuration][1] in the
1630
+ # *Amazon EC2 Auto Scaling User Guide*.
1629
1631
  #
1630
1632
  #
1631
1633
  #
1632
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-lc-with-instanceID.html
1634
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-launch-config.html
1633
1635
  #
1634
1636
  # @option params [String] :instance_type
1635
1637
  # Specifies the instance type of the EC2 instance. For information about
@@ -1688,8 +1690,8 @@ module Aws::AutoScaling
1688
1690
  # When detailed monitoring is enabled, Amazon CloudWatch generates
1689
1691
  # metrics every minute and your account is charged a fee. When you
1690
1692
  # disable detailed monitoring, CloudWatch generates metrics every 5
1691
- # minutes. For more information, see [Configure Monitoring for Auto
1692
- # Scaling Instances][1] in the *Amazon EC2 Auto Scaling User Guide*.
1693
+ # minutes. For more information, see [Configure monitoring for Auto
1694
+ # Scaling instances][1] in the *Amazon EC2 Auto Scaling User Guide*.
1693
1695
  #
1694
1696
  #
1695
1697
  #
@@ -1740,7 +1742,7 @@ module Aws::AutoScaling
1740
1742
  #
1741
1743
  #
1742
1744
  #
1743
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html
1745
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html
1744
1746
  #
1745
1747
  # @option params [Boolean] :associate_public_ip_address
1746
1748
  # Specifies whether to assign a public IPv4 address to the group's
@@ -1753,8 +1755,8 @@ module Aws::AutoScaling
1753
1755
  #
1754
1756
  # If you specify `true`, each instance in the Auto Scaling group
1755
1757
  # receives a unique public IPv4 address. For more information, see
1756
- # [Launching Auto Scaling instances in a VPC][1] in the *Amazon EC2 Auto
1757
- # Scaling User Guide*.
1758
+ # [Provide network connectivity for your Auto Scaling instances using
1759
+ # Amazon VPC][1] in the *Amazon EC2 Auto Scaling User Guide*.
1758
1760
  #
1759
1761
  # If you specify this property, you must specify at least one subnet for
1760
1762
  # `VPCZoneIdentifier` when you create your group.
@@ -1769,22 +1771,16 @@ module Aws::AutoScaling
1769
1771
  # hardware and can only be launched into a VPC. To launch dedicated
1770
1772
  # instances into a shared tenancy VPC (a VPC with the instance placement
1771
1773
  # tenancy attribute set to `default`), you must set the value of this
1772
- # property to `dedicated`. For more information, see [Configuring
1773
- # instance tenancy with Amazon EC2 Auto Scaling][1] in the *Amazon EC2
1774
- # Auto Scaling User Guide*.
1774
+ # property to `dedicated`.
1775
1775
  #
1776
1776
  # If you specify `PlacementTenancy`, you must specify at least one
1777
1777
  # subnet for `VPCZoneIdentifier` when you create your group.
1778
1778
  #
1779
1779
  # Valid values: `default` \| `dedicated`
1780
1780
  #
1781
- #
1782
- #
1783
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/auto-scaling-dedicated-instances.html
1784
- #
1785
1781
  # @option params [Types::InstanceMetadataOptions] :metadata_options
1786
1782
  # The metadata options for the instances. For more information, see
1787
- # [Configuring the Instance Metadata Options][1] in the *Amazon EC2 Auto
1783
+ # [Configure the instance metadata options][1] in the *Amazon EC2 Auto
1788
1784
  # Scaling User Guide*.
1789
1785
  #
1790
1786
  #
@@ -2117,8 +2113,8 @@ module Aws::AutoScaling
2117
2113
  # deletes the underlying alarm action, but does not delete the alarm,
2118
2114
  # even if it no longer has an associated action.
2119
2115
  #
2120
- # For more information, see [Deleting a scaling policy][1] in the
2121
- # *Amazon EC2 Auto Scaling User Guide*.
2116
+ # For more information, see [Delete a scaling policy][1] in the *Amazon
2117
+ # EC2 Auto Scaling User Guide*.
2122
2118
  #
2123
2119
  #
2124
2120
  #
@@ -3754,7 +3750,7 @@ module Aws::AutoScaling
3754
3750
  # Region.
3755
3751
  #
3756
3752
  # When scaling events occur, you see a record of the scaling activity in
3757
- # the scaling activities. For more information, see [Verifying a scaling
3753
+ # the scaling activities. For more information, see [Verify a scaling
3758
3754
  # activity for an Auto Scaling group][1] in the *Amazon EC2 Auto Scaling
3759
3755
  # User Guide*.
3760
3756
  #
@@ -4133,8 +4129,8 @@ module Aws::AutoScaling
4133
4129
  # Describes the termination policies supported by Amazon EC2 Auto
4134
4130
  # Scaling.
4135
4131
  #
4136
- # For more information, see [Work with Amazon EC2 Auto Scaling
4137
- # termination policies][1] in the *Amazon EC2 Auto Scaling User Guide*.
4132
+ # For more information, see [Configure termination policies for Amazon
4133
+ # EC2 Auto Scaling][1] in the *Amazon EC2 Auto Scaling User Guide*.
4138
4134
  #
4139
4135
  #
4140
4136
  #
@@ -4345,12 +4341,12 @@ module Aws::AutoScaling
4345
4341
  # are target groups attached to the Auto Scaling group, the instances
4346
4342
  # are deregistered from the target groups.
4347
4343
  #
4348
- # For more information, see [Detach EC2 instances from your Auto Scaling
4349
- # group][1] in the *Amazon EC2 Auto Scaling User Guide*.
4344
+ # For more information, see [Detach or attach instances][1] in the
4345
+ # *Amazon EC2 Auto Scaling User Guide*.
4350
4346
  #
4351
4347
  #
4352
4348
  #
4353
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/detach-instance-asg.html
4349
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-detach-attach-instances.html
4354
4350
  #
4355
4351
  # @option params [Array<String>] :instance_ids
4356
4352
  # The IDs of the instances. You can specify up to 20 instances.
@@ -4656,12 +4652,12 @@ module Aws::AutoScaling
4656
4652
  #
4657
4653
  # If you omit this property, all metrics are disabled.
4658
4654
  #
4659
- # For more information, see [Auto Scaling group metrics][1] in the
4660
- # *Amazon EC2 Auto Scaling User Guide*.
4655
+ # For more information, see [Amazon CloudWatch metrics for Amazon EC2
4656
+ # Auto Scaling][1] in the *Amazon EC2 Auto Scaling User Guide*.
4661
4657
  #
4662
4658
  #
4663
4659
  #
4664
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-cloudwatch-monitoring.html#as-group-metrics
4660
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-metrics.html
4665
4661
  #
4666
4662
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4667
4663
  #
@@ -4757,12 +4753,12 @@ module Aws::AutoScaling
4757
4753
  # If you specify `Granularity` and don't specify any metrics, all
4758
4754
  # metrics are enabled.
4759
4755
  #
4760
- # For more information, see [Auto Scaling group metrics][1] in the
4761
- # *Amazon EC2 Auto Scaling User Guide*.
4756
+ # For more information, see [Amazon CloudWatch metrics for Amazon EC2
4757
+ # Auto Scaling][1] in the *Amazon EC2 Auto Scaling User Guide*.
4762
4758
  #
4763
4759
  #
4764
4760
  #
4765
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-cloudwatch-monitoring.html#as-group-metrics
4761
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-metrics.html
4766
4762
  #
4767
4763
  # @option params [required, String] :granularity
4768
4764
  # The frequency at which Amazon EC2 Auto Scaling sends aggregated data
@@ -4910,7 +4906,7 @@ module Aws::AutoScaling
4910
4906
  #
4911
4907
  #
4912
4908
  #
4913
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/Cooldown.html
4909
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-scaling-cooldowns.html
4914
4910
  #
4915
4911
  # @option params [Float] :metric_value
4916
4912
  # The metric value to compare to `BreachThreshold`. This enables you to
@@ -5316,16 +5312,15 @@ module Aws::AutoScaling
5316
5312
  #
5317
5313
  # This configuration overwrites any existing configuration.
5318
5314
  #
5319
- # For more information, see [Getting Amazon SNS notifications when your
5320
- # Auto Scaling group scales][1] in the *Amazon EC2 Auto Scaling User
5321
- # Guide*.
5315
+ # For more information, see [Amazon SNS notification options for Amazon
5316
+ # EC2 Auto Scaling][1] in the *Amazon EC2 Auto Scaling User Guide*.
5322
5317
  #
5323
5318
  # If you exceed your maximum limit of SNS topics, which is 10 per Auto
5324
5319
  # Scaling group, the call fails.
5325
5320
  #
5326
5321
  #
5327
5322
  #
5328
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ASGettingNotifications.html
5323
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-sns-notifications.html
5329
5324
  #
5330
5325
  # @option params [required, String] :auto_scaling_group_name
5331
5326
  # The name of the Auto Scaling group.
@@ -5472,7 +5467,7 @@ module Aws::AutoScaling
5472
5467
  #
5473
5468
  #
5474
5469
  #
5475
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/Cooldown.html
5470
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-scaling-cooldowns.html
5476
5471
  #
5477
5472
  # @option params [String] :metric_aggregation_type
5478
5473
  # The aggregation type for the CloudWatch metrics. The valid values are
@@ -5535,7 +5530,7 @@ module Aws::AutoScaling
5535
5530
  #
5536
5531
  # @option params [Boolean] :enabled
5537
5532
  # Indicates whether the scaling policy is enabled or disabled. The
5538
- # default is enabled. For more information, see [Disabling a scaling
5533
+ # default is enabled. For more information, see [Disable a scaling
5539
5534
  # policy for an Auto Scaling group][1] in the *Amazon EC2 Auto Scaling
5540
5535
  # User Guide*.
5541
5536
  #
@@ -5635,7 +5630,7 @@ module Aws::AutoScaling
5635
5630
  # unit: "MetricUnit",
5636
5631
  # metrics: [
5637
5632
  # {
5638
- # id: "XmlStringMaxLen255", # required
5633
+ # id: "XmlStringMaxLen64", # required
5639
5634
  # expression: "XmlStringMaxLen2047",
5640
5635
  # metric_stat: {
5641
5636
  # metric: { # required
@@ -5789,7 +5784,7 @@ module Aws::AutoScaling
5789
5784
  #
5790
5785
  #
5791
5786
  #
5792
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/schedule_time.html
5787
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-scheduled-scaling.html
5793
5788
  #
5794
5789
  # @option params [required, String] :auto_scaling_group_name
5795
5790
  # The name of the Auto Scaling group.
@@ -5904,19 +5899,18 @@ module Aws::AutoScaling
5904
5899
  # warm pool is a pool of pre-initialized EC2 instances that sits
5905
5900
  # alongside the Auto Scaling group. Whenever your application needs to
5906
5901
  # scale out, the Auto Scaling group can draw on the warm pool to meet
5907
- # its new desired capacity. For more information and example
5908
- # configurations, see [Warm pools for Amazon EC2 Auto Scaling][1] in the
5909
- # *Amazon EC2 Auto Scaling User Guide*.
5902
+ # its new desired capacity.
5910
5903
  #
5911
5904
  # This operation must be called from the Region in which the Auto
5912
- # Scaling group was created. This operation cannot be called on an Auto
5913
- # Scaling group that has a mixed instances policy or a launch template
5914
- # or launch configuration that requests Spot Instances.
5905
+ # Scaling group was created.
5915
5906
  #
5916
5907
  # You can view the instances in the warm pool using the DescribeWarmPool
5917
5908
  # API call. If you are no longer using a warm pool, you can delete it by
5918
5909
  # calling the DeleteWarmPool API.
5919
5910
  #
5911
+ # For more information, see [Warm pools for Amazon EC2 Auto Scaling][1]
5912
+ # in the *Amazon EC2 Auto Scaling User Guide*.
5913
+ #
5920
5914
  #
5921
5915
  #
5922
5916
  # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-warm-pools.html
@@ -6084,7 +6078,7 @@ module Aws::AutoScaling
6084
6078
  # Resumes the specified suspended auto scaling processes, or all
6085
6079
  # suspended process, for the specified Auto Scaling group.
6086
6080
  #
6087
- # For more information, see [Suspending and resuming scaling
6081
+ # For more information, see [Suspend and resume Amazon EC2 Auto Scaling
6088
6082
  # processes][1] in the *Amazon EC2 Auto Scaling User Guide*.
6089
6083
  #
6090
6084
  #
@@ -6216,7 +6210,7 @@ module Aws::AutoScaling
6216
6210
  #
6217
6211
  #
6218
6212
  #
6219
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-manual-scaling.html
6213
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-scaling-manually.html
6220
6214
  #
6221
6215
  # @option params [required, String] :auto_scaling_group_name
6222
6216
  # The name of the Auto Scaling group.
@@ -6265,12 +6259,12 @@ module Aws::AutoScaling
6265
6259
 
6266
6260
  # Sets the health status of the specified instance.
6267
6261
  #
6268
- # For more information, see [Health checks for Auto Scaling
6269
- # instances][1] in the *Amazon EC2 Auto Scaling User Guide*.
6262
+ # For more information, see [Health checks for instances in an Auto
6263
+ # Scaling group][1] in the *Amazon EC2 Auto Scaling User Guide*.
6270
6264
  #
6271
6265
  #
6272
6266
  #
6273
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/healthcheck.html
6267
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html
6274
6268
  #
6275
6269
  # @option params [required, String] :instance_id
6276
6270
  # The ID of the instance.
@@ -6287,13 +6281,13 @@ module Aws::AutoScaling
6287
6281
  # call respects the grace period. Set this to `False`, to have the call
6288
6282
  # not respect the grace period associated with the group.
6289
6283
  #
6290
- # For more information about the health check grace period, see
6291
- # [CreateAutoScalingGroup][1] in the *Amazon EC2 Auto Scaling API
6292
- # Reference*.
6284
+ # For more information about the health check grace period, see [Set the
6285
+ # health check grace period for an Auto Scaling group][1] in the *Amazon
6286
+ # EC2 Auto Scaling User Guide*.
6293
6287
  #
6294
6288
  #
6295
6289
  #
6296
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_CreateAutoScalingGroup.html
6290
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/health-check-grace-period.html
6297
6291
  #
6298
6292
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
6299
6293
  #
@@ -6327,9 +6321,8 @@ module Aws::AutoScaling
6327
6321
  # Updates the instance protection settings of the specified instances.
6328
6322
  # This operation cannot be called on instances in a warm pool.
6329
6323
  #
6330
- # For more information about preventing instances that are part of an
6331
- # Auto Scaling group from terminating on scale in, see [Using instance
6332
- # scale-in protection][1] in the *Amazon EC2 Auto Scaling User Guide*.
6324
+ # For more information, see [Use instance scale-in protection][1] in the
6325
+ # *Amazon EC2 Auto Scaling User Guide*.
6333
6326
  #
6334
6327
  # If you exceed your maximum limit of instance IDs, which is 50 per Auto
6335
6328
  # Scaling group, the call fails.
@@ -6630,8 +6623,8 @@ module Aws::AutoScaling
6630
6623
  #
6631
6624
  # If you suspend either the `Launch` or `Terminate` process types, it
6632
6625
  # can prevent other process types from functioning properly. For more
6633
- # information, see [Suspending and resuming scaling processes][1] in the
6634
- # *Amazon EC2 Auto Scaling User Guide*.
6626
+ # information, see [Suspend and resume Amazon EC2 Auto Scaling
6627
+ # processes][1] in the *Amazon EC2 Auto Scaling User Guide*.
6635
6628
  #
6636
6629
  # To resume processes that have been suspended, call the ResumeProcesses
6637
6630
  # API.
@@ -6713,13 +6706,12 @@ module Aws::AutoScaling
6713
6706
  # Availability Zones. If you decrement the desired capacity, your Auto
6714
6707
  # Scaling group can become unbalanced between Availability Zones. Amazon
6715
6708
  # EC2 Auto Scaling tries to rebalance the group, and rebalancing might
6716
- # terminate instances in other zones. For more information, see
6717
- # [Rebalancing activities][1] in the *Amazon EC2 Auto Scaling User
6718
- # Guide*.
6709
+ # terminate instances in other zones. For more information, see [Manual
6710
+ # scaling][1] in the *Amazon EC2 Auto Scaling User Guide*.
6719
6711
  #
6720
6712
  #
6721
6713
  #
6722
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/auto-scaling-benefits.html#AutoScalingBehavior.InstanceUsage
6714
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-scaling-manually.html
6723
6715
  #
6724
6716
  # @option params [required, String] :instance_id
6725
6717
  # The ID of the instance.
@@ -6877,7 +6869,7 @@ module Aws::AutoScaling
6877
6869
  #
6878
6870
  #
6879
6871
  #
6880
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/Cooldown.html
6872
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-scaling-cooldowns.html
6881
6873
  #
6882
6874
  # @option params [Array<String>] :availability_zones
6883
6875
  # One or more Availability Zones for the group.
@@ -6887,14 +6879,14 @@ module Aws::AutoScaling
6887
6879
  #
6888
6880
  # The valid values are `EC2`, `ELB`, and `VPC_LATTICE`. `EC2` is the
6889
6881
  # default health check and cannot be disabled. For more information, see
6890
- # [Health checks for Auto Scaling instances][1] in the *Amazon EC2 Auto
6891
- # Scaling User Guide*.
6882
+ # [Health checks for instances in an Auto Scaling group][1] in the
6883
+ # *Amazon EC2 Auto Scaling User Guide*.
6892
6884
  #
6893
6885
  # Only specify `EC2` if you must clear a value that was previously set.
6894
6886
  #
6895
6887
  #
6896
6888
  #
6897
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/healthcheck.html
6889
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html
6898
6890
  #
6899
6891
  # @option params [Integer] :health_check_grace_period
6900
6892
  # The amount of time, in seconds, that Amazon EC2 Auto Scaling waits
@@ -6932,8 +6924,9 @@ module Aws::AutoScaling
6932
6924
  # @option params [Array<String>] :termination_policies
6933
6925
  # A policy or a list of policies that are used to select the instances
6934
6926
  # to terminate. The policies are executed in the order that you list
6935
- # them. For more information, see [Work with Amazon EC2 Auto Scaling
6936
- # termination policies][1] in the *Amazon EC2 Auto Scaling User Guide*.
6927
+ # them. For more information, see [Configure termination policies for
6928
+ # Amazon EC2 Auto Scaling][1] in the *Amazon EC2 Auto Scaling User
6929
+ # Guide*.
6937
6930
  #
6938
6931
  # Valid values: `Default` \| `AllocationStrategy` \|
6939
6932
  # `ClosestToNextInstanceHour` \| `NewestInstance` \| `OldestInstance` \|
@@ -6948,7 +6941,7 @@ module Aws::AutoScaling
6948
6941
  # Indicates whether newly launched instances are protected from
6949
6942
  # termination by Amazon EC2 Auto Scaling when scaling in. For more
6950
6943
  # information about preventing instances from terminating on scale in,
6951
- # see [Using instance scale-in protection][1] in the *Amazon EC2 Auto
6944
+ # see [Use instance scale-in protection][1] in the *Amazon EC2 Auto
6952
6945
  # Scaling User Guide*.
6953
6946
  #
6954
6947
  #
@@ -6993,7 +6986,7 @@ module Aws::AutoScaling
6993
6986
  # The unit of measurement for the value specified for desired capacity.
6994
6987
  # Amazon EC2 Auto Scaling supports `DesiredCapacityType` for
6995
6988
  # attribute-based instance type selection only. For more information,
6996
- # see [Creating an Auto Scaling group using attribute-based instance
6989
+ # see [Create a mixed instances group using attribute-based instance
6997
6990
  # type selection][1] in the *Amazon EC2 Auto Scaling User Guide*.
6998
6991
  #
6999
6992
  # By default, Amazon EC2 Auto Scaling specifies `units`, which
@@ -7003,7 +6996,7 @@ module Aws::AutoScaling
7003
6996
  #
7004
6997
  #
7005
6998
  #
7006
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-asg-instance-type-requirements.html
6999
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-mixed-instances-group-attribute-based-instance-type-selection.html
7007
7000
  #
7008
7001
  # @option params [Integer] :default_instance_warmup
7009
7002
  # The amount of time, in seconds, until a new instance is considered to
@@ -7193,7 +7186,7 @@ module Aws::AutoScaling
7193
7186
  params: params,
7194
7187
  config: config)
7195
7188
  context[:gem_name] = 'aws-sdk-autoscaling'
7196
- context[:gem_version] = '1.110.0'
7189
+ context[:gem_version] = '1.111.0'
7197
7190
  Seahorse::Client::Request.new(handlers, context)
7198
7191
  end
7199
7192
 
@@ -1490,7 +1490,7 @@ module Aws::AutoScaling
1490
1490
 
1491
1491
  TargetTrackingMetricDataQueries.member = Shapes::ShapeRef.new(shape: TargetTrackingMetricDataQuery)
1492
1492
 
1493
- TargetTrackingMetricDataQuery.add_member(:id, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "Id"))
1493
+ TargetTrackingMetricDataQuery.add_member(:id, Shapes::ShapeRef.new(shape: XmlStringMaxLen64, required: true, location_name: "Id"))
1494
1494
  TargetTrackingMetricDataQuery.add_member(:expression, Shapes::ShapeRef.new(shape: XmlStringMaxLen2047, location_name: "Expression"))
1495
1495
  TargetTrackingMetricDataQuery.add_member(:metric_stat, Shapes::ShapeRef.new(shape: TargetTrackingMetricStat, location_name: "MetricStat"))
1496
1496
  TargetTrackingMetricDataQuery.add_member(:label, Shapes::ShapeRef.new(shape: XmlStringMetricLabel, location_name: "Label"))
@@ -1571,8 +1571,10 @@ module Aws::AutoScaling
1571
1571
 
1572
1572
  api.metadata = {
1573
1573
  "apiVersion" => "2011-01-01",
1574
+ "auth" => ["aws.auth#sigv4"],
1574
1575
  "endpointPrefix" => "autoscaling",
1575
1576
  "protocol" => "query",
1577
+ "protocols" => ["query"],
1576
1578
  "serviceFullName" => "Auto Scaling",
1577
1579
  "serviceId" => "Auto Scaling",
1578
1580
  "signatureVersion" => "v4",
@@ -57,7 +57,7 @@ module Aws::AutoScaling
57
57
  end
58
58
 
59
59
  # The lifecycle state for the instance. The `Quarantined` state is not
60
- # used. For information about lifecycle states, see [Instance
60
+ # used. For more information, see [Amazon EC2 Auto Scaling instance
61
61
  # lifecycle][1] in the *Amazon EC2 Auto Scaling User Guide*.
62
62
  #
63
63
  # Valid values: `Pending` \| `Pending:Wait` \| `Pending:Proceed` \|
@@ -71,7 +71,7 @@ module Aws::AutoScaling
71
71
  #
72
72
  #
73
73
  #
74
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/AutoScalingGroupLifecycle.html
74
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-lifecycle.html
75
75
  # @return [String]
76
76
  def lifecycle_state
77
77
  data[:lifecycle_state]
@@ -369,13 +369,13 @@ module Aws::AutoScaling
369
369
  # call respects the grace period. Set this to `False`, to have the call
370
370
  # not respect the grace period associated with the group.
371
371
  #
372
- # For more information about the health check grace period, see
373
- # [CreateAutoScalingGroup][1] in the *Amazon EC2 Auto Scaling API
374
- # Reference*.
372
+ # For more information about the health check grace period, see [Set the
373
+ # health check grace period for an Auto Scaling group][1] in the *Amazon
374
+ # EC2 Auto Scaling User Guide*.
375
375
  #
376
376
  #
377
377
  #
378
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_CreateAutoScalingGroup.html
378
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/health-check-grace-period.html
379
379
  # @return [EmptyStructure]
380
380
  def set_health(options = {})
381
381
  options = options.merge(instance_id: @id)