aws-sdk-applicationautoscaling 1.18.0 → 1.19.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 72226a554ae9d80bc863940fad787bb934e3663a
|
4
|
+
data.tar.gz: 7c513617b41f49294d50a893a0c16b49445d9866
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a1657162d23f617c7c5260321c6fb98672db5262a537751dba9cb6668dd653d6fc0d618ea0b9e3bcf40adecdba7ba834332a3c491f89b4b6c98242a0966ab4c
|
7
|
+
data.tar.gz: 1bd309f458e8f6dfb514406ca5459f099e8a7d8cf559f7548cc1de717d4ecacfc392ff89f7ac77ee26b8d36144c076242e147e9d5f50fa4aceec666968687f80
|
@@ -235,7 +235,7 @@ module Aws::ApplicationAutoScaling
|
|
235
235
|
#
|
236
236
|
#
|
237
237
|
#
|
238
|
-
# [1]:
|
238
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
239
239
|
#
|
240
240
|
# @option params [required, String] :resource_id
|
241
241
|
# The identifier of the resource associated with the scalable target.
|
@@ -365,7 +365,7 @@ module Aws::ApplicationAutoScaling
|
|
365
365
|
#
|
366
366
|
#
|
367
367
|
#
|
368
|
-
# [1]:
|
368
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
369
369
|
#
|
370
370
|
# @option params [required, String] :scheduled_action_name
|
371
371
|
# The name of the scheduled action.
|
@@ -487,7 +487,7 @@ module Aws::ApplicationAutoScaling
|
|
487
487
|
#
|
488
488
|
#
|
489
489
|
#
|
490
|
-
# [1]:
|
490
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
491
491
|
#
|
492
492
|
# @option params [required, String] :resource_id
|
493
493
|
# The identifier of the resource associated with the scalable target.
|
@@ -624,7 +624,7 @@ module Aws::ApplicationAutoScaling
|
|
624
624
|
#
|
625
625
|
#
|
626
626
|
#
|
627
|
-
# [1]:
|
627
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
628
628
|
#
|
629
629
|
# @option params [Array<String>] :resource_ids
|
630
630
|
# The identifier of the resource associated with the scalable target.
|
@@ -802,7 +802,7 @@ module Aws::ApplicationAutoScaling
|
|
802
802
|
#
|
803
803
|
#
|
804
804
|
#
|
805
|
-
# [1]:
|
805
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
806
806
|
#
|
807
807
|
# @option params [String] :resource_id
|
808
808
|
# The identifier of the resource associated with the scaling activity.
|
@@ -990,7 +990,7 @@ module Aws::ApplicationAutoScaling
|
|
990
990
|
#
|
991
991
|
#
|
992
992
|
#
|
993
|
-
# [1]:
|
993
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
994
994
|
#
|
995
995
|
# @option params [String] :resource_id
|
996
996
|
# The identifier of the resource associated with the scaling policy.
|
@@ -1210,7 +1210,7 @@ module Aws::ApplicationAutoScaling
|
|
1210
1210
|
#
|
1211
1211
|
#
|
1212
1212
|
#
|
1213
|
-
# [1]:
|
1213
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
1214
1214
|
#
|
1215
1215
|
# @option params [String] :resource_id
|
1216
1216
|
# The identifier of the resource associated with the scheduled action.
|
@@ -1396,7 +1396,7 @@ module Aws::ApplicationAutoScaling
|
|
1396
1396
|
#
|
1397
1397
|
#
|
1398
1398
|
#
|
1399
|
-
# [1]:
|
1399
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
1400
1400
|
#
|
1401
1401
|
# @option params [required, String] :resource_id
|
1402
1402
|
# The identifier of the resource associated with the scaling policy.
|
@@ -1484,9 +1484,9 @@ module Aws::ApplicationAutoScaling
|
|
1484
1484
|
# scaling policy.
|
1485
1485
|
#
|
1486
1486
|
# For information on which services do not support `StepScaling` or
|
1487
|
-
# `TargetTrackingScaling`, see
|
1488
|
-
#
|
1489
|
-
#
|
1487
|
+
# `TargetTrackingScaling`, see the information about **Limits** in [Step
|
1488
|
+
# Scaling Policies][1] and [Target Tracking Scaling Policies][2] in the
|
1489
|
+
# *Application Auto Scaling User Guide*.
|
1490
1490
|
#
|
1491
1491
|
#
|
1492
1492
|
#
|
@@ -1662,7 +1662,7 @@ module Aws::ApplicationAutoScaling
|
|
1662
1662
|
#
|
1663
1663
|
#
|
1664
1664
|
#
|
1665
|
-
# [1]:
|
1665
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
1666
1666
|
#
|
1667
1667
|
# @option params [String] :schedule
|
1668
1668
|
# The schedule for this action. The following formats are supported:
|
@@ -1832,7 +1832,7 @@ module Aws::ApplicationAutoScaling
|
|
1832
1832
|
#
|
1833
1833
|
#
|
1834
1834
|
#
|
1835
|
-
# [1]:
|
1835
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
1836
1836
|
#
|
1837
1837
|
# @option params [required, String] :resource_id
|
1838
1838
|
# The identifier of the resource associated with the scalable target.
|
@@ -2007,7 +2007,7 @@ module Aws::ApplicationAutoScaling
|
|
2007
2007
|
params: params,
|
2008
2008
|
config: config)
|
2009
2009
|
context[:gem_name] = 'aws-sdk-applicationautoscaling'
|
2010
|
-
context[:gem_version] = '1.
|
2010
|
+
context[:gem_version] = '1.19.0'
|
2011
2011
|
Seahorse::Client::Request.new(handlers, context)
|
2012
2012
|
end
|
2013
2013
|
|
@@ -122,7 +122,7 @@ module Aws::ApplicationAutoScaling
|
|
122
122
|
#
|
123
123
|
#
|
124
124
|
#
|
125
|
-
# [1]:
|
125
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
126
126
|
# @return [String]
|
127
127
|
#
|
128
128
|
# @!attribute [rw] resource_id
|
@@ -240,7 +240,7 @@ module Aws::ApplicationAutoScaling
|
|
240
240
|
#
|
241
241
|
#
|
242
242
|
#
|
243
|
-
# [1]:
|
243
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
244
244
|
# @return [String]
|
245
245
|
#
|
246
246
|
# @!attribute [rw] scheduled_action_name
|
@@ -361,7 +361,7 @@ module Aws::ApplicationAutoScaling
|
|
361
361
|
#
|
362
362
|
#
|
363
363
|
#
|
364
|
-
# [1]:
|
364
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
365
365
|
# @return [String]
|
366
366
|
#
|
367
367
|
# @!attribute [rw] resource_id
|
@@ -480,7 +480,7 @@ module Aws::ApplicationAutoScaling
|
|
480
480
|
#
|
481
481
|
#
|
482
482
|
#
|
483
|
-
# [1]:
|
483
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
484
484
|
# @return [String]
|
485
485
|
#
|
486
486
|
# @!attribute [rw] resource_ids
|
@@ -632,7 +632,7 @@ module Aws::ApplicationAutoScaling
|
|
632
632
|
#
|
633
633
|
#
|
634
634
|
#
|
635
|
-
# [1]:
|
635
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
636
636
|
# @return [String]
|
637
637
|
#
|
638
638
|
# @!attribute [rw] resource_id
|
@@ -788,7 +788,7 @@ module Aws::ApplicationAutoScaling
|
|
788
788
|
#
|
789
789
|
#
|
790
790
|
#
|
791
|
-
# [1]:
|
791
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
792
792
|
# @return [String]
|
793
793
|
#
|
794
794
|
# @!attribute [rw] resource_id
|
@@ -945,7 +945,7 @@ module Aws::ApplicationAutoScaling
|
|
945
945
|
#
|
946
946
|
#
|
947
947
|
#
|
948
|
-
# [1]:
|
948
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
949
949
|
# @return [String]
|
950
950
|
#
|
951
951
|
# @!attribute [rw] resource_id
|
@@ -1203,7 +1203,7 @@ module Aws::ApplicationAutoScaling
|
|
1203
1203
|
#
|
1204
1204
|
#
|
1205
1205
|
#
|
1206
|
-
# [1]:
|
1206
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
1207
1207
|
# @return [String]
|
1208
1208
|
#
|
1209
1209
|
# @!attribute [rw] resource_id
|
@@ -1294,10 +1294,9 @@ module Aws::ApplicationAutoScaling
|
|
1294
1294
|
# scaling policy.
|
1295
1295
|
#
|
1296
1296
|
# For information on which services do not support `StepScaling` or
|
1297
|
-
# `TargetTrackingScaling`, see
|
1298
|
-
#
|
1299
|
-
#
|
1300
|
-
# Guide*.
|
1297
|
+
# `TargetTrackingScaling`, see the information about **Limits** in
|
1298
|
+
# [Step Scaling Policies][1] and [Target Tracking Scaling Policies][2]
|
1299
|
+
# in the *Application Auto Scaling User Guide*.
|
1301
1300
|
#
|
1302
1301
|
#
|
1303
1302
|
#
|
@@ -1375,7 +1374,7 @@ module Aws::ApplicationAutoScaling
|
|
1375
1374
|
#
|
1376
1375
|
#
|
1377
1376
|
#
|
1378
|
-
# [1]:
|
1377
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
1379
1378
|
# @return [String]
|
1380
1379
|
#
|
1381
1380
|
# @!attribute [rw] schedule
|
@@ -1543,7 +1542,7 @@ module Aws::ApplicationAutoScaling
|
|
1543
1542
|
#
|
1544
1543
|
#
|
1545
1544
|
#
|
1546
|
-
# [1]:
|
1545
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
1547
1546
|
# @return [String]
|
1548
1547
|
#
|
1549
1548
|
# @!attribute [rw] resource_id
|
@@ -1682,7 +1681,7 @@ module Aws::ApplicationAutoScaling
|
|
1682
1681
|
#
|
1683
1682
|
#
|
1684
1683
|
#
|
1685
|
-
# [1]:
|
1684
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
1686
1685
|
# @return [String]
|
1687
1686
|
#
|
1688
1687
|
# @!attribute [rw] resource_id
|
@@ -1839,7 +1838,7 @@ module Aws::ApplicationAutoScaling
|
|
1839
1838
|
#
|
1840
1839
|
#
|
1841
1840
|
#
|
1842
|
-
# [1]:
|
1841
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
1843
1842
|
# @return [String]
|
1844
1843
|
#
|
1845
1844
|
# @!attribute [rw] resource_id
|
@@ -1989,7 +1988,7 @@ module Aws::ApplicationAutoScaling
|
|
1989
1988
|
#
|
1990
1989
|
#
|
1991
1990
|
#
|
1992
|
-
# [1]:
|
1991
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
1993
1992
|
# @return [String]
|
1994
1993
|
#
|
1995
1994
|
# @!attribute [rw] resource_id
|
@@ -2129,7 +2128,7 @@ module Aws::ApplicationAutoScaling
|
|
2129
2128
|
#
|
2130
2129
|
#
|
2131
2130
|
#
|
2132
|
-
# [1]:
|
2131
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
2133
2132
|
# @return [String]
|
2134
2133
|
#
|
2135
2134
|
# @!attribute [rw] schedule
|
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.19.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: 2019-02-
|
11
|
+
date: 2019-02-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|