aws-sdk-applicationautoscaling 1.38.0 → 1.43.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d3b0fc549346b5d0906c66b227974abf61737a5dc89ad16940a4b57fe1fca60
4
- data.tar.gz: 6457a37cfa01be29f2fb60de785a80ef3aed5a8a6c742fe7a4d1acbac59db77b
3
+ metadata.gz: 2d14c5fbc38fb47e53e7bb9dc72bd0559f0c442e383ea7fc4c6eb05f06122f52
4
+ data.tar.gz: 200a2770ffb63d5e6a82ccaa1011c79bfc2e61c27f7605f3cd36ee9bf3d6fa48
5
5
  SHA512:
6
- metadata.gz: 446481dd239796407c55566870249d1669372af5441389c41e565ac7f990a1669dd079d54ae613baefe494eb2823127edaf948d889d73b2e313b79d6d40bb4e7
7
- data.tar.gz: 5fe8913e8f859fb7e721207024cc502e81a5eeb9a6840aeb18497458b669b428b4c827c436362b734aa9fc435d6ebe0d457f59148f0a9fa1f3fcf4d697a80452
6
+ metadata.gz: bc08b74ac6526f5f130fcdef216f95c39d8a39bbb6be90e684367dc9b8e8459f4d60b58849362dec700a69a473a06f3b08a081b05b4d915ce1a2396f32fe1689
7
+ data.tar.gz: c7e98fd1b2c4d6301e25d3b46c5271ec0cc19b820b7d00a10ec414b78298fd431f73502bdbf5ed6f02e73020d2137bac6207f1bf7a24b65eb646eb2fd3e6fecb
@@ -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.38.0'
50
+ GEM_VERSION = '1.43.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:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::ApplicationAutoScaling
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
78
 
@@ -161,7 +165,7 @@ module Aws::ApplicationAutoScaling
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +180,7 @@ module Aws::ApplicationAutoScaling
176
180
  # requests fetching endpoints information. Defaults to 60 sec.
177
181
  #
178
182
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
184
  #
181
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
186
  # The log formatter.
@@ -1663,6 +1667,14 @@ module Aws::ApplicationAutoScaling
1663
1667
  # the policy with the highest calculated capacity (200% of 10 = 20) and
1664
1668
  # scales out to 30.
1665
1669
  #
1670
+ # We recommend caution, however, when using target tracking scaling
1671
+ # policies with step scaling policies because conflicts between these
1672
+ # policies can cause undesirable behavior. For example, if the step
1673
+ # scaling policy initiates a scale-in activity before the target
1674
+ # tracking policy is ready to scale in, the scale-in activity will not
1675
+ # be blocked. After the scale-in activity completes, the target tracking
1676
+ # policy could instruct the scalable target to scale out again.
1677
+ #
1666
1678
  # For more information, see [Target Tracking Scaling Policies][1] and
1667
1679
  # [Step Scaling Policies][2] in the *Application Auto Scaling User
1668
1680
  # Guide*.
@@ -1803,7 +1815,7 @@ module Aws::ApplicationAutoScaling
1803
1815
  # `TargetTrackingScaling`—Not supported for Amazon EMR
1804
1816
  #
1805
1817
  # `StepScaling`—Not supported for DynamoDB, Amazon Comprehend, Lambda,
1806
- # or Amazon Keyspaces for Apache Cassandra.
1818
+ # or Amazon Keyspaces (for Apache Cassandra).
1807
1819
  #
1808
1820
  # For more information, see [Target Tracking Scaling Policies][1] and
1809
1821
  # [Step Scaling Policies][2] in the *Application Auto Scaling User
@@ -2398,7 +2410,7 @@ module Aws::ApplicationAutoScaling
2398
2410
  params: params,
2399
2411
  config: config)
2400
2412
  context[:gem_name] = 'aws-sdk-applicationautoscaling'
2401
- context[:gem_version] = '1.38.0'
2413
+ context[:gem_version] = '1.43.0'
2402
2414
  Seahorse::Client::Request.new(handlers, context)
2403
2415
  end
2404
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:
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -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:
@@ -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:
@@ -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
 
@@ -1582,7 +1605,7 @@ module Aws::ApplicationAutoScaling
1582
1605
  # `TargetTrackingScaling`—Not supported for Amazon EMR
1583
1606
  #
1584
1607
  # `StepScaling`—Not supported for DynamoDB, Amazon Comprehend, Lambda,
1585
- # or Amazon Keyspaces for Apache Cassandra.
1608
+ # or Amazon Keyspaces (for Apache Cassandra).
1586
1609
  #
1587
1610
  # For more information, see [Target Tracking Scaling Policies][1] and
1588
1611
  # [Step Scaling Policies][2] in the *Application Auto Scaling User
@@ -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
 
@@ -2175,11 +2202,11 @@ module Aws::ApplicationAutoScaling
2175
2202
  # @return [String]
2176
2203
  #
2177
2204
  # @!attribute [rw] min_capacity
2178
- # The minimum value to scale to in response to a scale-in event.
2205
+ # The minimum value to scale to in response to a scale-in activity.
2179
2206
  # @return [Integer]
2180
2207
  #
2181
2208
  # @!attribute [rw] max_capacity
2182
- # The maximum value to scale to in response to a scale-out event.
2209
+ # The maximum value to scale to in response to a scale-out activity.
2183
2210
  # @return [Integer]
2184
2211
  #
2185
2212
  # @!attribute [rw] role_arn
@@ -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
 
@@ -2889,29 +2922,29 @@ module Aws::ApplicationAutoScaling
2889
2922
  # @return [Integer]
2890
2923
  #
2891
2924
  # @!attribute [rw] cooldown
2892
- # The amount of time, in seconds, after a scaling activity completes
2893
- # where previous trigger-related scaling activities can influence
2894
- # future scaling events.
2895
- #
2896
- # For scale-out policies, while the cooldown period is in effect, the
2897
- # capacity that has been added by the previous scale-out action that
2898
- # initiated the cooldown is calculated as part of the desired capacity
2899
- # for the next scale out. The intention is to continuously (but not
2900
- # excessively) scale out. For example, an alarm triggers a step
2901
- # scaling policy to scale out an Amazon ECS service by 2 tasks, the
2902
- # scaling activity completes successfully, and a cooldown period of 5
2903
- # minutes starts. During the cooldown period, if the alarm triggers
2904
- # the same policy again but at a more aggressive step adjustment to
2905
- # scale out the service by 3 tasks, the 2 tasks that were added in the
2906
- # previous scale-out action are considered part of that capacity and
2907
- # only 1 additional task is added to the desired count.
2908
- #
2909
- # For scale-in policies, the cooldown period is used to block
2910
- # subsequent scale-in requests until it has expired. The intention is
2911
- # to scale in conservatively to protect your application's
2912
- # availability. However, if another alarm triggers a scale-out policy
2913
- # during the cooldown period after a scale-in, Application Auto
2914
- # Scaling scales out your scalable target immediately.
2925
+ # The amount of time, in seconds, to wait for a previous scaling
2926
+ # activity to take effect.
2927
+ #
2928
+ # With scale-out policies, the intention is to continuously (but not
2929
+ # excessively) scale out. After Application Auto Scaling successfully
2930
+ # scales out using a step scaling policy, it starts to calculate the
2931
+ # cooldown time. While the cooldown period is in effect, capacity
2932
+ # added by the initiating scale-out activity is calculated as part of
2933
+ # the desired capacity for the next scale-out activity. For example,
2934
+ # when an alarm triggers a step scaling policy to increase the
2935
+ # capacity by 2, the scaling activity completes successfully, and a
2936
+ # cooldown period starts. If the alarm triggers again during the
2937
+ # cooldown period but at a more aggressive step adjustment of 3, the
2938
+ # previous increase of 2 is considered part of the current capacity.
2939
+ # Therefore, only 1 is added to the capacity.
2940
+ #
2941
+ # With scale-in policies, the intention is to scale in conservatively
2942
+ # to protect your application’s availability, so scale-in activities
2943
+ # are blocked until the cooldown period has expired. However, if
2944
+ # another alarm triggers a scale-out activity during the cooldown
2945
+ # period after a scale-in activity, Application Auto Scaling scales
2946
+ # out the target immediately. In this case, the cooldown period for
2947
+ # the scale-in activity stops and doesn't complete.
2915
2948
  #
2916
2949
  # Application Auto Scaling provides a default value of 300 for the
2917
2950
  # following scalable targets:
@@ -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
 
@@ -3046,14 +3081,16 @@ module Aws::ApplicationAutoScaling
3046
3081
  # @return [Types::CustomizedMetricSpecification]
3047
3082
  #
3048
3083
  # @!attribute [rw] scale_out_cooldown
3049
- # The amount of time, in seconds, after a scale-out activity completes
3050
- # before another scale-out activity can start.
3084
+ # The amount of time, in seconds, to wait for a previous scale-out
3085
+ # activity to take effect.
3051
3086
  #
3052
- # While the cooldown period is in effect, the capacity that has been
3053
- # added by the previous scale-out action that initiated the cooldown
3054
- # is calculated as part of the desired capacity for the next scale
3055
- # out. The intention is to continuously (but not excessively) scale
3056
- # out.
3087
+ # With the *scale-out cooldown period*, the intention is to
3088
+ # continuously (but not excessively) scale out. After Application Auto
3089
+ # Scaling successfully scales out using a target tracking scaling
3090
+ # policy, it starts to calculate the cooldown time. While the
3091
+ # scale-out cooldown period is in effect, the capacity added by the
3092
+ # initiating scale-out activity is calculated as part of the desired
3093
+ # capacity for the next scale-out activity.
3057
3094
  #
3058
3095
  # Application Auto Scaling provides a default value of 300 for the
3059
3096
  # following scalable targets:
@@ -3087,14 +3124,15 @@ module Aws::ApplicationAutoScaling
3087
3124
  #
3088
3125
  # @!attribute [rw] scale_in_cooldown
3089
3126
  # The amount of time, in seconds, after a scale-in activity completes
3090
- # before another scale in activity can start.
3127
+ # before another scale-in activity can start.
3091
3128
  #
3092
- # The cooldown period is used to block subsequent scale-in requests
3093
- # until it has expired. The intention is to scale in conservatively to
3094
- # protect your application's availability. However, if another alarm
3095
- # triggers a scale-out policy during the cooldown period after a
3096
- # scale-in, Application Auto Scaling scales out your scalable target
3097
- # immediately.
3129
+ # With the *scale-in cooldown period*, the intention is to scale in
3130
+ # conservatively to protect your application’s availability, so
3131
+ # scale-in activities are blocked until the cooldown period has
3132
+ # expired. However, if another alarm triggers a scale-out activity
3133
+ # during the scale-in cooldown period, Application Auto Scaling scales
3134
+ # out the target immediately. In this case, the scale-in cooldown
3135
+ # period stops and doesn't complete.
3098
3136
  #
3099
3137
  # Application Auto Scaling provides a default value of 300 for the
3100
3138
  # following scalable targets:
@@ -3144,6 +3182,7 @@ module Aws::ApplicationAutoScaling
3144
3182
  :scale_out_cooldown,
3145
3183
  :scale_in_cooldown,
3146
3184
  :disable_scale_in)
3185
+ SENSITIVE = []
3147
3186
  include Aws::Structure
3148
3187
  end
3149
3188
 
@@ -3157,6 +3196,7 @@ module Aws::ApplicationAutoScaling
3157
3196
  #
3158
3197
  class ValidationException < Struct.new(
3159
3198
  :message)
3199
+ SENSITIVE = []
3160
3200
  include Aws::Structure
3161
3201
  end
3162
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.38.0
4
+ version: 1.43.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-05-07 00:00:00.000000000 Z
11
+ date: 2020-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement