aws-sdk-autoscaling 1.75.0 → 1.99.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: 1c1bf59e29d6c72cdb7a74820c0fa65e7bb478f3180a0a10bc29d7207d078d60
4
- data.tar.gz: 7ecad1c25faa0c2bdff6a021d66e9b01d5e117bf2d9a17085137eebd51ca2ce5
3
+ metadata.gz: 0f30b1ae7587025c8d1413e3d4a363d171fd06d3c629c484186aecc6ccc92401
4
+ data.tar.gz: 1e4f1648a4797113c935b6cef4747e6a08ac8104d1bb611dc3fb8f7f5226102d
5
5
  SHA512:
6
- metadata.gz: d6fcf1208a1b9f50100cc5809e5792d782ecc9f168080d59de5a706dc76c4671fcc5e947729826de5ec188aa948394293d832b6ed922b834dc6bf1741d3a8eb0
7
- data.tar.gz: e6de604f408caa06806359bd71aeb5a434f370cc022fd5d49c30f97768d87fabbe4adcfd3ceeeee05c9e1d6c0bd462e1645cd7d55bc1e1dfc8c609a032968fc3
6
+ metadata.gz: 13f933dcf1b37109bede3edbc51fcc5c471724835dfeba470160298b64dd519a8c779ca9e171a59adf191e1903925604d053b9f3b7b4cc0dbdbc9339e2f6403d
7
+ data.tar.gz: 469c8e1ad7cefef46704dfc5f2591a99a89137f1338d5da337b1bb68c2d6951cbf9e5aa16c6ec80c9d0430dae6476e1b72b58fdb61060aa102223bfbc4c53c74
data/CHANGELOG.md CHANGED
@@ -1,6 +1,128 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.99.0 (2023-10-12)
5
+ ------------------
6
+
7
+ * Feature - Update the NotificationMetadata field to only allow visible ascii characters. Add paginators to DescribeInstanceRefreshes, DescribeLoadBalancers, and DescribeLoadBalancerTargetGroups
8
+
9
+ 1.98.0 (2023-09-27)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.97.0 (2023-08-03)
15
+ ------------------
16
+
17
+ * Feature - Documentation changes related to Amazon EC2 Auto Scaling APIs.
18
+
19
+ 1.96.0 (2023-07-31)
20
+ ------------------
21
+
22
+ * Feature - You can now configure an instance refresh to set its status to 'failed' when it detects that a specified CloudWatch alarm has gone into the ALARM state. You can also choose to roll back the instance refresh automatically when the alarm threshold is met.
23
+
24
+ 1.95.0 (2023-07-27)
25
+ ------------------
26
+
27
+ * Feature - This release updates validation for instance types used in the AllowedInstanceTypes and ExcludedInstanceTypes parameters of the InstanceRequirements property of a MixedInstancesPolicy.
28
+
29
+ 1.94.0 (2023-07-11)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.93.0 (2023-07-06)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.92.0 (2023-06-28)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.91.0 (2023-06-15)
45
+ ------------------
46
+
47
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
48
+
49
+ 1.90.0 (2023-05-31)
50
+ ------------------
51
+
52
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
53
+
54
+ 1.89.0 (2023-04-04)
55
+ ------------------
56
+
57
+ * Feature - Documentation updates for Amazon EC2 Auto Scaling
58
+
59
+ 1.88.0 (2023-04-04)
60
+ ------------------
61
+
62
+ * Feature - Documentation updates for Amazon EC2 Auto Scaling
63
+
64
+ 1.87.0 (2023-03-30)
65
+ ------------------
66
+
67
+ * Feature - Amazon EC2 Auto Scaling now supports Elastic Load Balancing traffic sources with the AttachTrafficSources, DetachTrafficSources, and DescribeTrafficSources APIs. This release also introduces a new activity status, "WaitingForConnectionDraining", for VPC Lattice to the DescribeScalingActivities API.
68
+
69
+ 1.86.0 (2023-02-10)
70
+ ------------------
71
+
72
+ * Feature - You can now either terminate/replace, ignore, or wait for EC2 Auto Scaling instances on standby or protected from scale in. Also, you can also roll back changes from a failed instance refresh.
73
+
74
+ 1.85.0 (2023-01-18)
75
+ ------------------
76
+
77
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
78
+
79
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
80
+
81
+ 1.84.0 (2022-12-08)
82
+ ------------------
83
+
84
+ * Feature - Adds support for metric math for target tracking scaling policies, saving you the cost and effort of publishing a custom metric to CloudWatch. Also adds support for VPC Lattice by adding the Attach/Detach/DescribeTrafficSources APIs and a new health check type to the CreateAutoScalingGroup API.
85
+
86
+ 1.83.0 (2022-11-10)
87
+ ------------------
88
+
89
+ * Feature - This release adds a new price capacity optimized allocation strategy for Spot Instances to help customers optimize provisioning of Spot Instances via EC2 Auto Scaling, EC2 Fleet, and Spot Fleet. It allocates Spot Instances based on both spare capacity availability and Spot Instance price.
90
+
91
+ 1.82.0 (2022-11-07)
92
+ ------------------
93
+
94
+ * Feature - This release adds support for two new attributes for attribute-based instance type selection - NetworkBandwidthGbps and AllowedInstanceTypes.
95
+
96
+ 1.81.0 (2022-10-25)
97
+ ------------------
98
+
99
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
100
+
101
+ 1.80.0 (2022-07-25)
102
+ ------------------
103
+
104
+ * Feature - Documentation update for Amazon EC2 Auto Scaling.
105
+
106
+ 1.79.0 (2022-04-19)
107
+ ------------------
108
+
109
+ * Feature - EC2 Auto Scaling now adds default instance warm-up times for all scaling activities, health check replacements, and other replacement events in the Auto Scaling instance lifecycle.
110
+
111
+ 1.78.0 (2022-02-24)
112
+ ------------------
113
+
114
+ * Feature - You can now hibernate instances in a warm pool to stop instances without deleting their RAM contents. You can now also return instances to the warm pool on scale in, instead of always terminating capacity that you will need later.
115
+
116
+ 1.77.0 (2022-02-03)
117
+ ------------------
118
+
119
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
120
+
121
+ 1.76.0 (2021-12-21)
122
+ ------------------
123
+
124
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
125
+
4
126
  1.75.0 (2021-11-30)
5
127
  ------------------
6
128
 
@@ -452,4 +574,4 @@ Unreleased Changes
452
574
  1.0.0.rc1 (2016-12-05)
453
575
  ------------------
454
576
 
455
- * Feature - Initial preview release of the `aws-sdk-autoscaling` gem.
577
+ * Feature - Initial preview release of the `aws-sdk-autoscaling` gem.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.99.0
@@ -116,7 +116,9 @@ module Aws::AutoScaling
116
116
  #
117
117
  # @return [self]
118
118
  def load
119
- resp = @client.describe_scaling_activities(activity_ids: [@id])
119
+ resp = Aws::Plugins::UserAgent.feature('resource') do
120
+ @client.describe_scaling_activities(activity_ids: [@id])
121
+ end
120
122
  @data = resp.activities[0]
121
123
  self
122
124
  end
@@ -231,7 +233,9 @@ module Aws::AutoScaling
231
233
  :retry
232
234
  end
233
235
  end
234
- Aws::Waiters::Waiter.new(options).wait({})
236
+ Aws::Plugins::UserAgent.feature('resource') do
237
+ Aws::Waiters::Waiter.new(options).wait({})
238
+ end
235
239
  end
236
240
 
237
241
  # @!group Associations