aws-sdk-applicationautoscaling 1.120.0 → 1.122.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: 14c5659f1e80f4188c936e3f6d777c473ca3436a6d6ad1eae0a29d925137d137
4
- data.tar.gz: 9bf655fa30a50558542a2cd23d846826b51a48e1a9b6ad594747b0a2509234d9
3
+ metadata.gz: 66d84303433f6dc5347f12d622c933fe029453ad103a15716e9acf7692a8ef69
4
+ data.tar.gz: 8428f6459a8ed83fd1db5e8425df3818b1a65cf1b98769ae57e90378076d7e41
5
5
  SHA512:
6
- metadata.gz: bb0865b427e0fcc83cd91c1e80778bdb5e902be38700ad5a01ce767439a2ca5ab44155f0c62753a03da5518e2cc033250ddf63cb1fbb432f7efdd1368e5122bf
7
- data.tar.gz: 51e5002ff47d76f8b93341bf16bd20075353bee8574b7c4b45bed2dbb884b5fd48e4dd0f786496857bfeec5423200a31a823cd8eec3330e88b980a2f6fe40687
6
+ metadata.gz: 988281e913444a794aa6b9d5c2e54f2a378fec2104b30aaab9bbab772ddb6182707450d29fced90a08f94dfe2c9647c5d6438888e015e3b7d1cdd75fb68ba342
7
+ data.tar.gz: b324f4018835c05aa7e47344ab235a46870ca1708f3765b5fc9fc5127f0b4c2ff338d553fe1d55df7510526a528454fd540121282daa78879e490be2ad6867f6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.122.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.121.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.120.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.120.0
1
+ 1.122.0
@@ -199,7 +199,7 @@ module Aws::ApplicationAutoScaling
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::ApplicationAutoScaling
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
@@ -3882,7 +3880,7 @@ module Aws::ApplicationAutoScaling
3882
3880
  tracer: tracer
3883
3881
  )
3884
3882
  context[:gem_name] = 'aws-sdk-applicationautoscaling'
3885
- context[:gem_version] = '1.120.0'
3883
+ context[:gem_version] = '1.122.0'
3886
3884
  Seahorse::Client::Request.new(handlers, context)
3887
3885
  end
3888
3886
 
@@ -54,7 +54,7 @@ module Aws::ApplicationAutoScaling
54
54
  autoload :EndpointProvider, 'aws-sdk-applicationautoscaling/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-applicationautoscaling/endpoints'
56
56
 
57
- GEM_VERSION = '1.120.0'
57
+ GEM_VERSION = '1.122.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -223,7 +223,7 @@ module Aws
223
223
  metric_interval_lower_bound: ::Float?,
224
224
  metric_interval_upper_bound: ::Float?,
225
225
  scaling_adjustment: ::Integer
226
- },
226
+ }
227
227
  ]?,
228
228
  min_adjustment_magnitude: ::Integer?,
229
229
  cooldown: ::Integer?,
@@ -242,7 +242,7 @@ module Aws
242
242
  {
243
243
  name: ::String,
244
244
  value: ::String
245
- },
245
+ }
246
246
  ]?,
247
247
  statistic: ("Average" | "Minimum" | "Maximum" | "SampleCount" | "Sum")?,
248
248
  unit: ::String?,
@@ -257,7 +257,7 @@ module Aws
257
257
  {
258
258
  name: ::String,
259
259
  value: ::String
260
- },
260
+ }
261
261
  ]?,
262
262
  metric_name: ::String?,
263
263
  namespace: ::String?
@@ -266,7 +266,7 @@ module Aws
266
266
  unit: ::String?
267
267
  }?,
268
268
  return_data: bool?
269
- },
269
+ }
270
270
  ]?
271
271
  }?,
272
272
  scale_out_cooldown: ::Integer?,
@@ -289,79 +289,10 @@ module Aws
289
289
  predefined_metric_type: ::String,
290
290
  resource_label: ::String?
291
291
  }?,
292
- customized_scaling_metric_specification: {
293
- metric_data_queries: Array[
294
- {
295
- id: ::String,
296
- expression: ::String?,
297
- metric_stat: {
298
- metric: {
299
- dimensions: Array[
300
- {
301
- name: ::String,
302
- value: ::String
303
- },
304
- ]?,
305
- metric_name: ::String?,
306
- namespace: ::String?
307
- },
308
- stat: ::String,
309
- unit: ::String?
310
- }?,
311
- label: ::String?,
312
- return_data: bool?
313
- },
314
- ]
315
- }?,
316
- customized_load_metric_specification: {
317
- metric_data_queries: Array[
318
- {
319
- id: ::String,
320
- expression: ::String?,
321
- metric_stat: {
322
- metric: {
323
- dimensions: Array[
324
- {
325
- name: ::String,
326
- value: ::String
327
- },
328
- ]?,
329
- metric_name: ::String?,
330
- namespace: ::String?
331
- },
332
- stat: ::String,
333
- unit: ::String?
334
- }?,
335
- label: ::String?,
336
- return_data: bool?
337
- },
338
- ]
339
- }?,
340
- customized_capacity_metric_specification: {
341
- metric_data_queries: Array[
342
- {
343
- id: ::String,
344
- expression: ::String?,
345
- metric_stat: {
346
- metric: {
347
- dimensions: Array[
348
- {
349
- name: ::String,
350
- value: ::String
351
- },
352
- ]?,
353
- metric_name: ::String?,
354
- namespace: ::String?
355
- },
356
- stat: ::String,
357
- unit: ::String?
358
- }?,
359
- label: ::String?,
360
- return_data: bool?
361
- },
362
- ]
363
- }?
364
- },
292
+ customized_scaling_metric_specification: Params::predictive_scaling_customized_metric_specification?,
293
+ customized_load_metric_specification: Params::predictive_scaling_customized_metric_specification?,
294
+ customized_capacity_metric_specification: Params::predictive_scaling_customized_metric_specification?
295
+ }
365
296
  ],
366
297
  mode: ("ForecastOnly" | "ForecastAndScale")?,
367
298
  scheduling_buffer_time: ::Integer?,
data/sig/params.rbs ADDED
@@ -0,0 +1,44 @@
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 ApplicationAutoScaling
10
+ module Params
11
+ type predictive_scaling_customized_metric_specification = {
12
+ metric_data_queries: Array[
13
+ Params::predictive_scaling_metric_data_query
14
+ ]
15
+ }
16
+
17
+ type predictive_scaling_metric = {
18
+ dimensions: Array[
19
+ {
20
+ name: ::String,
21
+ value: ::String
22
+ }
23
+ ]?,
24
+ metric_name: ::String?,
25
+ namespace: ::String?
26
+ }
27
+
28
+ type predictive_scaling_metric_stat = {
29
+ metric: Params::predictive_scaling_metric,
30
+ stat: ::String,
31
+ unit: ::String?
32
+ }
33
+
34
+ type predictive_scaling_metric_data_query = {
35
+ id: ::String,
36
+ expression: ::String?,
37
+ metric_stat: Params::predictive_scaling_metric_stat?,
38
+ label: ::String?,
39
+ return_data: bool?
40
+ }
41
+
42
+ end
43
+ end
44
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationautoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.120.0
4
+ version: 1.122.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-applicationautoscaling/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