aws-sdk-autoscaling 1.72.0 → 1.76.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: 1a1b8446d644705c7a68723ba5fa371db873fdef04322f87349b04350507a336
4
- data.tar.gz: 7bd01fccf418fda614337fa135b2ae6ba1a31b684b36e9185187294d82c7f0ae
3
+ metadata.gz: e9111d80a3d492275d092c84cc84f8d06b96928ae8264b98c8a25df8d22e9a04
4
+ data.tar.gz: f4cfcb354ed368290d6a44dc405ec29d65aafd0878d56541a468068aebf8ce17
5
5
  SHA512:
6
- metadata.gz: 5b5f0d6cb80daa90f140d18d7e5765b20cbe34faccf43b92023777d192c394ef1b1c64aa1ea387eb3a278115dd86d2653d478ed86be25fb20dcd9d65d812ab43
7
- data.tar.gz: d52012a326ea5ca454cc6b0dd5ae702d2ade2cafaaac0c8ac08c71b55a2308a7ef29026b8d9b3802ad72010d8844add3ed0819c10ed05b4ae55a9d65746d1c3a
6
+ metadata.gz: 4c28d2f7afb17da05d4a1e1d437903ed4a42438598fd13a6ab2da86f3662874ba37aa3f529e041d56af42ddc15beaf5636e46ac2e52a3daf4ae379d616d91ee2
7
+ data.tar.gz: 200f7d56f3e51b702bbec10b84d0201304ebf8089fa9da043a142d707a6f1b94fee6250d2d10111715fc44aaa89192873e69aaecbe8dd8b66421eb6c8218bc5b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.0 (2021-12-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.75.0 (2021-11-30)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.74.0 (2021-11-26)
15
+ ------------------
16
+
17
+ * Feature - Documentation updates for Amazon EC2 Auto Scaling.
18
+
19
+ 1.73.0 (2021-11-24)
20
+ ------------------
21
+
22
+ * Feature - Customers can now configure predictive scaling policies to proactively scale EC2 Auto Scaling groups based on any CloudWatch metrics that more accurately represent the load on the group than the four predefined metrics. They can also use math expressions to further customize the metrics.
23
+
4
24
  1.72.0 (2021-11-04)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
1
+ 1.76.0
@@ -120,7 +120,7 @@ module Aws::AutoScaling
120
120
 
121
121
  # The amount of time, in seconds, that Amazon EC2 Auto Scaling waits
122
122
  # before checking the health status of an EC2 instance that has come
123
- # into service.
123
+ # into service and marking it unhealthy due to a failed health check.
124
124
  # @return [Integer]
125
125
  def health_check_grace_period
126
126
  data[:health_check_grace_period]
@@ -676,6 +676,78 @@ module Aws::AutoScaling
676
676
  # predefined_metric_type: "ASGTotalCPUUtilization", # required, accepts ASGTotalCPUUtilization, ASGTotalNetworkIn, ASGTotalNetworkOut, ALBTargetGroupRequestCount
677
677
  # resource_label: "XmlStringMaxLen1023",
678
678
  # },
679
+ # customized_scaling_metric_specification: {
680
+ # metric_data_queries: [ # required
681
+ # {
682
+ # id: "XmlStringMaxLen255", # required
683
+ # expression: "XmlStringMaxLen1023",
684
+ # metric_stat: {
685
+ # metric: { # required
686
+ # namespace: "MetricNamespace", # required
687
+ # metric_name: "MetricName", # required
688
+ # dimensions: [
689
+ # {
690
+ # name: "MetricDimensionName", # required
691
+ # value: "MetricDimensionValue", # required
692
+ # },
693
+ # ],
694
+ # },
695
+ # stat: "XmlStringMetricStat", # required
696
+ # unit: "MetricUnit",
697
+ # },
698
+ # label: "XmlStringMetricLabel",
699
+ # return_data: false,
700
+ # },
701
+ # ],
702
+ # },
703
+ # customized_load_metric_specification: {
704
+ # metric_data_queries: [ # required
705
+ # {
706
+ # id: "XmlStringMaxLen255", # required
707
+ # expression: "XmlStringMaxLen1023",
708
+ # metric_stat: {
709
+ # metric: { # required
710
+ # namespace: "MetricNamespace", # required
711
+ # metric_name: "MetricName", # required
712
+ # dimensions: [
713
+ # {
714
+ # name: "MetricDimensionName", # required
715
+ # value: "MetricDimensionValue", # required
716
+ # },
717
+ # ],
718
+ # },
719
+ # stat: "XmlStringMetricStat", # required
720
+ # unit: "MetricUnit",
721
+ # },
722
+ # label: "XmlStringMetricLabel",
723
+ # return_data: false,
724
+ # },
725
+ # ],
726
+ # },
727
+ # customized_capacity_metric_specification: {
728
+ # metric_data_queries: [ # required
729
+ # {
730
+ # id: "XmlStringMaxLen255", # required
731
+ # expression: "XmlStringMaxLen1023",
732
+ # metric_stat: {
733
+ # metric: { # required
734
+ # namespace: "MetricNamespace", # required
735
+ # metric_name: "MetricName", # required
736
+ # dimensions: [
737
+ # {
738
+ # name: "MetricDimensionName", # required
739
+ # value: "MetricDimensionValue", # required
740
+ # },
741
+ # ],
742
+ # },
743
+ # stat: "XmlStringMetricStat", # required
744
+ # unit: "MetricUnit",
745
+ # },
746
+ # label: "XmlStringMetricLabel",
747
+ # return_data: false,
748
+ # },
749
+ # ],
750
+ # },
679
751
  # },
680
752
  # ],
681
753
  # mode: "ForecastAndScale", # accepts ForecastAndScale, ForecastOnly
@@ -776,7 +848,7 @@ module Aws::AutoScaling
776
848
  # `StepScaling`.
777
849
  # @option options [Types::TargetTrackingConfiguration] :target_tracking_configuration
778
850
  # A target tracking scaling policy. Provides support for predefined or
779
- # customized metrics.
851
+ # custom metrics.
780
852
  #
781
853
  # The following predefined metrics are available:
782
854
  #
@@ -810,10 +882,10 @@ module Aws::AutoScaling
810
882
  #
811
883
  # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-enable-disable-scaling-policy.html
812
884
  # @option options [Types::PredictiveScalingConfiguration] :predictive_scaling_configuration
813
- # A predictive scaling policy. Provides support for only predefined
814
- # metrics.
885
+ # A predictive scaling policy. Provides support for predefined and
886
+ # custom metrics.
815
887
  #
816
- # Predictive scaling works with CPU utilization, network in/out, and the
888
+ # Predefined metrics include CPU utilization, network in/out, and the
817
889
  # Application Load Balancer request count.
818
890
  #
819
891
  # For more information, see [PredictiveScalingConfiguration][1] in the
@@ -1122,7 +1194,7 @@ module Aws::AutoScaling
1122
1194
  #
1123
1195
  #
1124
1196
  #
1125
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-purchase-options.html
1197
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-mixed-instances-groups.html
1126
1198
  # @option options [Integer] :min_size
1127
1199
  # The minimum size of the Auto Scaling group.
1128
1200
  # @option options [Integer] :max_size
@@ -1163,9 +1235,9 @@ module Aws::AutoScaling
1163
1235
  # @option options [Integer] :health_check_grace_period
1164
1236
  # The amount of time, in seconds, that Amazon EC2 Auto Scaling waits
1165
1237
  # before checking the health status of an EC2 instance that has come
1166
- # into service. The default value is `0`. For more information, see
1167
- # [Health check grace period][1] in the *Amazon EC2 Auto Scaling User
1168
- # Guide*.
1238
+ # into service and marking it unhealthy due to a failed health check.
1239
+ # The default value is `0`. For more information, see [Health check
1240
+ # grace period][1] in the *Amazon EC2 Auto Scaling User Guide*.
1169
1241
  #
1170
1242
  # Conditional: Required if you are adding an `ELB` health check.
1171
1243
  #
@@ -1202,12 +1274,12 @@ module Aws::AutoScaling
1202
1274
  # Indicates whether newly launched instances are protected from
1203
1275
  # termination by Amazon EC2 Auto Scaling when scaling in. For more
1204
1276
  # information about preventing instances from terminating on scale in,
1205
- # see [Instance scale-in protection][1] in the *Amazon EC2 Auto Scaling
1206
- # User Guide*.
1277
+ # see [Using instance scale-in protection][1] in the *Amazon EC2 Auto
1278
+ # Scaling User Guide*.
1207
1279
  #
1208
1280
  #
1209
1281
  #
1210
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-termination.html#instance-protection
1282
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-instance-protection.html
1211
1283
  # @option options [String] :service_linked_role_arn
1212
1284
  # The Amazon Resource Name (ARN) of the service-linked role that the
1213
1285
  # Auto Scaling group uses to call other Amazon Web Services on your
@@ -1235,7 +1307,7 @@ module Aws::AutoScaling
1235
1307
  #
1236
1308
  #
1237
1309
  #
1238
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/capacity-rebalance.html
1310
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-capacity-rebalancing.html
1239
1311
  # @option options [String] :context
1240
1312
  # Reserved.
1241
1313
  # @option options [String] :desired_capacity_type