aws-sdk-applicationautoscaling 1.28.0 → 1.29.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: 8cbf54512bce3710c7d5a6d9ff4632325cbafcbc
|
4
|
+
data.tar.gz: 0da2858481391dc540116d1963b8d4a89c8e287c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c5875bc78c7c6b78227b3c132a49c1e215412c6daf790b2667a24694307147c8674e4ad196bb6fe1625c87d8b64d044581b57f0cc2f3c9dabb54e36ea3c163c
|
7
|
+
data.tar.gz: deb030b2aa0b7f6354c99b409fe0ca9cdf1d088a1ab747b2955418065ab81776a732e26c72fbbcfc1745022ec218d1dd734f1aa04168cf27fd805baf8f0b4be6
|
@@ -264,15 +264,25 @@ module Aws::ApplicationAutoScaling
|
|
264
264
|
|
265
265
|
# @!group API Operations
|
266
266
|
|
267
|
-
# Deletes the specified Application Auto Scaling
|
267
|
+
# Deletes the specified scaling policy for an Application Auto Scaling
|
268
|
+
# scalable target.
|
269
|
+
#
|
270
|
+
# Deleting a step scaling policy deletes the underlying alarm action,
|
271
|
+
# but does not delete the CloudWatch alarm associated with the scaling
|
272
|
+
# policy, even if it no longer has an associated action.
|
268
273
|
#
|
269
|
-
#
|
270
|
-
#
|
271
|
-
#
|
274
|
+
# For more information, see [Delete a Step Scaling Policy][1] and
|
275
|
+
# [Delete a Target Tracking Scaling Policy][2] in the *Application Auto
|
276
|
+
# Scaling User Guide*.
|
272
277
|
#
|
273
278
|
# To create a scaling policy or update an existing one, see
|
274
279
|
# PutScalingPolicy.
|
275
280
|
#
|
281
|
+
#
|
282
|
+
#
|
283
|
+
# [1]: https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html#delete-step-scaling-policy
|
284
|
+
# [2]: https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html#delete-target-tracking-policy
|
285
|
+
#
|
276
286
|
# @option params [required, String] :policy_name
|
277
287
|
# The name of the scaling policy.
|
278
288
|
#
|
@@ -284,7 +294,7 @@ module Aws::ApplicationAutoScaling
|
|
284
294
|
#
|
285
295
|
#
|
286
296
|
#
|
287
|
-
# [1]:
|
297
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
288
298
|
#
|
289
299
|
# @option params [required, String] :resource_id
|
290
300
|
# The identifier of the resource associated with the scalable target.
|
@@ -294,8 +304,8 @@ module Aws::ApplicationAutoScaling
|
|
294
304
|
# identifier is the cluster name and service name. Example:
|
295
305
|
# `service/default/sample-webapp`.
|
296
306
|
#
|
297
|
-
# * Spot
|
298
|
-
# the unique identifier is the Spot
|
307
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
308
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
299
309
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
300
310
|
#
|
301
311
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -337,7 +347,7 @@ module Aws::ApplicationAutoScaling
|
|
337
347
|
# service.
|
338
348
|
#
|
339
349
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
340
|
-
# Spot
|
350
|
+
# Spot Fleet request.
|
341
351
|
#
|
342
352
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance count
|
343
353
|
# of an EMR Instance Group.
|
@@ -404,7 +414,15 @@ module Aws::ApplicationAutoScaling
|
|
404
414
|
req.send_request(options)
|
405
415
|
end
|
406
416
|
|
407
|
-
# Deletes the specified Application Auto Scaling
|
417
|
+
# Deletes the specified scheduled action for an Application Auto Scaling
|
418
|
+
# scalable target.
|
419
|
+
#
|
420
|
+
# For more information, see [Delete a Scheduled Action][1] in the
|
421
|
+
# *Application Auto Scaling User Guide*.
|
422
|
+
#
|
423
|
+
#
|
424
|
+
#
|
425
|
+
# [1]: https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-scheduled-scaling.html#delete-scheduled-action
|
408
426
|
#
|
409
427
|
# @option params [required, String] :service_namespace
|
410
428
|
# The namespace of the AWS service that provides the resource or
|
@@ -414,7 +432,7 @@ module Aws::ApplicationAutoScaling
|
|
414
432
|
#
|
415
433
|
#
|
416
434
|
#
|
417
|
-
# [1]:
|
435
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
418
436
|
#
|
419
437
|
# @option params [required, String] :scheduled_action_name
|
420
438
|
# The name of the scheduled action.
|
@@ -427,8 +445,8 @@ module Aws::ApplicationAutoScaling
|
|
427
445
|
# identifier is the cluster name and service name. Example:
|
428
446
|
# `service/default/sample-webapp`.
|
429
447
|
#
|
430
|
-
# * Spot
|
431
|
-
# the unique identifier is the Spot
|
448
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
449
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
432
450
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
433
451
|
#
|
434
452
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -470,7 +488,7 @@ module Aws::ApplicationAutoScaling
|
|
470
488
|
# service.
|
471
489
|
#
|
472
490
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
473
|
-
# Spot
|
491
|
+
# Spot Fleet request.
|
474
492
|
#
|
475
493
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance count
|
476
494
|
# of an EMR Instance Group.
|
@@ -520,7 +538,7 @@ module Aws::ApplicationAutoScaling
|
|
520
538
|
req.send_request(options)
|
521
539
|
end
|
522
540
|
|
523
|
-
# Deregisters
|
541
|
+
# Deregisters an Application Auto Scaling scalable target.
|
524
542
|
#
|
525
543
|
# Deregistering a scalable target deletes the scaling policies that are
|
526
544
|
# associated with it.
|
@@ -536,7 +554,7 @@ module Aws::ApplicationAutoScaling
|
|
536
554
|
#
|
537
555
|
#
|
538
556
|
#
|
539
|
-
# [1]:
|
557
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
540
558
|
#
|
541
559
|
# @option params [required, String] :resource_id
|
542
560
|
# The identifier of the resource associated with the scalable target.
|
@@ -546,8 +564,8 @@ module Aws::ApplicationAutoScaling
|
|
546
564
|
# identifier is the cluster name and service name. Example:
|
547
565
|
# `service/default/sample-webapp`.
|
548
566
|
#
|
549
|
-
# * Spot
|
550
|
-
# the unique identifier is the Spot
|
567
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
568
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
551
569
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
552
570
|
#
|
553
571
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -590,7 +608,7 @@ module Aws::ApplicationAutoScaling
|
|
590
608
|
# service.
|
591
609
|
#
|
592
610
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
593
|
-
# Spot
|
611
|
+
# Spot Fleet request.
|
594
612
|
#
|
595
613
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance count
|
596
614
|
# of an EMR Instance Group.
|
@@ -658,8 +676,8 @@ module Aws::ApplicationAutoScaling
|
|
658
676
|
# Gets information about the scalable targets in the specified
|
659
677
|
# namespace.
|
660
678
|
#
|
661
|
-
# You can filter the results using
|
662
|
-
# `ScalableDimension
|
679
|
+
# You can filter the results using `ResourceIds` and
|
680
|
+
# `ScalableDimension`.
|
663
681
|
#
|
664
682
|
# To create a scalable target or update an existing one, see
|
665
683
|
# RegisterScalableTarget. If you are no longer using a scalable target,
|
@@ -673,7 +691,7 @@ module Aws::ApplicationAutoScaling
|
|
673
691
|
#
|
674
692
|
#
|
675
693
|
#
|
676
|
-
# [1]:
|
694
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
677
695
|
#
|
678
696
|
# @option params [Array<String>] :resource_ids
|
679
697
|
# The identifier of the resource associated with the scalable target.
|
@@ -684,8 +702,8 @@ module Aws::ApplicationAutoScaling
|
|
684
702
|
# identifier is the cluster name and service name. Example:
|
685
703
|
# `service/default/sample-webapp`.
|
686
704
|
#
|
687
|
-
# * Spot
|
688
|
-
# the unique identifier is the Spot
|
705
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
706
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
689
707
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
690
708
|
#
|
691
709
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -729,7 +747,7 @@ module Aws::ApplicationAutoScaling
|
|
729
747
|
# service.
|
730
748
|
#
|
731
749
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
732
|
-
# Spot
|
750
|
+
# Spot Fleet request.
|
733
751
|
#
|
734
752
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance count
|
735
753
|
# of an EMR Instance Group.
|
@@ -835,8 +853,7 @@ module Aws::ApplicationAutoScaling
|
|
835
853
|
# Provides descriptive information about the scaling activities in the
|
836
854
|
# specified namespace from the previous six weeks.
|
837
855
|
#
|
838
|
-
# You can filter the results using
|
839
|
-
# `ScalableDimension` parameters.
|
856
|
+
# You can filter the results using `ResourceId` and `ScalableDimension`.
|
840
857
|
#
|
841
858
|
# Scaling activities are triggered by CloudWatch alarms that are
|
842
859
|
# associated with scaling policies. To view the scaling policies for a
|
@@ -851,7 +868,7 @@ module Aws::ApplicationAutoScaling
|
|
851
868
|
#
|
852
869
|
#
|
853
870
|
#
|
854
|
-
# [1]:
|
871
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
855
872
|
#
|
856
873
|
# @option params [String] :resource_id
|
857
874
|
# The identifier of the resource associated with the scaling activity.
|
@@ -862,8 +879,8 @@ module Aws::ApplicationAutoScaling
|
|
862
879
|
# identifier is the cluster name and service name. Example:
|
863
880
|
# `service/default/sample-webapp`.
|
864
881
|
#
|
865
|
-
# * Spot
|
866
|
-
# the unique identifier is the Spot
|
882
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
883
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
867
884
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
868
885
|
#
|
869
886
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -906,7 +923,7 @@ module Aws::ApplicationAutoScaling
|
|
906
923
|
# service.
|
907
924
|
#
|
908
925
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
909
|
-
# Spot
|
926
|
+
# Spot Fleet request.
|
910
927
|
#
|
911
928
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance count
|
912
929
|
# of an EMR Instance Group.
|
@@ -1019,10 +1036,11 @@ module Aws::ApplicationAutoScaling
|
|
1019
1036
|
req.send_request(options)
|
1020
1037
|
end
|
1021
1038
|
|
1022
|
-
# Describes the scaling policies for the
|
1039
|
+
# Describes the Application Auto Scaling scaling policies for the
|
1040
|
+
# specified service namespace.
|
1023
1041
|
#
|
1024
|
-
# You can filter the results using
|
1025
|
-
#
|
1042
|
+
# You can filter the results using `ResourceId`, `ScalableDimension`,
|
1043
|
+
# and `PolicyNames`.
|
1026
1044
|
#
|
1027
1045
|
# To create a scaling policy or update an existing one, see
|
1028
1046
|
# PutScalingPolicy. If you are no longer using a scaling policy, you can
|
@@ -1039,7 +1057,7 @@ module Aws::ApplicationAutoScaling
|
|
1039
1057
|
#
|
1040
1058
|
#
|
1041
1059
|
#
|
1042
|
-
# [1]:
|
1060
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
1043
1061
|
#
|
1044
1062
|
# @option params [String] :resource_id
|
1045
1063
|
# The identifier of the resource associated with the scaling policy.
|
@@ -1050,8 +1068,8 @@ module Aws::ApplicationAutoScaling
|
|
1050
1068
|
# identifier is the cluster name and service name. Example:
|
1051
1069
|
# `service/default/sample-webapp`.
|
1052
1070
|
#
|
1053
|
-
# * Spot
|
1054
|
-
# the unique identifier is the Spot
|
1071
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
1072
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
1055
1073
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
1056
1074
|
#
|
1057
1075
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -1094,7 +1112,7 @@ module Aws::ApplicationAutoScaling
|
|
1094
1112
|
# service.
|
1095
1113
|
#
|
1096
1114
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
1097
|
-
# Spot
|
1115
|
+
# Spot Fleet request.
|
1098
1116
|
#
|
1099
1117
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance count
|
1100
1118
|
# of an EMR Instance Group.
|
@@ -1239,7 +1257,8 @@ module Aws::ApplicationAutoScaling
|
|
1239
1257
|
req.send_request(options)
|
1240
1258
|
end
|
1241
1259
|
|
1242
|
-
# Describes the scheduled actions for the
|
1260
|
+
# Describes the Application Auto Scaling scheduled actions for the
|
1261
|
+
# specified service namespace.
|
1243
1262
|
#
|
1244
1263
|
# You can filter the results using the `ResourceId`,
|
1245
1264
|
# `ScalableDimension`, and `ScheduledActionNames` parameters.
|
@@ -1259,7 +1278,7 @@ module Aws::ApplicationAutoScaling
|
|
1259
1278
|
#
|
1260
1279
|
#
|
1261
1280
|
#
|
1262
|
-
# [1]:
|
1281
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
1263
1282
|
#
|
1264
1283
|
# @option params [String] :resource_id
|
1265
1284
|
# The identifier of the resource associated with the scheduled action.
|
@@ -1270,8 +1289,8 @@ module Aws::ApplicationAutoScaling
|
|
1270
1289
|
# identifier is the cluster name and service name. Example:
|
1271
1290
|
# `service/default/sample-webapp`.
|
1272
1291
|
#
|
1273
|
-
# * Spot
|
1274
|
-
# the unique identifier is the Spot
|
1292
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
1293
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
1275
1294
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
1276
1295
|
#
|
1277
1296
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -1314,7 +1333,7 @@ module Aws::ApplicationAutoScaling
|
|
1314
1333
|
# service.
|
1315
1334
|
#
|
1316
1335
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
1317
|
-
# Spot
|
1336
|
+
# Spot Fleet request.
|
1318
1337
|
#
|
1319
1338
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance count
|
1320
1339
|
# of an EMR Instance Group.
|
@@ -1445,7 +1464,7 @@ module Aws::ApplicationAutoScaling
|
|
1445
1464
|
#
|
1446
1465
|
#
|
1447
1466
|
#
|
1448
|
-
# [1]:
|
1467
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
1449
1468
|
#
|
1450
1469
|
# @option params [required, String] :resource_id
|
1451
1470
|
# The identifier of the resource associated with the scaling policy.
|
@@ -1455,8 +1474,8 @@ module Aws::ApplicationAutoScaling
|
|
1455
1474
|
# identifier is the cluster name and service name. Example:
|
1456
1475
|
# `service/default/sample-webapp`.
|
1457
1476
|
#
|
1458
|
-
# * Spot
|
1459
|
-
# the unique identifier is the Spot
|
1477
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
1478
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
1460
1479
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
1461
1480
|
#
|
1462
1481
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -1498,7 +1517,7 @@ module Aws::ApplicationAutoScaling
|
|
1498
1517
|
# service.
|
1499
1518
|
#
|
1500
1519
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
1501
|
-
# Spot
|
1520
|
+
# Spot Fleet request.
|
1502
1521
|
#
|
1503
1522
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance count
|
1504
1523
|
# of an EMR Instance Group.
|
@@ -1532,10 +1551,15 @@ module Aws::ApplicationAutoScaling
|
|
1532
1551
|
# The policy type. This parameter is required if you are creating a
|
1533
1552
|
# scaling policy.
|
1534
1553
|
#
|
1535
|
-
#
|
1536
|
-
#
|
1537
|
-
#
|
1538
|
-
#
|
1554
|
+
# The following policy types are supported:
|
1555
|
+
#
|
1556
|
+
# `TargetTrackingScaling`—Not supported for Amazon EMR or AppStream
|
1557
|
+
#
|
1558
|
+
# `StepScaling`—Not supported for Amazon DynamoDB
|
1559
|
+
#
|
1560
|
+
# For more information, see [Step Scaling Policies for Application Auto
|
1561
|
+
# Scaling][1] and [Target Tracking Scaling Policies for Application Auto
|
1562
|
+
# Scaling][2] in the *Application Auto Scaling User Guide*.
|
1539
1563
|
#
|
1540
1564
|
#
|
1541
1565
|
#
|
@@ -1711,7 +1735,7 @@ module Aws::ApplicationAutoScaling
|
|
1711
1735
|
#
|
1712
1736
|
#
|
1713
1737
|
#
|
1714
|
-
# [1]:
|
1738
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
1715
1739
|
#
|
1716
1740
|
# @option params [String] :schedule
|
1717
1741
|
# The schedule for this action. The following formats are supported:
|
@@ -1746,8 +1770,8 @@ module Aws::ApplicationAutoScaling
|
|
1746
1770
|
# identifier is the cluster name and service name. Example:
|
1747
1771
|
# `service/default/sample-webapp`.
|
1748
1772
|
#
|
1749
|
-
# * Spot
|
1750
|
-
# the unique identifier is the Spot
|
1773
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
1774
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
1751
1775
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
1752
1776
|
#
|
1753
1777
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -1789,7 +1813,7 @@ module Aws::ApplicationAutoScaling
|
|
1789
1813
|
# service.
|
1790
1814
|
#
|
1791
1815
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
1792
|
-
# Spot
|
1816
|
+
# Spot Fleet request.
|
1793
1817
|
#
|
1794
1818
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance count
|
1795
1819
|
# of an EMR Instance Group.
|
@@ -1861,17 +1885,26 @@ module Aws::ApplicationAutoScaling
|
|
1861
1885
|
|
1862
1886
|
# Registers or updates a scalable target. A scalable target is a
|
1863
1887
|
# resource that Application Auto Scaling can scale out and scale in.
|
1864
|
-
#
|
1865
|
-
#
|
1888
|
+
# Scalable targets are uniquely identified by the combination of
|
1889
|
+
# resource ID, scalable dimension, and namespace.
|
1890
|
+
#
|
1891
|
+
# When you register a new scalable target, you must specify values for
|
1892
|
+
# minimum and maximum capacity. Application Auto Scaling will not scale
|
1893
|
+
# capacity to values that are outside of this range.
|
1894
|
+
#
|
1895
|
+
# To update a scalable target, specify the parameter that you want to
|
1896
|
+
# change as well as the following parameters that identify the scalable
|
1897
|
+
# target: resource ID, scalable dimension, and namespace. Any parameters
|
1898
|
+
# that you don't specify are not changed by this update request.
|
1866
1899
|
#
|
1867
1900
|
# After you register a scalable target, you do not need to register it
|
1868
1901
|
# again to use other Application Auto Scaling operations. To see which
|
1869
1902
|
# resources have been registered, use DescribeScalableTargets. You can
|
1870
|
-
# also view the scaling policies for a service namespace using
|
1903
|
+
# also view the scaling policies for a service namespace by using
|
1871
1904
|
# DescribeScalableTargets.
|
1872
1905
|
#
|
1873
|
-
# If you no longer need a scalable target, you can deregister it
|
1874
|
-
# DeregisterScalableTarget.
|
1906
|
+
# If you no longer need a scalable target, you can deregister it by
|
1907
|
+
# using DeregisterScalableTarget.
|
1875
1908
|
#
|
1876
1909
|
# @option params [required, String] :service_namespace
|
1877
1910
|
# The namespace of the AWS service that provides the resource or
|
@@ -1881,18 +1914,19 @@ module Aws::ApplicationAutoScaling
|
|
1881
1914
|
#
|
1882
1915
|
#
|
1883
1916
|
#
|
1884
|
-
# [1]:
|
1917
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
1885
1918
|
#
|
1886
1919
|
# @option params [required, String] :resource_id
|
1887
|
-
# The identifier of the resource associated with the scalable
|
1888
|
-
# This string consists of the resource type and unique
|
1920
|
+
# The identifier of the resource that is associated with the scalable
|
1921
|
+
# target. This string consists of the resource type and unique
|
1922
|
+
# identifier.
|
1889
1923
|
#
|
1890
1924
|
# * ECS service - The resource type is `service` and the unique
|
1891
1925
|
# identifier is the cluster name and service name. Example:
|
1892
1926
|
# `service/default/sample-webapp`.
|
1893
1927
|
#
|
1894
|
-
# * Spot
|
1895
|
-
# the unique identifier is the Spot
|
1928
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
1929
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
1896
1930
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
1897
1931
|
#
|
1898
1932
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -1935,7 +1969,7 @@ module Aws::ApplicationAutoScaling
|
|
1935
1969
|
# service.
|
1936
1970
|
#
|
1937
1971
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
1938
|
-
# Spot
|
1972
|
+
# Spot Fleet request.
|
1939
1973
|
#
|
1940
1974
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance count
|
1941
1975
|
# of an EMR Instance Group.
|
@@ -1966,12 +2000,12 @@ module Aws::ApplicationAutoScaling
|
|
1966
2000
|
# a custom resource provided by your own application or service.
|
1967
2001
|
#
|
1968
2002
|
# @option params [Integer] :min_capacity
|
1969
|
-
# The minimum value to scale to in response to a scale-in event.
|
1970
|
-
#
|
2003
|
+
# The minimum value to scale to in response to a scale-in event.
|
2004
|
+
# `MinCapacity` is required to register a scalable target.
|
1971
2005
|
#
|
1972
2006
|
# @option params [Integer] :max_capacity
|
1973
|
-
# The maximum value to scale to in response to a scale-out event.
|
1974
|
-
#
|
2007
|
+
# The maximum value to scale to in response to a scale-out event.
|
2008
|
+
# `MaxCapacity` is required to register a scalable target.
|
1975
2009
|
#
|
1976
2010
|
# @option params [String] :role_arn
|
1977
2011
|
# Application Auto Scaling creates a service-linked role that grants it
|
@@ -1980,7 +2014,7 @@ module Aws::ApplicationAutoScaling
|
|
1980
2014
|
# Scaling][1].
|
1981
2015
|
#
|
1982
2016
|
# For resources that are not supported using a service-linked role, this
|
1983
|
-
# parameter is required and must specify the ARN of an IAM role that
|
2017
|
+
# parameter is required, and it must specify the ARN of an IAM role that
|
1984
2018
|
# allows Application Auto Scaling to modify the scalable target on your
|
1985
2019
|
# behalf.
|
1986
2020
|
#
|
@@ -2056,7 +2090,7 @@ module Aws::ApplicationAutoScaling
|
|
2056
2090
|
params: params,
|
2057
2091
|
config: config)
|
2058
2092
|
context[:gem_name] = 'aws-sdk-applicationautoscaling'
|
2059
|
-
context[:gem_version] = '1.
|
2093
|
+
context[:gem_version] = '1.29.0'
|
2060
2094
|
Seahorse::Client::Request.new(handlers, context)
|
2061
2095
|
end
|
2062
2096
|
|
@@ -136,7 +136,7 @@ module Aws::ApplicationAutoScaling
|
|
136
136
|
#
|
137
137
|
#
|
138
138
|
#
|
139
|
-
# [1]:
|
139
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
140
140
|
# @return [String]
|
141
141
|
#
|
142
142
|
# @!attribute [rw] resource_id
|
@@ -147,8 +147,8 @@ module Aws::ApplicationAutoScaling
|
|
147
147
|
# identifier is the cluster name and service name. Example:
|
148
148
|
# `service/default/sample-webapp`.
|
149
149
|
#
|
150
|
-
# * Spot
|
151
|
-
# the unique identifier is the Spot
|
150
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
151
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
152
152
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
153
153
|
#
|
154
154
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -191,7 +191,7 @@ module Aws::ApplicationAutoScaling
|
|
191
191
|
# service.
|
192
192
|
#
|
193
193
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
194
|
-
# Spot
|
194
|
+
# Spot Fleet request.
|
195
195
|
#
|
196
196
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance
|
197
197
|
# count of an EMR Instance Group.
|
@@ -254,7 +254,7 @@ module Aws::ApplicationAutoScaling
|
|
254
254
|
#
|
255
255
|
#
|
256
256
|
#
|
257
|
-
# [1]:
|
257
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
258
258
|
# @return [String]
|
259
259
|
#
|
260
260
|
# @!attribute [rw] scheduled_action_name
|
@@ -269,8 +269,8 @@ module Aws::ApplicationAutoScaling
|
|
269
269
|
# identifier is the cluster name and service name. Example:
|
270
270
|
# `service/default/sample-webapp`.
|
271
271
|
#
|
272
|
-
# * Spot
|
273
|
-
# the unique identifier is the Spot
|
272
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
273
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
274
274
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
275
275
|
#
|
276
276
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -313,7 +313,7 @@ module Aws::ApplicationAutoScaling
|
|
313
313
|
# service.
|
314
314
|
#
|
315
315
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
316
|
-
# Spot
|
316
|
+
# Spot Fleet request.
|
317
317
|
#
|
318
318
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance
|
319
319
|
# count of an EMR Instance Group.
|
@@ -375,7 +375,7 @@ module Aws::ApplicationAutoScaling
|
|
375
375
|
#
|
376
376
|
#
|
377
377
|
#
|
378
|
-
# [1]:
|
378
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
379
379
|
# @return [String]
|
380
380
|
#
|
381
381
|
# @!attribute [rw] resource_id
|
@@ -386,8 +386,8 @@ module Aws::ApplicationAutoScaling
|
|
386
386
|
# identifier is the cluster name and service name. Example:
|
387
387
|
# `service/default/sample-webapp`.
|
388
388
|
#
|
389
|
-
# * Spot
|
390
|
-
# the unique identifier is the Spot
|
389
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
390
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
391
391
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
392
392
|
#
|
393
393
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -431,7 +431,7 @@ module Aws::ApplicationAutoScaling
|
|
431
431
|
# service.
|
432
432
|
#
|
433
433
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
434
|
-
# Spot
|
434
|
+
# Spot Fleet request.
|
435
435
|
#
|
436
436
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance
|
437
437
|
# count of an EMR Instance Group.
|
@@ -494,7 +494,7 @@ module Aws::ApplicationAutoScaling
|
|
494
494
|
#
|
495
495
|
#
|
496
496
|
#
|
497
|
-
# [1]:
|
497
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
498
498
|
# @return [String]
|
499
499
|
#
|
500
500
|
# @!attribute [rw] resource_ids
|
@@ -507,8 +507,8 @@ module Aws::ApplicationAutoScaling
|
|
507
507
|
# identifier is the cluster name and service name. Example:
|
508
508
|
# `service/default/sample-webapp`.
|
509
509
|
#
|
510
|
-
# * Spot
|
511
|
-
# the unique identifier is the Spot
|
510
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
511
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
512
512
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
513
513
|
#
|
514
514
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -553,7 +553,7 @@ module Aws::ApplicationAutoScaling
|
|
553
553
|
# service.
|
554
554
|
#
|
555
555
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
556
|
-
# Spot
|
556
|
+
# Spot Fleet request.
|
557
557
|
#
|
558
558
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance
|
559
559
|
# count of an EMR Instance Group.
|
@@ -646,7 +646,7 @@ module Aws::ApplicationAutoScaling
|
|
646
646
|
#
|
647
647
|
#
|
648
648
|
#
|
649
|
-
# [1]:
|
649
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
650
650
|
# @return [String]
|
651
651
|
#
|
652
652
|
# @!attribute [rw] resource_id
|
@@ -659,8 +659,8 @@ module Aws::ApplicationAutoScaling
|
|
659
659
|
# identifier is the cluster name and service name. Example:
|
660
660
|
# `service/default/sample-webapp`.
|
661
661
|
#
|
662
|
-
# * Spot
|
663
|
-
# the unique identifier is the Spot
|
662
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
663
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
664
664
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
665
665
|
#
|
666
666
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -704,7 +704,7 @@ module Aws::ApplicationAutoScaling
|
|
704
704
|
# service.
|
705
705
|
#
|
706
706
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
707
|
-
# Spot
|
707
|
+
# Spot Fleet request.
|
708
708
|
#
|
709
709
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance
|
710
710
|
# count of an EMR Instance Group.
|
@@ -802,7 +802,7 @@ module Aws::ApplicationAutoScaling
|
|
802
802
|
#
|
803
803
|
#
|
804
804
|
#
|
805
|
-
# [1]:
|
805
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
806
806
|
# @return [String]
|
807
807
|
#
|
808
808
|
# @!attribute [rw] resource_id
|
@@ -815,8 +815,8 @@ module Aws::ApplicationAutoScaling
|
|
815
815
|
# identifier is the cluster name and service name. Example:
|
816
816
|
# `service/default/sample-webapp`.
|
817
817
|
#
|
818
|
-
# * Spot
|
819
|
-
# the unique identifier is the Spot
|
818
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
819
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
820
820
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
821
821
|
#
|
822
822
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -860,7 +860,7 @@ module Aws::ApplicationAutoScaling
|
|
860
860
|
# service.
|
861
861
|
#
|
862
862
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
863
|
-
# Spot
|
863
|
+
# Spot Fleet request.
|
864
864
|
#
|
865
865
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance
|
866
866
|
# count of an EMR Instance Group.
|
@@ -959,7 +959,7 @@ module Aws::ApplicationAutoScaling
|
|
959
959
|
#
|
960
960
|
#
|
961
961
|
#
|
962
|
-
# [1]:
|
962
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
963
963
|
# @return [String]
|
964
964
|
#
|
965
965
|
# @!attribute [rw] resource_id
|
@@ -972,8 +972,8 @@ module Aws::ApplicationAutoScaling
|
|
972
972
|
# identifier is the cluster name and service name. Example:
|
973
973
|
# `service/default/sample-webapp`.
|
974
974
|
#
|
975
|
-
# * Spot
|
976
|
-
# the unique identifier is the Spot
|
975
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
976
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
977
977
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
978
978
|
#
|
979
979
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -1017,7 +1017,7 @@ module Aws::ApplicationAutoScaling
|
|
1017
1017
|
# service.
|
1018
1018
|
#
|
1019
1019
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
1020
|
-
# Spot
|
1020
|
+
# Spot Fleet request.
|
1021
1021
|
#
|
1022
1022
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance
|
1023
1023
|
# count of an EMR Instance Group.
|
@@ -1209,14 +1209,14 @@ module Aws::ApplicationAutoScaling
|
|
1209
1209
|
#
|
1210
1210
|
# @!attribute [rw] predefined_metric_type
|
1211
1211
|
# The metric type. The `ALBRequestCountPerTarget` metric type applies
|
1212
|
-
# only to Spot
|
1212
|
+
# only to Spot Fleet requests and ECS services.
|
1213
1213
|
# @return [String]
|
1214
1214
|
#
|
1215
1215
|
# @!attribute [rw] resource_label
|
1216
1216
|
# Identifies the resource associated with the metric type. You can't
|
1217
1217
|
# specify a resource label unless the metric type is
|
1218
1218
|
# `ALBRequestCountPerTarget` and there is a target group attached to
|
1219
|
-
# the Spot
|
1219
|
+
# the Spot Fleet request or ECS service.
|
1220
1220
|
#
|
1221
1221
|
# The format is
|
1222
1222
|
# app/<load-balancer-name>/<load-balancer-id>/targetgroup/<target-group-name>/<target-group-id>,
|
@@ -1295,7 +1295,7 @@ module Aws::ApplicationAutoScaling
|
|
1295
1295
|
#
|
1296
1296
|
#
|
1297
1297
|
#
|
1298
|
-
# [1]:
|
1298
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
1299
1299
|
# @return [String]
|
1300
1300
|
#
|
1301
1301
|
# @!attribute [rw] resource_id
|
@@ -1306,8 +1306,8 @@ module Aws::ApplicationAutoScaling
|
|
1306
1306
|
# identifier is the cluster name and service name. Example:
|
1307
1307
|
# `service/default/sample-webapp`.
|
1308
1308
|
#
|
1309
|
-
# * Spot
|
1310
|
-
# the unique identifier is the Spot
|
1309
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
1310
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
1311
1311
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
1312
1312
|
#
|
1313
1313
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -1350,7 +1350,7 @@ module Aws::ApplicationAutoScaling
|
|
1350
1350
|
# service.
|
1351
1351
|
#
|
1352
1352
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
1353
|
-
# Spot
|
1353
|
+
# Spot Fleet request.
|
1354
1354
|
#
|
1355
1355
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance
|
1356
1356
|
# count of an EMR Instance Group.
|
@@ -1385,10 +1385,16 @@ module Aws::ApplicationAutoScaling
|
|
1385
1385
|
# The policy type. This parameter is required if you are creating a
|
1386
1386
|
# scaling policy.
|
1387
1387
|
#
|
1388
|
-
#
|
1389
|
-
#
|
1390
|
-
#
|
1391
|
-
#
|
1388
|
+
# The following policy types are supported:
|
1389
|
+
#
|
1390
|
+
# `TargetTrackingScaling`—Not supported for Amazon EMR or AppStream
|
1391
|
+
#
|
1392
|
+
# `StepScaling`—Not supported for Amazon DynamoDB
|
1393
|
+
#
|
1394
|
+
# For more information, see [Step Scaling Policies for Application
|
1395
|
+
# Auto Scaling][1] and [Target Tracking Scaling Policies for
|
1396
|
+
# Application Auto Scaling][2] in the *Application Auto Scaling User
|
1397
|
+
# Guide*.
|
1392
1398
|
#
|
1393
1399
|
#
|
1394
1400
|
#
|
@@ -1466,7 +1472,7 @@ module Aws::ApplicationAutoScaling
|
|
1466
1472
|
#
|
1467
1473
|
#
|
1468
1474
|
#
|
1469
|
-
# [1]:
|
1475
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
1470
1476
|
# @return [String]
|
1471
1477
|
#
|
1472
1478
|
# @!attribute [rw] schedule
|
@@ -1504,8 +1510,8 @@ module Aws::ApplicationAutoScaling
|
|
1504
1510
|
# identifier is the cluster name and service name. Example:
|
1505
1511
|
# `service/default/sample-webapp`.
|
1506
1512
|
#
|
1507
|
-
# * Spot
|
1508
|
-
# the unique identifier is the Spot
|
1513
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
1514
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
1509
1515
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
1510
1516
|
#
|
1511
1517
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -1548,7 +1554,7 @@ module Aws::ApplicationAutoScaling
|
|
1548
1554
|
# service.
|
1549
1555
|
#
|
1550
1556
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
1551
|
-
# Spot
|
1557
|
+
# Spot Fleet request.
|
1552
1558
|
#
|
1553
1559
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance
|
1554
1560
|
# count of an EMR Instance Group.
|
@@ -1634,19 +1640,20 @@ module Aws::ApplicationAutoScaling
|
|
1634
1640
|
#
|
1635
1641
|
#
|
1636
1642
|
#
|
1637
|
-
# [1]:
|
1643
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
1638
1644
|
# @return [String]
|
1639
1645
|
#
|
1640
1646
|
# @!attribute [rw] resource_id
|
1641
|
-
# The identifier of the resource associated with the scalable
|
1642
|
-
# This string consists of the resource type and unique
|
1647
|
+
# The identifier of the resource that is associated with the scalable
|
1648
|
+
# target. This string consists of the resource type and unique
|
1649
|
+
# identifier.
|
1643
1650
|
#
|
1644
1651
|
# * ECS service - The resource type is `service` and the unique
|
1645
1652
|
# identifier is the cluster name and service name. Example:
|
1646
1653
|
# `service/default/sample-webapp`.
|
1647
1654
|
#
|
1648
|
-
# * Spot
|
1649
|
-
# the unique identifier is the Spot
|
1655
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
1656
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
1650
1657
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
1651
1658
|
#
|
1652
1659
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -1690,7 +1697,7 @@ module Aws::ApplicationAutoScaling
|
|
1690
1697
|
# service.
|
1691
1698
|
#
|
1692
1699
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
1693
|
-
# Spot
|
1700
|
+
# Spot Fleet request.
|
1694
1701
|
#
|
1695
1702
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance
|
1696
1703
|
# count of an EMR Instance Group.
|
@@ -1722,13 +1729,13 @@ module Aws::ApplicationAutoScaling
|
|
1722
1729
|
# @return [String]
|
1723
1730
|
#
|
1724
1731
|
# @!attribute [rw] min_capacity
|
1725
|
-
# The minimum value to scale to in response to a scale-in event.
|
1726
|
-
#
|
1732
|
+
# The minimum value to scale to in response to a scale-in event.
|
1733
|
+
# `MinCapacity` is required to register a scalable target.
|
1727
1734
|
# @return [Integer]
|
1728
1735
|
#
|
1729
1736
|
# @!attribute [rw] max_capacity
|
1730
|
-
# The maximum value to scale to in response to a scale-out event.
|
1731
|
-
#
|
1737
|
+
# The maximum value to scale to in response to a scale-out event.
|
1738
|
+
# `MaxCapacity` is required to register a scalable target.
|
1732
1739
|
# @return [Integer]
|
1733
1740
|
#
|
1734
1741
|
# @!attribute [rw] role_arn
|
@@ -1738,9 +1745,9 @@ module Aws::ApplicationAutoScaling
|
|
1738
1745
|
# Scaling][1].
|
1739
1746
|
#
|
1740
1747
|
# For resources that are not supported using a service-linked role,
|
1741
|
-
# this parameter is required and must specify the ARN of an IAM
|
1742
|
-
# that allows Application Auto Scaling to modify the scalable
|
1743
|
-
# on your behalf.
|
1748
|
+
# this parameter is required, and it must specify the ARN of an IAM
|
1749
|
+
# role that allows Application Auto Scaling to modify the scalable
|
1750
|
+
# target on your behalf.
|
1744
1751
|
#
|
1745
1752
|
#
|
1746
1753
|
#
|
@@ -1773,7 +1780,7 @@ module Aws::ApplicationAutoScaling
|
|
1773
1780
|
#
|
1774
1781
|
#
|
1775
1782
|
#
|
1776
|
-
# [1]:
|
1783
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
1777
1784
|
# @return [String]
|
1778
1785
|
#
|
1779
1786
|
# @!attribute [rw] resource_id
|
@@ -1784,8 +1791,8 @@ module Aws::ApplicationAutoScaling
|
|
1784
1791
|
# identifier is the cluster name and service name. Example:
|
1785
1792
|
# `service/default/sample-webapp`.
|
1786
1793
|
#
|
1787
|
-
# * Spot
|
1788
|
-
# the unique identifier is the Spot
|
1794
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
1795
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
1789
1796
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
1790
1797
|
#
|
1791
1798
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -1829,7 +1836,7 @@ module Aws::ApplicationAutoScaling
|
|
1829
1836
|
# service.
|
1830
1837
|
#
|
1831
1838
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
1832
|
-
# Spot
|
1839
|
+
# Spot Fleet request.
|
1833
1840
|
#
|
1834
1841
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance
|
1835
1842
|
# count of an EMR Instance Group.
|
@@ -1930,7 +1937,7 @@ module Aws::ApplicationAutoScaling
|
|
1930
1937
|
#
|
1931
1938
|
#
|
1932
1939
|
#
|
1933
|
-
# [1]:
|
1940
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
1934
1941
|
# @return [String]
|
1935
1942
|
#
|
1936
1943
|
# @!attribute [rw] resource_id
|
@@ -1941,8 +1948,8 @@ module Aws::ApplicationAutoScaling
|
|
1941
1948
|
# identifier is the cluster name and service name. Example:
|
1942
1949
|
# `service/default/sample-webapp`.
|
1943
1950
|
#
|
1944
|
-
# * Spot
|
1945
|
-
# the unique identifier is the Spot
|
1951
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
1952
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
1946
1953
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
1947
1954
|
#
|
1948
1955
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -1985,7 +1992,7 @@ module Aws::ApplicationAutoScaling
|
|
1985
1992
|
# service.
|
1986
1993
|
#
|
1987
1994
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
1988
|
-
# Spot
|
1995
|
+
# Spot Fleet request.
|
1989
1996
|
#
|
1990
1997
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance
|
1991
1998
|
# count of an EMR Instance Group.
|
@@ -2080,7 +2087,7 @@ module Aws::ApplicationAutoScaling
|
|
2080
2087
|
#
|
2081
2088
|
#
|
2082
2089
|
#
|
2083
|
-
# [1]:
|
2090
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
2084
2091
|
# @return [String]
|
2085
2092
|
#
|
2086
2093
|
# @!attribute [rw] resource_id
|
@@ -2091,8 +2098,8 @@ module Aws::ApplicationAutoScaling
|
|
2091
2098
|
# identifier is the cluster name and service name. Example:
|
2092
2099
|
# `service/default/sample-webapp`.
|
2093
2100
|
#
|
2094
|
-
# * Spot
|
2095
|
-
# the unique identifier is the Spot
|
2101
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
2102
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
2096
2103
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
2097
2104
|
#
|
2098
2105
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -2135,7 +2142,7 @@ module Aws::ApplicationAutoScaling
|
|
2135
2142
|
# service.
|
2136
2143
|
#
|
2137
2144
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
2138
|
-
# Spot
|
2145
|
+
# Spot Fleet request.
|
2139
2146
|
#
|
2140
2147
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance
|
2141
2148
|
# count of an EMR Instance Group.
|
@@ -2220,7 +2227,7 @@ module Aws::ApplicationAutoScaling
|
|
2220
2227
|
#
|
2221
2228
|
#
|
2222
2229
|
#
|
2223
|
-
# [1]:
|
2230
|
+
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces
|
2224
2231
|
# @return [String]
|
2225
2232
|
#
|
2226
2233
|
# @!attribute [rw] schedule
|
@@ -2254,8 +2261,8 @@ module Aws::ApplicationAutoScaling
|
|
2254
2261
|
# identifier is the cluster name and service name. Example:
|
2255
2262
|
# `service/default/sample-webapp`.
|
2256
2263
|
#
|
2257
|
-
# * Spot
|
2258
|
-
# the unique identifier is the Spot
|
2264
|
+
# * Spot Fleet request - The resource type is `spot-fleet-request` and
|
2265
|
+
# the unique identifier is the Spot Fleet request ID. Example:
|
2259
2266
|
# `spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE`.
|
2260
2267
|
#
|
2261
2268
|
# * EMR cluster - The resource type is `instancegroup` and the unique
|
@@ -2298,7 +2305,7 @@ module Aws::ApplicationAutoScaling
|
|
2298
2305
|
# service.
|
2299
2306
|
#
|
2300
2307
|
# * `ec2:spot-fleet-request:TargetCapacity` - The target capacity of a
|
2301
|
-
# Spot
|
2308
|
+
# Spot Fleet request.
|
2302
2309
|
#
|
2303
2310
|
# * `elasticmapreduce:instancegroup:InstanceCount` - The instance
|
2304
2311
|
# count of an EMR Instance Group.
|
@@ -2462,8 +2469,8 @@ module Aws::ApplicationAutoScaling
|
|
2462
2469
|
# }
|
2463
2470
|
#
|
2464
2471
|
# @!attribute [rw] adjustment_type
|
2465
|
-
#
|
2466
|
-
#
|
2472
|
+
# Specifies whether the `ScalingAdjustment` value in a StepAdjustment
|
2473
|
+
# is an absolute number or a percentage of the current capacity.
|
2467
2474
|
# @return [String]
|
2468
2475
|
#
|
2469
2476
|
# @!attribute [rw] step_adjustments
|
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.29.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-
|
11
|
+
date: 2019-08-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|