aws-sdk-autoscaling 1.109.0 → 1.111.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3dd111c73d24105ed191505b6b5eab0cdb2a36e6fa7e1edc5c23176cb4570313
4
- data.tar.gz: b3b61f8934c742d3f9ad7f9a583497443a1211bd607c06c7feddabce08bc8915
3
+ metadata.gz: f4a620a9eff184589e6b9d4aef6da554b93348fede13b51caffca6aebeb170b9
4
+ data.tar.gz: 81a2ea19f76ba7a81973ceea97b35fca6e5271cc1ef75deb5a1c858ee99a87ca
5
5
  SHA512:
6
- metadata.gz: 38bb4787fc4a33d21f266dded05efffd2ec7681a5eea628bc61e43cc7f3b52b19c917c3ff961596a93482554b3c7c41ea23cc77121dbc93d1e4aa237afef47b1
7
- data.tar.gz: 7fdcf8f83df7571012ca7b6d91d26c132a884d4403a137af9cab2976411e74873d36933770de39ded9b9277128b405548fc8362ebc317d91a316fd3637778df3
6
+ metadata.gz: bf485a48c057fa646b06b79d7682b97ac6eaab58a78bd48906b52ebf4db244a38692d46cc77d053e31903355bfad92a16d54dfbbafec4d9704e1eaf8c0e334b0
7
+ data.tar.gz: 87e013e0da67134b9987f97ac8b90e87fcbd2878f0d9d0513624833e2febea0d3d6f28deb99068c5aad5827b636b66e41291f874dcef15415eb41d1fc701e3ef
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.111.0 (2024-06-25)
5
+ ------------------
6
+
7
+ * Feature - Doc only update for Auto Scaling's TargetTrackingMetricDataQuery
8
+
9
+ 1.110.0 (2024-06-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.109.0 (2024-06-05)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.109.0
1
+ 1.111.0
@@ -567,12 +567,12 @@ module Aws::AutoScaling
567
567
  #
568
568
  # If you omit this property, all metrics are disabled.
569
569
  #
570
- # For more information, see [Auto Scaling group metrics][1] in the
571
- # *Amazon EC2 Auto Scaling User Guide*.
570
+ # For more information, see [Amazon CloudWatch metrics for Amazon EC2
571
+ # Auto Scaling][1] in the *Amazon EC2 Auto Scaling User Guide*.
572
572
  #
573
573
  #
574
574
  #
575
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-cloudwatch-monitoring.html#as-group-metrics
575
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-metrics.html
576
576
  # @return [EmptyStructure]
577
577
  def disable_metrics_collection(options = {})
578
578
  options = options.merge(auto_scaling_group_name: @name)
@@ -637,12 +637,12 @@ module Aws::AutoScaling
637
637
  # If you specify `Granularity` and don't specify any metrics, all
638
638
  # metrics are enabled.
639
639
  #
640
- # For more information, see [Auto Scaling group metrics][1] in the
641
- # *Amazon EC2 Auto Scaling User Guide*.
640
+ # For more information, see [Amazon CloudWatch metrics for Amazon EC2
641
+ # Auto Scaling][1] in the *Amazon EC2 Auto Scaling User Guide*.
642
642
  #
643
643
  #
644
644
  #
645
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-cloudwatch-monitoring.html#as-group-metrics
645
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-metrics.html
646
646
  # @option options [required, String] :granularity
647
647
  # The frequency at which Amazon EC2 Auto Scaling sends aggregated data
648
648
  # to CloudWatch. The only valid value is `1Minute`.
@@ -692,7 +692,7 @@ module Aws::AutoScaling
692
692
  # unit: "MetricUnit",
693
693
  # metrics: [
694
694
  # {
695
- # id: "XmlStringMaxLen255", # required
695
+ # id: "XmlStringMaxLen64", # required
696
696
  # expression: "XmlStringMaxLen2047",
697
697
  # metric_stat: {
698
698
  # metric: { # required
@@ -884,7 +884,7 @@ module Aws::AutoScaling
884
884
  #
885
885
  #
886
886
  #
887
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/Cooldown.html
887
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-scaling-cooldowns.html
888
888
  # @option options [String] :metric_aggregation_type
889
889
  # The aggregation type for the CloudWatch metrics. The valid values are
890
890
  # `Minimum`, `Maximum`, and `Average`. If the aggregation type is null,
@@ -942,7 +942,7 @@ module Aws::AutoScaling
942
942
  # [1]: https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_TargetTrackingConfiguration.html
943
943
  # @option options [Boolean] :enabled
944
944
  # Indicates whether the scaling policy is enabled or disabled. The
945
- # default is enabled. For more information, see [Disabling a scaling
945
+ # default is enabled. For more information, see [Disable a scaling
946
946
  # policy for an Auto Scaling group][1] in the *Amazon EC2 Auto Scaling
947
947
  # User Guide*.
948
948
  #
@@ -1316,7 +1316,7 @@ module Aws::AutoScaling
1316
1316
  #
1317
1317
  #
1318
1318
  #
1319
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/Cooldown.html
1319
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-scaling-cooldowns.html
1320
1320
  # @option options [Array<String>] :availability_zones
1321
1321
  # One or more Availability Zones for the group.
1322
1322
  # @option options [String] :health_check_type
@@ -1324,14 +1324,14 @@ module Aws::AutoScaling
1324
1324
  #
1325
1325
  # The valid values are `EC2`, `ELB`, and `VPC_LATTICE`. `EC2` is the
1326
1326
  # default health check and cannot be disabled. For more information, see
1327
- # [Health checks for Auto Scaling instances][1] in the *Amazon EC2 Auto
1328
- # Scaling User Guide*.
1327
+ # [Health checks for instances in an Auto Scaling group][1] in the
1328
+ # *Amazon EC2 Auto Scaling User Guide*.
1329
1329
  #
1330
1330
  # Only specify `EC2` if you must clear a value that was previously set.
1331
1331
  #
1332
1332
  #
1333
1333
  #
1334
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/healthcheck.html
1334
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html
1335
1335
  # @option options [Integer] :health_check_grace_period
1336
1336
  # The amount of time, in seconds, that Amazon EC2 Auto Scaling waits
1337
1337
  # before checking the health status of an EC2 instance that has come
@@ -1365,8 +1365,9 @@ module Aws::AutoScaling
1365
1365
  # @option options [Array<String>] :termination_policies
1366
1366
  # A policy or a list of policies that are used to select the instances
1367
1367
  # to terminate. The policies are executed in the order that you list
1368
- # them. For more information, see [Work with Amazon EC2 Auto Scaling
1369
- # termination policies][1] in the *Amazon EC2 Auto Scaling User Guide*.
1368
+ # them. For more information, see [Configure termination policies for
1369
+ # Amazon EC2 Auto Scaling][1] in the *Amazon EC2 Auto Scaling User
1370
+ # Guide*.
1370
1371
  #
1371
1372
  # Valid values: `Default` \| `AllocationStrategy` \|
1372
1373
  # `ClosestToNextInstanceHour` \| `NewestInstance` \| `OldestInstance` \|
@@ -1380,7 +1381,7 @@ module Aws::AutoScaling
1380
1381
  # Indicates whether newly launched instances are protected from
1381
1382
  # termination by Amazon EC2 Auto Scaling when scaling in. For more
1382
1383
  # information about preventing instances from terminating on scale in,
1383
- # see [Using instance scale-in protection][1] in the *Amazon EC2 Auto
1384
+ # see [Use instance scale-in protection][1] in the *Amazon EC2 Auto
1384
1385
  # Scaling User Guide*.
1385
1386
  #
1386
1387
  #
@@ -1420,7 +1421,7 @@ module Aws::AutoScaling
1420
1421
  # The unit of measurement for the value specified for desired capacity.
1421
1422
  # Amazon EC2 Auto Scaling supports `DesiredCapacityType` for
1422
1423
  # attribute-based instance type selection only. For more information,
1423
- # see [Creating an Auto Scaling group using attribute-based instance
1424
+ # see [Create a mixed instances group using attribute-based instance
1424
1425
  # type selection][1] in the *Amazon EC2 Auto Scaling User Guide*.
1425
1426
  #
1426
1427
  # By default, Amazon EC2 Auto Scaling specifies `units`, which
@@ -1430,7 +1431,7 @@ module Aws::AutoScaling
1430
1431
  #
1431
1432
  #
1432
1433
  #
1433
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-asg-instance-type-requirements.html
1434
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-mixed-instances-group-attribute-based-instance-type-selection.html
1434
1435
  # @option options [Integer] :default_instance_warmup
1435
1436
  # The amount of time, in seconds, until a new instance is considered to
1436
1437
  # have finished initializing and resource consumption to become stable