aws-sdk-applicationautoscaling 1.67.0 → 1.69.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-applicationautoscaling/client.rb +425 -34
- data/lib/aws-sdk-applicationautoscaling/client_api.rb +78 -0
- data/lib/aws-sdk-applicationautoscaling/endpoints.rb +42 -0
- data/lib/aws-sdk-applicationautoscaling/errors.rb +42 -0
- data/lib/aws-sdk-applicationautoscaling/plugins/endpoints.rb +6 -0
- data/lib/aws-sdk-applicationautoscaling/types.rb +292 -16
- data/lib/aws-sdk-applicationautoscaling.rb +1 -1
- metadata +2 -2
@@ -76,7 +76,7 @@ module Aws::ApplicationAutoScaling
|
|
76
76
|
#
|
77
77
|
# @!attribute [rw] metric_name
|
78
78
|
# The name of the metric. To get the exact metric name, namespace, and
|
79
|
-
# dimensions, inspect the [Metric][1] object that
|
79
|
+
# dimensions, inspect the [Metric][1] object that's returned by a
|
80
80
|
# call to [ListMetrics][2].
|
81
81
|
#
|
82
82
|
#
|
@@ -208,6 +208,10 @@ module Aws::ApplicationAutoScaling
|
|
208
208
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
209
209
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
210
210
|
#
|
211
|
+
# * SageMaker Serverless endpoint - The resource type is `variant` and
|
212
|
+
# the unique identifier is the resource ID. Example:
|
213
|
+
# `endpoint/my-end-point/variant/KMeansClustering`.
|
214
|
+
#
|
211
215
|
#
|
212
216
|
#
|
213
217
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -279,6 +283,9 @@ module Aws::ApplicationAutoScaling
|
|
279
283
|
#
|
280
284
|
# * `neptune:cluster:ReadReplicaCount` - The count of read replicas in
|
281
285
|
# an Amazon Neptune DB cluster.
|
286
|
+
#
|
287
|
+
# * `sagemaker:variant:DesiredProvisionedConcurrency` - The
|
288
|
+
# provisioned concurrency for a SageMaker Serverless endpoint.
|
282
289
|
# @return [String]
|
283
290
|
#
|
284
291
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeleteScalingPolicyRequest AWS API Documentation
|
@@ -375,6 +382,10 @@ module Aws::ApplicationAutoScaling
|
|
375
382
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
376
383
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
377
384
|
#
|
385
|
+
# * SageMaker Serverless endpoint - The resource type is `variant` and
|
386
|
+
# the unique identifier is the resource ID. Example:
|
387
|
+
# `endpoint/my-end-point/variant/KMeansClustering`.
|
388
|
+
#
|
378
389
|
#
|
379
390
|
#
|
380
391
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -446,6 +457,9 @@ module Aws::ApplicationAutoScaling
|
|
446
457
|
#
|
447
458
|
# * `neptune:cluster:ReadReplicaCount` - The count of read replicas in
|
448
459
|
# an Amazon Neptune DB cluster.
|
460
|
+
#
|
461
|
+
# * `sagemaker:variant:DesiredProvisionedConcurrency` - The
|
462
|
+
# provisioned concurrency for a SageMaker Serverless endpoint.
|
449
463
|
# @return [String]
|
450
464
|
#
|
451
465
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeleteScheduledActionRequest AWS API Documentation
|
@@ -538,6 +552,10 @@ module Aws::ApplicationAutoScaling
|
|
538
552
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
539
553
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
540
554
|
#
|
555
|
+
# * SageMaker Serverless endpoint - The resource type is `variant` and
|
556
|
+
# the unique identifier is the resource ID. Example:
|
557
|
+
# `endpoint/my-end-point/variant/KMeansClustering`.
|
558
|
+
#
|
541
559
|
#
|
542
560
|
#
|
543
561
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -610,6 +628,9 @@ module Aws::ApplicationAutoScaling
|
|
610
628
|
#
|
611
629
|
# * `neptune:cluster:ReadReplicaCount` - The count of read replicas in
|
612
630
|
# an Amazon Neptune DB cluster.
|
631
|
+
#
|
632
|
+
# * `sagemaker:variant:DesiredProvisionedConcurrency` - The
|
633
|
+
# provisioned concurrency for a SageMaker Serverless endpoint.
|
613
634
|
# @return [String]
|
614
635
|
#
|
615
636
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeregisterScalableTargetRequest AWS API Documentation
|
@@ -701,6 +722,10 @@ module Aws::ApplicationAutoScaling
|
|
701
722
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
702
723
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
703
724
|
#
|
725
|
+
# * SageMaker Serverless endpoint - The resource type is `variant` and
|
726
|
+
# the unique identifier is the resource ID. Example:
|
727
|
+
# `endpoint/my-end-point/variant/KMeansClustering`.
|
728
|
+
#
|
704
729
|
#
|
705
730
|
#
|
706
731
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -774,6 +799,9 @@ module Aws::ApplicationAutoScaling
|
|
774
799
|
#
|
775
800
|
# * `neptune:cluster:ReadReplicaCount` - The count of read replicas in
|
776
801
|
# an Amazon Neptune DB cluster.
|
802
|
+
#
|
803
|
+
# * `sagemaker:variant:DesiredProvisionedConcurrency` - The
|
804
|
+
# provisioned concurrency for a SageMaker Serverless endpoint.
|
777
805
|
# @return [String]
|
778
806
|
#
|
779
807
|
# @!attribute [rw] max_results
|
@@ -896,6 +924,10 @@ module Aws::ApplicationAutoScaling
|
|
896
924
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
897
925
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
898
926
|
#
|
927
|
+
# * SageMaker Serverless endpoint - The resource type is `variant` and
|
928
|
+
# the unique identifier is the resource ID. Example:
|
929
|
+
# `endpoint/my-end-point/variant/KMeansClustering`.
|
930
|
+
#
|
899
931
|
#
|
900
932
|
#
|
901
933
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -968,6 +1000,9 @@ module Aws::ApplicationAutoScaling
|
|
968
1000
|
#
|
969
1001
|
# * `neptune:cluster:ReadReplicaCount` - The count of read replicas in
|
970
1002
|
# an Amazon Neptune DB cluster.
|
1003
|
+
#
|
1004
|
+
# * `sagemaker:variant:DesiredProvisionedConcurrency` - The
|
1005
|
+
# provisioned concurrency for a SageMaker Serverless endpoint.
|
971
1006
|
# @return [String]
|
972
1007
|
#
|
973
1008
|
# @!attribute [rw] max_results
|
@@ -1108,6 +1143,10 @@ module Aws::ApplicationAutoScaling
|
|
1108
1143
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
1109
1144
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
1110
1145
|
#
|
1146
|
+
# * SageMaker Serverless endpoint - The resource type is `variant` and
|
1147
|
+
# the unique identifier is the resource ID. Example:
|
1148
|
+
# `endpoint/my-end-point/variant/KMeansClustering`.
|
1149
|
+
#
|
1111
1150
|
#
|
1112
1151
|
#
|
1113
1152
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -1180,6 +1219,9 @@ module Aws::ApplicationAutoScaling
|
|
1180
1219
|
#
|
1181
1220
|
# * `neptune:cluster:ReadReplicaCount` - The count of read replicas in
|
1182
1221
|
# an Amazon Neptune DB cluster.
|
1222
|
+
#
|
1223
|
+
# * `sagemaker:variant:DesiredProvisionedConcurrency` - The
|
1224
|
+
# provisioned concurrency for a SageMaker Serverless endpoint.
|
1183
1225
|
# @return [String]
|
1184
1226
|
#
|
1185
1227
|
# @!attribute [rw] max_results
|
@@ -1307,6 +1349,10 @@ module Aws::ApplicationAutoScaling
|
|
1307
1349
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
1308
1350
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
1309
1351
|
#
|
1352
|
+
# * SageMaker Serverless endpoint - The resource type is `variant` and
|
1353
|
+
# the unique identifier is the resource ID. Example:
|
1354
|
+
# `endpoint/my-end-point/variant/KMeansClustering`.
|
1355
|
+
#
|
1310
1356
|
#
|
1311
1357
|
#
|
1312
1358
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -1379,6 +1425,9 @@ module Aws::ApplicationAutoScaling
|
|
1379
1425
|
#
|
1380
1426
|
# * `neptune:cluster:ReadReplicaCount` - The count of read replicas in
|
1381
1427
|
# an Amazon Neptune DB cluster.
|
1428
|
+
#
|
1429
|
+
# * `sagemaker:variant:DesiredProvisionedConcurrency` - The
|
1430
|
+
# provisioned concurrency for a SageMaker Serverless endpoint.
|
1382
1431
|
# @return [String]
|
1383
1432
|
#
|
1384
1433
|
# @!attribute [rw] max_results
|
@@ -1492,6 +1541,35 @@ module Aws::ApplicationAutoScaling
|
|
1492
1541
|
include Aws::Structure
|
1493
1542
|
end
|
1494
1543
|
|
1544
|
+
# @!attribute [rw] resource_arn
|
1545
|
+
# Specify the ARN of the scalable target.
|
1546
|
+
#
|
1547
|
+
# For example:
|
1548
|
+
# `arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123`
|
1549
|
+
#
|
1550
|
+
# To get the ARN for a scalable target, use DescribeScalableTargets.
|
1551
|
+
# @return [String]
|
1552
|
+
#
|
1553
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/ListTagsForResourceRequest AWS API Documentation
|
1554
|
+
#
|
1555
|
+
class ListTagsForResourceRequest < Struct.new(
|
1556
|
+
:resource_arn)
|
1557
|
+
SENSITIVE = []
|
1558
|
+
include Aws::Structure
|
1559
|
+
end
|
1560
|
+
|
1561
|
+
# @!attribute [rw] tags
|
1562
|
+
# A list of tags. Each tag consists of a tag key and a tag value.
|
1563
|
+
# @return [Hash<String,String>]
|
1564
|
+
#
|
1565
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/ListTagsForResourceResponse AWS API Documentation
|
1566
|
+
#
|
1567
|
+
class ListTagsForResourceResponse < Struct.new(
|
1568
|
+
:tags)
|
1569
|
+
SENSITIVE = []
|
1570
|
+
include Aws::Structure
|
1571
|
+
end
|
1572
|
+
|
1495
1573
|
# Describes the dimension names and values associated with a metric.
|
1496
1574
|
#
|
1497
1575
|
# @!attribute [rw] name
|
@@ -1718,6 +1796,10 @@ module Aws::ApplicationAutoScaling
|
|
1718
1796
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
1719
1797
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
1720
1798
|
#
|
1799
|
+
# * SageMaker Serverless endpoint - The resource type is `variant` and
|
1800
|
+
# the unique identifier is the resource ID. Example:
|
1801
|
+
# `endpoint/my-end-point/variant/KMeansClustering`.
|
1802
|
+
#
|
1721
1803
|
#
|
1722
1804
|
#
|
1723
1805
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -1789,6 +1871,9 @@ module Aws::ApplicationAutoScaling
|
|
1789
1871
|
#
|
1790
1872
|
# * `neptune:cluster:ReadReplicaCount` - The count of read replicas in
|
1791
1873
|
# an Amazon Neptune DB cluster.
|
1874
|
+
#
|
1875
|
+
# * `sagemaker:variant:DesiredProvisionedConcurrency` - The
|
1876
|
+
# provisioned concurrency for a SageMaker Serverless endpoint.
|
1792
1877
|
# @return [String]
|
1793
1878
|
#
|
1794
1879
|
# @!attribute [rw] policy_type
|
@@ -1987,6 +2072,10 @@ module Aws::ApplicationAutoScaling
|
|
1987
2072
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
1988
2073
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
1989
2074
|
#
|
2075
|
+
# * SageMaker Serverless endpoint - The resource type is `variant` and
|
2076
|
+
# the unique identifier is the resource ID. Example:
|
2077
|
+
# `endpoint/my-end-point/variant/KMeansClustering`.
|
2078
|
+
#
|
1990
2079
|
#
|
1991
2080
|
#
|
1992
2081
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -2058,6 +2147,9 @@ module Aws::ApplicationAutoScaling
|
|
2058
2147
|
#
|
2059
2148
|
# * `neptune:cluster:ReadReplicaCount` - The count of read replicas in
|
2060
2149
|
# an Amazon Neptune DB cluster.
|
2150
|
+
#
|
2151
|
+
# * `sagemaker:variant:DesiredProvisionedConcurrency` - The
|
2152
|
+
# provisioned concurrency for a SageMaker Serverless endpoint.
|
2061
2153
|
# @return [String]
|
2062
2154
|
#
|
2063
2155
|
# @!attribute [rw] start_time
|
@@ -2173,6 +2265,10 @@ module Aws::ApplicationAutoScaling
|
|
2173
2265
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
2174
2266
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
2175
2267
|
#
|
2268
|
+
# * SageMaker Serverless endpoint - The resource type is `variant` and
|
2269
|
+
# the unique identifier is the resource ID. Example:
|
2270
|
+
# `endpoint/my-end-point/variant/KMeansClustering`.
|
2271
|
+
#
|
2176
2272
|
#
|
2177
2273
|
#
|
2178
2274
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -2245,6 +2341,9 @@ module Aws::ApplicationAutoScaling
|
|
2245
2341
|
#
|
2246
2342
|
# * `neptune:cluster:ReadReplicaCount` - The count of read replicas in
|
2247
2343
|
# an Amazon Neptune DB cluster.
|
2344
|
+
#
|
2345
|
+
# * `sagemaker:variant:DesiredProvisionedConcurrency` - The
|
2346
|
+
# provisioned concurrency for a SageMaker Serverless endpoint.
|
2248
2347
|
# @return [String]
|
2249
2348
|
#
|
2250
2349
|
# @!attribute [rw] min_capacity
|
@@ -2266,6 +2365,8 @@ module Aws::ApplicationAutoScaling
|
|
2266
2365
|
#
|
2267
2366
|
# * Lambda provisioned concurrency
|
2268
2367
|
#
|
2368
|
+
# * SageMaker Serverless endpoint provisioned concurrency
|
2369
|
+
#
|
2269
2370
|
# * SageMaker endpoint variants
|
2270
2371
|
#
|
2271
2372
|
# * Spot Fleets
|
@@ -2292,7 +2393,7 @@ module Aws::ApplicationAutoScaling
|
|
2292
2393
|
# target.
|
2293
2394
|
#
|
2294
2395
|
# Although you can specify a large maximum capacity, note that service
|
2295
|
-
# quotas
|
2396
|
+
# quotas might impose lower limits. Each service has its own default
|
2296
2397
|
# quotas for the maximum capacity of the resource. If you want to
|
2297
2398
|
# specify a higher limit, you can request an increase. For more
|
2298
2399
|
# information, consult the documentation for that service. For
|
@@ -2350,6 +2451,24 @@ module Aws::ApplicationAutoScaling
|
|
2350
2451
|
# [1]: https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-suspend-resume-scaling.html
|
2351
2452
|
# @return [Types::SuspendedState]
|
2352
2453
|
#
|
2454
|
+
# @!attribute [rw] tags
|
2455
|
+
# Assigns one or more tags to the scalable target. Use this parameter
|
2456
|
+
# to tag the scalable target when it is created. To tag an existing
|
2457
|
+
# scalable target, use the TagResource operation.
|
2458
|
+
#
|
2459
|
+
# Each tag consists of a tag key and a tag value. Both the tag key and
|
2460
|
+
# the tag value are required. You cannot have more than one tag on a
|
2461
|
+
# scalable target with the same tag key.
|
2462
|
+
#
|
2463
|
+
# Use tags to control access to a scalable target. For more
|
2464
|
+
# information, see [Tagging support for Application Auto Scaling][1]
|
2465
|
+
# in the *Application Auto Scaling User Guide*.
|
2466
|
+
#
|
2467
|
+
#
|
2468
|
+
#
|
2469
|
+
# [1]: https://docs.aws.amazon.com/autoscaling/application/userguide/resource-tagging-support.html
|
2470
|
+
# @return [Hash<String,String>]
|
2471
|
+
#
|
2353
2472
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/RegisterScalableTargetRequest AWS API Documentation
|
2354
2473
|
#
|
2355
2474
|
class RegisterScalableTargetRequest < Struct.new(
|
@@ -2359,14 +2478,42 @@ module Aws::ApplicationAutoScaling
|
|
2359
2478
|
:min_capacity,
|
2360
2479
|
:max_capacity,
|
2361
2480
|
:role_arn,
|
2362
|
-
:suspended_state
|
2481
|
+
:suspended_state,
|
2482
|
+
:tags)
|
2363
2483
|
SENSITIVE = []
|
2364
2484
|
include Aws::Structure
|
2365
2485
|
end
|
2366
2486
|
|
2487
|
+
# @!attribute [rw] scalable_target_arn
|
2488
|
+
# The ARN of the scalable target.
|
2489
|
+
# @return [String]
|
2490
|
+
#
|
2367
2491
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/RegisterScalableTargetResponse AWS API Documentation
|
2368
2492
|
#
|
2369
|
-
class RegisterScalableTargetResponse <
|
2493
|
+
class RegisterScalableTargetResponse < Struct.new(
|
2494
|
+
:scalable_target_arn)
|
2495
|
+
SENSITIVE = []
|
2496
|
+
include Aws::Structure
|
2497
|
+
end
|
2498
|
+
|
2499
|
+
# The specified resource doesn't exist.
|
2500
|
+
#
|
2501
|
+
# @!attribute [rw] message
|
2502
|
+
# @return [String]
|
2503
|
+
#
|
2504
|
+
# @!attribute [rw] resource_name
|
2505
|
+
# The name of the Application Auto Scaling resource. This value is an
|
2506
|
+
# Amazon Resource Name (ARN).
|
2507
|
+
# @return [String]
|
2508
|
+
#
|
2509
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/ResourceNotFoundException AWS API Documentation
|
2510
|
+
#
|
2511
|
+
class ResourceNotFoundException < Struct.new(
|
2512
|
+
:message,
|
2513
|
+
:resource_name)
|
2514
|
+
SENSITIVE = []
|
2515
|
+
include Aws::Structure
|
2516
|
+
end
|
2370
2517
|
|
2371
2518
|
# Represents a scalable target.
|
2372
2519
|
#
|
@@ -2444,6 +2591,10 @@ module Aws::ApplicationAutoScaling
|
|
2444
2591
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
2445
2592
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
2446
2593
|
#
|
2594
|
+
# * SageMaker Serverless endpoint - The resource type is `variant` and
|
2595
|
+
# the unique identifier is the resource ID. Example:
|
2596
|
+
# `endpoint/my-end-point/variant/KMeansClustering`.
|
2597
|
+
#
|
2447
2598
|
#
|
2448
2599
|
#
|
2449
2600
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -2516,6 +2667,9 @@ module Aws::ApplicationAutoScaling
|
|
2516
2667
|
#
|
2517
2668
|
# * `neptune:cluster:ReadReplicaCount` - The count of read replicas in
|
2518
2669
|
# an Amazon Neptune DB cluster.
|
2670
|
+
#
|
2671
|
+
# * `sagemaker:variant:DesiredProvisionedConcurrency` - The
|
2672
|
+
# provisioned concurrency for a SageMaker Serverless endpoint.
|
2519
2673
|
# @return [String]
|
2520
2674
|
#
|
2521
2675
|
# @!attribute [rw] min_capacity
|
@@ -2540,6 +2694,10 @@ module Aws::ApplicationAutoScaling
|
|
2540
2694
|
# in a suspended state.
|
2541
2695
|
# @return [Types::SuspendedState]
|
2542
2696
|
#
|
2697
|
+
# @!attribute [rw] scalable_target_arn
|
2698
|
+
# The ARN of the scalable target.
|
2699
|
+
# @return [String]
|
2700
|
+
#
|
2543
2701
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/ScalableTarget AWS API Documentation
|
2544
2702
|
#
|
2545
2703
|
class ScalableTarget < Struct.new(
|
@@ -2550,7 +2708,8 @@ module Aws::ApplicationAutoScaling
|
|
2550
2708
|
:max_capacity,
|
2551
2709
|
:role_arn,
|
2552
2710
|
:creation_time,
|
2553
|
-
:suspended_state
|
2711
|
+
:suspended_state,
|
2712
|
+
:scalable_target_arn)
|
2554
2713
|
SENSITIVE = []
|
2555
2714
|
include Aws::Structure
|
2556
2715
|
end
|
@@ -2672,6 +2831,10 @@ module Aws::ApplicationAutoScaling
|
|
2672
2831
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
2673
2832
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
2674
2833
|
#
|
2834
|
+
# * SageMaker Serverless endpoint - The resource type is `variant` and
|
2835
|
+
# the unique identifier is the resource ID. Example:
|
2836
|
+
# `endpoint/my-end-point/variant/KMeansClustering`.
|
2837
|
+
#
|
2675
2838
|
#
|
2676
2839
|
#
|
2677
2840
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -2743,6 +2906,9 @@ module Aws::ApplicationAutoScaling
|
|
2743
2906
|
#
|
2744
2907
|
# * `neptune:cluster:ReadReplicaCount` - The count of read replicas in
|
2745
2908
|
# an Amazon Neptune DB cluster.
|
2909
|
+
#
|
2910
|
+
# * `sagemaker:variant:DesiredProvisionedConcurrency` - The
|
2911
|
+
# provisioned concurrency for a SageMaker Serverless endpoint.
|
2746
2912
|
# @return [String]
|
2747
2913
|
#
|
2748
2914
|
# @!attribute [rw] description
|
@@ -2896,6 +3062,10 @@ module Aws::ApplicationAutoScaling
|
|
2896
3062
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
2897
3063
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
2898
3064
|
#
|
3065
|
+
# * SageMaker Serverless endpoint - The resource type is `variant` and
|
3066
|
+
# the unique identifier is the resource ID. Example:
|
3067
|
+
# `endpoint/my-end-point/variant/KMeansClustering`.
|
3068
|
+
#
|
2899
3069
|
#
|
2900
3070
|
#
|
2901
3071
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -2967,6 +3137,9 @@ module Aws::ApplicationAutoScaling
|
|
2967
3137
|
#
|
2968
3138
|
# * `neptune:cluster:ReadReplicaCount` - The count of read replicas in
|
2969
3139
|
# an Amazon Neptune DB cluster.
|
3140
|
+
#
|
3141
|
+
# * `sagemaker:variant:DesiredProvisionedConcurrency` - The
|
3142
|
+
# provisioned concurrency for a SageMaker Serverless endpoint.
|
2970
3143
|
# @return [String]
|
2971
3144
|
#
|
2972
3145
|
# @!attribute [rw] policy_type
|
@@ -3136,6 +3309,10 @@ module Aws::ApplicationAutoScaling
|
|
3136
3309
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
3137
3310
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
3138
3311
|
#
|
3312
|
+
# * SageMaker Serverless endpoint - The resource type is `variant` and
|
3313
|
+
# the unique identifier is the resource ID. Example:
|
3314
|
+
# `endpoint/my-end-point/variant/KMeansClustering`.
|
3315
|
+
#
|
3139
3316
|
#
|
3140
3317
|
#
|
3141
3318
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -3207,6 +3384,9 @@ module Aws::ApplicationAutoScaling
|
|
3207
3384
|
#
|
3208
3385
|
# * `neptune:cluster:ReadReplicaCount` - The count of read replicas in
|
3209
3386
|
# an Amazon Neptune DB cluster.
|
3387
|
+
#
|
3388
|
+
# * `sagemaker:variant:DesiredProvisionedConcurrency` - The
|
3389
|
+
# provisioned concurrency for a SageMaker Serverless endpoint.
|
3210
3390
|
# @return [String]
|
3211
3391
|
#
|
3212
3392
|
# @!attribute [rw] start_time
|
@@ -3256,13 +3436,13 @@ module Aws::ApplicationAutoScaling
|
|
3256
3436
|
# For the following examples, suppose that you have an alarm with a
|
3257
3437
|
# breach threshold of 50:
|
3258
3438
|
#
|
3259
|
-
# * To
|
3260
|
-
# to 50 and less than 60, specify a lower bound of 0 and an upper
|
3261
|
-
# bound of 10
|
3439
|
+
# * To initiate the adjustment when the metric is greater than or equal
|
3440
|
+
# to 50 and less than 60, specify a lower bound of `0` and an upper
|
3441
|
+
# bound of `10`.
|
3262
3442
|
#
|
3263
|
-
# * To
|
3264
|
-
# less than or equal to 50, specify a lower bound of
|
3265
|
-
# bound of 0
|
3443
|
+
# * To initiate the adjustment when the metric is greater than 40 and
|
3444
|
+
# less than or equal to 50, specify a lower bound of `-10` and an
|
3445
|
+
# upper bound of `0`.
|
3266
3446
|
#
|
3267
3447
|
# There are a few rules for the step adjustments for your step policy:
|
3268
3448
|
#
|
@@ -3287,16 +3467,16 @@ module Aws::ApplicationAutoScaling
|
|
3287
3467
|
# The lower bound for the difference between the alarm threshold and
|
3288
3468
|
# the CloudWatch metric. If the metric value is above the breach
|
3289
3469
|
# threshold, the lower bound is inclusive (the metric must be greater
|
3290
|
-
# than or equal to the threshold plus the lower bound). Otherwise,
|
3291
|
-
#
|
3292
|
-
# lower bound). A null value indicates negative infinity.
|
3470
|
+
# than or equal to the threshold plus the lower bound). Otherwise,
|
3471
|
+
# it's exclusive (the metric must be greater than the threshold plus
|
3472
|
+
# the lower bound). A null value indicates negative infinity.
|
3293
3473
|
# @return [Float]
|
3294
3474
|
#
|
3295
3475
|
# @!attribute [rw] metric_interval_upper_bound
|
3296
3476
|
# The upper bound for the difference between the alarm threshold and
|
3297
3477
|
# the CloudWatch metric. If the metric value is above the breach
|
3298
3478
|
# threshold, the upper bound is exclusive (the metric must be less
|
3299
|
-
# than the threshold plus the upper bound). Otherwise, it
|
3479
|
+
# than the threshold plus the upper bound). Otherwise, it's inclusive
|
3300
3480
|
# (the metric must be less than or equal to the threshold plus the
|
3301
3481
|
# upper bound). A null value indicates positive infinity.
|
3302
3482
|
#
|
@@ -3396,6 +3576,8 @@ module Aws::ApplicationAutoScaling
|
|
3396
3576
|
#
|
3397
3577
|
# * Neptune clusters
|
3398
3578
|
#
|
3579
|
+
# * SageMaker Serverless endpoint provisioned concurrency
|
3580
|
+
#
|
3399
3581
|
# * SageMaker endpoint variants
|
3400
3582
|
#
|
3401
3583
|
# * Spot Fleets
|
@@ -3467,6 +3649,49 @@ module Aws::ApplicationAutoScaling
|
|
3467
3649
|
include Aws::Structure
|
3468
3650
|
end
|
3469
3651
|
|
3652
|
+
# @!attribute [rw] resource_arn
|
3653
|
+
# Identifies the Application Auto Scaling scalable target that you
|
3654
|
+
# want to apply tags to.
|
3655
|
+
#
|
3656
|
+
# For example:
|
3657
|
+
# `arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123`
|
3658
|
+
#
|
3659
|
+
# To get the ARN for a scalable target, use DescribeScalableTargets.
|
3660
|
+
# @return [String]
|
3661
|
+
#
|
3662
|
+
# @!attribute [rw] tags
|
3663
|
+
# The tags assigned to the resource. A tag is a label that you assign
|
3664
|
+
# to an Amazon Web Services resource.
|
3665
|
+
#
|
3666
|
+
# Each tag consists of a tag key and a tag value.
|
3667
|
+
#
|
3668
|
+
# You cannot have more than one tag on an Application Auto Scaling
|
3669
|
+
# scalable target with the same tag key. If you specify an existing
|
3670
|
+
# tag key with a different tag value, Application Auto Scaling
|
3671
|
+
# replaces the current tag value with the specified one.
|
3672
|
+
#
|
3673
|
+
# For information about the rules that apply to tag keys and tag
|
3674
|
+
# values, see [User-defined tag restrictions][1] in the *Amazon Web
|
3675
|
+
# Services Billing and Cost Management User Guide*.
|
3676
|
+
#
|
3677
|
+
#
|
3678
|
+
#
|
3679
|
+
# [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html
|
3680
|
+
# @return [Hash<String,String>]
|
3681
|
+
#
|
3682
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/TagResourceRequest AWS API Documentation
|
3683
|
+
#
|
3684
|
+
class TagResourceRequest < Struct.new(
|
3685
|
+
:resource_arn,
|
3686
|
+
:tags)
|
3687
|
+
SENSITIVE = []
|
3688
|
+
include Aws::Structure
|
3689
|
+
end
|
3690
|
+
|
3691
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/TagResourceResponse AWS API Documentation
|
3692
|
+
#
|
3693
|
+
class TagResourceResponse < Aws::EmptyStructure; end
|
3694
|
+
|
3470
3695
|
# Represents a specific metric.
|
3471
3696
|
#
|
3472
3697
|
# Metric is a property of the TargetTrackingMetricStat object.
|
@@ -3628,7 +3853,7 @@ module Aws::ApplicationAutoScaling
|
|
3628
3853
|
# extended statistic. For a list of valid values, see the table in
|
3629
3854
|
# [Statistics][1] in the *Amazon CloudWatch User Guide*.
|
3630
3855
|
#
|
3631
|
-
# The most commonly used
|
3856
|
+
# The most commonly used metric for scaling is `Average`.
|
3632
3857
|
#
|
3633
3858
|
#
|
3634
3859
|
#
|
@@ -3712,6 +3937,8 @@ module Aws::ApplicationAutoScaling
|
|
3712
3937
|
#
|
3713
3938
|
# * Neptune clusters
|
3714
3939
|
#
|
3940
|
+
# * SageMaker Serverless endpoint provisioned concurrency
|
3941
|
+
#
|
3715
3942
|
# * SageMaker endpoint variants
|
3716
3943
|
#
|
3717
3944
|
# * Spot Fleets
|
@@ -3758,6 +3985,8 @@ module Aws::ApplicationAutoScaling
|
|
3758
3985
|
#
|
3759
3986
|
# * Neptune clusters
|
3760
3987
|
#
|
3988
|
+
# * SageMaker Serverless endpoint provisioned concurrency
|
3989
|
+
#
|
3761
3990
|
# * SageMaker endpoint variants
|
3762
3991
|
#
|
3763
3992
|
# * Spot Fleets
|
@@ -3800,6 +4029,53 @@ module Aws::ApplicationAutoScaling
|
|
3800
4029
|
include Aws::Structure
|
3801
4030
|
end
|
3802
4031
|
|
4032
|
+
# The request contains too many tags. Try the request again with fewer
|
4033
|
+
# tags.
|
4034
|
+
#
|
4035
|
+
# @!attribute [rw] message
|
4036
|
+
# @return [String]
|
4037
|
+
#
|
4038
|
+
# @!attribute [rw] resource_name
|
4039
|
+
# The name of the Application Auto Scaling resource. This value is an
|
4040
|
+
# Amazon Resource Name (ARN).
|
4041
|
+
# @return [String]
|
4042
|
+
#
|
4043
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/TooManyTagsException AWS API Documentation
|
4044
|
+
#
|
4045
|
+
class TooManyTagsException < Struct.new(
|
4046
|
+
:message,
|
4047
|
+
:resource_name)
|
4048
|
+
SENSITIVE = []
|
4049
|
+
include Aws::Structure
|
4050
|
+
end
|
4051
|
+
|
4052
|
+
# @!attribute [rw] resource_arn
|
4053
|
+
# Identifies the Application Auto Scaling scalable target from which
|
4054
|
+
# to remove tags.
|
4055
|
+
#
|
4056
|
+
# For example:
|
4057
|
+
# `arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123`
|
4058
|
+
#
|
4059
|
+
# To get the ARN for a scalable target, use DescribeScalableTargets.
|
4060
|
+
# @return [String]
|
4061
|
+
#
|
4062
|
+
# @!attribute [rw] tag_keys
|
4063
|
+
# One or more tag keys. Specify only the tag keys, not the tag values.
|
4064
|
+
# @return [Array<String>]
|
4065
|
+
#
|
4066
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/UntagResourceRequest AWS API Documentation
|
4067
|
+
#
|
4068
|
+
class UntagResourceRequest < Struct.new(
|
4069
|
+
:resource_arn,
|
4070
|
+
:tag_keys)
|
4071
|
+
SENSITIVE = []
|
4072
|
+
include Aws::Structure
|
4073
|
+
end
|
4074
|
+
|
4075
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/UntagResourceResponse AWS API Documentation
|
4076
|
+
#
|
4077
|
+
class UntagResourceResponse < Aws::EmptyStructure; end
|
4078
|
+
|
3803
4079
|
# An exception was thrown for a validation issue. Review the available
|
3804
4080
|
# parameters for the API request.
|
3805
4081
|
#
|
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.69.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: 2023-
|
11
|
+
date: 2023-05-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|