aws-sdk-autoscaling 1.104.0 → 1.106.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: e9abd7687e1d2e1f616f963022e6bfabc471cf4e0e101cc44f550eca0a461b5e
4
- data.tar.gz: 889a1d51952374052c58ec312660b4a7fac4e1349e77e96121e7d7b41c7f5a62
3
+ metadata.gz: 88ef441230671fa988fe9d8cc775ffb44db57cea4c919a0cabdeac60bce65bb0
4
+ data.tar.gz: 65766290be336891f862ef64eb7bb9103546601d1af3737178471dd9bcbf1289
5
5
  SHA512:
6
- metadata.gz: 72f50812ede0c1728163ecadc7be2ff87bd1c8c77b21713dae99b6bd60e6518d680c01644abeb5f4abd4388a2f96b52ff8cb91e7ab248127f4e228128251bcd0
7
- data.tar.gz: d572f45d4ac7f1c29c888f2c1057b50ac663a958f2cfbb0c0a81b9c025a6528df1b5b1f7934970cbd2c6b3009d411cfa42f47ba5aa8848341689c64ea0a73e72
6
+ metadata.gz: 6a550bbebdccc21c4aacedefc0f91cf76f1bfc04100bb7e18b7bc2ab5bfd161358ddbd1c34796214dfd9c73ce3ae0193d0161674befb850da1b18af8d27d574c
7
+ data.tar.gz: 322ce3e880325697871b16d3422615de84de32cc6cec8867458d0cfe9966197cfd323a4f07820a6a37f34b164dd543df5299e705bf7f28e89e3350ea503aae75
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.106.0 (2024-04-16)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.105.0 (2024-03-01)
10
+ ------------------
11
+
12
+ * 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.
13
+
4
14
  1.104.0 (2024-01-29)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.104.0
1
+ 1.106.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
- # 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
@@ -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.104.0'
7168
+ context[:gem_version] = '1.106.0'
7173
7169
  Seahorse::Client::Request.new(handlers, context)
7174
7170
  end
7175
7171
 
@@ -21,7 +21,7 @@ module Aws::AutoScaling
21
21
  AcceleratorTotalMemoryMiBRequest = Shapes::StructureShape.new(name: 'AcceleratorTotalMemoryMiBRequest')
22
22
  AcceleratorType = Shapes::StringShape.new(name: 'AcceleratorType')
23
23
  AcceleratorTypes = Shapes::ListShape.new(name: 'AcceleratorTypes')
24
- ActiveInstanceRefreshNotFoundFault = Shapes::StructureShape.new(name: 'ActiveInstanceRefreshNotFoundFault')
24
+ ActiveInstanceRefreshNotFoundFault = Shapes::StructureShape.new(name: 'ActiveInstanceRefreshNotFoundFault', error: {"code"=>"ActiveInstanceRefreshNotFound", "httpStatusCode"=>400, "senderFault"=>true})
25
25
  Activities = Shapes::ListShape.new(name: 'Activities')
26
26
  ActivitiesType = Shapes::StructureShape.new(name: 'ActivitiesType')
27
27
  Activity = Shapes::StructureShape.new(name: 'Activity')
@@ -35,7 +35,7 @@ module Aws::AutoScaling
35
35
  Alarms = Shapes::ListShape.new(name: 'Alarms')
36
36
  AllowedInstanceType = Shapes::StringShape.new(name: 'AllowedInstanceType')
37
37
  AllowedInstanceTypes = Shapes::ListShape.new(name: 'AllowedInstanceTypes')
38
- AlreadyExistsFault = Shapes::StructureShape.new(name: 'AlreadyExistsFault')
38
+ AlreadyExistsFault = Shapes::StructureShape.new(name: 'AlreadyExistsFault', error: {"code"=>"AlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
39
39
  AnyPrintableAsciiStringMaxLen4000 = Shapes::StringShape.new(name: 'AnyPrintableAsciiStringMaxLen4000')
40
40
  AsciiStringMaxLen255 = Shapes::StringShape.new(name: 'AsciiStringMaxLen255')
41
41
  AssociatePublicIpAddress = Shapes::BooleanShape.new(name: 'AssociatePublicIpAddress')
@@ -178,7 +178,7 @@ module Aws::AutoScaling
178
178
  InstanceProtected = Shapes::BooleanShape.new(name: 'InstanceProtected')
179
179
  InstanceRefresh = Shapes::StructureShape.new(name: 'InstanceRefresh')
180
180
  InstanceRefreshIds = Shapes::ListShape.new(name: 'InstanceRefreshIds')
181
- InstanceRefreshInProgressFault = Shapes::StructureShape.new(name: 'InstanceRefreshInProgressFault')
181
+ InstanceRefreshInProgressFault = Shapes::StructureShape.new(name: 'InstanceRefreshInProgressFault', error: {"code"=>"InstanceRefreshInProgress", "httpStatusCode"=>400, "senderFault"=>true})
182
182
  InstanceRefreshLivePoolProgress = Shapes::StructureShape.new(name: 'InstanceRefreshLivePoolProgress')
183
183
  InstanceRefreshProgressDetails = Shapes::StructureShape.new(name: 'InstanceRefreshProgressDetails')
184
184
  InstanceRefreshStatus = Shapes::StringShape.new(name: 'InstanceRefreshStatus')
@@ -193,8 +193,8 @@ module Aws::AutoScaling
193
193
  IntPercent100To200 = Shapes::IntegerShape.new(name: 'IntPercent100To200')
194
194
  IntPercent100To200Resettable = Shapes::IntegerShape.new(name: 'IntPercent100To200Resettable')
195
195
  IntPercentResettable = Shapes::IntegerShape.new(name: 'IntPercentResettable')
196
- InvalidNextToken = Shapes::StructureShape.new(name: 'InvalidNextToken')
197
- IrreversibleInstanceRefreshFault = Shapes::StructureShape.new(name: 'IrreversibleInstanceRefreshFault')
196
+ InvalidNextToken = Shapes::StructureShape.new(name: 'InvalidNextToken', error: {"code"=>"InvalidNextToken", "httpStatusCode"=>400, "senderFault"=>true})
197
+ IrreversibleInstanceRefreshFault = Shapes::StructureShape.new(name: 'IrreversibleInstanceRefreshFault', error: {"code"=>"IrreversibleInstanceRefresh", "httpStatusCode"=>400, "senderFault"=>true})
198
198
  LaunchConfiguration = Shapes::StructureShape.new(name: 'LaunchConfiguration')
199
199
  LaunchConfigurationNameType = Shapes::StructureShape.new(name: 'LaunchConfigurationNameType')
200
200
  LaunchConfigurationNames = Shapes::ListShape.new(name: 'LaunchConfigurationNames')
@@ -214,7 +214,7 @@ module Aws::AutoScaling
214
214
  LifecycleHooks = Shapes::ListShape.new(name: 'LifecycleHooks')
215
215
  LifecycleState = Shapes::StringShape.new(name: 'LifecycleState')
216
216
  LifecycleTransition = Shapes::StringShape.new(name: 'LifecycleTransition')
217
- LimitExceededFault = Shapes::StructureShape.new(name: 'LimitExceededFault')
217
+ LimitExceededFault = Shapes::StructureShape.new(name: 'LimitExceededFault', error: {"code"=>"LimitExceeded", "httpStatusCode"=>400, "senderFault"=>true})
218
218
  LoadBalancerNames = Shapes::ListShape.new(name: 'LoadBalancerNames')
219
219
  LoadBalancerState = Shapes::StructureShape.new(name: 'LoadBalancerState')
220
220
  LoadBalancerStates = Shapes::ListShape.new(name: 'LoadBalancerStates')
@@ -314,8 +314,8 @@ module Aws::AutoScaling
314
314
  RefreshInstanceWarmup = Shapes::IntegerShape.new(name: 'RefreshInstanceWarmup')
315
315
  RefreshPreferences = Shapes::StructureShape.new(name: 'RefreshPreferences')
316
316
  RefreshStrategy = Shapes::StringShape.new(name: 'RefreshStrategy')
317
- ResourceContentionFault = Shapes::StructureShape.new(name: 'ResourceContentionFault')
318
- ResourceInUseFault = Shapes::StructureShape.new(name: 'ResourceInUseFault')
317
+ ResourceContentionFault = Shapes::StructureShape.new(name: 'ResourceContentionFault', error: {"code"=>"ResourceContention", "httpStatusCode"=>500, "senderFault"=>true})
318
+ ResourceInUseFault = Shapes::StructureShape.new(name: 'ResourceInUseFault', error: {"code"=>"ResourceInUse", "httpStatusCode"=>400, "senderFault"=>true})
319
319
  ResourceName = Shapes::StringShape.new(name: 'ResourceName')
320
320
  ReturnData = Shapes::BooleanShape.new(name: 'ReturnData')
321
321
  ReuseOnScaleIn = Shapes::BooleanShape.new(name: 'ReuseOnScaleIn')
@@ -323,7 +323,7 @@ module Aws::AutoScaling
323
323
  RollbackInstanceRefreshAnswer = Shapes::StructureShape.new(name: 'RollbackInstanceRefreshAnswer')
324
324
  RollbackInstanceRefreshType = Shapes::StructureShape.new(name: 'RollbackInstanceRefreshType')
325
325
  ScaleInProtectedInstances = Shapes::StringShape.new(name: 'ScaleInProtectedInstances')
326
- ScalingActivityInProgressFault = Shapes::StructureShape.new(name: 'ScalingActivityInProgressFault')
326
+ ScalingActivityInProgressFault = Shapes::StructureShape.new(name: 'ScalingActivityInProgressFault', error: {"code"=>"ScalingActivityInProgress", "httpStatusCode"=>400, "senderFault"=>true})
327
327
  ScalingActivityStatusCode = Shapes::StringShape.new(name: 'ScalingActivityStatusCode')
328
328
  ScalingPolicies = Shapes::ListShape.new(name: 'ScalingPolicies')
329
329
  ScalingPolicy = Shapes::StructureShape.new(name: 'ScalingPolicy')
@@ -336,7 +336,7 @@ module Aws::AutoScaling
336
336
  ScheduledUpdateGroupActionRequests = Shapes::ListShape.new(name: 'ScheduledUpdateGroupActionRequests')
337
337
  ScheduledUpdateGroupActions = Shapes::ListShape.new(name: 'ScheduledUpdateGroupActions')
338
338
  SecurityGroups = Shapes::ListShape.new(name: 'SecurityGroups')
339
- ServiceLinkedRoleFailure = Shapes::StructureShape.new(name: 'ServiceLinkedRoleFailure')
339
+ ServiceLinkedRoleFailure = Shapes::StructureShape.new(name: 'ServiceLinkedRoleFailure', error: {"code"=>"ServiceLinkedRoleFailure", "httpStatusCode"=>500, "senderFault"=>true})
340
340
  SetDesiredCapacityType = Shapes::StructureShape.new(name: 'SetDesiredCapacityType')
341
341
  SetInstanceHealthQuery = Shapes::StructureShape.new(name: 'SetInstanceHealthQuery')
342
342
  SetInstanceProtectionAnswer = Shapes::StructureShape.new(name: 'SetInstanceProtectionAnswer')
@@ -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, then
3678
- # `SpotMaxPricePercentageOverLowestPrice` is used and the value for
3679
- # that parameter defaults to `100`.
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]
@@ -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.104.0'
66
+ GEM_VERSION = '1.106.0'
67
67
 
68
68
  end
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.104.0
4
+ version: 1.106.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-29 00:00:00.000000000 Z
11
+ date: 2024-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core