aws-sdk-autoscalingplans 1.85.0 → 1.87.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 910571cdce198343188130eb074f37e86c30f7a3563104778709910c2f1dd175
4
- data.tar.gz: 9bdf9f701113f8d9d5cb3f20d2927a12501c288d772b3309390f019cca8199b9
3
+ metadata.gz: 9b5cc167115183261a74cd9ca143a80bdebbfc3e8fc058163e6e20a72e5a0c8f
4
+ data.tar.gz: c13092fbcda19888af538629695c5966ad3c29eb1e6ede489310e5ed54b85865
5
5
  SHA512:
6
- metadata.gz: af3bcb746c527d51cc2376bcb3e09b105eb4e5703078165c70ed8e697d7068322c008daec550fb80e9a36f9701183fa7c79354c7d06dd62c5120796f1e25db91
7
- data.tar.gz: 85891e2fa4d2e6520486e5154d5894c0347615b76ab082315be05493a477b981e5e7f4e7eadd48948167e01105257bf38a7ad3052765e39963e93733b4e844ba
6
+ metadata.gz: 6e562c96bafcd1a17209261951cc5f369a1e0fec94156edd32c8f48cdd150a094b2a61fbfe0cb66482911e16526b2d81186b597b00b1dcf64b450dd5b0e2777f
7
+ data.tar.gz: c3bd181e325d7a7cd7a2ee95d77ff89ce2088eb46a446f1f8a9d4f15f52e09abae417bb25923dc6c3eaefca527d1e6932f7865e01d838e7aefe955e3e781053c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.87.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.86.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.85.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.87.0
@@ -199,7 +199,7 @@ module Aws::AutoScalingPlans
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::AutoScalingPlans
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -1035,7 +1033,7 @@ module Aws::AutoScalingPlans
1035
1033
  tracer: tracer
1036
1034
  )
1037
1035
  context[:gem_name] = 'aws-sdk-autoscalingplans'
1038
- context[:gem_version] = '1.85.0'
1036
+ context[:gem_version] = '1.87.0'
1039
1037
  Seahorse::Client::Request.new(handlers, context)
1040
1038
  end
1041
1039
 
@@ -54,7 +54,7 @@ module Aws::AutoScalingPlans
54
54
  autoload :EndpointProvider, 'aws-sdk-autoscalingplans/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-autoscalingplans/endpoints'
56
56
 
57
- GEM_VERSION = '1.85.0'
57
+ GEM_VERSION = '1.87.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -92,64 +92,11 @@ module Aws
92
92
  {
93
93
  key: ::String?,
94
94
  values: Array[::String]?
95
- },
95
+ }
96
96
  ]?
97
97
  },
98
98
  scaling_instructions: Array[
99
- {
100
- service_namespace: ("autoscaling" | "ecs" | "ec2" | "rds" | "dynamodb"),
101
- resource_id: ::String,
102
- scalable_dimension: ("autoscaling:autoScalingGroup:DesiredCapacity" | "ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "rds:cluster:ReadReplicaCount" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits"),
103
- min_capacity: ::Integer,
104
- max_capacity: ::Integer,
105
- target_tracking_configurations: Array[
106
- {
107
- predefined_scaling_metric_specification: {
108
- predefined_scaling_metric_type: ("ASGAverageCPUUtilization" | "ASGAverageNetworkIn" | "ASGAverageNetworkOut" | "DynamoDBReadCapacityUtilization" | "DynamoDBWriteCapacityUtilization" | "ECSServiceAverageCPUUtilization" | "ECSServiceAverageMemoryUtilization" | "ALBRequestCountPerTarget" | "RDSReaderAverageCPUUtilization" | "RDSReaderAverageDatabaseConnections" | "EC2SpotFleetRequestAverageCPUUtilization" | "EC2SpotFleetRequestAverageNetworkIn" | "EC2SpotFleetRequestAverageNetworkOut"),
109
- resource_label: ::String?
110
- }?,
111
- customized_scaling_metric_specification: {
112
- metric_name: ::String,
113
- namespace: ::String,
114
- dimensions: Array[
115
- {
116
- name: ::String,
117
- value: ::String
118
- },
119
- ]?,
120
- statistic: ("Average" | "Minimum" | "Maximum" | "SampleCount" | "Sum"),
121
- unit: ::String?
122
- }?,
123
- target_value: ::Float,
124
- disable_scale_in: bool?,
125
- scale_out_cooldown: ::Integer?,
126
- scale_in_cooldown: ::Integer?,
127
- estimated_instance_warmup: ::Integer?
128
- },
129
- ],
130
- predefined_load_metric_specification: {
131
- predefined_load_metric_type: ("ASGTotalCPUUtilization" | "ASGTotalNetworkIn" | "ASGTotalNetworkOut" | "ALBTargetGroupRequestCount"),
132
- resource_label: ::String?
133
- }?,
134
- customized_load_metric_specification: {
135
- metric_name: ::String,
136
- namespace: ::String,
137
- dimensions: Array[
138
- {
139
- name: ::String,
140
- value: ::String
141
- },
142
- ]?,
143
- statistic: ("Average" | "Minimum" | "Maximum" | "SampleCount" | "Sum"),
144
- unit: ::String?
145
- }?,
146
- scheduled_action_buffer_time: ::Integer?,
147
- predictive_scaling_max_capacity_behavior: ("SetForecastCapacityToMaxCapacity" | "SetMaxCapacityToForecastCapacity" | "SetMaxCapacityAboveForecastCapacity")?,
148
- predictive_scaling_max_capacity_buffer: ::Integer?,
149
- predictive_scaling_mode: ("ForecastAndScale" | "ForecastOnly")?,
150
- scaling_policy_update_behavior: ("KeepExternalPolicies" | "ReplaceExternalPolicies")?,
151
- disable_dynamic_scaling: bool?
152
- },
99
+ Params::scaling_instruction
153
100
  ]
154
101
  ) -> _CreateScalingPlanResponseSuccess
155
102
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateScalingPlanResponseSuccess
@@ -194,9 +141,9 @@ module Aws
194
141
  {
195
142
  key: ::String?,
196
143
  values: Array[::String]?
197
- },
144
+ }
198
145
  ]?
199
- },
146
+ }
200
147
  ],
201
148
  ?max_results: ::Integer,
202
149
  ?next_token: ::String
@@ -233,64 +180,11 @@ module Aws
233
180
  {
234
181
  key: ::String?,
235
182
  values: Array[::String]?
236
- },
183
+ }
237
184
  ]?
238
185
  },
239
186
  ?scaling_instructions: Array[
240
- {
241
- service_namespace: ("autoscaling" | "ecs" | "ec2" | "rds" | "dynamodb"),
242
- resource_id: ::String,
243
- scalable_dimension: ("autoscaling:autoScalingGroup:DesiredCapacity" | "ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "rds:cluster:ReadReplicaCount" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits"),
244
- min_capacity: ::Integer,
245
- max_capacity: ::Integer,
246
- target_tracking_configurations: Array[
247
- {
248
- predefined_scaling_metric_specification: {
249
- predefined_scaling_metric_type: ("ASGAverageCPUUtilization" | "ASGAverageNetworkIn" | "ASGAverageNetworkOut" | "DynamoDBReadCapacityUtilization" | "DynamoDBWriteCapacityUtilization" | "ECSServiceAverageCPUUtilization" | "ECSServiceAverageMemoryUtilization" | "ALBRequestCountPerTarget" | "RDSReaderAverageCPUUtilization" | "RDSReaderAverageDatabaseConnections" | "EC2SpotFleetRequestAverageCPUUtilization" | "EC2SpotFleetRequestAverageNetworkIn" | "EC2SpotFleetRequestAverageNetworkOut"),
250
- resource_label: ::String?
251
- }?,
252
- customized_scaling_metric_specification: {
253
- metric_name: ::String,
254
- namespace: ::String,
255
- dimensions: Array[
256
- {
257
- name: ::String,
258
- value: ::String
259
- },
260
- ]?,
261
- statistic: ("Average" | "Minimum" | "Maximum" | "SampleCount" | "Sum"),
262
- unit: ::String?
263
- }?,
264
- target_value: ::Float,
265
- disable_scale_in: bool?,
266
- scale_out_cooldown: ::Integer?,
267
- scale_in_cooldown: ::Integer?,
268
- estimated_instance_warmup: ::Integer?
269
- },
270
- ],
271
- predefined_load_metric_specification: {
272
- predefined_load_metric_type: ("ASGTotalCPUUtilization" | "ASGTotalNetworkIn" | "ASGTotalNetworkOut" | "ALBTargetGroupRequestCount"),
273
- resource_label: ::String?
274
- }?,
275
- customized_load_metric_specification: {
276
- metric_name: ::String,
277
- namespace: ::String,
278
- dimensions: Array[
279
- {
280
- name: ::String,
281
- value: ::String
282
- },
283
- ]?,
284
- statistic: ("Average" | "Minimum" | "Maximum" | "SampleCount" | "Sum"),
285
- unit: ::String?
286
- }?,
287
- scheduled_action_buffer_time: ::Integer?,
288
- predictive_scaling_max_capacity_behavior: ("SetForecastCapacityToMaxCapacity" | "SetMaxCapacityToForecastCapacity" | "SetMaxCapacityAboveForecastCapacity")?,
289
- predictive_scaling_max_capacity_buffer: ::Integer?,
290
- predictive_scaling_mode: ("ForecastAndScale" | "ForecastOnly")?,
291
- scaling_policy_update_behavior: ("KeepExternalPolicies" | "ReplaceExternalPolicies")?,
292
- disable_dynamic_scaling: bool?
293
- },
187
+ Params::scaling_instruction
294
188
  ]
295
189
  ) -> _UpdateScalingPlanResponseSuccess
296
190
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateScalingPlanResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,74 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module AutoScalingPlans
10
+ module Params
11
+ type customized_load_metric_specification = {
12
+ metric_name: ::String,
13
+ namespace: ::String,
14
+ dimensions: Array[
15
+ {
16
+ name: ::String,
17
+ value: ::String
18
+ }
19
+ ]?,
20
+ statistic: ("Average" | "Minimum" | "Maximum" | "SampleCount" | "Sum"),
21
+ unit: ::String?
22
+ }
23
+
24
+ type scaling_instruction = {
25
+ service_namespace: ("autoscaling" | "ecs" | "ec2" | "rds" | "dynamodb"),
26
+ resource_id: ::String,
27
+ scalable_dimension: ("autoscaling:autoScalingGroup:DesiredCapacity" | "ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "rds:cluster:ReadReplicaCount" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits"),
28
+ min_capacity: ::Integer,
29
+ max_capacity: ::Integer,
30
+ target_tracking_configurations: Array[
31
+ Params::target_tracking_configuration
32
+ ],
33
+ predefined_load_metric_specification: {
34
+ predefined_load_metric_type: ("ASGTotalCPUUtilization" | "ASGTotalNetworkIn" | "ASGTotalNetworkOut" | "ALBTargetGroupRequestCount"),
35
+ resource_label: ::String?
36
+ }?,
37
+ customized_load_metric_specification: Params::customized_load_metric_specification?,
38
+ scheduled_action_buffer_time: ::Integer?,
39
+ predictive_scaling_max_capacity_behavior: ("SetForecastCapacityToMaxCapacity" | "SetMaxCapacityToForecastCapacity" | "SetMaxCapacityAboveForecastCapacity")?,
40
+ predictive_scaling_max_capacity_buffer: ::Integer?,
41
+ predictive_scaling_mode: ("ForecastAndScale" | "ForecastOnly")?,
42
+ scaling_policy_update_behavior: ("KeepExternalPolicies" | "ReplaceExternalPolicies")?,
43
+ disable_dynamic_scaling: bool?
44
+ }
45
+
46
+ type customized_scaling_metric_specification = {
47
+ metric_name: ::String,
48
+ namespace: ::String,
49
+ dimensions: Array[
50
+ {
51
+ name: ::String,
52
+ value: ::String
53
+ }
54
+ ]?,
55
+ statistic: ("Average" | "Minimum" | "Maximum" | "SampleCount" | "Sum"),
56
+ unit: ::String?
57
+ }
58
+
59
+ type target_tracking_configuration = {
60
+ predefined_scaling_metric_specification: {
61
+ predefined_scaling_metric_type: ("ASGAverageCPUUtilization" | "ASGAverageNetworkIn" | "ASGAverageNetworkOut" | "DynamoDBReadCapacityUtilization" | "DynamoDBWriteCapacityUtilization" | "ECSServiceAverageCPUUtilization" | "ECSServiceAverageMemoryUtilization" | "ALBRequestCountPerTarget" | "RDSReaderAverageCPUUtilization" | "RDSReaderAverageDatabaseConnections" | "EC2SpotFleetRequestAverageCPUUtilization" | "EC2SpotFleetRequestAverageNetworkIn" | "EC2SpotFleetRequestAverageNetworkOut"),
62
+ resource_label: ::String?
63
+ }?,
64
+ customized_scaling_metric_specification: Params::customized_scaling_metric_specification?,
65
+ target_value: ::Float,
66
+ disable_scale_in: bool?,
67
+ scale_out_cooldown: ::Integer?,
68
+ scale_in_cooldown: ::Integer?,
69
+ estimated_instance_warmup: ::Integer?
70
+ }
71
+
72
+ end
73
+ end
74
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-autoscalingplans
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.85.0
4
+ version: 1.87.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-autoscalingplans/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs