aws-sdk-autoscaling 1.114.0 → 1.115.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: 2fea933c10bad63585719a3ef6aca34f884121af63c1edfe3ab10be8f8c1a644
4
- data.tar.gz: ad851b03712e4d17eb00688293b8f90d4f4ff76b25c3b35bfe520bb2d78cc214
3
+ metadata.gz: d2d2504bbab37cae05cf47903a8ed247a53c4eefa48892b102e08cfc93556e88
4
+ data.tar.gz: 23d493a1b6415bdbbf3f19cf20ff0affef74e0dee67ddf7e6c00529b5593920a
5
5
  SHA512:
6
- metadata.gz: 3bc9228bf94e955c30e64824f1fd209c5683769ff71b87bf534619fca630296ce67717d9c8ac19ecb46b4fef60dd263753751ef498cfb6f2c073026f5cc91fa9
7
- data.tar.gz: 816a5cddf930c5fd2ae39a51acd16d79c32ec0e54d203b4b0cea55184e34eb821b41f7bb3929aecd5d3b4e388a857fb3c699faf03ab4d1701beccefb2fcb7b2e
6
+ metadata.gz: 7370803257a12b6b1a748cdf47152171eae20f3fc363deadb2b136ff61ec5cf236c62a4f7b5a2d3a370cc75f5275766e1c13646bec05de960bc1e647c084061e
7
+ data.tar.gz: 89ec71222bfce811d0d9b71b97f667398cc3dbe74612fd1402d4fddb38231c5d7d4fb51ba00788471d83a8f7496cb1dd5492c516c627d9c88c2fc61fa4812546
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.115.0 (2024-08-22)
5
+ ------------------
6
+
7
+ * Feature - Amazon EC2 Auto Scaling now provides EBS health check to manage EC2 instance replacement
8
+
4
9
  1.114.0 (2024-07-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.114.0
1
+ 1.115.0
@@ -1322,9 +1322,9 @@ module Aws::AutoScaling
1322
1322
  # @option options [String] :health_check_type
1323
1323
  # A comma-separated value string of one or more health check types.
1324
1324
  #
1325
- # The valid values are `EC2`, `ELB`, and `VPC_LATTICE`. `EC2` is the
1326
- # default health check and cannot be disabled. For more information, see
1327
- # [Health checks for instances in an Auto Scaling group][1] in the
1325
+ # The valid values are `EC2`, `EBS`, `ELB`, and `VPC_LATTICE`. `EC2` is
1326
+ # the default health check and cannot be disabled. For more information,
1327
+ # see [Health checks for instances in an Auto Scaling group][1] in the
1328
1328
  # *Amazon EC2 Auto Scaling User Guide*.
1329
1329
  #
1330
1330
  # Only specify `EC2` if you must clear a value that was previously set.
@@ -1080,9 +1080,9 @@ module Aws::AutoScaling
1080
1080
  # @option params [String] :health_check_type
1081
1081
  # A comma-separated value string of one or more health check types.
1082
1082
  #
1083
- # The valid values are `EC2`, `ELB`, and `VPC_LATTICE`. `EC2` is the
1084
- # default health check and cannot be disabled. For more information, see
1085
- # [Health checks for instances in an Auto Scaling group][1] in the
1083
+ # The valid values are `EC2`, `EBS`, `ELB`, and `VPC_LATTICE`. `EC2` is
1084
+ # the default health check and cannot be disabled. For more information,
1085
+ # see [Health checks for instances in an Auto Scaling group][1] in the
1086
1086
  # *Amazon EC2 Auto Scaling User Guide*.
1087
1087
  #
1088
1088
  # Only specify `EC2` if you must clear a value that was previously set.
@@ -6268,12 +6268,12 @@ module Aws::AutoScaling
6268
6268
 
6269
6269
  # Sets the health status of the specified instance.
6270
6270
  #
6271
- # For more information, see [Health checks for instances in an Auto
6271
+ # For more information, see [Set up a custom health check for your Auto
6272
6272
  # Scaling group][1] in the *Amazon EC2 Auto Scaling User Guide*.
6273
6273
  #
6274
6274
  #
6275
6275
  #
6276
- # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html
6276
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/set-up-a-custom-health-check.html
6277
6277
  #
6278
6278
  # @option params [required, String] :instance_id
6279
6279
  # The ID of the instance.
@@ -6886,9 +6886,9 @@ module Aws::AutoScaling
6886
6886
  # @option params [String] :health_check_type
6887
6887
  # A comma-separated value string of one or more health check types.
6888
6888
  #
6889
- # The valid values are `EC2`, `ELB`, and `VPC_LATTICE`. `EC2` is the
6890
- # default health check and cannot be disabled. For more information, see
6891
- # [Health checks for instances in an Auto Scaling group][1] in the
6889
+ # The valid values are `EC2`, `EBS`, `ELB`, and `VPC_LATTICE`. `EC2` is
6890
+ # the default health check and cannot be disabled. For more information,
6891
+ # see [Health checks for instances in an Auto Scaling group][1] in the
6892
6892
  # *Amazon EC2 Auto Scaling User Guide*.
6893
6893
  #
6894
6894
  # Only specify `EC2` if you must clear a value that was previously set.
@@ -7195,7 +7195,7 @@ module Aws::AutoScaling
7195
7195
  params: params,
7196
7196
  config: config)
7197
7197
  context[:gem_name] = 'aws-sdk-autoscaling'
7198
- context[:gem_version] = '1.114.0'
7198
+ context[:gem_version] = '1.115.0'
7199
7199
  Seahorse::Client::Request.new(handlers, context)
7200
7200
  end
7201
7201
 
@@ -293,9 +293,9 @@ module Aws::AutoScaling
293
293
  # @option options [String] :health_check_type
294
294
  # A comma-separated value string of one or more health check types.
295
295
  #
296
- # The valid values are `EC2`, `ELB`, and `VPC_LATTICE`. `EC2` is the
297
- # default health check and cannot be disabled. For more information, see
298
- # [Health checks for instances in an Auto Scaling group][1] in the
296
+ # The valid values are `EC2`, `EBS`, `ELB`, and `VPC_LATTICE`. `EC2` is
297
+ # the default health check and cannot be disabled. For more information,
298
+ # see [Health checks for instances in an Auto Scaling group][1] in the
299
299
  # *Amazon EC2 Auto Scaling User Guide*.
300
300
  #
301
301
  # Only specify `EC2` if you must clear a value that was previously set.
@@ -1037,10 +1037,10 @@ module Aws::AutoScaling
1037
1037
  # @!attribute [rw] health_check_type
1038
1038
  # A comma-separated value string of one or more health check types.
1039
1039
  #
1040
- # The valid values are `EC2`, `ELB`, and `VPC_LATTICE`. `EC2` is the
1041
- # default health check and cannot be disabled. For more information,
1042
- # see [Health checks for instances in an Auto Scaling group][1] in the
1043
- # *Amazon EC2 Auto Scaling User Guide*.
1040
+ # The valid values are `EC2`, `EBS`, `ELB`, and `VPC_LATTICE`. `EC2`
1041
+ # is the default health check and cannot be disabled. For more
1042
+ # information, see [Health checks for instances in an Auto Scaling
1043
+ # group][1] in the *Amazon EC2 Auto Scaling User Guide*.
1044
1044
  #
1045
1045
  # Only specify `EC2` if you must clear a value that was previously
1046
1046
  # set.
@@ -7667,10 +7667,10 @@ module Aws::AutoScaling
7667
7667
  # @!attribute [rw] health_check_type
7668
7668
  # A comma-separated value string of one or more health check types.
7669
7669
  #
7670
- # The valid values are `EC2`, `ELB`, and `VPC_LATTICE`. `EC2` is the
7671
- # default health check and cannot be disabled. For more information,
7672
- # see [Health checks for instances in an Auto Scaling group][1] in the
7673
- # *Amazon EC2 Auto Scaling User Guide*.
7670
+ # The valid values are `EC2`, `EBS`, `ELB`, and `VPC_LATTICE`. `EC2`
7671
+ # is the default health check and cannot be disabled. For more
7672
+ # information, see [Health checks for instances in an Auto Scaling
7673
+ # group][1] in the *Amazon EC2 Auto Scaling User Guide*.
7674
7674
  #
7675
7675
  # Only specify `EC2` if you must clear a value that was previously
7676
7676
  # set.
@@ -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.114.0'
66
+ GEM_VERSION = '1.115.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.114.0
4
+ version: 1.115.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-07-30 00:00:00.000000000 Z
11
+ date: 2024-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core