aws-sdk-autoscaling 1.104.0 → 1.105.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-autoscaling/client.rb +5 -9
- data/lib/aws-sdk-autoscaling/types.rb +12 -11
- data/lib/aws-sdk-autoscaling.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '058cb42fe48d6015c91cea6225fdaf26743e716a018ccd69eae8734d29bed73f'
|
|
4
|
+
data.tar.gz: 3e6bcee35a79bb961a1a76b27247f27c88964fe13af38679c9ce6db283f5b71e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '01419a836db0fc290f61d54258ba239a3cffd743e769ac71f88fae0c38a93af057b9244b7cb3cd76a8238996ef7f86806e1f484f431fe8421ea57bb2b08d1d9b'
|
|
7
|
+
data.tar.gz: 19e2a5792b538df88f15a9e157187613a8472f4badc7b7d426ec93225a331d199dda68fd95e8284061575b7a1c7b88a0d622812052b762f7c97dc158cd703f1d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.105.0 (2024-03-01)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - With this release, Amazon EC2 Auto Scaling groups, EC2 Fleet, and Spot Fleet improve the default price protection behavior of attribute-based instance type selection of Spot Instances, to consistently select from a wide range of instance types.
|
|
8
|
+
|
|
4
9
|
1.104.0 (2024-01-29)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.105.0
|
|
@@ -900,11 +900,9 @@ module Aws::AutoScaling
|
|
|
900
900
|
# information about updating this limit, see [Quotas for Amazon EC2 Auto
|
|
901
901
|
# Scaling][1] in the *Amazon EC2 Auto Scaling User Guide*.
|
|
902
902
|
#
|
|
903
|
-
#
|
|
904
|
-
# [
|
|
905
|
-
#
|
|
906
|
-
# Scaling User Guide*. For more information, see [Auto Scaling
|
|
907
|
-
# groups][4] in the *Amazon EC2 Auto Scaling User Guide*.
|
|
903
|
+
# If you're new to Amazon EC2 Auto Scaling, see the introductory
|
|
904
|
+
# tutorials in [Get started with Amazon EC2 Auto Scaling][2] in the
|
|
905
|
+
# *Amazon EC2 Auto Scaling User Guide*.
|
|
908
906
|
#
|
|
909
907
|
# Every Auto Scaling group has three size properties (`DesiredCapacity`,
|
|
910
908
|
# `MaxSize`, and `MinSize`). Usually, you set these sizes based on a
|
|
@@ -916,9 +914,7 @@ module Aws::AutoScaling
|
|
|
916
914
|
#
|
|
917
915
|
#
|
|
918
916
|
# [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-quotas.html
|
|
919
|
-
# [2]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/
|
|
920
|
-
# [3]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-register-lbs-with-asg.html
|
|
921
|
-
# [4]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/AutoScalingGroup.html
|
|
917
|
+
# [2]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/get-started-with-ec2-auto-scaling.html
|
|
922
918
|
#
|
|
923
919
|
# @option params [required, String] :auto_scaling_group_name
|
|
924
920
|
# The name of the Auto Scaling group. This name must be unique per
|
|
@@ -7169,7 +7165,7 @@ module Aws::AutoScaling
|
|
|
7169
7165
|
params: params,
|
|
7170
7166
|
config: config)
|
|
7171
7167
|
context[:gem_name] = 'aws-sdk-autoscaling'
|
|
7172
|
-
context[:gem_version] = '1.
|
|
7168
|
+
context[:gem_version] = '1.105.0'
|
|
7173
7169
|
Seahorse::Client::Request.new(handlers, context)
|
|
7174
7170
|
end
|
|
7175
7171
|
|
|
@@ -3634,19 +3634,20 @@ module Aws::AutoScaling
|
|
|
3634
3634
|
# The parameter accepts an integer, which Amazon EC2 Auto Scaling
|
|
3635
3635
|
# interprets as a percentage.
|
|
3636
3636
|
#
|
|
3637
|
-
# To turn off price protection, specify a high value, such as
|
|
3638
|
-
# `999999`.
|
|
3639
|
-
#
|
|
3640
3637
|
# If you set `DesiredCapacityType` to `vcpu` or `memory-mib`, the
|
|
3641
3638
|
# price protection threshold is based on the per-vCPU or per-memory
|
|
3642
3639
|
# price instead of the per instance price.
|
|
3643
3640
|
#
|
|
3644
3641
|
# <note markdown="1"> Only one of `SpotMaxPricePercentageOverLowestPrice` or
|
|
3645
3642
|
# `MaxSpotPriceAsPercentageOfOptimalOnDemandPrice` can be specified.
|
|
3643
|
+
# If you don't specify either, Amazon EC2 Auto Scaling will
|
|
3644
|
+
# automatically apply optimal price protection to consistently select
|
|
3645
|
+
# from a wide range of instance types. To indicate no price protection
|
|
3646
|
+
# threshold for Spot Instances, meaning you want to consider all
|
|
3647
|
+
# instance types that match your attributes, include one of these
|
|
3648
|
+
# parameters and specify a high value, such as `999999`.
|
|
3646
3649
|
#
|
|
3647
3650
|
# </note>
|
|
3648
|
-
#
|
|
3649
|
-
# Default: `100`
|
|
3650
3651
|
# @return [Integer]
|
|
3651
3652
|
#
|
|
3652
3653
|
# @!attribute [rw] max_spot_price_as_percentage_of_optimal_on_demand_price
|
|
@@ -3665,18 +3666,18 @@ module Aws::AutoScaling
|
|
|
3665
3666
|
# The parameter accepts an integer, which Amazon EC2 Auto Scaling
|
|
3666
3667
|
# interprets as a percentage.
|
|
3667
3668
|
#
|
|
3668
|
-
# To indicate no price protection threshold, specify a high value,
|
|
3669
|
-
# such as `999999`.
|
|
3670
|
-
#
|
|
3671
3669
|
# If you set `DesiredCapacityType` to `vcpu` or `memory-mib`, the
|
|
3672
3670
|
# price protection threshold is based on the per-vCPU or per-memory
|
|
3673
3671
|
# price instead of the per instance price.
|
|
3674
3672
|
#
|
|
3675
3673
|
# <note markdown="1"> Only one of `SpotMaxPricePercentageOverLowestPrice` or
|
|
3676
3674
|
# `MaxSpotPriceAsPercentageOfOptimalOnDemandPrice` can be specified.
|
|
3677
|
-
# If you don't specify either,
|
|
3678
|
-
#
|
|
3679
|
-
#
|
|
3675
|
+
# If you don't specify either, Amazon EC2 Auto Scaling will
|
|
3676
|
+
# automatically apply optimal price protection to consistently select
|
|
3677
|
+
# from a wide range of instance types. To indicate no price protection
|
|
3678
|
+
# threshold for Spot Instances, meaning you want to consider all
|
|
3679
|
+
# instance types that match your attributes, include one of these
|
|
3680
|
+
# parameters and specify a high value, such as `999999`.
|
|
3680
3681
|
#
|
|
3681
3682
|
# </note>
|
|
3682
3683
|
# @return [Integer]
|
data/lib/aws-sdk-autoscaling.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-autoscaling
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.105.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: 2024-01
|
|
11
|
+
date: 2024-03-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|