aws-sdk-applicationautoscaling 1.120.0 → 1.121.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-applicationautoscaling/client.rb +1 -1
- data/lib/aws-sdk-applicationautoscaling.rb +1 -1
- data/sig/client.rbs +8 -77
- data/sig/params.rbs +44 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3833688df526e11346dceacf205ff7d2eab85530d0ec9cad33f14e7278af8cd6
|
|
4
|
+
data.tar.gz: c5db791bd3cae618f34e664de14fb11b07eed10dcce0d04245cd74c7ccc87d9d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1980513fe0596cfb777cd248ebfe5e9d600bca439746bd428ddee4543c0e1e4fbabb737bb00cc8aecb6f2ea1a7f9a82657d9ea68aaa36c9a695a70c103b174f1
|
|
7
|
+
data.tar.gz: 3a2b7e369e213e972011a8c3cbe87400940f112e6254971e88a4911f8779b9d35dd3153106a1daec52c615432acdccc1b1172f91c8967e038007681a972d87e7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.121.0
|
|
@@ -3882,7 +3882,7 @@ module Aws::ApplicationAutoScaling
|
|
|
3882
3882
|
tracer: tracer
|
|
3883
3883
|
)
|
|
3884
3884
|
context[:gem_name] = 'aws-sdk-applicationautoscaling'
|
|
3885
|
-
context[:gem_version] = '1.
|
|
3885
|
+
context[:gem_version] = '1.121.0'
|
|
3886
3886
|
Seahorse::Client::Request.new(handlers, context)
|
|
3887
3887
|
end
|
|
3888
3888
|
|
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
|
-
|
|
294
|
-
|
|
295
|
-
|
|
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.
|
|
4
|
+
version: 1.121.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -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
|