aws-sdk-autoscaling 1.155.0 → 1.156.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: c132caf93ebbd86d6f8c3f0a7cfed8efadfa4010a2992359fd213622794dc9f8
4
- data.tar.gz: 433786f80489e93a8192cbc92ce2c9dbf096ba05c8fb4a30d40a3fb1807a5266
3
+ metadata.gz: 133f7e9be64886524059460e5bc4243326a25336a1dcad09b634007bc5f39e78
4
+ data.tar.gz: 1ffc22e9a62aef8c704f84ab7d72318872b5bca510459179eef4a0b94add1b5c
5
5
  SHA512:
6
- metadata.gz: 82451edad42f49060683c2fc007c10771d041ce23dba1e5032231d3c85ae451a09ab34172e7290167110c1391d81573c89e44a5467283776e733f295cfe0db47
7
- data.tar.gz: d46bfbb784826aca8fe3be758b7e8074ab0dc642b8a8f45780cc2582d0b3d98e72cc84c1647d1b5376c1ba5d63f4c963f342886390e9a0733e2cda89b3ffd713
6
+ metadata.gz: e32a46f5fa1d2c20b9017c22fabe348a6b6e89b595de453b8e90ae1ca04868882894b81d3c717b97d9baba0d6c4a8ad33adcd6c48a7ec63fe1be44450f588845
7
+ data.tar.gz: 52bc919012beb053fa6d0974bb1f985ba0e245dd9631c94dfb7138ffd590cb30508b4f4d02abdb3719db45295f71b8e3d9d6ba569c4bf9e9039a90d6615dfc59
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.156.0 (2026-03-30)
5
+ ------------------
6
+
7
+ * Feature - Adds support for new instance lifecycle states introduced by the instance lifecycle policy and replace root volume features.
8
+
4
9
  1.155.0 (2026-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.155.0
1
+ 1.156.0
@@ -1594,6 +1594,14 @@ module Aws::AutoScaling
1594
1594
  # `prevent-all-deletion`.
1595
1595
  #
1596
1596
  # Default: `none`
1597
+ #
1598
+ # For more information, see [ Configure deletion protection for your
1599
+ # Amazon EC2 Auto Scaling resources][1] in the *Amazon EC2 Auto Scaling
1600
+ # User Guide*.
1601
+ #
1602
+ #
1603
+ #
1604
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/resource-deletion-protection.html
1597
1605
  # @return [AutoScalingGroup]
1598
1606
  def update(options = {})
1599
1607
  options = options.merge(auto_scaling_group_name: @name)
@@ -1654,6 +1662,14 @@ module Aws::AutoScaling
1654
1662
  # `AutoScalingGroupName` parameter. For valid `StatusCode` values, see
1655
1663
  # [Activity][1] in the *Amazon EC2 Auto Scaling API Reference*.
1656
1664
  #
1665
+ # `StartTimeLowerBound` and `StartTimeUpperBound` accept ISO 8601
1666
+ # formatted timestamps. Timestamps without a timezone offset are assumed
1667
+ # to be UTC.
1668
+ #
1669
+ # * `2000-01-18T08:15:00Z`
1670
+ #
1671
+ # * `2000-01-18T16:15:00+08:00`
1672
+ #
1657
1673
  #
1658
1674
  #
1659
1675
  # [1]: https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_Activity.html
@@ -1273,6 +1273,14 @@ module Aws::AutoScaling
1273
1273
  #
1274
1274
  # Default: `none`
1275
1275
  #
1276
+ # For more information, see [ Configure deletion protection for your
1277
+ # Amazon EC2 Auto Scaling resources][1] in the *Amazon EC2 Auto Scaling
1278
+ # User Guide*.
1279
+ #
1280
+ #
1281
+ #
1282
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/resource-deletion-protection.html
1283
+ #
1276
1284
  # @option params [Array<Types::Tag>] :tags
1277
1285
  # One or more tags. You can tag your Auto Scaling group and propagate
1278
1286
  # the tags to the Amazon EC2 instances it launches. Tags are not
@@ -2778,7 +2786,7 @@ module Aws::AutoScaling
2778
2786
  # resp.auto_scaling_groups[0].instances[0].instance_id #=> String
2779
2787
  # resp.auto_scaling_groups[0].instances[0].instance_type #=> String
2780
2788
  # resp.auto_scaling_groups[0].instances[0].availability_zone #=> String
2781
- # resp.auto_scaling_groups[0].instances[0].lifecycle_state #=> String, one of "Pending", "Pending:Wait", "Pending:Proceed", "Quarantined", "InService", "Terminating", "Terminating:Wait", "Terminating:Proceed", "Terminated", "Detaching", "Detached", "EnteringStandby", "Standby", "Warmed:Pending", "Warmed:Pending:Wait", "Warmed:Pending:Proceed", "Warmed:Terminating", "Warmed:Terminating:Wait", "Warmed:Terminating:Proceed", "Warmed:Terminated", "Warmed:Stopped", "Warmed:Running", "Warmed:Hibernated"
2789
+ # resp.auto_scaling_groups[0].instances[0].lifecycle_state #=> String, one of "Pending", "Pending:Wait", "Pending:Proceed", "Quarantined", "InService", "Terminating", "Terminating:Wait", "Terminating:Proceed", "Terminating:Retained", "Terminated", "Detaching", "Detached", "EnteringStandby", "Standby", "ReplacingRootVolume", "ReplacingRootVolume:Wait", "ReplacingRootVolume:Proceed", "RootVolumeReplaced", "Warmed:Pending", "Warmed:Pending:Wait", "Warmed:Pending:Proceed", "Warmed:Pending:Retained", "Warmed:Terminating", "Warmed:Terminating:Wait", "Warmed:Terminating:Proceed", "Warmed:Terminating:Retained", "Warmed:Terminated", "Warmed:Stopped", "Warmed:Running", "Warmed:Hibernated"
2782
2790
  # resp.auto_scaling_groups[0].instances[0].health_status #=> String
2783
2791
  # resp.auto_scaling_groups[0].instances[0].launch_configuration_name #=> String
2784
2792
  # resp.auto_scaling_groups[0].instances[0].launch_template.launch_template_id #=> String
@@ -4040,6 +4048,14 @@ module Aws::AutoScaling
4040
4048
  # `AutoScalingGroupName` parameter. For valid `StatusCode` values, see
4041
4049
  # [Activity][1] in the *Amazon EC2 Auto Scaling API Reference*.
4042
4050
  #
4051
+ # `StartTimeLowerBound` and `StartTimeUpperBound` accept ISO 8601
4052
+ # formatted timestamps. Timestamps without a timezone offset are assumed
4053
+ # to be UTC.
4054
+ #
4055
+ # * `2000-01-18T08:15:00Z`
4056
+ #
4057
+ # * `2000-01-18T16:15:00+08:00`
4058
+ #
4043
4059
  #
4044
4060
  #
4045
4061
  # [1]: https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_Activity.html
@@ -4576,7 +4592,7 @@ module Aws::AutoScaling
4576
4592
  # resp.instances[0].instance_id #=> String
4577
4593
  # resp.instances[0].instance_type #=> String
4578
4594
  # resp.instances[0].availability_zone #=> String
4579
- # resp.instances[0].lifecycle_state #=> String, one of "Pending", "Pending:Wait", "Pending:Proceed", "Quarantined", "InService", "Terminating", "Terminating:Wait", "Terminating:Proceed", "Terminated", "Detaching", "Detached", "EnteringStandby", "Standby", "Warmed:Pending", "Warmed:Pending:Wait", "Warmed:Pending:Proceed", "Warmed:Terminating", "Warmed:Terminating:Wait", "Warmed:Terminating:Proceed", "Warmed:Terminated", "Warmed:Stopped", "Warmed:Running", "Warmed:Hibernated"
4595
+ # resp.instances[0].lifecycle_state #=> String, one of "Pending", "Pending:Wait", "Pending:Proceed", "Quarantined", "InService", "Terminating", "Terminating:Wait", "Terminating:Proceed", "Terminating:Retained", "Terminated", "Detaching", "Detached", "EnteringStandby", "Standby", "ReplacingRootVolume", "ReplacingRootVolume:Wait", "ReplacingRootVolume:Proceed", "RootVolumeReplaced", "Warmed:Pending", "Warmed:Pending:Wait", "Warmed:Pending:Proceed", "Warmed:Pending:Retained", "Warmed:Terminating", "Warmed:Terminating:Wait", "Warmed:Terminating:Proceed", "Warmed:Terminating:Retained", "Warmed:Terminated", "Warmed:Stopped", "Warmed:Running", "Warmed:Hibernated"
4580
4596
  # resp.instances[0].health_status #=> String
4581
4597
  # resp.instances[0].launch_configuration_name #=> String
4582
4598
  # resp.instances[0].launch_template.launch_template_id #=> String
@@ -7510,6 +7526,14 @@ module Aws::AutoScaling
7510
7526
  #
7511
7527
  # Default: `none`
7512
7528
  #
7529
+ # For more information, see [ Configure deletion protection for your
7530
+ # Amazon EC2 Auto Scaling resources][1] in the *Amazon EC2 Auto Scaling
7531
+ # User Guide*.
7532
+ #
7533
+ #
7534
+ #
7535
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/resource-deletion-protection.html
7536
+ #
7513
7537
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
7514
7538
  #
7515
7539
  #
@@ -7700,7 +7724,7 @@ module Aws::AutoScaling
7700
7724
  tracer: tracer
7701
7725
  )
7702
7726
  context[:gem_name] = 'aws-sdk-autoscaling'
7703
- context[:gem_version] = '1.155.0'
7727
+ context[:gem_version] = '1.156.0'
7704
7728
  Seahorse::Client::Request.new(handlers, context)
7705
7729
  end
7706
7730
 
@@ -64,11 +64,13 @@ module Aws::AutoScaling
64
64
  # `Quarantined` \| `InService` \| `Terminating` \| `Terminating:Wait` \|
65
65
  # `Terminating:Proceed` \| `Terminating:Retained` \| `Terminated` \|
66
66
  # `Detaching` \| `Detached` \| `EnteringStandby` \| `Standby` \|
67
+ # `ReplacingRootVolume` \| `ReplacingRootVolume:Wait` \|
68
+ # `ReplacingRootVolume:Proceed` \| `RootVolumeReplaced` \|
67
69
  # `Warmed:Pending` \| `Warmed:Pending:Wait` \| `Warmed:Pending:Proceed`
68
70
  # \| `Warmed:Pending:Retained` \| `Warmed:Terminating` \|
69
71
  # `Warmed:Terminating:Wait` \| `Warmed:Terminating:Proceed` \|
70
72
  # `Warmed:Terminating:Retained` \| `Warmed:Terminated` \|
71
- # `Warmed:Stopped` \| `Warmed:Running`
73
+ # `Warmed:Stopped` \| `Warmed:Running` \| `Warmed:Hibernated`
72
74
  #
73
75
  #
74
76
  #
@@ -420,6 +420,14 @@ module Aws::AutoScaling
420
420
  # `prevent-all-deletion`.
421
421
  #
422
422
  # Default: `none`
423
+ #
424
+ # For more information, see [ Configure deletion protection for your
425
+ # Amazon EC2 Auto Scaling resources][1] in the *Amazon EC2 Auto Scaling
426
+ # User Guide*.
427
+ #
428
+ #
429
+ #
430
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/resource-deletion-protection.html
423
431
  # @option options [Array<Types::Tag>] :tags
424
432
  # One or more tags. You can tag your Auto Scaling group and propagate
425
433
  # the tags to the Amazon EC2 instances it launches. Tags are not
@@ -869,6 +877,14 @@ module Aws::AutoScaling
869
877
  # `AutoScalingGroupName` parameter. For valid `StatusCode` values, see
870
878
  # [Activity][1] in the *Amazon EC2 Auto Scaling API Reference*.
871
879
  #
880
+ # `StartTimeLowerBound` and `StartTimeUpperBound` accept ISO 8601
881
+ # formatted timestamps. Timestamps without a timezone offset are assumed
882
+ # to be UTC.
883
+ #
884
+ # * `2000-01-18T08:15:00Z`
885
+ #
886
+ # * `2000-01-18T16:15:00+08:00`
887
+ #
872
888
  #
873
889
  #
874
890
  # [1]: https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_Activity.html
@@ -671,11 +671,14 @@ module Aws::AutoScaling
671
671
  # `Quarantined` \| `InService` \| `Terminating` \| `Terminating:Wait`
672
672
  # \| `Terminating:Proceed` \| `Terminating:Retained` \| `Terminated`
673
673
  # \| `Detaching` \| `Detached` \| `EnteringStandby` \| `Standby` \|
674
+ # `ReplacingRootVolume` \| `ReplacingRootVolume:Wait` \|
675
+ # `ReplacingRootVolume:Proceed` \| `RootVolumeReplaced` \|
674
676
  # `Warmed:Pending` \| `Warmed:Pending:Wait` \|
675
677
  # `Warmed:Pending:Proceed` \| `Warmed:Pending:Retained` \|
676
678
  # `Warmed:Terminating` \| `Warmed:Terminating:Wait` \|
677
679
  # `Warmed:Terminating:Proceed` \| `Warmed:Terminating:Retained` \|
678
- # `Warmed:Terminated` \| `Warmed:Stopped` \| `Warmed:Running`
680
+ # `Warmed:Terminated` \| `Warmed:Stopped` \| `Warmed:Running` \|
681
+ # `Warmed:Hibernated`
679
682
  #
680
683
  #
681
684
  #
@@ -1416,6 +1419,14 @@ module Aws::AutoScaling
1416
1419
  # `prevent-all-deletion`.
1417
1420
  #
1418
1421
  # Default: `none`
1422
+ #
1423
+ # For more information, see [ Configure deletion protection for your
1424
+ # Amazon EC2 Auto Scaling resources][1] in the *Amazon EC2 Auto
1425
+ # Scaling User Guide*.
1426
+ #
1427
+ #
1428
+ #
1429
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/resource-deletion-protection.html
1419
1430
  # @return [String]
1420
1431
  #
1421
1432
  # @!attribute [rw] tags
@@ -2540,6 +2551,14 @@ module Aws::AutoScaling
2540
2551
  # `AutoScalingGroupName` parameter. For valid `StatusCode` values,
2541
2552
  # see [Activity][1] in the *Amazon EC2 Auto Scaling API Reference*.
2542
2553
  #
2554
+ # `StartTimeLowerBound` and `StartTimeUpperBound` accept ISO 8601
2555
+ # formatted timestamps. Timestamps without a timezone offset are
2556
+ # assumed to be UTC.
2557
+ #
2558
+ # * `2000-01-18T08:15:00Z`
2559
+ #
2560
+ # * `2000-01-18T16:15:00+08:00`
2561
+ #
2543
2562
  #
2544
2563
  #
2545
2564
  # [1]: https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_Activity.html
@@ -3446,6 +3465,14 @@ module Aws::AutoScaling
3446
3465
  # `AutoScalingGroupName` parameter. For valid `StatusCode` values,
3447
3466
  # see [Activity][1] in the *Amazon EC2 Auto Scaling API Reference*.
3448
3467
  #
3468
+ # `StartTimeLowerBound` and `StartTimeUpperBound` accept ISO 8601
3469
+ # formatted timestamps. Timestamps without a timezone offset are
3470
+ # assumed to be UTC.
3471
+ #
3472
+ # * `2000-01-18T08:15:00Z`
3473
+ #
3474
+ # * `2000-01-18T16:15:00+08:00`
3475
+ #
3449
3476
  #
3450
3477
  #
3451
3478
  # [1]: https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_Activity.html
@@ -8741,6 +8768,14 @@ module Aws::AutoScaling
8741
8768
  # `prevent-all-deletion`.
8742
8769
  #
8743
8770
  # Default: `none`
8771
+ #
8772
+ # For more information, see [ Configure deletion protection for your
8773
+ # Amazon EC2 Auto Scaling resources][1] in the *Amazon EC2 Auto
8774
+ # Scaling User Guide*.
8775
+ #
8776
+ #
8777
+ #
8778
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/resource-deletion-protection.html
8744
8779
  # @return [String]
8745
8780
  #
8746
8781
  # @see http://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/UpdateAutoScalingGroupType AWS API Documentation
@@ -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.155.0'
68
+ GEM_VERSION = '1.156.0'
69
69
 
70
70
  end
71
71
 
data/sig/types.rbs CHANGED
@@ -722,7 +722,7 @@ module Aws::AutoScaling
722
722
  attr_accessor instance_id: ::String
723
723
  attr_accessor instance_type: ::String
724
724
  attr_accessor availability_zone: ::String
725
- attr_accessor lifecycle_state: ("Pending" | "Pending:Wait" | "Pending:Proceed" | "Quarantined" | "InService" | "Terminating" | "Terminating:Wait" | "Terminating:Proceed" | "Terminated" | "Detaching" | "Detached" | "EnteringStandby" | "Standby" | "Warmed:Pending" | "Warmed:Pending:Wait" | "Warmed:Pending:Proceed" | "Warmed:Terminating" | "Warmed:Terminating:Wait" | "Warmed:Terminating:Proceed" | "Warmed:Terminated" | "Warmed:Stopped" | "Warmed:Running" | "Warmed:Hibernated")
725
+ attr_accessor lifecycle_state: ("Pending" | "Pending:Wait" | "Pending:Proceed" | "Quarantined" | "InService" | "Terminating" | "Terminating:Wait" | "Terminating:Proceed" | "Terminating:Retained" | "Terminated" | "Detaching" | "Detached" | "EnteringStandby" | "Standby" | "ReplacingRootVolume" | "ReplacingRootVolume:Wait" | "ReplacingRootVolume:Proceed" | "RootVolumeReplaced" | "Warmed:Pending" | "Warmed:Pending:Wait" | "Warmed:Pending:Proceed" | "Warmed:Pending:Retained" | "Warmed:Terminating" | "Warmed:Terminating:Wait" | "Warmed:Terminating:Proceed" | "Warmed:Terminating:Retained" | "Warmed:Terminated" | "Warmed:Stopped" | "Warmed:Running" | "Warmed:Hibernated")
726
726
  attr_accessor health_status: ::String
727
727
  attr_accessor launch_configuration_name: ::String
728
728
  attr_accessor launch_template: Types::LaunchTemplateSpecification
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-autoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.155.0
4
+ version: 1.156.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services