aws-sdk-autoscaling 1.158.0 → 1.159.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-autoscaling/client.rb +1 -1
- data/lib/aws-sdk-autoscaling.rb +1 -1
- data/sig/auto_scaling_group.rbs +14 -14
- data/sig/client.rbs +26 -362
- data/sig/params.rbs +138 -0
- data/sig/resource.rbs +9 -9
- data/sig/tag.rbs +2 -2
- data/sig/waiters.rbs +3 -3
- 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: e3f8aed463ae6d1c54776e4ec3ae0748979fd6444dbe25eea47338727ea2189c
|
|
4
|
+
data.tar.gz: f39a2895f83fa01dce6dcccd2e2f9165379e0ced2a0290ed3518ac3c16405657
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 675016d789906d17cfc586a580097f811ff58395bbdbaf67f30b2959ef0f49d41fe4f268ea821dd6a8b09afbfea474e9ba587385649256ed3860832dbd0fe8e8
|
|
7
|
+
data.tar.gz: db23891b1c81334c1f46a2df4a5aaaaddd25be56b0f966a85e14c6a2d107474f5c9d05567b298b4d2a593f882b5e3986c01a9238bbd2c675ce51178ae4794b2f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.159.0
|
|
@@ -7749,7 +7749,7 @@ module Aws::AutoScaling
|
|
|
7749
7749
|
tracer: tracer
|
|
7750
7750
|
)
|
|
7751
7751
|
context[:gem_name] = 'aws-sdk-autoscaling'
|
|
7752
|
-
context[:gem_version] = '1.
|
|
7752
|
+
context[:gem_version] = '1.159.0'
|
|
7753
7753
|
Seahorse::Client::Request.new(handlers, context)
|
|
7754
7754
|
end
|
|
7755
7755
|
|
data/lib/aws-sdk-autoscaling.rb
CHANGED
data/sig/auto_scaling_group.rbs
CHANGED
|
@@ -207,7 +207,7 @@ module Aws
|
|
|
207
207
|
metric_interval_lower_bound: ::Float?,
|
|
208
208
|
metric_interval_upper_bound: ::Float?,
|
|
209
209
|
scaling_adjustment: ::Integer
|
|
210
|
-
}
|
|
210
|
+
}
|
|
211
211
|
],
|
|
212
212
|
?estimated_instance_warmup: ::Integer,
|
|
213
213
|
?target_tracking_configuration: {
|
|
@@ -222,7 +222,7 @@ module Aws
|
|
|
222
222
|
{
|
|
223
223
|
name: ::String,
|
|
224
224
|
value: ::String
|
|
225
|
-
}
|
|
225
|
+
}
|
|
226
226
|
]?,
|
|
227
227
|
statistic: ("Average" | "Minimum" | "Maximum" | "SampleCount" | "Sum")?,
|
|
228
228
|
unit: ::String?,
|
|
@@ -239,7 +239,7 @@ module Aws
|
|
|
239
239
|
{
|
|
240
240
|
name: ::String,
|
|
241
241
|
value: ::String
|
|
242
|
-
}
|
|
242
|
+
}
|
|
243
243
|
]?
|
|
244
244
|
},
|
|
245
245
|
stat: ::String,
|
|
@@ -249,7 +249,7 @@ module Aws
|
|
|
249
249
|
label: ::String?,
|
|
250
250
|
period: ::Integer?,
|
|
251
251
|
return_data: bool?
|
|
252
|
-
}
|
|
252
|
+
}
|
|
253
253
|
]?
|
|
254
254
|
}?,
|
|
255
255
|
target_value: ::Float,
|
|
@@ -285,7 +285,7 @@ module Aws
|
|
|
285
285
|
{
|
|
286
286
|
name: ::String,
|
|
287
287
|
value: ::String
|
|
288
|
-
}
|
|
288
|
+
}
|
|
289
289
|
]?
|
|
290
290
|
},
|
|
291
291
|
stat: ::String,
|
|
@@ -293,7 +293,7 @@ module Aws
|
|
|
293
293
|
}?,
|
|
294
294
|
label: ::String?,
|
|
295
295
|
return_data: bool?
|
|
296
|
-
}
|
|
296
|
+
}
|
|
297
297
|
]
|
|
298
298
|
}?,
|
|
299
299
|
customized_load_metric_specification: {
|
|
@@ -309,7 +309,7 @@ module Aws
|
|
|
309
309
|
{
|
|
310
310
|
name: ::String,
|
|
311
311
|
value: ::String
|
|
312
|
-
}
|
|
312
|
+
}
|
|
313
313
|
]?
|
|
314
314
|
},
|
|
315
315
|
stat: ::String,
|
|
@@ -317,7 +317,7 @@ module Aws
|
|
|
317
317
|
}?,
|
|
318
318
|
label: ::String?,
|
|
319
319
|
return_data: bool?
|
|
320
|
-
}
|
|
320
|
+
}
|
|
321
321
|
]
|
|
322
322
|
}?,
|
|
323
323
|
customized_capacity_metric_specification: {
|
|
@@ -333,7 +333,7 @@ module Aws
|
|
|
333
333
|
{
|
|
334
334
|
name: ::String,
|
|
335
335
|
value: ::String
|
|
336
|
-
}
|
|
336
|
+
}
|
|
337
337
|
]?
|
|
338
338
|
},
|
|
339
339
|
stat: ::String,
|
|
@@ -341,10 +341,10 @@ module Aws
|
|
|
341
341
|
}?,
|
|
342
342
|
label: ::String?,
|
|
343
343
|
return_data: bool?
|
|
344
|
-
}
|
|
344
|
+
}
|
|
345
345
|
]
|
|
346
346
|
}?
|
|
347
|
-
}
|
|
347
|
+
}
|
|
348
348
|
],
|
|
349
349
|
mode: ("ForecastAndScale" | "ForecastOnly")?,
|
|
350
350
|
scheduling_buffer_time: ::Integer?,
|
|
@@ -468,13 +468,13 @@ module Aws
|
|
|
468
468
|
references: Array[
|
|
469
469
|
{
|
|
470
470
|
instance_family: ::String?
|
|
471
|
-
}
|
|
471
|
+
}
|
|
472
472
|
]?
|
|
473
473
|
}?
|
|
474
474
|
}?
|
|
475
475
|
}?,
|
|
476
476
|
image_id: ::String?
|
|
477
|
-
}
|
|
477
|
+
}
|
|
478
478
|
]?
|
|
479
479
|
}?,
|
|
480
480
|
instances_distribution: {
|
|
@@ -540,7 +540,7 @@ module Aws
|
|
|
540
540
|
{
|
|
541
541
|
name: ::String?,
|
|
542
542
|
values: Array[::String]?
|
|
543
|
-
}
|
|
543
|
+
}
|
|
544
544
|
]
|
|
545
545
|
) -> Activity::Collection
|
|
546
546
|
| (?Hash[Symbol, untyped]) -> Activity::Collection
|
data/sig/client.rbs
CHANGED
|
@@ -115,7 +115,7 @@ module Aws
|
|
|
115
115
|
{
|
|
116
116
|
identifier: ::String,
|
|
117
117
|
type: ::String?
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
],
|
|
120
120
|
?skip_zonal_shift_validation: bool
|
|
121
121
|
) -> _AttachTrafficSourcesResponseSuccess
|
|
@@ -149,7 +149,7 @@ module Aws
|
|
|
149
149
|
max_size: ::Integer?,
|
|
150
150
|
desired_capacity: ::Integer?,
|
|
151
151
|
time_zone: ::String?
|
|
152
|
-
}
|
|
152
|
+
}
|
|
153
153
|
]
|
|
154
154
|
) -> _BatchPutScheduledUpdateGroupActionResponseSuccess
|
|
155
155
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchPutScheduledUpdateGroupActionResponseSuccess
|
|
@@ -187,97 +187,7 @@ module Aws
|
|
|
187
187
|
launch_template_name: ::String?,
|
|
188
188
|
version: ::String?
|
|
189
189
|
},
|
|
190
|
-
?mixed_instances_policy:
|
|
191
|
-
launch_template: {
|
|
192
|
-
launch_template_specification: {
|
|
193
|
-
launch_template_id: ::String?,
|
|
194
|
-
launch_template_name: ::String?,
|
|
195
|
-
version: ::String?
|
|
196
|
-
}?,
|
|
197
|
-
overrides: Array[
|
|
198
|
-
{
|
|
199
|
-
instance_type: ::String?,
|
|
200
|
-
weighted_capacity: ::String?,
|
|
201
|
-
launch_template_specification: {
|
|
202
|
-
launch_template_id: ::String?,
|
|
203
|
-
launch_template_name: ::String?,
|
|
204
|
-
version: ::String?
|
|
205
|
-
}?,
|
|
206
|
-
instance_requirements: {
|
|
207
|
-
v_cpu_count: {
|
|
208
|
-
min: ::Integer,
|
|
209
|
-
max: ::Integer?
|
|
210
|
-
},
|
|
211
|
-
memory_mi_b: {
|
|
212
|
-
min: ::Integer,
|
|
213
|
-
max: ::Integer?
|
|
214
|
-
},
|
|
215
|
-
cpu_manufacturers: Array[("intel" | "amd" | "amazon-web-services" | "apple")]?,
|
|
216
|
-
memory_gi_b_per_v_cpu: {
|
|
217
|
-
min: ::Float?,
|
|
218
|
-
max: ::Float?
|
|
219
|
-
}?,
|
|
220
|
-
excluded_instance_types: Array[::String]?,
|
|
221
|
-
instance_generations: Array[("current" | "previous")]?,
|
|
222
|
-
spot_max_price_percentage_over_lowest_price: ::Integer?,
|
|
223
|
-
max_spot_price_as_percentage_of_optimal_on_demand_price: ::Integer?,
|
|
224
|
-
on_demand_max_price_percentage_over_lowest_price: ::Integer?,
|
|
225
|
-
bare_metal: ("included" | "excluded" | "required")?,
|
|
226
|
-
burstable_performance: ("included" | "excluded" | "required")?,
|
|
227
|
-
require_hibernate_support: bool?,
|
|
228
|
-
network_interface_count: {
|
|
229
|
-
min: ::Integer?,
|
|
230
|
-
max: ::Integer?
|
|
231
|
-
}?,
|
|
232
|
-
local_storage: ("included" | "excluded" | "required")?,
|
|
233
|
-
local_storage_types: Array[("hdd" | "ssd")]?,
|
|
234
|
-
total_local_storage_gb: {
|
|
235
|
-
min: ::Float?,
|
|
236
|
-
max: ::Float?
|
|
237
|
-
}?,
|
|
238
|
-
baseline_ebs_bandwidth_mbps: {
|
|
239
|
-
min: ::Integer?,
|
|
240
|
-
max: ::Integer?
|
|
241
|
-
}?,
|
|
242
|
-
accelerator_types: Array[("gpu" | "fpga" | "inference")]?,
|
|
243
|
-
accelerator_count: {
|
|
244
|
-
min: ::Integer?,
|
|
245
|
-
max: ::Integer?
|
|
246
|
-
}?,
|
|
247
|
-
accelerator_manufacturers: Array[("nvidia" | "amd" | "amazon-web-services" | "xilinx")]?,
|
|
248
|
-
accelerator_names: Array[("a100" | "v100" | "k80" | "t4" | "m60" | "radeon-pro-v520" | "vu9p")]?,
|
|
249
|
-
accelerator_total_memory_mi_b: {
|
|
250
|
-
min: ::Integer?,
|
|
251
|
-
max: ::Integer?
|
|
252
|
-
}?,
|
|
253
|
-
network_bandwidth_gbps: {
|
|
254
|
-
min: ::Float?,
|
|
255
|
-
max: ::Float?
|
|
256
|
-
}?,
|
|
257
|
-
allowed_instance_types: Array[::String]?,
|
|
258
|
-
baseline_performance_factors: {
|
|
259
|
-
cpu: {
|
|
260
|
-
references: Array[
|
|
261
|
-
{
|
|
262
|
-
instance_family: ::String?
|
|
263
|
-
},
|
|
264
|
-
]?
|
|
265
|
-
}?
|
|
266
|
-
}?
|
|
267
|
-
}?,
|
|
268
|
-
image_id: ::String?
|
|
269
|
-
},
|
|
270
|
-
]?
|
|
271
|
-
}?,
|
|
272
|
-
instances_distribution: {
|
|
273
|
-
on_demand_allocation_strategy: ::String?,
|
|
274
|
-
on_demand_base_capacity: ::Integer?,
|
|
275
|
-
on_demand_percentage_above_base_capacity: ::Integer?,
|
|
276
|
-
spot_allocation_strategy: ::String?,
|
|
277
|
-
spot_instance_pools: ::Integer?,
|
|
278
|
-
spot_max_price: ::String?
|
|
279
|
-
}?
|
|
280
|
-
},
|
|
190
|
+
?mixed_instances_policy: Params::mixed_instances_policy,
|
|
281
191
|
?instance_id: ::String,
|
|
282
192
|
min_size: ::Integer,
|
|
283
193
|
max_size: ::Integer,
|
|
@@ -303,7 +213,7 @@ module Aws
|
|
|
303
213
|
default_result: ::String?,
|
|
304
214
|
notification_target_arn: ::String?,
|
|
305
215
|
role_arn: ::String?
|
|
306
|
-
}
|
|
216
|
+
}
|
|
307
217
|
],
|
|
308
218
|
?deletion_protection: ("none" | "prevent-force-deletion" | "prevent-all-deletion"),
|
|
309
219
|
?tags: Array[
|
|
@@ -313,7 +223,7 @@ module Aws
|
|
|
313
223
|
key: ::String,
|
|
314
224
|
value: ::String?,
|
|
315
225
|
propagate_at_launch: bool?
|
|
316
|
-
}
|
|
226
|
+
}
|
|
317
227
|
],
|
|
318
228
|
?service_linked_role_arn: ::String,
|
|
319
229
|
?max_instance_lifetime: ::Integer,
|
|
@@ -324,7 +234,7 @@ module Aws
|
|
|
324
234
|
{
|
|
325
235
|
identifier: ::String,
|
|
326
236
|
type: ::String?
|
|
327
|
-
}
|
|
237
|
+
}
|
|
328
238
|
],
|
|
329
239
|
?instance_maintenance_policy: {
|
|
330
240
|
min_healthy_percentage: ::Integer?,
|
|
@@ -380,7 +290,7 @@ module Aws
|
|
|
380
290
|
throughput: ::Integer?
|
|
381
291
|
}?,
|
|
382
292
|
no_device: bool?
|
|
383
|
-
}
|
|
293
|
+
}
|
|
384
294
|
],
|
|
385
295
|
?instance_monitoring: {
|
|
386
296
|
enabled: bool?
|
|
@@ -407,7 +317,7 @@ module Aws
|
|
|
407
317
|
key: ::String,
|
|
408
318
|
value: ::String?,
|
|
409
319
|
propagate_at_launch: bool?
|
|
410
|
-
}
|
|
320
|
+
}
|
|
411
321
|
]
|
|
412
322
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
413
323
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
@@ -465,7 +375,7 @@ module Aws
|
|
|
465
375
|
key: ::String,
|
|
466
376
|
value: ::String?,
|
|
467
377
|
propagate_at_launch: bool?
|
|
468
|
-
}
|
|
378
|
+
}
|
|
469
379
|
]
|
|
470
380
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
471
381
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
@@ -514,7 +424,7 @@ module Aws
|
|
|
514
424
|
{
|
|
515
425
|
name: ::String?,
|
|
516
426
|
values: Array[::String]?
|
|
517
|
-
}
|
|
427
|
+
}
|
|
518
428
|
]
|
|
519
429
|
) -> _DescribeAutoScalingGroupsResponseSuccess
|
|
520
430
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAutoScalingGroupsResponseSuccess
|
|
@@ -665,7 +575,7 @@ module Aws
|
|
|
665
575
|
{
|
|
666
576
|
name: ::String?,
|
|
667
577
|
values: Array[::String]?
|
|
668
|
-
}
|
|
578
|
+
}
|
|
669
579
|
]
|
|
670
580
|
) -> _DescribeScalingActivitiesResponseSuccess
|
|
671
581
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeScalingActivitiesResponseSuccess
|
|
@@ -705,7 +615,7 @@ module Aws
|
|
|
705
615
|
{
|
|
706
616
|
name: ::String?,
|
|
707
617
|
values: Array[::String]?
|
|
708
|
-
}
|
|
618
|
+
}
|
|
709
619
|
],
|
|
710
620
|
?next_token: ::String,
|
|
711
621
|
?max_records: ::Integer
|
|
@@ -790,7 +700,7 @@ module Aws
|
|
|
790
700
|
{
|
|
791
701
|
identifier: ::String,
|
|
792
702
|
type: ::String?
|
|
793
|
-
}
|
|
703
|
+
}
|
|
794
704
|
]
|
|
795
705
|
) -> _DetachTrafficSourcesResponseSuccess
|
|
796
706
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DetachTrafficSourcesResponseSuccess
|
|
@@ -922,7 +832,7 @@ module Aws
|
|
|
922
832
|
metric_interval_lower_bound: ::Float?,
|
|
923
833
|
metric_interval_upper_bound: ::Float?,
|
|
924
834
|
scaling_adjustment: ::Integer
|
|
925
|
-
}
|
|
835
|
+
}
|
|
926
836
|
],
|
|
927
837
|
?estimated_instance_warmup: ::Integer,
|
|
928
838
|
?target_tracking_configuration: {
|
|
@@ -937,7 +847,7 @@ module Aws
|
|
|
937
847
|
{
|
|
938
848
|
name: ::String,
|
|
939
849
|
value: ::String
|
|
940
|
-
}
|
|
850
|
+
}
|
|
941
851
|
]?,
|
|
942
852
|
statistic: ("Average" | "Minimum" | "Maximum" | "SampleCount" | "Sum")?,
|
|
943
853
|
unit: ::String?,
|
|
@@ -947,16 +857,7 @@ module Aws
|
|
|
947
857
|
id: ::String,
|
|
948
858
|
expression: ::String?,
|
|
949
859
|
metric_stat: {
|
|
950
|
-
metric:
|
|
951
|
-
namespace: ::String,
|
|
952
|
-
metric_name: ::String,
|
|
953
|
-
dimensions: Array[
|
|
954
|
-
{
|
|
955
|
-
name: ::String,
|
|
956
|
-
value: ::String
|
|
957
|
-
},
|
|
958
|
-
]?
|
|
959
|
-
},
|
|
860
|
+
metric: Params::metric,
|
|
960
861
|
stat: ::String,
|
|
961
862
|
unit: ::String?,
|
|
962
863
|
period: ::Integer?
|
|
@@ -964,7 +865,7 @@ module Aws
|
|
|
964
865
|
label: ::String?,
|
|
965
866
|
period: ::Integer?,
|
|
966
867
|
return_data: bool?
|
|
967
|
-
}
|
|
868
|
+
}
|
|
968
869
|
]?
|
|
969
870
|
}?,
|
|
970
871
|
target_value: ::Float,
|
|
@@ -989,77 +890,20 @@ module Aws
|
|
|
989
890
|
}?,
|
|
990
891
|
customized_scaling_metric_specification: {
|
|
991
892
|
metric_data_queries: Array[
|
|
992
|
-
|
|
993
|
-
id: ::String,
|
|
994
|
-
expression: ::String?,
|
|
995
|
-
metric_stat: {
|
|
996
|
-
metric: {
|
|
997
|
-
namespace: ::String,
|
|
998
|
-
metric_name: ::String,
|
|
999
|
-
dimensions: Array[
|
|
1000
|
-
{
|
|
1001
|
-
name: ::String,
|
|
1002
|
-
value: ::String
|
|
1003
|
-
},
|
|
1004
|
-
]?
|
|
1005
|
-
},
|
|
1006
|
-
stat: ::String,
|
|
1007
|
-
unit: ::String?
|
|
1008
|
-
}?,
|
|
1009
|
-
label: ::String?,
|
|
1010
|
-
return_data: bool?
|
|
1011
|
-
},
|
|
893
|
+
Params::metric_data_query
|
|
1012
894
|
]
|
|
1013
895
|
}?,
|
|
1014
896
|
customized_load_metric_specification: {
|
|
1015
897
|
metric_data_queries: Array[
|
|
1016
|
-
|
|
1017
|
-
id: ::String,
|
|
1018
|
-
expression: ::String?,
|
|
1019
|
-
metric_stat: {
|
|
1020
|
-
metric: {
|
|
1021
|
-
namespace: ::String,
|
|
1022
|
-
metric_name: ::String,
|
|
1023
|
-
dimensions: Array[
|
|
1024
|
-
{
|
|
1025
|
-
name: ::String,
|
|
1026
|
-
value: ::String
|
|
1027
|
-
},
|
|
1028
|
-
]?
|
|
1029
|
-
},
|
|
1030
|
-
stat: ::String,
|
|
1031
|
-
unit: ::String?
|
|
1032
|
-
}?,
|
|
1033
|
-
label: ::String?,
|
|
1034
|
-
return_data: bool?
|
|
1035
|
-
},
|
|
898
|
+
Params::metric_data_query
|
|
1036
899
|
]
|
|
1037
900
|
}?,
|
|
1038
901
|
customized_capacity_metric_specification: {
|
|
1039
902
|
metric_data_queries: Array[
|
|
1040
|
-
|
|
1041
|
-
id: ::String,
|
|
1042
|
-
expression: ::String?,
|
|
1043
|
-
metric_stat: {
|
|
1044
|
-
metric: {
|
|
1045
|
-
namespace: ::String,
|
|
1046
|
-
metric_name: ::String,
|
|
1047
|
-
dimensions: Array[
|
|
1048
|
-
{
|
|
1049
|
-
name: ::String,
|
|
1050
|
-
value: ::String
|
|
1051
|
-
},
|
|
1052
|
-
]?
|
|
1053
|
-
},
|
|
1054
|
-
stat: ::String,
|
|
1055
|
-
unit: ::String?
|
|
1056
|
-
}?,
|
|
1057
|
-
label: ::String?,
|
|
1058
|
-
return_data: bool?
|
|
1059
|
-
},
|
|
903
|
+
Params::metric_data_query
|
|
1060
904
|
]
|
|
1061
905
|
}?
|
|
1062
|
-
}
|
|
906
|
+
}
|
|
1063
907
|
],
|
|
1064
908
|
mode: ("ForecastAndScale" | "ForecastOnly")?,
|
|
1065
909
|
scheduling_buffer_time: ::Integer?,
|
|
@@ -1169,97 +1013,7 @@ module Aws
|
|
|
1169
1013
|
launch_template_name: ::String?,
|
|
1170
1014
|
version: ::String?
|
|
1171
1015
|
}?,
|
|
1172
|
-
mixed_instances_policy:
|
|
1173
|
-
launch_template: {
|
|
1174
|
-
launch_template_specification: {
|
|
1175
|
-
launch_template_id: ::String?,
|
|
1176
|
-
launch_template_name: ::String?,
|
|
1177
|
-
version: ::String?
|
|
1178
|
-
}?,
|
|
1179
|
-
overrides: Array[
|
|
1180
|
-
{
|
|
1181
|
-
instance_type: ::String?,
|
|
1182
|
-
weighted_capacity: ::String?,
|
|
1183
|
-
launch_template_specification: {
|
|
1184
|
-
launch_template_id: ::String?,
|
|
1185
|
-
launch_template_name: ::String?,
|
|
1186
|
-
version: ::String?
|
|
1187
|
-
}?,
|
|
1188
|
-
instance_requirements: {
|
|
1189
|
-
v_cpu_count: {
|
|
1190
|
-
min: ::Integer,
|
|
1191
|
-
max: ::Integer?
|
|
1192
|
-
},
|
|
1193
|
-
memory_mi_b: {
|
|
1194
|
-
min: ::Integer,
|
|
1195
|
-
max: ::Integer?
|
|
1196
|
-
},
|
|
1197
|
-
cpu_manufacturers: Array[("intel" | "amd" | "amazon-web-services" | "apple")]?,
|
|
1198
|
-
memory_gi_b_per_v_cpu: {
|
|
1199
|
-
min: ::Float?,
|
|
1200
|
-
max: ::Float?
|
|
1201
|
-
}?,
|
|
1202
|
-
excluded_instance_types: Array[::String]?,
|
|
1203
|
-
instance_generations: Array[("current" | "previous")]?,
|
|
1204
|
-
spot_max_price_percentage_over_lowest_price: ::Integer?,
|
|
1205
|
-
max_spot_price_as_percentage_of_optimal_on_demand_price: ::Integer?,
|
|
1206
|
-
on_demand_max_price_percentage_over_lowest_price: ::Integer?,
|
|
1207
|
-
bare_metal: ("included" | "excluded" | "required")?,
|
|
1208
|
-
burstable_performance: ("included" | "excluded" | "required")?,
|
|
1209
|
-
require_hibernate_support: bool?,
|
|
1210
|
-
network_interface_count: {
|
|
1211
|
-
min: ::Integer?,
|
|
1212
|
-
max: ::Integer?
|
|
1213
|
-
}?,
|
|
1214
|
-
local_storage: ("included" | "excluded" | "required")?,
|
|
1215
|
-
local_storage_types: Array[("hdd" | "ssd")]?,
|
|
1216
|
-
total_local_storage_gb: {
|
|
1217
|
-
min: ::Float?,
|
|
1218
|
-
max: ::Float?
|
|
1219
|
-
}?,
|
|
1220
|
-
baseline_ebs_bandwidth_mbps: {
|
|
1221
|
-
min: ::Integer?,
|
|
1222
|
-
max: ::Integer?
|
|
1223
|
-
}?,
|
|
1224
|
-
accelerator_types: Array[("gpu" | "fpga" | "inference")]?,
|
|
1225
|
-
accelerator_count: {
|
|
1226
|
-
min: ::Integer?,
|
|
1227
|
-
max: ::Integer?
|
|
1228
|
-
}?,
|
|
1229
|
-
accelerator_manufacturers: Array[("nvidia" | "amd" | "amazon-web-services" | "xilinx")]?,
|
|
1230
|
-
accelerator_names: Array[("a100" | "v100" | "k80" | "t4" | "m60" | "radeon-pro-v520" | "vu9p")]?,
|
|
1231
|
-
accelerator_total_memory_mi_b: {
|
|
1232
|
-
min: ::Integer?,
|
|
1233
|
-
max: ::Integer?
|
|
1234
|
-
}?,
|
|
1235
|
-
network_bandwidth_gbps: {
|
|
1236
|
-
min: ::Float?,
|
|
1237
|
-
max: ::Float?
|
|
1238
|
-
}?,
|
|
1239
|
-
allowed_instance_types: Array[::String]?,
|
|
1240
|
-
baseline_performance_factors: {
|
|
1241
|
-
cpu: {
|
|
1242
|
-
references: Array[
|
|
1243
|
-
{
|
|
1244
|
-
instance_family: ::String?
|
|
1245
|
-
},
|
|
1246
|
-
]?
|
|
1247
|
-
}?
|
|
1248
|
-
}?
|
|
1249
|
-
}?,
|
|
1250
|
-
image_id: ::String?
|
|
1251
|
-
},
|
|
1252
|
-
]?
|
|
1253
|
-
}?,
|
|
1254
|
-
instances_distribution: {
|
|
1255
|
-
on_demand_allocation_strategy: ::String?,
|
|
1256
|
-
on_demand_base_capacity: ::Integer?,
|
|
1257
|
-
on_demand_percentage_above_base_capacity: ::Integer?,
|
|
1258
|
-
spot_allocation_strategy: ::String?,
|
|
1259
|
-
spot_instance_pools: ::Integer?,
|
|
1260
|
-
spot_max_price: ::String?
|
|
1261
|
-
}?
|
|
1262
|
-
}?
|
|
1016
|
+
mixed_instances_policy: Params::mixed_instances_policy?
|
|
1263
1017
|
},
|
|
1264
1018
|
?preferences: {
|
|
1265
1019
|
min_healthy_percentage: ::Integer?,
|
|
@@ -1306,97 +1060,7 @@ module Aws
|
|
|
1306
1060
|
launch_template_name: ::String?,
|
|
1307
1061
|
version: ::String?
|
|
1308
1062
|
},
|
|
1309
|
-
?mixed_instances_policy:
|
|
1310
|
-
launch_template: {
|
|
1311
|
-
launch_template_specification: {
|
|
1312
|
-
launch_template_id: ::String?,
|
|
1313
|
-
launch_template_name: ::String?,
|
|
1314
|
-
version: ::String?
|
|
1315
|
-
}?,
|
|
1316
|
-
overrides: Array[
|
|
1317
|
-
{
|
|
1318
|
-
instance_type: ::String?,
|
|
1319
|
-
weighted_capacity: ::String?,
|
|
1320
|
-
launch_template_specification: {
|
|
1321
|
-
launch_template_id: ::String?,
|
|
1322
|
-
launch_template_name: ::String?,
|
|
1323
|
-
version: ::String?
|
|
1324
|
-
}?,
|
|
1325
|
-
instance_requirements: {
|
|
1326
|
-
v_cpu_count: {
|
|
1327
|
-
min: ::Integer,
|
|
1328
|
-
max: ::Integer?
|
|
1329
|
-
},
|
|
1330
|
-
memory_mi_b: {
|
|
1331
|
-
min: ::Integer,
|
|
1332
|
-
max: ::Integer?
|
|
1333
|
-
},
|
|
1334
|
-
cpu_manufacturers: Array[("intel" | "amd" | "amazon-web-services" | "apple")]?,
|
|
1335
|
-
memory_gi_b_per_v_cpu: {
|
|
1336
|
-
min: ::Float?,
|
|
1337
|
-
max: ::Float?
|
|
1338
|
-
}?,
|
|
1339
|
-
excluded_instance_types: Array[::String]?,
|
|
1340
|
-
instance_generations: Array[("current" | "previous")]?,
|
|
1341
|
-
spot_max_price_percentage_over_lowest_price: ::Integer?,
|
|
1342
|
-
max_spot_price_as_percentage_of_optimal_on_demand_price: ::Integer?,
|
|
1343
|
-
on_demand_max_price_percentage_over_lowest_price: ::Integer?,
|
|
1344
|
-
bare_metal: ("included" | "excluded" | "required")?,
|
|
1345
|
-
burstable_performance: ("included" | "excluded" | "required")?,
|
|
1346
|
-
require_hibernate_support: bool?,
|
|
1347
|
-
network_interface_count: {
|
|
1348
|
-
min: ::Integer?,
|
|
1349
|
-
max: ::Integer?
|
|
1350
|
-
}?,
|
|
1351
|
-
local_storage: ("included" | "excluded" | "required")?,
|
|
1352
|
-
local_storage_types: Array[("hdd" | "ssd")]?,
|
|
1353
|
-
total_local_storage_gb: {
|
|
1354
|
-
min: ::Float?,
|
|
1355
|
-
max: ::Float?
|
|
1356
|
-
}?,
|
|
1357
|
-
baseline_ebs_bandwidth_mbps: {
|
|
1358
|
-
min: ::Integer?,
|
|
1359
|
-
max: ::Integer?
|
|
1360
|
-
}?,
|
|
1361
|
-
accelerator_types: Array[("gpu" | "fpga" | "inference")]?,
|
|
1362
|
-
accelerator_count: {
|
|
1363
|
-
min: ::Integer?,
|
|
1364
|
-
max: ::Integer?
|
|
1365
|
-
}?,
|
|
1366
|
-
accelerator_manufacturers: Array[("nvidia" | "amd" | "amazon-web-services" | "xilinx")]?,
|
|
1367
|
-
accelerator_names: Array[("a100" | "v100" | "k80" | "t4" | "m60" | "radeon-pro-v520" | "vu9p")]?,
|
|
1368
|
-
accelerator_total_memory_mi_b: {
|
|
1369
|
-
min: ::Integer?,
|
|
1370
|
-
max: ::Integer?
|
|
1371
|
-
}?,
|
|
1372
|
-
network_bandwidth_gbps: {
|
|
1373
|
-
min: ::Float?,
|
|
1374
|
-
max: ::Float?
|
|
1375
|
-
}?,
|
|
1376
|
-
allowed_instance_types: Array[::String]?,
|
|
1377
|
-
baseline_performance_factors: {
|
|
1378
|
-
cpu: {
|
|
1379
|
-
references: Array[
|
|
1380
|
-
{
|
|
1381
|
-
instance_family: ::String?
|
|
1382
|
-
},
|
|
1383
|
-
]?
|
|
1384
|
-
}?
|
|
1385
|
-
}?
|
|
1386
|
-
}?,
|
|
1387
|
-
image_id: ::String?
|
|
1388
|
-
},
|
|
1389
|
-
]?
|
|
1390
|
-
}?,
|
|
1391
|
-
instances_distribution: {
|
|
1392
|
-
on_demand_allocation_strategy: ::String?,
|
|
1393
|
-
on_demand_base_capacity: ::Integer?,
|
|
1394
|
-
on_demand_percentage_above_base_capacity: ::Integer?,
|
|
1395
|
-
spot_allocation_strategy: ::String?,
|
|
1396
|
-
spot_instance_pools: ::Integer?,
|
|
1397
|
-
spot_max_price: ::String?
|
|
1398
|
-
}?
|
|
1399
|
-
},
|
|
1063
|
+
?mixed_instances_policy: Params::mixed_instances_policy,
|
|
1400
1064
|
?min_size: ::Integer,
|
|
1401
1065
|
?max_size: ::Integer,
|
|
1402
1066
|
?desired_capacity: ::Integer,
|
|
@@ -1453,7 +1117,7 @@ module Aws
|
|
|
1453
1117
|
{
|
|
1454
1118
|
name: ::String?,
|
|
1455
1119
|
values: Array[::String]?
|
|
1456
|
-
}
|
|
1120
|
+
}
|
|
1457
1121
|
]
|
|
1458
1122
|
) -> Client::_DescribeAutoScalingGroupsResponseSuccess
|
|
1459
1123
|
| (:group_exists waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeAutoScalingGroupsResponseSuccess
|
|
@@ -1466,7 +1130,7 @@ module Aws
|
|
|
1466
1130
|
{
|
|
1467
1131
|
name: ::String?,
|
|
1468
1132
|
values: Array[::String]?
|
|
1469
|
-
}
|
|
1133
|
+
}
|
|
1470
1134
|
]
|
|
1471
1135
|
) -> Client::_DescribeAutoScalingGroupsResponseSuccess
|
|
1472
1136
|
| (:group_in_service waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeAutoScalingGroupsResponseSuccess
|
|
@@ -1479,7 +1143,7 @@ module Aws
|
|
|
1479
1143
|
{
|
|
1480
1144
|
name: ::String?,
|
|
1481
1145
|
values: Array[::String]?
|
|
1482
|
-
}
|
|
1146
|
+
}
|
|
1483
1147
|
]
|
|
1484
1148
|
) -> Client::_DescribeAutoScalingGroupsResponseSuccess
|
|
1485
1149
|
| (:group_not_exists waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeAutoScalingGroupsResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,138 @@
|
|
|
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 AutoScaling
|
|
10
|
+
module Params
|
|
11
|
+
type launch_template = {
|
|
12
|
+
launch_template_specification: {
|
|
13
|
+
launch_template_id: ::String?,
|
|
14
|
+
launch_template_name: ::String?,
|
|
15
|
+
version: ::String?
|
|
16
|
+
}?,
|
|
17
|
+
overrides: Array[
|
|
18
|
+
Params::launch_template_overrides
|
|
19
|
+
]?
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
type instances_distribution = {
|
|
23
|
+
on_demand_allocation_strategy: ::String?,
|
|
24
|
+
on_demand_base_capacity: ::Integer?,
|
|
25
|
+
on_demand_percentage_above_base_capacity: ::Integer?,
|
|
26
|
+
spot_allocation_strategy: ::String?,
|
|
27
|
+
spot_instance_pools: ::Integer?,
|
|
28
|
+
spot_max_price: ::String?
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
type mixed_instances_policy = {
|
|
32
|
+
launch_template: Params::launch_template?,
|
|
33
|
+
instances_distribution: Params::instances_distribution?
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
type instance_requirements = {
|
|
37
|
+
v_cpu_count: {
|
|
38
|
+
min: ::Integer,
|
|
39
|
+
max: ::Integer?
|
|
40
|
+
},
|
|
41
|
+
memory_mi_b: {
|
|
42
|
+
min: ::Integer,
|
|
43
|
+
max: ::Integer?
|
|
44
|
+
},
|
|
45
|
+
cpu_manufacturers: Array[("intel" | "amd" | "amazon-web-services" | "apple")]?,
|
|
46
|
+
memory_gi_b_per_v_cpu: {
|
|
47
|
+
min: ::Float?,
|
|
48
|
+
max: ::Float?
|
|
49
|
+
}?,
|
|
50
|
+
excluded_instance_types: Array[::String]?,
|
|
51
|
+
instance_generations: Array[("current" | "previous")]?,
|
|
52
|
+
spot_max_price_percentage_over_lowest_price: ::Integer?,
|
|
53
|
+
max_spot_price_as_percentage_of_optimal_on_demand_price: ::Integer?,
|
|
54
|
+
on_demand_max_price_percentage_over_lowest_price: ::Integer?,
|
|
55
|
+
bare_metal: ("included" | "excluded" | "required")?,
|
|
56
|
+
burstable_performance: ("included" | "excluded" | "required")?,
|
|
57
|
+
require_hibernate_support: bool?,
|
|
58
|
+
network_interface_count: {
|
|
59
|
+
min: ::Integer?,
|
|
60
|
+
max: ::Integer?
|
|
61
|
+
}?,
|
|
62
|
+
local_storage: ("included" | "excluded" | "required")?,
|
|
63
|
+
local_storage_types: Array[("hdd" | "ssd")]?,
|
|
64
|
+
total_local_storage_gb: {
|
|
65
|
+
min: ::Float?,
|
|
66
|
+
max: ::Float?
|
|
67
|
+
}?,
|
|
68
|
+
baseline_ebs_bandwidth_mbps: {
|
|
69
|
+
min: ::Integer?,
|
|
70
|
+
max: ::Integer?
|
|
71
|
+
}?,
|
|
72
|
+
accelerator_types: Array[("gpu" | "fpga" | "inference")]?,
|
|
73
|
+
accelerator_count: {
|
|
74
|
+
min: ::Integer?,
|
|
75
|
+
max: ::Integer?
|
|
76
|
+
}?,
|
|
77
|
+
accelerator_manufacturers: Array[("nvidia" | "amd" | "amazon-web-services" | "xilinx")]?,
|
|
78
|
+
accelerator_names: Array[("a100" | "v100" | "k80" | "t4" | "m60" | "radeon-pro-v520" | "vu9p")]?,
|
|
79
|
+
accelerator_total_memory_mi_b: {
|
|
80
|
+
min: ::Integer?,
|
|
81
|
+
max: ::Integer?
|
|
82
|
+
}?,
|
|
83
|
+
network_bandwidth_gbps: {
|
|
84
|
+
min: ::Float?,
|
|
85
|
+
max: ::Float?
|
|
86
|
+
}?,
|
|
87
|
+
allowed_instance_types: Array[::String]?,
|
|
88
|
+
baseline_performance_factors: {
|
|
89
|
+
cpu: {
|
|
90
|
+
references: Array[
|
|
91
|
+
{
|
|
92
|
+
instance_family: ::String?
|
|
93
|
+
}
|
|
94
|
+
]?
|
|
95
|
+
}?
|
|
96
|
+
}?
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
type launch_template_overrides = {
|
|
100
|
+
instance_type: ::String?,
|
|
101
|
+
weighted_capacity: ::String?,
|
|
102
|
+
launch_template_specification: {
|
|
103
|
+
launch_template_id: ::String?,
|
|
104
|
+
launch_template_name: ::String?,
|
|
105
|
+
version: ::String?
|
|
106
|
+
}?,
|
|
107
|
+
instance_requirements: Params::instance_requirements?,
|
|
108
|
+
image_id: ::String?
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
type metric = {
|
|
112
|
+
namespace: ::String,
|
|
113
|
+
metric_name: ::String,
|
|
114
|
+
dimensions: Array[
|
|
115
|
+
{
|
|
116
|
+
name: ::String,
|
|
117
|
+
value: ::String
|
|
118
|
+
}
|
|
119
|
+
]?
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
type metric_stat = {
|
|
123
|
+
metric: Params::metric,
|
|
124
|
+
stat: ::String,
|
|
125
|
+
unit: ::String?
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
type metric_data_query = {
|
|
129
|
+
id: ::String,
|
|
130
|
+
expression: ::String?,
|
|
131
|
+
metric_stat: Params::metric_stat?,
|
|
132
|
+
label: ::String?,
|
|
133
|
+
return_data: bool?
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
end
|
|
137
|
+
end
|
|
138
|
+
end
|
data/sig/resource.rbs
CHANGED
|
@@ -162,13 +162,13 @@ module Aws
|
|
|
162
162
|
references: Array[
|
|
163
163
|
{
|
|
164
164
|
instance_family: ::String?
|
|
165
|
-
}
|
|
165
|
+
}
|
|
166
166
|
]?
|
|
167
167
|
}?
|
|
168
168
|
}?
|
|
169
169
|
}?,
|
|
170
170
|
image_id: ::String?
|
|
171
|
-
}
|
|
171
|
+
}
|
|
172
172
|
]?
|
|
173
173
|
}?,
|
|
174
174
|
instances_distribution: {
|
|
@@ -205,7 +205,7 @@ module Aws
|
|
|
205
205
|
default_result: ::String?,
|
|
206
206
|
notification_target_arn: ::String?,
|
|
207
207
|
role_arn: ::String?
|
|
208
|
-
}
|
|
208
|
+
}
|
|
209
209
|
],
|
|
210
210
|
?deletion_protection: ("none" | "prevent-force-deletion" | "prevent-all-deletion"),
|
|
211
211
|
?tags: Array[
|
|
@@ -215,7 +215,7 @@ module Aws
|
|
|
215
215
|
key: ::String,
|
|
216
216
|
value: ::String?,
|
|
217
217
|
propagate_at_launch: bool?
|
|
218
|
-
}
|
|
218
|
+
}
|
|
219
219
|
],
|
|
220
220
|
?service_linked_role_arn: ::String,
|
|
221
221
|
?max_instance_lifetime: ::Integer,
|
|
@@ -226,7 +226,7 @@ module Aws
|
|
|
226
226
|
{
|
|
227
227
|
identifier: ::String,
|
|
228
228
|
type: ::String?
|
|
229
|
-
}
|
|
229
|
+
}
|
|
230
230
|
],
|
|
231
231
|
?instance_maintenance_policy: {
|
|
232
232
|
min_healthy_percentage: ::Integer?,
|
|
@@ -282,7 +282,7 @@ module Aws
|
|
|
282
282
|
throughput: ::Integer?
|
|
283
283
|
}?,
|
|
284
284
|
no_device: bool?
|
|
285
|
-
}
|
|
285
|
+
}
|
|
286
286
|
],
|
|
287
287
|
?instance_monitoring: {
|
|
288
288
|
enabled: bool?
|
|
@@ -310,7 +310,7 @@ module Aws
|
|
|
310
310
|
{
|
|
311
311
|
name: ::String?,
|
|
312
312
|
values: Array[::String]?
|
|
313
|
-
}
|
|
313
|
+
}
|
|
314
314
|
]
|
|
315
315
|
) -> Activity::Collection
|
|
316
316
|
| (?Hash[Symbol, untyped]) -> Activity::Collection
|
|
@@ -329,7 +329,7 @@ module Aws
|
|
|
329
329
|
{
|
|
330
330
|
name: ::String?,
|
|
331
331
|
values: Array[::String]?
|
|
332
|
-
}
|
|
332
|
+
}
|
|
333
333
|
]
|
|
334
334
|
) -> AutoScalingGroup::Collection
|
|
335
335
|
| (?Hash[Symbol, untyped]) -> AutoScalingGroup::Collection
|
|
@@ -378,7 +378,7 @@ module Aws
|
|
|
378
378
|
{
|
|
379
379
|
name: ::String?,
|
|
380
380
|
values: Array[::String]?
|
|
381
|
-
}
|
|
381
|
+
}
|
|
382
382
|
]
|
|
383
383
|
) -> Tag::Collection
|
|
384
384
|
| (?Hash[Symbol, untyped]) -> Tag::Collection
|
data/sig/tag.rbs
CHANGED
|
@@ -51,7 +51,7 @@ module Aws
|
|
|
51
51
|
key: ::String,
|
|
52
52
|
value: ::String?,
|
|
53
53
|
propagate_at_launch: bool?
|
|
54
|
-
}
|
|
54
|
+
}
|
|
55
55
|
]
|
|
56
56
|
) -> ::Aws::EmptyStructure
|
|
57
57
|
| (?Hash[Symbol, untyped]) -> ::Aws::EmptyStructure
|
|
@@ -65,7 +65,7 @@ module Aws
|
|
|
65
65
|
key: ::String,
|
|
66
66
|
value: ::String?,
|
|
67
67
|
propagate_at_launch: bool?
|
|
68
|
-
}
|
|
68
|
+
}
|
|
69
69
|
]
|
|
70
70
|
) -> ::Aws::EmptyStructure
|
|
71
71
|
| (?Hash[Symbol, untyped]) -> ::Aws::EmptyStructure
|
data/sig/waiters.rbs
CHANGED
|
@@ -22,7 +22,7 @@ module Aws
|
|
|
22
22
|
{
|
|
23
23
|
name: ::String?,
|
|
24
24
|
values: Array[::String]?
|
|
25
|
-
}
|
|
25
|
+
}
|
|
26
26
|
]
|
|
27
27
|
) -> Client::_DescribeAutoScalingGroupsResponseSuccess
|
|
28
28
|
| (?Hash[Symbol, untyped]) -> Client::_DescribeAutoScalingGroupsResponseSuccess
|
|
@@ -41,7 +41,7 @@ module Aws
|
|
|
41
41
|
{
|
|
42
42
|
name: ::String?,
|
|
43
43
|
values: Array[::String]?
|
|
44
|
-
}
|
|
44
|
+
}
|
|
45
45
|
]
|
|
46
46
|
) -> Client::_DescribeAutoScalingGroupsResponseSuccess
|
|
47
47
|
| (?Hash[Symbol, untyped]) -> Client::_DescribeAutoScalingGroupsResponseSuccess
|
|
@@ -60,7 +60,7 @@ module Aws
|
|
|
60
60
|
{
|
|
61
61
|
name: ::String?,
|
|
62
62
|
values: Array[::String]?
|
|
63
|
-
}
|
|
63
|
+
}
|
|
64
64
|
]
|
|
65
65
|
) -> Client::_DescribeAutoScalingGroupsResponseSuccess
|
|
66
66
|
| (?Hash[Symbol, untyped]) -> Client::_DescribeAutoScalingGroupsResponseSuccess
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-autoscaling
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.159.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -85,6 +85,7 @@ files:
|
|
|
85
85
|
- sig/lifecycle_hook.rbs
|
|
86
86
|
- sig/load_balancer.rbs
|
|
87
87
|
- sig/notification_configuration.rbs
|
|
88
|
+
- sig/params.rbs
|
|
88
89
|
- sig/resource.rbs
|
|
89
90
|
- sig/scaling_policy.rbs
|
|
90
91
|
- sig/scheduled_action.rbs
|