aws-sdk-autoscaling 1.114.0 → 1.115.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-autoscaling/auto_scaling_group.rb +3 -3
- data/lib/aws-sdk-autoscaling/client.rb +9 -9
- data/lib/aws-sdk-autoscaling/resource.rb +3 -3
- data/lib/aws-sdk-autoscaling/types.rb +8 -8
- data/lib/aws-sdk-autoscaling.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d2d2504bbab37cae05cf47903a8ed247a53c4eefa48892b102e08cfc93556e88
|
4
|
+
data.tar.gz: 23d493a1b6415bdbbf3f19cf20ff0affef74e0dee67ddf7e6c00529b5593920a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7370803257a12b6b1a748cdf47152171eae20f3fc363deadb2b136ff61ec5cf236c62a4f7b5a2d3a370cc75f5275766e1c13646bec05de960bc1e647c084061e
|
7
|
+
data.tar.gz: 89ec71222bfce811d0d9b71b97f667398cc3dbe74612fd1402d4fddb38231c5d7d4fb51ba00788471d83a8f7496cb1dd5492c516c627d9c88c2fc61fa4812546
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
1326
|
-
# default health check and cannot be disabled. For more information,
|
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
|
1084
|
-
# default health check and cannot be disabled. For more information,
|
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 [
|
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/
|
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
|
6890
|
-
# default health check and cannot be disabled. For more information,
|
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.
|
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
|
297
|
-
# default health check and cannot be disabled. For more information,
|
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`
|
1041
|
-
# default health check and cannot be disabled. For more
|
1042
|
-
# see [Health checks for instances in an Auto Scaling
|
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`
|
7671
|
-
# default health check and cannot be disabled. For more
|
7672
|
-
# see [Health checks for instances in an Auto Scaling
|
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.
|
data/lib/aws-sdk-autoscaling.rb
CHANGED
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.
|
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-
|
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
|