aws-sdk-applicationautoscaling 1.69.0 → 1.71.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-applicationautoscaling/client.rb +10 -5
- data/lib/aws-sdk-applicationautoscaling/types.rb +29 -143
- data/lib/aws-sdk-applicationautoscaling.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2aa25b4a21c41123f9e60c93417221fd0a6dff6cd2458ed921f1f839ce443830
|
4
|
+
data.tar.gz: 23519f752b323e1897ca8a1e1798b7c26de43fae8cad52ee3610d6175e203890
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df19e081fc5d7886bee7051df135e08d10e85ca8cb0353d6cc015ccd924b75b7025da91e5024ad8c5e55300fbf51789358d5c4143e62f4add74151d72df33338
|
7
|
+
data.tar.gz: 3f14754aef00c96c1fe6ec719b21c81c1fc0d1292c2a33b32aba949c87b5fd10d3a22db981ccc26e52f4ee1d6126d9bece75006e24a83ffbbea6f994dcf75017
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.71.0 (2023-05-31)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.70.0 (2023-05-25)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - With this release, ElastiCache customers will be able to use predefined metricType "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage" for their ElastiCache instances.
|
13
|
+
|
4
14
|
1.69.0 (2023-05-09)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.71.0
|
@@ -275,6 +275,11 @@ module Aws::ApplicationAutoScaling
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -1756,7 +1761,7 @@ module Aws::ApplicationAutoScaling
|
|
1756
1761
|
# resp.scaling_policies[0].step_scaling_policy_configuration.cooldown #=> Integer
|
1757
1762
|
# resp.scaling_policies[0].step_scaling_policy_configuration.metric_aggregation_type #=> String, one of "Average", "Minimum", "Maximum"
|
1758
1763
|
# resp.scaling_policies[0].target_tracking_scaling_policy_configuration.target_value #=> Float
|
1759
|
-
# resp.scaling_policies[0].target_tracking_scaling_policy_configuration.predefined_metric_specification.predefined_metric_type #=> String, one of "DynamoDBReadCapacityUtilization", "DynamoDBWriteCapacityUtilization", "ALBRequestCountPerTarget", "RDSReaderAverageCPUUtilization", "RDSReaderAverageDatabaseConnections", "EC2SpotFleetRequestAverageCPUUtilization", "EC2SpotFleetRequestAverageNetworkIn", "EC2SpotFleetRequestAverageNetworkOut", "SageMakerVariantInvocationsPerInstance", "ECSServiceAverageCPUUtilization", "ECSServiceAverageMemoryUtilization", "AppStreamAverageCapacityUtilization", "ComprehendInferenceUtilization", "LambdaProvisionedConcurrencyUtilization", "CassandraReadCapacityUtilization", "CassandraWriteCapacityUtilization", "KafkaBrokerStorageUtilization", "ElastiCachePrimaryEngineCPUUtilization", "ElastiCacheReplicaEngineCPUUtilization", "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage", "NeptuneReaderAverageCPUUtilization", "SageMakerVariantProvisionedConcurrencyUtilization"
|
1764
|
+
# resp.scaling_policies[0].target_tracking_scaling_policy_configuration.predefined_metric_specification.predefined_metric_type #=> String, one of "DynamoDBReadCapacityUtilization", "DynamoDBWriteCapacityUtilization", "ALBRequestCountPerTarget", "RDSReaderAverageCPUUtilization", "RDSReaderAverageDatabaseConnections", "EC2SpotFleetRequestAverageCPUUtilization", "EC2SpotFleetRequestAverageNetworkIn", "EC2SpotFleetRequestAverageNetworkOut", "SageMakerVariantInvocationsPerInstance", "ECSServiceAverageCPUUtilization", "ECSServiceAverageMemoryUtilization", "AppStreamAverageCapacityUtilization", "ComprehendInferenceUtilization", "LambdaProvisionedConcurrencyUtilization", "CassandraReadCapacityUtilization", "CassandraWriteCapacityUtilization", "KafkaBrokerStorageUtilization", "ElastiCachePrimaryEngineCPUUtilization", "ElastiCacheReplicaEngineCPUUtilization", "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage", "NeptuneReaderAverageCPUUtilization", "SageMakerVariantProvisionedConcurrencyUtilization", "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage"
|
1760
1765
|
# resp.scaling_policies[0].target_tracking_scaling_policy_configuration.predefined_metric_specification.resource_label #=> String
|
1761
1766
|
# resp.scaling_policies[0].target_tracking_scaling_policy_configuration.customized_metric_specification.metric_name #=> String
|
1762
1767
|
# resp.scaling_policies[0].target_tracking_scaling_policy_configuration.customized_metric_specification.namespace #=> String
|
@@ -2423,7 +2428,7 @@ module Aws::ApplicationAutoScaling
|
|
2423
2428
|
# target_tracking_scaling_policy_configuration: {
|
2424
2429
|
# target_value: 1.0, # required
|
2425
2430
|
# predefined_metric_specification: {
|
2426
|
-
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut, SageMakerVariantInvocationsPerInstance, ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization, AppStreamAverageCapacityUtilization, ComprehendInferenceUtilization, LambdaProvisionedConcurrencyUtilization, CassandraReadCapacityUtilization, CassandraWriteCapacityUtilization, KafkaBrokerStorageUtilization, ElastiCachePrimaryEngineCPUUtilization, ElastiCacheReplicaEngineCPUUtilization, ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage, NeptuneReaderAverageCPUUtilization, SageMakerVariantProvisionedConcurrencyUtilization
|
2431
|
+
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut, SageMakerVariantInvocationsPerInstance, ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization, AppStreamAverageCapacityUtilization, ComprehendInferenceUtilization, LambdaProvisionedConcurrencyUtilization, CassandraReadCapacityUtilization, CassandraWriteCapacityUtilization, KafkaBrokerStorageUtilization, ElastiCachePrimaryEngineCPUUtilization, ElastiCacheReplicaEngineCPUUtilization, ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage, NeptuneReaderAverageCPUUtilization, SageMakerVariantProvisionedConcurrencyUtilization, ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage
|
2427
2432
|
# resource_label: "ResourceLabel",
|
2428
2433
|
# },
|
2429
2434
|
# customized_metric_specification: {
|
@@ -2999,10 +3004,10 @@ module Aws::ApplicationAutoScaling
|
|
2999
3004
|
#
|
3000
3005
|
# * Lambda provisioned concurrency
|
3001
3006
|
#
|
3002
|
-
# * SageMaker Serverless endpoint provisioned concurrency
|
3003
|
-
#
|
3004
3007
|
# * SageMaker endpoint variants
|
3005
3008
|
#
|
3009
|
+
# * SageMaker Serverless endpoint provisioned concurrency
|
3010
|
+
#
|
3006
3011
|
# * Spot Fleets
|
3007
3012
|
#
|
3008
3013
|
# * custom resources
|
@@ -3303,7 +3308,7 @@ module Aws::ApplicationAutoScaling
|
|
3303
3308
|
params: params,
|
3304
3309
|
config: config)
|
3305
3310
|
context[:gem_name] = 'aws-sdk-applicationautoscaling'
|
3306
|
-
context[:gem_version] = '1.
|
3311
|
+
context[:gem_version] = '1.71.0'
|
3307
3312
|
Seahorse::Client::Request.new(handlers, context)
|
3308
3313
|
end
|
3309
3314
|
|
@@ -2365,10 +2365,10 @@ module Aws::ApplicationAutoScaling
|
|
2365
2365
|
#
|
2366
2366
|
# * Lambda provisioned concurrency
|
2367
2367
|
#
|
2368
|
-
# * SageMaker Serverless endpoint provisioned concurrency
|
2369
|
-
#
|
2370
2368
|
# * SageMaker endpoint variants
|
2371
2369
|
#
|
2370
|
+
# * SageMaker Serverless endpoint provisioned concurrency
|
2371
|
+
#
|
2372
2372
|
# * Spot Fleets
|
2373
2373
|
#
|
2374
2374
|
# * custom resources
|
@@ -3487,7 +3487,7 @@ module Aws::ApplicationAutoScaling
|
|
3487
3487
|
# The amount by which to scale, based on the specified adjustment
|
3488
3488
|
# type. A positive value adds to the current capacity while a negative
|
3489
3489
|
# number removes from the current capacity. For exact capacity, you
|
3490
|
-
# must specify a
|
3490
|
+
# must specify a non-negative value.
|
3491
3491
|
# @return [Integer]
|
3492
3492
|
#
|
3493
3493
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/StepAdjustment AWS API Documentation
|
@@ -3503,6 +3503,13 @@ module Aws::ApplicationAutoScaling
|
|
3503
3503
|
# Represents a step scaling policy configuration to use with Application
|
3504
3504
|
# Auto Scaling.
|
3505
3505
|
#
|
3506
|
+
# For more information, see [Step scaling policies][1] in the
|
3507
|
+
# *Application Auto Scaling User Guide*.
|
3508
|
+
#
|
3509
|
+
#
|
3510
|
+
#
|
3511
|
+
# [1]: https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html
|
3512
|
+
#
|
3506
3513
|
# @!attribute [rw] adjustment_type
|
3507
3514
|
# Specifies how the `ScalingAdjustment` value in a [StepAdjustment][1]
|
3508
3515
|
# is interpreted (for example, an absolute number or a percentage).
|
@@ -3537,65 +3544,13 @@ module Aws::ApplicationAutoScaling
|
|
3537
3544
|
#
|
3538
3545
|
# @!attribute [rw] cooldown
|
3539
3546
|
# The amount of time, in seconds, to wait for a previous scaling
|
3540
|
-
# activity to take effect.
|
3541
|
-
#
|
3542
|
-
#
|
3543
|
-
# excessively) scale out. After Application Auto Scaling successfully
|
3544
|
-
# scales out using a step scaling policy, it starts to calculate the
|
3545
|
-
# cooldown time. The scaling policy won't increase the desired
|
3546
|
-
# capacity again unless either a larger scale out is triggered or the
|
3547
|
-
# cooldown period ends. While the cooldown period is in effect,
|
3548
|
-
# capacity added by the initiating scale-out activity is calculated as
|
3549
|
-
# part of the desired capacity for the next scale-out activity. For
|
3550
|
-
# example, when an alarm triggers a step scaling policy to increase
|
3551
|
-
# the capacity by 2, the scaling activity completes successfully, and
|
3552
|
-
# a cooldown period starts. If the alarm triggers again during the
|
3553
|
-
# cooldown period but at a more aggressive step adjustment of 3, the
|
3554
|
-
# previous increase of 2 is considered part of the current capacity.
|
3555
|
-
# Therefore, only 1 is added to the capacity.
|
3556
|
-
#
|
3557
|
-
# With scale-in policies, the intention is to scale in conservatively
|
3558
|
-
# to protect your application’s availability, so scale-in activities
|
3559
|
-
# are blocked until the cooldown period has expired. However, if
|
3560
|
-
# another alarm triggers a scale-out activity during the cooldown
|
3561
|
-
# period after a scale-in activity, Application Auto Scaling scales
|
3562
|
-
# out the target immediately. In this case, the cooldown period for
|
3563
|
-
# the scale-in activity stops and doesn't complete.
|
3564
|
-
#
|
3565
|
-
# Application Auto Scaling provides a default value of 600 for Amazon
|
3566
|
-
# ElastiCache replication groups and a default value of 300 for the
|
3567
|
-
# following scalable targets:
|
3547
|
+
# activity to take effect. If not specified, the default value is 300.
|
3548
|
+
# For more information, see [Cooldown period][1] in the *Application
|
3549
|
+
# Auto Scaling User Guide*.
|
3568
3550
|
#
|
3569
|
-
# * AppStream 2.0 fleets
|
3570
3551
|
#
|
3571
|
-
# * Aurora DB clusters
|
3572
|
-
#
|
3573
|
-
# * ECS services
|
3574
|
-
#
|
3575
|
-
# * EMR clusters
|
3576
|
-
#
|
3577
|
-
# * Neptune clusters
|
3578
|
-
#
|
3579
|
-
# * SageMaker Serverless endpoint provisioned concurrency
|
3580
|
-
#
|
3581
|
-
# * SageMaker endpoint variants
|
3582
3552
|
#
|
3583
|
-
#
|
3584
|
-
#
|
3585
|
-
# * Custom resources
|
3586
|
-
#
|
3587
|
-
# For all other scalable targets, the default value is 0:
|
3588
|
-
#
|
3589
|
-
# * Amazon Comprehend document classification and entity recognizer
|
3590
|
-
# endpoints
|
3591
|
-
#
|
3592
|
-
# * DynamoDB tables and global secondary indexes
|
3593
|
-
#
|
3594
|
-
# * Amazon Keyspaces tables
|
3595
|
-
#
|
3596
|
-
# * Lambda provisioned concurrency
|
3597
|
-
#
|
3598
|
-
# * Amazon MSK broker storage
|
3553
|
+
# [1]: https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html#step-scaling-cooldown
|
3599
3554
|
# @return [Integer]
|
3600
3555
|
#
|
3601
3556
|
# @!attribute [rw] metric_aggregation_type
|
@@ -3883,6 +3838,13 @@ module Aws::ApplicationAutoScaling
|
|
3883
3838
|
# Represents a target tracking scaling policy configuration to use with
|
3884
3839
|
# Application Auto Scaling.
|
3885
3840
|
#
|
3841
|
+
# For more information, see [Target tracking scaling policies][1] in the
|
3842
|
+
# *Application Auto Scaling User Guide*.
|
3843
|
+
#
|
3844
|
+
#
|
3845
|
+
#
|
3846
|
+
# [1]: https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html
|
3847
|
+
#
|
3886
3848
|
# @!attribute [rw] target_value
|
3887
3849
|
# The target value for the metric. Although this property accepts
|
3888
3850
|
# numbers of type Double, it won't accept values that are either too
|
@@ -3911,100 +3873,24 @@ module Aws::ApplicationAutoScaling
|
|
3911
3873
|
#
|
3912
3874
|
# @!attribute [rw] scale_out_cooldown
|
3913
3875
|
# The amount of time, in seconds, to wait for a previous scale-out
|
3914
|
-
# activity to take effect.
|
3915
|
-
#
|
3916
|
-
#
|
3917
|
-
# continuously (but not excessively) scale out. After Application Auto
|
3918
|
-
# Scaling successfully scales out using a target tracking scaling
|
3919
|
-
# policy, it starts to calculate the cooldown time. The scaling policy
|
3920
|
-
# won't increase the desired capacity again unless either a larger
|
3921
|
-
# scale out is triggered or the cooldown period ends. While the
|
3922
|
-
# cooldown period is in effect, the capacity added by the initiating
|
3923
|
-
# scale-out activity is calculated as part of the desired capacity for
|
3924
|
-
# the next scale-out activity.
|
3925
|
-
#
|
3926
|
-
# Application Auto Scaling provides a default value of 600 for Amazon
|
3927
|
-
# ElastiCache replication groups and a default value of 300 for the
|
3928
|
-
# following scalable targets:
|
3929
|
-
#
|
3930
|
-
# * AppStream 2.0 fleets
|
3931
|
-
#
|
3932
|
-
# * Aurora DB clusters
|
3933
|
-
#
|
3934
|
-
# * ECS services
|
3935
|
-
#
|
3936
|
-
# * EMR clusters
|
3937
|
-
#
|
3938
|
-
# * Neptune clusters
|
3939
|
-
#
|
3940
|
-
# * SageMaker Serverless endpoint provisioned concurrency
|
3941
|
-
#
|
3942
|
-
# * SageMaker endpoint variants
|
3943
|
-
#
|
3944
|
-
# * Spot Fleets
|
3876
|
+
# activity to take effect. For more information and for default
|
3877
|
+
# values, see [Define cooldown periods][1] in the *Application Auto
|
3878
|
+
# Scaling User Guide*.
|
3945
3879
|
#
|
3946
|
-
# * Custom resources
|
3947
3880
|
#
|
3948
|
-
# For all other scalable targets, the default value is 0:
|
3949
3881
|
#
|
3950
|
-
#
|
3951
|
-
# endpoints
|
3952
|
-
#
|
3953
|
-
# * DynamoDB tables and global secondary indexes
|
3954
|
-
#
|
3955
|
-
# * Amazon Keyspaces tables
|
3956
|
-
#
|
3957
|
-
# * Lambda provisioned concurrency
|
3958
|
-
#
|
3959
|
-
# * Amazon MSK broker storage
|
3882
|
+
# [1]: https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html#target-tracking-cooldown
|
3960
3883
|
# @return [Integer]
|
3961
3884
|
#
|
3962
3885
|
# @!attribute [rw] scale_in_cooldown
|
3963
3886
|
# The amount of time, in seconds, after a scale-in activity completes
|
3964
|
-
# before another scale-in activity can start.
|
3887
|
+
# before another scale-in activity can start. For more information and
|
3888
|
+
# for default values, see [Define cooldown periods][1] in the
|
3889
|
+
# *Application Auto Scaling User Guide*.
|
3965
3890
|
#
|
3966
|
-
# With the *scale-in cooldown period*, the intention is to scale in
|
3967
|
-
# conservatively to protect your application’s availability, so
|
3968
|
-
# scale-in activities are blocked until the cooldown period has
|
3969
|
-
# expired. However, if another alarm triggers a scale-out activity
|
3970
|
-
# during the scale-in cooldown period, Application Auto Scaling scales
|
3971
|
-
# out the target immediately. In this case, the scale-in cooldown
|
3972
|
-
# period stops and doesn't complete.
|
3973
3891
|
#
|
3974
|
-
# Application Auto Scaling provides a default value of 600 for Amazon
|
3975
|
-
# ElastiCache replication groups and a default value of 300 for the
|
3976
|
-
# following scalable targets:
|
3977
|
-
#
|
3978
|
-
# * AppStream 2.0 fleets
|
3979
|
-
#
|
3980
|
-
# * Aurora DB clusters
|
3981
|
-
#
|
3982
|
-
# * ECS services
|
3983
|
-
#
|
3984
|
-
# * EMR clusters
|
3985
|
-
#
|
3986
|
-
# * Neptune clusters
|
3987
|
-
#
|
3988
|
-
# * SageMaker Serverless endpoint provisioned concurrency
|
3989
|
-
#
|
3990
|
-
# * SageMaker endpoint variants
|
3991
|
-
#
|
3992
|
-
# * Spot Fleets
|
3993
|
-
#
|
3994
|
-
# * Custom resources
|
3995
|
-
#
|
3996
|
-
# For all other scalable targets, the default value is 0:
|
3997
|
-
#
|
3998
|
-
# * Amazon Comprehend document classification and entity recognizer
|
3999
|
-
# endpoints
|
4000
|
-
#
|
4001
|
-
# * DynamoDB tables and global secondary indexes
|
4002
|
-
#
|
4003
|
-
# * Amazon Keyspaces tables
|
4004
|
-
#
|
4005
|
-
# * Lambda provisioned concurrency
|
4006
3892
|
#
|
4007
|
-
#
|
3893
|
+
# [1]: https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html#target-tracking-cooldown
|
4008
3894
|
# @return [Integer]
|
4009
3895
|
#
|
4010
3896
|
# @!attribute [rw] disable_scale_in
|
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.71.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-05-
|
11
|
+
date: 2023-05-31 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.
|
22
|
+
version: 3.174.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.
|
32
|
+
version: 3.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|