aws-sdk-autoscaling 1.132.0 → 1.134.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4bc6507dd940fb4d94e8e55e514ed2178f74dcb3ca745f835bcd6385fcf0c754
4
- data.tar.gz: d6d9dc42870557d46c6f960b4de76f1033524408a0db178f7323db27bf9f3fae
3
+ metadata.gz: a8735dc7d690695395221fc77cd848b17cdead5e4958ffcf6f9ba16f614be13c
4
+ data.tar.gz: 0b429620675aa50363b2c57203803982b5e63a229ee68562f9cb07e7748da834
5
5
  SHA512:
6
- metadata.gz: fd0d800d44187f36bbdbda082480029e6718fe3172f828420f841582985444b9546e8310c86c2421aab183023400f3722e74474b2a483981a7f396ad077ddbc3
7
- data.tar.gz: 59e4aae11ab00d261a209776aa76c94ec710ea46e4212c4a796118336f7bfb2762dbe8f104bdc19b5583306f81af25bd7eb6a2b491bf1a054ab98738d522732d
6
+ metadata.gz: 37b43eff2d2bd8fc852b2e270a28817f3168d96addc460e6e2bc072be1e5493b6258a265e1849c9c1a37ed582f409159a38e1810e702ef6ec007a2552dd4c89b
7
+ data.tar.gz: 2fcde71c0152be1c8374a52645f7902c22980959947e738f5bf4cd109f2782ce7a8d07f7be8e8653a98e1134f71cc6819f851a189dad6055159394b9f9a05308
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.134.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.133.0 (2025-04-17)
10
+ ------------------
11
+
12
+ * Feature - Doc only update for EC2 Auto Scaling.
13
+
4
14
  1.132.0 (2025-03-04)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.132.0
1
+ 1.134.0
@@ -170,7 +170,14 @@ module Aws::AutoScaling
170
170
  end
171
171
 
172
172
  # Indicates whether newly launched instances are protected from
173
- # termination by Amazon EC2 Auto Scaling when scaling in.
173
+ # termination by Amazon EC2 Auto Scaling when scaling in. For more
174
+ # information about preventing instances from terminating on scale in,
175
+ # see [Use instance scale-in protection][1] in the *Amazon EC2 Auto
176
+ # Scaling User Guide*.
177
+ #
178
+ #
179
+ #
180
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-instance-protection.html
174
181
  # @return [Boolean]
175
182
  def new_instances_protected_from_scale_in
176
183
  data[:new_instances_protected_from_scale_in]
@@ -1459,13 +1466,21 @@ module Aws::AutoScaling
1459
1466
  #
1460
1467
  # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-max-instance-lifetime.html
1461
1468
  # @option options [Boolean] :capacity_rebalance
1462
- # Enables or disables Capacity Rebalancing. For more information, see
1463
- # [Use Capacity Rebalancing to handle Amazon EC2 Spot Interruptions][1]
1464
- # in the *Amazon EC2 Auto Scaling User Guide*.
1469
+ # Enables or disables Capacity Rebalancing. If Capacity Rebalancing is
1470
+ # disabled, proactive replacement of at-risk Spot Instances does not
1471
+ # occur. For more information, see [Capacity Rebalancing in Auto Scaling
1472
+ # to replace at-risk Spot Instances][1] in the *Amazon EC2 Auto Scaling
1473
+ # User Guide*.
1474
+ #
1475
+ # <note markdown="1"> To suspend rebalancing across Availability Zones, use the
1476
+ # [SuspendProcesses][2] API.
1477
+ #
1478
+ # </note>
1465
1479
  #
1466
1480
  #
1467
1481
  #
1468
1482
  # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-capacity-rebalancing.html
1483
+ # [2]: https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_SuspendedProcess.html
1469
1484
  # @option options [String] :context
1470
1485
  # Reserved.
1471
1486
  # @option options [String] :desired_capacity_type
@@ -7201,13 +7201,21 @@ module Aws::AutoScaling
7201
7201
  # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-max-instance-lifetime.html
7202
7202
  #
7203
7203
  # @option params [Boolean] :capacity_rebalance
7204
- # Enables or disables Capacity Rebalancing. For more information, see
7205
- # [Use Capacity Rebalancing to handle Amazon EC2 Spot Interruptions][1]
7206
- # in the *Amazon EC2 Auto Scaling User Guide*.
7204
+ # Enables or disables Capacity Rebalancing. If Capacity Rebalancing is
7205
+ # disabled, proactive replacement of at-risk Spot Instances does not
7206
+ # occur. For more information, see [Capacity Rebalancing in Auto Scaling
7207
+ # to replace at-risk Spot Instances][1] in the *Amazon EC2 Auto Scaling
7208
+ # User Guide*.
7209
+ #
7210
+ # <note markdown="1"> To suspend rebalancing across Availability Zones, use the
7211
+ # [SuspendProcesses][2] API.
7212
+ #
7213
+ # </note>
7207
7214
  #
7208
7215
  #
7209
7216
  #
7210
7217
  # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-capacity-rebalancing.html
7218
+ # [2]: https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_SuspendedProcess.html
7211
7219
  #
7212
7220
  # @option params [String] :context
7213
7221
  # Reserved.
@@ -7465,7 +7473,7 @@ module Aws::AutoScaling
7465
7473
  tracer: tracer
7466
7474
  )
7467
7475
  context[:gem_name] = 'aws-sdk-autoscaling'
7468
- context[:gem_version] = '1.132.0'
7476
+ context[:gem_version] = '1.134.0'
7469
7477
  Seahorse::Client::Request.new(handlers, context)
7470
7478
  end
7471
7479
 
@@ -22,7 +22,7 @@ module Aws::AutoScaling
22
22
  AcceleratorTotalMemoryMiBRequest = Shapes::StructureShape.new(name: 'AcceleratorTotalMemoryMiBRequest')
23
23
  AcceleratorType = Shapes::StringShape.new(name: 'AcceleratorType')
24
24
  AcceleratorTypes = Shapes::ListShape.new(name: 'AcceleratorTypes')
25
- ActiveInstanceRefreshNotFoundFault = Shapes::StructureShape.new(name: 'ActiveInstanceRefreshNotFoundFault', error: {"code"=>"ActiveInstanceRefreshNotFound", "httpStatusCode"=>400, "senderFault"=>true})
25
+ ActiveInstanceRefreshNotFoundFault = Shapes::StructureShape.new(name: 'ActiveInstanceRefreshNotFoundFault', error: {"code" => "ActiveInstanceRefreshNotFound", "httpStatusCode" => 400, "senderFault" => true})
26
26
  Activities = Shapes::ListShape.new(name: 'Activities')
27
27
  ActivitiesType = Shapes::StructureShape.new(name: 'ActivitiesType')
28
28
  Activity = Shapes::StructureShape.new(name: 'Activity')
@@ -36,7 +36,7 @@ module Aws::AutoScaling
36
36
  Alarms = Shapes::ListShape.new(name: 'Alarms')
37
37
  AllowedInstanceType = Shapes::StringShape.new(name: 'AllowedInstanceType')
38
38
  AllowedInstanceTypes = Shapes::ListShape.new(name: 'AllowedInstanceTypes')
39
- AlreadyExistsFault = Shapes::StructureShape.new(name: 'AlreadyExistsFault', error: {"code"=>"AlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
39
+ AlreadyExistsFault = Shapes::StructureShape.new(name: 'AlreadyExistsFault', error: {"code" => "AlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
40
40
  AnyPrintableAsciiStringMaxLen4000 = Shapes::StringShape.new(name: 'AnyPrintableAsciiStringMaxLen4000')
41
41
  AsciiStringMaxLen255 = Shapes::StringShape.new(name: 'AsciiStringMaxLen255')
42
42
  AssociatePublicIpAddress = Shapes::BooleanShape.new(name: 'AssociatePublicIpAddress')
@@ -191,7 +191,7 @@ module Aws::AutoScaling
191
191
  InstanceProtected = Shapes::BooleanShape.new(name: 'InstanceProtected')
192
192
  InstanceRefresh = Shapes::StructureShape.new(name: 'InstanceRefresh')
193
193
  InstanceRefreshIds = Shapes::ListShape.new(name: 'InstanceRefreshIds')
194
- InstanceRefreshInProgressFault = Shapes::StructureShape.new(name: 'InstanceRefreshInProgressFault', error: {"code"=>"InstanceRefreshInProgress", "httpStatusCode"=>400, "senderFault"=>true})
194
+ InstanceRefreshInProgressFault = Shapes::StructureShape.new(name: 'InstanceRefreshInProgressFault', error: {"code" => "InstanceRefreshInProgress", "httpStatusCode" => 400, "senderFault" => true})
195
195
  InstanceRefreshLivePoolProgress = Shapes::StructureShape.new(name: 'InstanceRefreshLivePoolProgress')
196
196
  InstanceRefreshProgressDetails = Shapes::StructureShape.new(name: 'InstanceRefreshProgressDetails')
197
197
  InstanceRefreshStatus = Shapes::StringShape.new(name: 'InstanceRefreshStatus')
@@ -206,8 +206,8 @@ module Aws::AutoScaling
206
206
  IntPercent100To200 = Shapes::IntegerShape.new(name: 'IntPercent100To200')
207
207
  IntPercent100To200Resettable = Shapes::IntegerShape.new(name: 'IntPercent100To200Resettable')
208
208
  IntPercentResettable = Shapes::IntegerShape.new(name: 'IntPercentResettable')
209
- InvalidNextToken = Shapes::StructureShape.new(name: 'InvalidNextToken', error: {"code"=>"InvalidNextToken", "httpStatusCode"=>400, "senderFault"=>true})
210
- IrreversibleInstanceRefreshFault = Shapes::StructureShape.new(name: 'IrreversibleInstanceRefreshFault', error: {"code"=>"IrreversibleInstanceRefresh", "httpStatusCode"=>400, "senderFault"=>true})
209
+ InvalidNextToken = Shapes::StructureShape.new(name: 'InvalidNextToken', error: {"code" => "InvalidNextToken", "httpStatusCode" => 400, "senderFault" => true})
210
+ IrreversibleInstanceRefreshFault = Shapes::StructureShape.new(name: 'IrreversibleInstanceRefreshFault', error: {"code" => "IrreversibleInstanceRefresh", "httpStatusCode" => 400, "senderFault" => true})
211
211
  LaunchConfiguration = Shapes::StructureShape.new(name: 'LaunchConfiguration')
212
212
  LaunchConfigurationNameType = Shapes::StructureShape.new(name: 'LaunchConfigurationNameType')
213
213
  LaunchConfigurationNames = Shapes::ListShape.new(name: 'LaunchConfigurationNames')
@@ -227,7 +227,7 @@ module Aws::AutoScaling
227
227
  LifecycleHooks = Shapes::ListShape.new(name: 'LifecycleHooks')
228
228
  LifecycleState = Shapes::StringShape.new(name: 'LifecycleState')
229
229
  LifecycleTransition = Shapes::StringShape.new(name: 'LifecycleTransition')
230
- LimitExceededFault = Shapes::StructureShape.new(name: 'LimitExceededFault', error: {"code"=>"LimitExceeded", "httpStatusCode"=>400, "senderFault"=>true})
230
+ LimitExceededFault = Shapes::StructureShape.new(name: 'LimitExceededFault', error: {"code" => "LimitExceeded", "httpStatusCode" => 400, "senderFault" => true})
231
231
  LoadBalancerNames = Shapes::ListShape.new(name: 'LoadBalancerNames')
232
232
  LoadBalancerState = Shapes::StructureShape.new(name: 'LoadBalancerState')
233
233
  LoadBalancerStates = Shapes::ListShape.new(name: 'LoadBalancerStates')
@@ -330,8 +330,8 @@ module Aws::AutoScaling
330
330
  RefreshInstanceWarmup = Shapes::IntegerShape.new(name: 'RefreshInstanceWarmup')
331
331
  RefreshPreferences = Shapes::StructureShape.new(name: 'RefreshPreferences')
332
332
  RefreshStrategy = Shapes::StringShape.new(name: 'RefreshStrategy')
333
- ResourceContentionFault = Shapes::StructureShape.new(name: 'ResourceContentionFault', error: {"code"=>"ResourceContention", "httpStatusCode"=>500, "senderFault"=>true})
334
- ResourceInUseFault = Shapes::StructureShape.new(name: 'ResourceInUseFault', error: {"code"=>"ResourceInUse", "httpStatusCode"=>400, "senderFault"=>true})
333
+ ResourceContentionFault = Shapes::StructureShape.new(name: 'ResourceContentionFault', error: {"code" => "ResourceContention", "httpStatusCode" => 500, "senderFault" => true})
334
+ ResourceInUseFault = Shapes::StructureShape.new(name: 'ResourceInUseFault', error: {"code" => "ResourceInUse", "httpStatusCode" => 400, "senderFault" => true})
335
335
  ResourceName = Shapes::StringShape.new(name: 'ResourceName')
336
336
  ReturnData = Shapes::BooleanShape.new(name: 'ReturnData')
337
337
  ReuseOnScaleIn = Shapes::BooleanShape.new(name: 'ReuseOnScaleIn')
@@ -339,7 +339,7 @@ module Aws::AutoScaling
339
339
  RollbackInstanceRefreshAnswer = Shapes::StructureShape.new(name: 'RollbackInstanceRefreshAnswer')
340
340
  RollbackInstanceRefreshType = Shapes::StructureShape.new(name: 'RollbackInstanceRefreshType')
341
341
  ScaleInProtectedInstances = Shapes::StringShape.new(name: 'ScaleInProtectedInstances')
342
- ScalingActivityInProgressFault = Shapes::StructureShape.new(name: 'ScalingActivityInProgressFault', error: {"code"=>"ScalingActivityInProgress", "httpStatusCode"=>400, "senderFault"=>true})
342
+ ScalingActivityInProgressFault = Shapes::StructureShape.new(name: 'ScalingActivityInProgressFault', error: {"code" => "ScalingActivityInProgress", "httpStatusCode" => 400, "senderFault" => true})
343
343
  ScalingActivityStatusCode = Shapes::StringShape.new(name: 'ScalingActivityStatusCode')
344
344
  ScalingPolicies = Shapes::ListShape.new(name: 'ScalingPolicies')
345
345
  ScalingPolicy = Shapes::StructureShape.new(name: 'ScalingPolicy')
@@ -352,7 +352,7 @@ module Aws::AutoScaling
352
352
  ScheduledUpdateGroupActionRequests = Shapes::ListShape.new(name: 'ScheduledUpdateGroupActionRequests')
353
353
  ScheduledUpdateGroupActions = Shapes::ListShape.new(name: 'ScheduledUpdateGroupActions')
354
354
  SecurityGroups = Shapes::ListShape.new(name: 'SecurityGroups')
355
- ServiceLinkedRoleFailure = Shapes::StructureShape.new(name: 'ServiceLinkedRoleFailure', error: {"code"=>"ServiceLinkedRoleFailure", "httpStatusCode"=>500, "senderFault"=>true})
355
+ ServiceLinkedRoleFailure = Shapes::StructureShape.new(name: 'ServiceLinkedRoleFailure', error: {"code" => "ServiceLinkedRoleFailure", "httpStatusCode" => 500, "senderFault" => true})
356
356
  SetDesiredCapacityType = Shapes::StructureShape.new(name: 'SetDesiredCapacityType')
357
357
  SetInstanceHealthQuery = Shapes::StructureShape.new(name: 'SetInstanceHealthQuery')
358
358
  SetInstanceProtectionAnswer = Shapes::StructureShape.new(name: 'SetInstanceProtectionAnswer')
@@ -1580,7 +1580,7 @@ module Aws::AutoScaling
1580
1580
  TrafficSourceIdentifier.add_member(:type, Shapes::ShapeRef.new(shape: XmlStringMaxLen511, location_name: "Type"))
1581
1581
  TrafficSourceIdentifier.struct_class = Types::TrafficSourceIdentifier
1582
1582
 
1583
- TrafficSourceState.add_member(:traffic_source, Shapes::ShapeRef.new(shape: XmlStringMaxLen511, deprecated: true, location_name: "TrafficSource", metadata: {"deprecatedMessage"=>"TrafficSource has been replaced by Identifier"}))
1583
+ TrafficSourceState.add_member(:traffic_source, Shapes::ShapeRef.new(shape: XmlStringMaxLen511, deprecated: true, location_name: "TrafficSource", metadata: {"deprecatedMessage" => "TrafficSource has been replaced by Identifier"}))
1584
1584
  TrafficSourceState.add_member(:state, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "State"))
1585
1585
  TrafficSourceState.add_member(:identifier, Shapes::ShapeRef.new(shape: XmlStringMaxLen511, location_name: "Identifier"))
1586
1586
  TrafficSourceState.add_member(:type, Shapes::ShapeRef.new(shape: XmlStringMaxLen511, location_name: "Type"))
@@ -454,7 +454,14 @@ module Aws::AutoScaling
454
454
  #
455
455
  # @!attribute [rw] new_instances_protected_from_scale_in
456
456
  # Indicates whether newly launched instances are protected from
457
- # termination by Amazon EC2 Auto Scaling when scaling in.
457
+ # termination by Amazon EC2 Auto Scaling when scaling in. For more
458
+ # information about preventing instances from terminating on scale in,
459
+ # see [Use instance scale-in protection][1] in the *Amazon EC2 Auto
460
+ # Scaling User Guide*.
461
+ #
462
+ #
463
+ #
464
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-instance-protection.html
458
465
  # @return [Boolean]
459
466
  #
460
467
  # @!attribute [rw] service_linked_role_arn
@@ -8160,13 +8167,21 @@ module Aws::AutoScaling
8160
8167
  # @return [Integer]
8161
8168
  #
8162
8169
  # @!attribute [rw] capacity_rebalance
8163
- # Enables or disables Capacity Rebalancing. For more information, see
8164
- # [Use Capacity Rebalancing to handle Amazon EC2 Spot
8165
- # Interruptions][1] in the *Amazon EC2 Auto Scaling User Guide*.
8170
+ # Enables or disables Capacity Rebalancing. If Capacity Rebalancing is
8171
+ # disabled, proactive replacement of at-risk Spot Instances does not
8172
+ # occur. For more information, see [Capacity Rebalancing in Auto
8173
+ # Scaling to replace at-risk Spot Instances][1] in the *Amazon EC2
8174
+ # Auto Scaling User Guide*.
8175
+ #
8176
+ # <note markdown="1"> To suspend rebalancing across Availability Zones, use the
8177
+ # [SuspendProcesses][2] API.
8178
+ #
8179
+ # </note>
8166
8180
  #
8167
8181
  #
8168
8182
  #
8169
8183
  # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-capacity-rebalancing.html
8184
+ # [2]: https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_SuspendedProcess.html
8170
8185
  # @return [Boolean]
8171
8186
  #
8172
8187
  # @!attribute [rw] context
@@ -65,7 +65,7 @@ module Aws::AutoScaling
65
65
  autoload :ScheduledAction, 'aws-sdk-autoscaling/scheduled_action'
66
66
  autoload :Tag, 'aws-sdk-autoscaling/tag'
67
67
 
68
- GEM_VERSION = '1.132.0'
68
+ GEM_VERSION = '1.134.0'
69
69
 
70
70
  end
71
71
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-autoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.132.0
4
+ version: 1.134.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-03-04 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -98,7 +97,6 @@ licenses:
98
97
  metadata:
99
98
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-autoscaling
100
99
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-autoscaling/CHANGELOG.md
101
- post_install_message:
102
100
  rdoc_options: []
103
101
  require_paths:
104
102
  - lib
@@ -113,8 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
111
  - !ruby/object:Gem::Version
114
112
  version: '0'
115
113
  requirements: []
116
- rubygems_version: 3.4.10
117
- signing_key:
114
+ rubygems_version: 3.6.7
118
115
  specification_version: 4
119
116
  summary: AWS SDK for Ruby - Auto Scaling
120
117
  test_files: []