aws-sdk-applicationautoscaling 1.69.0 → 1.70.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 23c02d2cd797562f9eaca2b2668b2744f90c243abaf36323649999f6e75fb7ad
4
- data.tar.gz: 3b259e6e849514cde91327c2b63d880b116ab68b3abc311d83c9d04935db5488
3
+ metadata.gz: 7b001381b46f70812ec6cb6d85f4f3589fe0337ff280ae9976d12b4e0cc0eb60
4
+ data.tar.gz: fa50be9fa89c043b360a7d7a1443a7c4ece02be516f2b52236c08f917f428efd
5
5
  SHA512:
6
- metadata.gz: a4a9d2894d5fa3b0aa5862cdc2612682497f7687c97648e6f22ebfb404c034b9df0f83cf2a87aef46e0335e90ae2f5f44a2cca7d9d2e8c57b8da00f2f7879126
7
- data.tar.gz: '067285657b0e10ab56fd1a33b9562dd494329f860d2b26f534745a6e38f8959cd43817ca7ef7e9659e4a3c04ae8e046608be0ead692ad5926764bf183be064b2'
6
+ metadata.gz: 82e9c9ea5f406286667bd018b1813ef67b646e7317e2deb70f90712288f34ae1d1b036f4ae7238bda6f68d9909b4bbf678f7051fcc17d6cb902d846f44c682af
7
+ data.tar.gz: 9b83ed45198a710f20aaff942fa78abd813d47fa9043b334409247645a630a76a784747c2d27589ae37223a164289ea228fbd12f23444d8ab081257d6e56c40e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.0 (2023-05-25)
5
+ ------------------
6
+
7
+ * Feature - With this release, ElastiCache customers will be able to use predefined metricType "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage" for their ElastiCache instances.
8
+
4
9
  1.69.0 (2023-05-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
1
+ 1.70.0
@@ -1756,7 +1756,7 @@ module Aws::ApplicationAutoScaling
1756
1756
  # resp.scaling_policies[0].step_scaling_policy_configuration.cooldown #=> Integer
1757
1757
  # resp.scaling_policies[0].step_scaling_policy_configuration.metric_aggregation_type #=> String, one of "Average", "Minimum", "Maximum"
1758
1758
  # 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"
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", "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage"
1760
1760
  # resp.scaling_policies[0].target_tracking_scaling_policy_configuration.predefined_metric_specification.resource_label #=> String
1761
1761
  # resp.scaling_policies[0].target_tracking_scaling_policy_configuration.customized_metric_specification.metric_name #=> String
1762
1762
  # resp.scaling_policies[0].target_tracking_scaling_policy_configuration.customized_metric_specification.namespace #=> String
@@ -2423,7 +2423,7 @@ module Aws::ApplicationAutoScaling
2423
2423
  # target_tracking_scaling_policy_configuration: {
2424
2424
  # target_value: 1.0, # required
2425
2425
  # 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
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, ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage
2427
2427
  # resource_label: "ResourceLabel",
2428
2428
  # },
2429
2429
  # customized_metric_specification: {
@@ -2999,10 +2999,10 @@ module Aws::ApplicationAutoScaling
2999
2999
  #
3000
3000
  # * Lambda provisioned concurrency
3001
3001
  #
3002
- # * SageMaker Serverless endpoint provisioned concurrency
3003
- #
3004
3002
  # * SageMaker endpoint variants
3005
3003
  #
3004
+ # * SageMaker Serverless endpoint provisioned concurrency
3005
+ #
3006
3006
  # * Spot Fleets
3007
3007
  #
3008
3008
  # * custom resources
@@ -3303,7 +3303,7 @@ module Aws::ApplicationAutoScaling
3303
3303
  params: params,
3304
3304
  config: config)
3305
3305
  context[:gem_name] = 'aws-sdk-applicationautoscaling'
3306
- context[:gem_version] = '1.69.0'
3306
+ context[:gem_version] = '1.70.0'
3307
3307
  Seahorse::Client::Request.new(handlers, context)
3308
3308
  end
3309
3309
 
@@ -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 positive value.
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
- # With scale-out policies, the intention is to continuously (but not
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
- # * Spot Fleets
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
- # With the *scale-out cooldown period*, the intention is to
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
- # * Amazon Comprehend document classification and entity recognizer
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
- # * Amazon MSK broker storage
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-applicationautoscaling/customizations'
52
52
  # @!group service
53
53
  module Aws::ApplicationAutoScaling
54
54
 
55
- GEM_VERSION = '1.69.0'
55
+ GEM_VERSION = '1.70.0'
56
56
 
57
57
  end
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.69.0
4
+ version: 1.70.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-09 00:00:00.000000000 Z
11
+ date: 2023-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core