aws-sdk-autoscaling 1.103.0 → 1.105.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: a8aec58f99bca738b51969e0c109b484f94e60c40e2b10bede3b4da607d76bdf
4
- data.tar.gz: e205bac1211591650af208a9779bc06b915f03f9d8adc0489d0342129d90b183
3
+ metadata.gz: '058cb42fe48d6015c91cea6225fdaf26743e716a018ccd69eae8734d29bed73f'
4
+ data.tar.gz: 3e6bcee35a79bb961a1a76b27247f27c88964fe13af38679c9ce6db283f5b71e
5
5
  SHA512:
6
- metadata.gz: c63148b27797833c16928573c50205e4077b1b55617dcab79b0f186bed07cf3adedd5ba92fda7f4a20890b1ae083a2123dc7259ec295df88d379c780b1bd8692
7
- data.tar.gz: eb21508d17ef9f306dfe8c8e91d650cec42e4c79ef550c390c438e406e07818e0b14f2dd91e913d7bae2a7c9121f8e458c0382843373c66f9016f20113efbb8c
6
+ metadata.gz: '01419a836db0fc290f61d54258ba239a3cffd743e769ac71f88fae0c38a93af057b9244b7cb3cd76a8238996ef7f86806e1f484f431fe8421ea57bb2b08d1d9b'
7
+ data.tar.gz: 19e2a5792b538df88f15a9e157187613a8472f4badc7b7d426ec93225a331d199dda68fd95e8284061575b7a1c7b88a0d622812052b762f7c97dc158cd703f1d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.104.0 (2024-01-29)
10
+ ------------------
11
+
12
+ * Feature - EC2 Auto Scaling customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
13
+
4
14
  1.103.0 (2024-01-26)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.103.0
1
+ 1.105.0
@@ -1200,6 +1200,7 @@ module Aws::AutoScaling
1200
1200
  # excluded_instance_types: ["ExcludedInstance"],
1201
1201
  # instance_generations: ["current"], # accepts current, previous
1202
1202
  # spot_max_price_percentage_over_lowest_price: 1,
1203
+ # max_spot_price_as_percentage_of_optimal_on_demand_price: 1,
1203
1204
  # on_demand_max_price_percentage_over_lowest_price: 1,
1204
1205
  # bare_metal: "included", # accepts included, excluded, required
1205
1206
  # burstable_performance: "included", # accepts included, excluded, required
@@ -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
- # For introductory exercises for creating an Auto Scaling group, see
904
- # [Getting started with Amazon EC2 Auto Scaling][2] and [Tutorial: Set
905
- # up a scaled and load-balanced application][3] in the *Amazon EC2 Auto
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/GettingStartedTutorial.html
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
@@ -1403,6 +1399,7 @@ module Aws::AutoScaling
1403
1399
  # excluded_instance_types: ["ExcludedInstance"],
1404
1400
  # instance_generations: ["current"], # accepts current, previous
1405
1401
  # spot_max_price_percentage_over_lowest_price: 1,
1402
+ # max_spot_price_as_percentage_of_optimal_on_demand_price: 1,
1406
1403
  # on_demand_max_price_percentage_over_lowest_price: 1,
1407
1404
  # bare_metal: "included", # accepts included, excluded, required
1408
1405
  # burstable_performance: "included", # accepts included, excluded, required
@@ -2511,6 +2508,7 @@ module Aws::AutoScaling
2511
2508
  # resp.auto_scaling_groups[0].mixed_instances_policy.launch_template.overrides[0].instance_requirements.instance_generations #=> Array
2512
2509
  # resp.auto_scaling_groups[0].mixed_instances_policy.launch_template.overrides[0].instance_requirements.instance_generations[0] #=> String, one of "current", "previous"
2513
2510
  # resp.auto_scaling_groups[0].mixed_instances_policy.launch_template.overrides[0].instance_requirements.spot_max_price_percentage_over_lowest_price #=> Integer
2511
+ # resp.auto_scaling_groups[0].mixed_instances_policy.launch_template.overrides[0].instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
2514
2512
  # resp.auto_scaling_groups[0].mixed_instances_policy.launch_template.overrides[0].instance_requirements.on_demand_max_price_percentage_over_lowest_price #=> Integer
2515
2513
  # resp.auto_scaling_groups[0].mixed_instances_policy.launch_template.overrides[0].instance_requirements.bare_metal #=> String, one of "included", "excluded", "required"
2516
2514
  # resp.auto_scaling_groups[0].mixed_instances_policy.launch_template.overrides[0].instance_requirements.burstable_performance #=> String, one of "included", "excluded", "required"
@@ -2750,7 +2748,7 @@ module Aws::AutoScaling
2750
2748
  end
2751
2749
 
2752
2750
  # Gets information about the instance refreshes for the specified Auto
2753
- # Scaling group.
2751
+ # Scaling group from the previous six weeks.
2754
2752
  #
2755
2753
  # This operation is part of the [instance refresh feature][1] in Amazon
2756
2754
  # EC2 Auto Scaling, which helps you update instances in your Auto
@@ -2912,6 +2910,7 @@ module Aws::AutoScaling
2912
2910
  # resp.instance_refreshes[0].desired_configuration.mixed_instances_policy.launch_template.overrides[0].instance_requirements.instance_generations #=> Array
2913
2911
  # resp.instance_refreshes[0].desired_configuration.mixed_instances_policy.launch_template.overrides[0].instance_requirements.instance_generations[0] #=> String, one of "current", "previous"
2914
2912
  # resp.instance_refreshes[0].desired_configuration.mixed_instances_policy.launch_template.overrides[0].instance_requirements.spot_max_price_percentage_over_lowest_price #=> Integer
2913
+ # resp.instance_refreshes[0].desired_configuration.mixed_instances_policy.launch_template.overrides[0].instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
2915
2914
  # resp.instance_refreshes[0].desired_configuration.mixed_instances_policy.launch_template.overrides[0].instance_requirements.on_demand_max_price_percentage_over_lowest_price #=> Integer
2916
2915
  # resp.instance_refreshes[0].desired_configuration.mixed_instances_policy.launch_template.overrides[0].instance_requirements.bare_metal #=> String, one of "included", "excluded", "required"
2917
2916
  # resp.instance_refreshes[0].desired_configuration.mixed_instances_policy.launch_template.overrides[0].instance_requirements.burstable_performance #=> String, one of "included", "excluded", "required"
@@ -6520,6 +6519,7 @@ module Aws::AutoScaling
6520
6519
  # excluded_instance_types: ["ExcludedInstance"],
6521
6520
  # instance_generations: ["current"], # accepts current, previous
6522
6521
  # spot_max_price_percentage_over_lowest_price: 1,
6522
+ # max_spot_price_as_percentage_of_optimal_on_demand_price: 1,
6523
6523
  # on_demand_max_price_percentage_over_lowest_price: 1,
6524
6524
  # bare_metal: "included", # accepts included, excluded, required
6525
6525
  # burstable_performance: "included", # accepts included, excluded, required
@@ -7072,6 +7072,7 @@ module Aws::AutoScaling
7072
7072
  # excluded_instance_types: ["ExcludedInstance"],
7073
7073
  # instance_generations: ["current"], # accepts current, previous
7074
7074
  # spot_max_price_percentage_over_lowest_price: 1,
7075
+ # max_spot_price_as_percentage_of_optimal_on_demand_price: 1,
7075
7076
  # on_demand_max_price_percentage_over_lowest_price: 1,
7076
7077
  # bare_metal: "included", # accepts included, excluded, required
7077
7078
  # burstable_performance: "included", # accepts included, excluded, required
@@ -7164,7 +7165,7 @@ module Aws::AutoScaling
7164
7165
  params: params,
7165
7166
  config: config)
7166
7167
  context[:gem_name] = 'aws-sdk-autoscaling'
7167
- context[:gem_version] = '1.103.0'
7168
+ context[:gem_version] = '1.105.0'
7168
7169
  Seahorse::Client::Request.new(handlers, context)
7169
7170
  end
7170
7171
 
@@ -983,6 +983,7 @@ module Aws::AutoScaling
983
983
  InstanceRequirements.add_member(:excluded_instance_types, Shapes::ShapeRef.new(shape: ExcludedInstanceTypes, location_name: "ExcludedInstanceTypes"))
984
984
  InstanceRequirements.add_member(:instance_generations, Shapes::ShapeRef.new(shape: InstanceGenerations, location_name: "InstanceGenerations"))
985
985
  InstanceRequirements.add_member(:spot_max_price_percentage_over_lowest_price, Shapes::ShapeRef.new(shape: NullablePositiveInteger, location_name: "SpotMaxPricePercentageOverLowestPrice"))
986
+ InstanceRequirements.add_member(:max_spot_price_as_percentage_of_optimal_on_demand_price, Shapes::ShapeRef.new(shape: NullablePositiveInteger, location_name: "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice"))
986
987
  InstanceRequirements.add_member(:on_demand_max_price_percentage_over_lowest_price, Shapes::ShapeRef.new(shape: NullablePositiveInteger, location_name: "OnDemandMaxPricePercentageOverLowestPrice"))
987
988
  InstanceRequirements.add_member(:bare_metal, Shapes::ShapeRef.new(shape: BareMetal, location_name: "BareMetal"))
988
989
  InstanceRequirements.add_member(:burstable_performance, Shapes::ShapeRef.new(shape: BurstablePerformance, location_name: "BurstablePerformance"))
@@ -78,6 +78,7 @@ module Aws::AutoScaling
78
78
  # excluded_instance_types: ["ExcludedInstance"],
79
79
  # instance_generations: ["current"], # accepts current, previous
80
80
  # spot_max_price_percentage_over_lowest_price: 1,
81
+ # max_spot_price_as_percentage_of_optimal_on_demand_price: 1,
81
82
  # on_demand_max_price_percentage_over_lowest_price: 1,
82
83
  # bare_metal: "included", # accepts included, excluded, required
83
84
  # burstable_performance: "included", # accepts included, excluded, required
@@ -3212,8 +3212,8 @@ module Aws::AutoScaling
3212
3212
  # capacity of the Auto Scaling group. It represents the minimum
3213
3213
  # percentage of the group to keep in service, healthy, and ready to
3214
3214
  # use to support your workload when replacing instances. Value range
3215
- # is 0 to 100. After it's set, a value of `-1` will clear the
3216
- # previously set value.
3215
+ # is 0 to 100. To clear a previously set value, specify a value of
3216
+ # `-1`.
3217
3217
  # @return [Integer]
3218
3218
  #
3219
3219
  # @!attribute [rw] max_healthy_percentage
@@ -3221,8 +3221,8 @@ module Aws::AutoScaling
3221
3221
  # capacity of the Auto Scaling group. It represents the maximum
3222
3222
  # percentage of the group that can be in service and healthy, or
3223
3223
  # pending, to support your workload when replacing instances. Value
3224
- # range is 100 to 200. After it's set, a value of `-1` will clear the
3225
- # previously set value.
3224
+ # range is 100 to 200. To clear a previously set value, specify a
3225
+ # value of `-1`.
3226
3226
  #
3227
3227
  # Both `MinHealthyPercentage` and `MaxHealthyPercentage` must be
3228
3228
  # specified, and the difference between them cannot be greater than
@@ -3619,37 +3619,91 @@ module Aws::AutoScaling
3619
3619
  # @return [Array<String>]
3620
3620
  #
3621
3621
  # @!attribute [rw] spot_max_price_percentage_over_lowest_price
3622
- # The price protection threshold for Spot Instances. This is the
3623
- # maximum you’ll pay for a Spot Instance, expressed as a percentage
3624
- # higher than the least expensive current generation M, C, or R
3625
- # instance type with your specified attributes. When Amazon EC2 Auto
3626
- # Scaling selects instance types with your attributes, we will exclude
3627
- # instance types whose price is higher than your threshold. The
3628
- # parameter accepts an integer, which Amazon EC2 Auto Scaling
3629
- # interprets as a percentage. To turn off price protection, specify a
3630
- # high value, such as `999999`.
3622
+ # \[Price protection\] The price protection threshold for Spot
3623
+ # Instances, as a percentage higher than an identified Spot price. The
3624
+ # identified Spot price is the price of the lowest priced current
3625
+ # generation C, M, or R instance type with your specified attributes.
3626
+ # If no current generation C, M, or R instance type matches your
3627
+ # attributes, then the identified price is from either the lowest
3628
+ # priced current generation instance types or, failing that, the
3629
+ # lowest priced previous generation instance types that match your
3630
+ # attributes. When Amazon EC2 Auto Scaling selects instance types with
3631
+ # your attributes, we will exclude instance types whose price exceeds
3632
+ # your specified threshold.
3633
+ #
3634
+ # The parameter accepts an integer, which Amazon EC2 Auto Scaling
3635
+ # interprets as a percentage.
3636
+ #
3637
+ # If you set `DesiredCapacityType` to `vcpu` or `memory-mib`, the
3638
+ # price protection threshold is based on the per-vCPU or per-memory
3639
+ # price instead of the per instance price.
3640
+ #
3641
+ # <note markdown="1"> Only one of `SpotMaxPricePercentageOverLowestPrice` or
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`.
3649
+ #
3650
+ # </note>
3651
+ # @return [Integer]
3652
+ #
3653
+ # @!attribute [rw] max_spot_price_as_percentage_of_optimal_on_demand_price
3654
+ # \[Price protection\] The price protection threshold for Spot
3655
+ # Instances, as a percentage of an identified On-Demand price. The
3656
+ # identified On-Demand price is the price of the lowest priced current
3657
+ # generation C, M, or R instance type with your specified attributes.
3658
+ # If no current generation C, M, or R instance type matches your
3659
+ # attributes, then the identified price is from either the lowest
3660
+ # priced current generation instance types or, failing that, the
3661
+ # lowest priced previous generation instance types that match your
3662
+ # attributes. When Amazon EC2 Auto Scaling selects instance types with
3663
+ # your attributes, we will exclude instance types whose price exceeds
3664
+ # your specified threshold.
3665
+ #
3666
+ # The parameter accepts an integer, which Amazon EC2 Auto Scaling
3667
+ # interprets as a percentage.
3631
3668
  #
3632
3669
  # If you set `DesiredCapacityType` to `vcpu` or `memory-mib`, the
3633
- # price protection threshold is applied based on the per vCPU or per
3634
- # memory price instead of the per instance price.
3670
+ # price protection threshold is based on the per-vCPU or per-memory
3671
+ # price instead of the per instance price.
3672
+ #
3673
+ # <note markdown="1"> Only one of `SpotMaxPricePercentageOverLowestPrice` or
3674
+ # `MaxSpotPriceAsPercentageOfOptimalOnDemandPrice` can be specified.
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`.
3635
3681
  #
3636
- # Default: `100`
3682
+ # </note>
3637
3683
  # @return [Integer]
3638
3684
  #
3639
3685
  # @!attribute [rw] on_demand_max_price_percentage_over_lowest_price
3640
- # The price protection threshold for On-Demand Instances. This is the
3641
- # maximum you’ll pay for an On-Demand Instance, expressed as a
3642
- # percentage higher than the least expensive current generation M, C,
3643
- # or R instance type with your specified attributes. When Amazon EC2
3644
- # Auto Scaling selects instance types with your attributes, we will
3645
- # exclude instance types whose price is higher than your threshold.
3686
+ # \[Price protection\] The price protection threshold for On-Demand
3687
+ # Instances, as a percentage higher than an identified On-Demand
3688
+ # price. The identified On-Demand price is the price of the lowest
3689
+ # priced current generation C, M, or R instance type with your
3690
+ # specified attributes. If no current generation C, M, or R instance
3691
+ # type matches your attributes, then the identified price is from
3692
+ # either the lowest priced current generation instance types or,
3693
+ # failing that, the lowest priced previous generation instance types
3694
+ # that match your attributes. When Amazon EC2 Auto Scaling selects
3695
+ # instance types with your attributes, we will exclude instance types
3696
+ # whose price exceeds your specified threshold.
3697
+ #
3646
3698
  # The parameter accepts an integer, which Amazon EC2 Auto Scaling
3647
- # interprets as a percentage. To turn off price protection, specify a
3648
- # high value, such as `999999`.
3699
+ # interprets as a percentage.
3700
+ #
3701
+ # To turn off price protection, specify a high value, such as
3702
+ # `999999`.
3649
3703
  #
3650
3704
  # If you set `DesiredCapacityType` to `vcpu` or `memory-mib`, the
3651
- # price protection threshold is applied based on the per vCPU or per
3652
- # memory price instead of the per instance price.
3705
+ # price protection threshold is applied based on the per-vCPU or
3706
+ # per-memory price instead of the per instance price.
3653
3707
  #
3654
3708
  # Default: `20`
3655
3709
  # @return [Integer]
@@ -3838,6 +3892,7 @@ module Aws::AutoScaling
3838
3892
  :excluded_instance_types,
3839
3893
  :instance_generations,
3840
3894
  :spot_max_price_percentage_over_lowest_price,
3895
+ :max_spot_price_as_percentage_of_optimal_on_demand_price,
3841
3896
  :on_demand_max_price_percentage_over_lowest_price,
3842
3897
  :bare_metal,
3843
3898
  :burstable_performance,
@@ -5028,7 +5083,7 @@ module Aws::AutoScaling
5028
5083
  end
5029
5084
 
5030
5085
  # This structure defines the CloudWatch metric to return, along with the
5031
- # statistic, period, and unit.
5086
+ # statistic and unit.
5032
5087
  #
5033
5088
  # For more information about the CloudWatch terminology below, see
5034
5089
  # [Amazon CloudWatch concepts][1] in the *Amazon CloudWatch User Guide*.
@@ -63,6 +63,6 @@ require_relative 'aws-sdk-autoscaling/customizations'
63
63
  # @!group service
64
64
  module Aws::AutoScaling
65
65
 
66
- GEM_VERSION = '1.103.0'
66
+ GEM_VERSION = '1.105.0'
67
67
 
68
68
  end
@@ -407,6 +407,7 @@ module Aws
407
407
  excluded_instance_types: Array[::String]?,
408
408
  instance_generations: Array[("current" | "previous")]?,
409
409
  spot_max_price_percentage_over_lowest_price: ::Integer?,
410
+ max_spot_price_as_percentage_of_optimal_on_demand_price: ::Integer?,
410
411
  on_demand_max_price_percentage_over_lowest_price: ::Integer?,
411
412
  bare_metal: ("included" | "excluded" | "required")?,
412
413
  burstable_performance: ("included" | "excluded" | "required")?,
data/sig/client.rbs CHANGED
@@ -212,6 +212,7 @@ module Aws
212
212
  excluded_instance_types: Array[::String]?,
213
213
  instance_generations: Array[("current" | "previous")]?,
214
214
  spot_max_price_percentage_over_lowest_price: ::Integer?,
215
+ max_spot_price_as_percentage_of_optimal_on_demand_price: ::Integer?,
215
216
  on_demand_max_price_percentage_over_lowest_price: ::Integer?,
216
217
  bare_metal: ("included" | "excluded" | "required")?,
217
218
  burstable_performance: ("included" | "excluded" | "required")?,
@@ -1132,6 +1133,7 @@ module Aws
1132
1133
  excluded_instance_types: Array[::String]?,
1133
1134
  instance_generations: Array[("current" | "previous")]?,
1134
1135
  spot_max_price_percentage_over_lowest_price: ::Integer?,
1136
+ max_spot_price_as_percentage_of_optimal_on_demand_price: ::Integer?,
1135
1137
  on_demand_max_price_percentage_over_lowest_price: ::Integer?,
1136
1138
  bare_metal: ("included" | "excluded" | "required")?,
1137
1139
  burstable_performance: ("included" | "excluded" | "required")?,
@@ -1257,6 +1259,7 @@ module Aws
1257
1259
  excluded_instance_types: Array[::String]?,
1258
1260
  instance_generations: Array[("current" | "previous")]?,
1259
1261
  spot_max_price_percentage_over_lowest_price: ::Integer?,
1262
+ max_spot_price_as_percentage_of_optimal_on_demand_price: ::Integer?,
1260
1263
  on_demand_max_price_percentage_over_lowest_price: ::Integer?,
1261
1264
  bare_metal: ("included" | "excluded" | "required")?,
1262
1265
  burstable_performance: ("included" | "excluded" | "required")?,
data/sig/resource.rbs CHANGED
@@ -116,6 +116,7 @@ module Aws
116
116
  excluded_instance_types: Array[::String]?,
117
117
  instance_generations: Array[("current" | "previous")]?,
118
118
  spot_max_price_percentage_over_lowest_price: ::Integer?,
119
+ max_spot_price_as_percentage_of_optimal_on_demand_price: ::Integer?,
119
120
  on_demand_max_price_percentage_over_lowest_price: ::Integer?,
120
121
  bare_metal: ("included" | "excluded" | "required")?,
121
122
  burstable_performance: ("included" | "excluded" | "required")?,
data/sig/types.rbs CHANGED
@@ -741,6 +741,7 @@ module Aws::AutoScaling
741
741
  attr_accessor excluded_instance_types: ::Array[::String]
742
742
  attr_accessor instance_generations: ::Array[("current" | "previous")]
743
743
  attr_accessor spot_max_price_percentage_over_lowest_price: ::Integer
744
+ attr_accessor max_spot_price_as_percentage_of_optimal_on_demand_price: ::Integer
744
745
  attr_accessor on_demand_max_price_percentage_over_lowest_price: ::Integer
745
746
  attr_accessor bare_metal: ("included" | "excluded" | "required")
746
747
  attr_accessor burstable_performance: ("included" | "excluded" | "required")
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.103.0
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-26 00:00:00.000000000 Z
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