aws-sdk-autoscaling 1.123.0 → 1.124.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: 021e27982d2cf20a329d3f036f4f6113c9e2551979911e49973488b7c31fe989
4
- data.tar.gz: ed9a65c6cf930c9b27ac0bb92683199f50b6d51cf85ea3769fdf0cd1bf04ffab
3
+ metadata.gz: 95a3b84a5dfe14a73b312b44f4b68d1957a338c5db329045037329802f7c8775
4
+ data.tar.gz: 69e5a7aadbc9a09b5f6afcb30050b7b35e51fbb3f0b431f76578f4d14d8f95d2
5
5
  SHA512:
6
- metadata.gz: 61ffe80b0912626dc30573d2933e8f59f0d2b947ca033ef422facd346ec27c2efe00f3005c3aba146850683156a56afbb23db072c16f76c254ae7a0644c3c418
7
- data.tar.gz: 9da1c8aa220d2f5dc5ce689be4c31a00d73e96e696e7a7274cf1a3181cd6493eac7310baef9d460cf6b92a74cbaa2a9b97cddcdb092a97bcf05bd3f8cb85ecbb
6
+ metadata.gz: e63a203b28b0253253a95b91eee44b427c53f0af47895d13eb065c7be19a85942a6f5e07eccb2e9786846dba03a74a8ce5fdc7ff22f2c83223d2ec9e2a8cc72e
7
+ data.tar.gz: '0661187a6c24208553ac1f193192d8db35b096fbb5f32d3c5e973fe1c4d102c7f75fc6da2823285292318b69539d4dac5b648be72245a2c3b71941785f956f52'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.124.0 (2024-10-31)
5
+ ------------------
6
+
7
+ * Feature - Adds bake time for Auto Scaling group Instance Refresh
8
+
4
9
  1.123.0 (2024-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.123.0
1
+ 1.124.0
@@ -2941,7 +2941,7 @@ module Aws::AutoScaling
2941
2941
  # resp.instance_refreshes #=> Array
2942
2942
  # resp.instance_refreshes[0].instance_refresh_id #=> String
2943
2943
  # resp.instance_refreshes[0].auto_scaling_group_name #=> String
2944
- # resp.instance_refreshes[0].status #=> String, one of "Pending", "InProgress", "Successful", "Failed", "Cancelling", "Cancelled", "RollbackInProgress", "RollbackFailed", "RollbackSuccessful"
2944
+ # resp.instance_refreshes[0].status #=> String, one of "Pending", "InProgress", "Successful", "Failed", "Cancelling", "Cancelled", "RollbackInProgress", "RollbackFailed", "RollbackSuccessful", "Baking"
2945
2945
  # resp.instance_refreshes[0].status_reason #=> String
2946
2946
  # resp.instance_refreshes[0].start_time #=> Time
2947
2947
  # resp.instance_refreshes[0].end_time #=> Time
@@ -2963,6 +2963,7 @@ module Aws::AutoScaling
2963
2963
  # resp.instance_refreshes[0].preferences.alarm_specification.alarms #=> Array
2964
2964
  # resp.instance_refreshes[0].preferences.alarm_specification.alarms[0] #=> String
2965
2965
  # resp.instance_refreshes[0].preferences.max_healthy_percentage #=> Integer
2966
+ # resp.instance_refreshes[0].preferences.bake_time #=> Integer
2966
2967
  # resp.instance_refreshes[0].desired_configuration.launch_template.launch_template_id #=> String
2967
2968
  # resp.instance_refreshes[0].desired_configuration.launch_template.launch_template_name #=> String
2968
2969
  # resp.instance_refreshes[0].desired_configuration.launch_template.version #=> String
@@ -6572,6 +6573,8 @@ module Aws::AutoScaling
6572
6573
  #
6573
6574
  # * Skip matching
6574
6575
  #
6576
+ # * Bake time
6577
+ #
6575
6578
  # @return [Types::StartInstanceRefreshAnswer] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6576
6579
  #
6577
6580
  # * {Types::StartInstanceRefreshAnswer#instance_refresh_id #instance_refresh_id} => String
@@ -6713,6 +6716,7 @@ module Aws::AutoScaling
6713
6716
  # alarms: ["XmlStringMaxLen255"],
6714
6717
  # },
6715
6718
  # max_healthy_percentage: 1,
6719
+ # bake_time: 1,
6716
6720
  # },
6717
6721
  # })
6718
6722
  #
@@ -7311,7 +7315,7 @@ module Aws::AutoScaling
7311
7315
  tracer: tracer
7312
7316
  )
7313
7317
  context[:gem_name] = 'aws-sdk-autoscaling'
7314
- context[:gem_version] = '1.123.0'
7318
+ context[:gem_version] = '1.124.0'
7315
7319
  Seahorse::Client::Request.new(handlers, context)
7316
7320
  end
7317
7321
 
@@ -63,6 +63,7 @@ module Aws::AutoScaling
63
63
  AutoScalingInstancesType = Shapes::StructureShape.new(name: 'AutoScalingInstancesType')
64
64
  AutoScalingNotificationTypes = Shapes::ListShape.new(name: 'AutoScalingNotificationTypes')
65
65
  AvailabilityZones = Shapes::ListShape.new(name: 'AvailabilityZones')
66
+ BakeTime = Shapes::IntegerShape.new(name: 'BakeTime')
66
67
  BareMetal = Shapes::StringShape.new(name: 'BareMetal')
67
68
  BaselineEbsBandwidthMbpsRequest = Shapes::StructureShape.new(name: 'BaselineEbsBandwidthMbpsRequest')
68
69
  BatchDeleteScheduledActionAnswer = Shapes::StructureShape.new(name: 'BatchDeleteScheduledActionAnswer')
@@ -1336,6 +1337,7 @@ module Aws::AutoScaling
1336
1337
  RefreshPreferences.add_member(:standby_instances, Shapes::ShapeRef.new(shape: StandbyInstances, location_name: "StandbyInstances"))
1337
1338
  RefreshPreferences.add_member(:alarm_specification, Shapes::ShapeRef.new(shape: AlarmSpecification, location_name: "AlarmSpecification"))
1338
1339
  RefreshPreferences.add_member(:max_healthy_percentage, Shapes::ShapeRef.new(shape: IntPercent100To200, location_name: "MaxHealthyPercentage"))
1340
+ RefreshPreferences.add_member(:bake_time, Shapes::ShapeRef.new(shape: BakeTime, location_name: "BakeTime"))
1339
1341
  RefreshPreferences.struct_class = Types::RefreshPreferences
1340
1342
 
1341
1343
  ResourceContentionFault.add_member(:message, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "message"))
@@ -3362,6 +3362,9 @@ module Aws::AutoScaling
3362
3362
  # troubleshoot using the status reason and the scaling activities.
3363
3363
  #
3364
3364
  # * `RollbackSuccessful` - The rollback completed successfully.
3365
+ #
3366
+ # * `Baking` - Waiting the specified bake time after an instance
3367
+ # refresh has finished updating instances.
3365
3368
  # @return [String]
3366
3369
  #
3367
3370
  # @!attribute [rw] status_reason
@@ -6503,6 +6506,11 @@ module Aws::AutoScaling
6503
6506
  # Scaling group, if defined.
6504
6507
  # @return [Integer]
6505
6508
  #
6509
+ # @!attribute [rw] bake_time
6510
+ # The amount of time, in seconds, to wait at the end of an instance
6511
+ # refresh before the instance refresh is considered complete.
6512
+ # @return [Integer]
6513
+ #
6506
6514
  # @see http://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/RefreshPreferences AWS API Documentation
6507
6515
  #
6508
6516
  class RefreshPreferences < Struct.new(
@@ -6515,7 +6523,8 @@ module Aws::AutoScaling
6515
6523
  :scale_in_protected_instances,
6516
6524
  :standby_instances,
6517
6525
  :alarm_specification,
6518
- :max_healthy_percentage)
6526
+ :max_healthy_percentage,
6527
+ :bake_time)
6519
6528
  SENSITIVE = []
6520
6529
  include Aws::Structure
6521
6530
  end
@@ -7121,6 +7130,8 @@ module Aws::AutoScaling
7121
7130
  # * CloudWatch alarms
7122
7131
  #
7123
7132
  # * Skip matching
7133
+ #
7134
+ # * Bake time
7124
7135
  # @return [Types::RefreshPreferences]
7125
7136
  #
7126
7137
  # @see http://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/StartInstanceRefreshType 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.123.0'
68
+ GEM_VERSION = '1.124.0'
69
69
 
70
70
  end
71
71
 
data/sig/client.rbs CHANGED
@@ -1197,7 +1197,8 @@ module Aws
1197
1197
  alarm_specification: {
1198
1198
  alarms: Array[::String]?
1199
1199
  }?,
1200
- max_healthy_percentage: ::Integer?
1200
+ max_healthy_percentage: ::Integer?,
1201
+ bake_time: ::Integer?
1201
1202
  }
1202
1203
  ) -> _StartInstanceRefreshResponseSuccess
1203
1204
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartInstanceRefreshResponseSuccess
data/sig/types.rbs CHANGED
@@ -697,7 +697,7 @@ module Aws::AutoScaling
697
697
  class InstanceRefresh
698
698
  attr_accessor instance_refresh_id: ::String
699
699
  attr_accessor auto_scaling_group_name: ::String
700
- attr_accessor status: ("Pending" | "InProgress" | "Successful" | "Failed" | "Cancelling" | "Cancelled" | "RollbackInProgress" | "RollbackFailed" | "RollbackSuccessful")
700
+ attr_accessor status: ("Pending" | "InProgress" | "Successful" | "Failed" | "Cancelling" | "Cancelled" | "RollbackInProgress" | "RollbackFailed" | "RollbackSuccessful" | "Baking")
701
701
  attr_accessor status_reason: ::String
702
702
  attr_accessor start_time: ::Time
703
703
  attr_accessor end_time: ::Time
@@ -1142,6 +1142,7 @@ module Aws::AutoScaling
1142
1142
  attr_accessor standby_instances: ("Terminate" | "Ignore" | "Wait")
1143
1143
  attr_accessor alarm_specification: Types::AlarmSpecification
1144
1144
  attr_accessor max_healthy_percentage: ::Integer
1145
+ attr_accessor bake_time: ::Integer
1145
1146
  SENSITIVE: []
1146
1147
  end
1147
1148
 
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.123.0
4
+ version: 1.124.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-10-21 00:00:00.000000000 Z
11
+ date: 2024-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core