aws-sdk-applicationautoscaling 1.41.1 → 1.42.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-applicationautoscaling.rb +3 -1
- data/lib/aws-sdk-applicationautoscaling/client.rb +3 -1
- data/lib/aws-sdk-applicationautoscaling/client_api.rb +2 -0
- data/lib/aws-sdk-applicationautoscaling/customizations.rb +1 -0
- data/lib/aws-sdk-applicationautoscaling/errors.rb +2 -0
- data/lib/aws-sdk-applicationautoscaling/resource.rb +2 -0
- data/lib/aws-sdk-applicationautoscaling/types.rb +37 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8632190c721bf29b3a251fb833207116493da18bd82c145a5a0ca7d21268128d
|
4
|
+
data.tar.gz: 99f9b6f2a24c2e18a1513013251bd12973ec2f2623a3f38f6491d96336b88cce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '06093ae95eb3650aba78963ec2e21e31d0330a562d2060ce654e66abf2149b8fcdd444bdc161458dbaab2c87aa1503d494f673719845a1a9935c1d1f1b6365d5'
|
7
|
+
data.tar.gz: 0fa05b930dc2be6864eb05117dac2ac574a7f374ae7d8b6e78a3342bd2e02e4f25a1bdce522f6a5a14d2ea029407b98f63f0b7f8c046290df251222b69c16207
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-applicationautoscaling/customizations'
|
|
45
47
|
# @service
|
46
48
|
module Aws::ApplicationAutoScaling
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.42.0'
|
49
51
|
|
50
52
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -2408,7 +2410,7 @@ module Aws::ApplicationAutoScaling
|
|
2408
2410
|
params: params,
|
2409
2411
|
config: config)
|
2410
2412
|
context[:gem_name] = 'aws-sdk-applicationautoscaling'
|
2411
|
-
context[:gem_version] = '1.
|
2413
|
+
context[:gem_version] = '1.42.0'
|
2412
2414
|
Seahorse::Client::Request.new(handlers, context)
|
2413
2415
|
end
|
2414
2416
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -23,6 +25,7 @@ module Aws::ApplicationAutoScaling
|
|
23
25
|
class Alarm < Struct.new(
|
24
26
|
:alarm_name,
|
25
27
|
:alarm_arn)
|
28
|
+
SENSITIVE = []
|
26
29
|
include Aws::Structure
|
27
30
|
end
|
28
31
|
|
@@ -37,6 +40,7 @@ module Aws::ApplicationAutoScaling
|
|
37
40
|
#
|
38
41
|
class ConcurrentUpdateException < Struct.new(
|
39
42
|
:message)
|
43
|
+
SENSITIVE = []
|
40
44
|
include Aws::Structure
|
41
45
|
end
|
42
46
|
|
@@ -117,6 +121,7 @@ module Aws::ApplicationAutoScaling
|
|
117
121
|
:dimensions,
|
118
122
|
:statistic,
|
119
123
|
:unit)
|
124
|
+
SENSITIVE = []
|
120
125
|
include Aws::Structure
|
121
126
|
end
|
122
127
|
|
@@ -257,6 +262,7 @@ module Aws::ApplicationAutoScaling
|
|
257
262
|
:service_namespace,
|
258
263
|
:resource_id,
|
259
264
|
:scalable_dimension)
|
265
|
+
SENSITIVE = []
|
260
266
|
include Aws::Structure
|
261
267
|
end
|
262
268
|
|
@@ -401,6 +407,7 @@ module Aws::ApplicationAutoScaling
|
|
401
407
|
:scheduled_action_name,
|
402
408
|
:resource_id,
|
403
409
|
:scalable_dimension)
|
410
|
+
SENSITIVE = []
|
404
411
|
include Aws::Structure
|
405
412
|
end
|
406
413
|
|
@@ -540,6 +547,7 @@ module Aws::ApplicationAutoScaling
|
|
540
547
|
:service_namespace,
|
541
548
|
:resource_id,
|
542
549
|
:scalable_dimension)
|
550
|
+
SENSITIVE = []
|
543
551
|
include Aws::Structure
|
544
552
|
end
|
545
553
|
|
@@ -701,6 +709,7 @@ module Aws::ApplicationAutoScaling
|
|
701
709
|
:scalable_dimension,
|
702
710
|
:max_results,
|
703
711
|
:next_token)
|
712
|
+
SENSITIVE = []
|
704
713
|
include Aws::Structure
|
705
714
|
end
|
706
715
|
|
@@ -718,6 +727,7 @@ module Aws::ApplicationAutoScaling
|
|
718
727
|
class DescribeScalableTargetsResponse < Struct.new(
|
719
728
|
:scalable_targets,
|
720
729
|
:next_token)
|
730
|
+
SENSITIVE = []
|
721
731
|
include Aws::Structure
|
722
732
|
end
|
723
733
|
|
@@ -874,6 +884,7 @@ module Aws::ApplicationAutoScaling
|
|
874
884
|
:scalable_dimension,
|
875
885
|
:max_results,
|
876
886
|
:next_token)
|
887
|
+
SENSITIVE = []
|
877
888
|
include Aws::Structure
|
878
889
|
end
|
879
890
|
|
@@ -891,6 +902,7 @@ module Aws::ApplicationAutoScaling
|
|
891
902
|
class DescribeScalingActivitiesResponse < Struct.new(
|
892
903
|
:scaling_activities,
|
893
904
|
:next_token)
|
905
|
+
SENSITIVE = []
|
894
906
|
include Aws::Structure
|
895
907
|
end
|
896
908
|
|
@@ -1053,6 +1065,7 @@ module Aws::ApplicationAutoScaling
|
|
1053
1065
|
:scalable_dimension,
|
1054
1066
|
:max_results,
|
1055
1067
|
:next_token)
|
1068
|
+
SENSITIVE = []
|
1056
1069
|
include Aws::Structure
|
1057
1070
|
end
|
1058
1071
|
|
@@ -1070,6 +1083,7 @@ module Aws::ApplicationAutoScaling
|
|
1070
1083
|
class DescribeScalingPoliciesResponse < Struct.new(
|
1071
1084
|
:scaling_policies,
|
1072
1085
|
:next_token)
|
1086
|
+
SENSITIVE = []
|
1073
1087
|
include Aws::Structure
|
1074
1088
|
end
|
1075
1089
|
|
@@ -1232,6 +1246,7 @@ module Aws::ApplicationAutoScaling
|
|
1232
1246
|
:scalable_dimension,
|
1233
1247
|
:max_results,
|
1234
1248
|
:next_token)
|
1249
|
+
SENSITIVE = []
|
1235
1250
|
include Aws::Structure
|
1236
1251
|
end
|
1237
1252
|
|
@@ -1249,6 +1264,7 @@ module Aws::ApplicationAutoScaling
|
|
1249
1264
|
class DescribeScheduledActionsResponse < Struct.new(
|
1250
1265
|
:scheduled_actions,
|
1251
1266
|
:next_token)
|
1267
|
+
SENSITIVE = []
|
1252
1268
|
include Aws::Structure
|
1253
1269
|
end
|
1254
1270
|
|
@@ -1269,6 +1285,7 @@ module Aws::ApplicationAutoScaling
|
|
1269
1285
|
#
|
1270
1286
|
class FailedResourceAccessException < Struct.new(
|
1271
1287
|
:message)
|
1288
|
+
SENSITIVE = []
|
1272
1289
|
include Aws::Structure
|
1273
1290
|
end
|
1274
1291
|
|
@@ -1281,6 +1298,7 @@ module Aws::ApplicationAutoScaling
|
|
1281
1298
|
#
|
1282
1299
|
class InternalServiceException < Struct.new(
|
1283
1300
|
:message)
|
1301
|
+
SENSITIVE = []
|
1284
1302
|
include Aws::Structure
|
1285
1303
|
end
|
1286
1304
|
|
@@ -1293,6 +1311,7 @@ module Aws::ApplicationAutoScaling
|
|
1293
1311
|
#
|
1294
1312
|
class InvalidNextTokenException < Struct.new(
|
1295
1313
|
:message)
|
1314
|
+
SENSITIVE = []
|
1296
1315
|
include Aws::Structure
|
1297
1316
|
end
|
1298
1317
|
|
@@ -1310,6 +1329,7 @@ module Aws::ApplicationAutoScaling
|
|
1310
1329
|
#
|
1311
1330
|
class LimitExceededException < Struct.new(
|
1312
1331
|
:message)
|
1332
|
+
SENSITIVE = []
|
1313
1333
|
include Aws::Structure
|
1314
1334
|
end
|
1315
1335
|
|
@@ -1336,6 +1356,7 @@ module Aws::ApplicationAutoScaling
|
|
1336
1356
|
class MetricDimension < Struct.new(
|
1337
1357
|
:name,
|
1338
1358
|
:value)
|
1359
|
+
SENSITIVE = []
|
1339
1360
|
include Aws::Structure
|
1340
1361
|
end
|
1341
1362
|
|
@@ -1353,6 +1374,7 @@ module Aws::ApplicationAutoScaling
|
|
1353
1374
|
#
|
1354
1375
|
class ObjectNotFoundException < Struct.new(
|
1355
1376
|
:message)
|
1377
|
+
SENSITIVE = []
|
1356
1378
|
include Aws::Structure
|
1357
1379
|
end
|
1358
1380
|
|
@@ -1404,6 +1426,7 @@ module Aws::ApplicationAutoScaling
|
|
1404
1426
|
class PredefinedMetricSpecification < Struct.new(
|
1405
1427
|
:predefined_metric_type,
|
1406
1428
|
:resource_label)
|
1429
|
+
SENSITIVE = []
|
1407
1430
|
include Aws::Structure
|
1408
1431
|
end
|
1409
1432
|
|
@@ -1619,6 +1642,7 @@ module Aws::ApplicationAutoScaling
|
|
1619
1642
|
:policy_type,
|
1620
1643
|
:step_scaling_policy_configuration,
|
1621
1644
|
:target_tracking_scaling_policy_configuration)
|
1645
|
+
SENSITIVE = []
|
1622
1646
|
include Aws::Structure
|
1623
1647
|
end
|
1624
1648
|
|
@@ -1636,6 +1660,7 @@ module Aws::ApplicationAutoScaling
|
|
1636
1660
|
class PutScalingPolicyResponse < Struct.new(
|
1637
1661
|
:policy_arn,
|
1638
1662
|
:alarms)
|
1663
|
+
SENSITIVE = []
|
1639
1664
|
include Aws::Structure
|
1640
1665
|
end
|
1641
1666
|
|
@@ -1832,6 +1857,7 @@ module Aws::ApplicationAutoScaling
|
|
1832
1857
|
:start_time,
|
1833
1858
|
:end_time,
|
1834
1859
|
:scalable_target_action)
|
1860
|
+
SENSITIVE = []
|
1835
1861
|
include Aws::Structure
|
1836
1862
|
end
|
1837
1863
|
|
@@ -2049,6 +2075,7 @@ module Aws::ApplicationAutoScaling
|
|
2049
2075
|
:max_capacity,
|
2050
2076
|
:role_arn,
|
2051
2077
|
:suspended_state)
|
2078
|
+
SENSITIVE = []
|
2052
2079
|
include Aws::Structure
|
2053
2080
|
end
|
2054
2081
|
|
@@ -2207,6 +2234,7 @@ module Aws::ApplicationAutoScaling
|
|
2207
2234
|
:role_arn,
|
2208
2235
|
:creation_time,
|
2209
2236
|
:suspended_state)
|
2237
|
+
SENSITIVE = []
|
2210
2238
|
include Aws::Structure
|
2211
2239
|
end
|
2212
2240
|
|
@@ -2236,6 +2264,7 @@ module Aws::ApplicationAutoScaling
|
|
2236
2264
|
class ScalableTargetAction < Struct.new(
|
2237
2265
|
:min_capacity,
|
2238
2266
|
:max_capacity)
|
2267
|
+
SENSITIVE = []
|
2239
2268
|
include Aws::Structure
|
2240
2269
|
end
|
2241
2270
|
|
@@ -2403,6 +2432,7 @@ module Aws::ApplicationAutoScaling
|
|
2403
2432
|
:status_code,
|
2404
2433
|
:status_message,
|
2405
2434
|
:details)
|
2435
|
+
SENSITIVE = []
|
2406
2436
|
include Aws::Structure
|
2407
2437
|
end
|
2408
2438
|
|
@@ -2564,6 +2594,7 @@ module Aws::ApplicationAutoScaling
|
|
2564
2594
|
:target_tracking_scaling_policy_configuration,
|
2565
2595
|
:alarms,
|
2566
2596
|
:creation_time)
|
2597
|
+
SENSITIVE = []
|
2567
2598
|
include Aws::Structure
|
2568
2599
|
end
|
2569
2600
|
|
@@ -2753,6 +2784,7 @@ module Aws::ApplicationAutoScaling
|
|
2753
2784
|
:end_time,
|
2754
2785
|
:scalable_target_action,
|
2755
2786
|
:creation_time)
|
2787
|
+
SENSITIVE = []
|
2756
2788
|
include Aws::Structure
|
2757
2789
|
end
|
2758
2790
|
|
@@ -2832,6 +2864,7 @@ module Aws::ApplicationAutoScaling
|
|
2832
2864
|
:metric_interval_lower_bound,
|
2833
2865
|
:metric_interval_upper_bound,
|
2834
2866
|
:scaling_adjustment)
|
2867
|
+
SENSITIVE = []
|
2835
2868
|
include Aws::Structure
|
2836
2869
|
end
|
2837
2870
|
|
@@ -2957,6 +2990,7 @@ module Aws::ApplicationAutoScaling
|
|
2957
2990
|
:min_adjustment_magnitude,
|
2958
2991
|
:cooldown,
|
2959
2992
|
:metric_aggregation_type)
|
2993
|
+
SENSITIVE = []
|
2960
2994
|
include Aws::Structure
|
2961
2995
|
end
|
2962
2996
|
|
@@ -2998,6 +3032,7 @@ module Aws::ApplicationAutoScaling
|
|
2998
3032
|
:dynamic_scaling_in_suspended,
|
2999
3033
|
:dynamic_scaling_out_suspended,
|
3000
3034
|
:scheduled_scaling_suspended)
|
3035
|
+
SENSITIVE = []
|
3001
3036
|
include Aws::Structure
|
3002
3037
|
end
|
3003
3038
|
|
@@ -3147,6 +3182,7 @@ module Aws::ApplicationAutoScaling
|
|
3147
3182
|
:scale_out_cooldown,
|
3148
3183
|
:scale_in_cooldown,
|
3149
3184
|
:disable_scale_in)
|
3185
|
+
SENSITIVE = []
|
3150
3186
|
include Aws::Structure
|
3151
3187
|
end
|
3152
3188
|
|
@@ -3160,6 +3196,7 @@ module Aws::ApplicationAutoScaling
|
|
3160
3196
|
#
|
3161
3197
|
class ValidationException < Struct.new(
|
3162
3198
|
:message)
|
3199
|
+
SENSITIVE = []
|
3163
3200
|
include Aws::Structure
|
3164
3201
|
end
|
3165
3202
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.42.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-06-
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|