aws-sdk-autoscaling 1.113.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-autoscaling/auto_scaling_group.rb +4 -4
- data/lib/aws-sdk-autoscaling/client.rb +11 -11
- data/lib/aws-sdk-autoscaling/client_api.rb +4 -3
- data/lib/aws-sdk-autoscaling/resource.rb +4 -4
- 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
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.114.0 (2024-07-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Increase the length limit for VPCZoneIdentifier from 2047 to 5000
|
13
|
+
|
4
14
|
1.113.0 (2024-07-12)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.115.0
|
@@ -1256,7 +1256,7 @@ module Aws::AutoScaling
|
|
1256
1256
|
# health_check_type: "XmlStringMaxLen32",
|
1257
1257
|
# health_check_grace_period: 1,
|
1258
1258
|
# placement_group: "XmlStringMaxLen255",
|
1259
|
-
# vpc_zone_identifier: "
|
1259
|
+
# vpc_zone_identifier: "XmlStringMaxLen5000",
|
1260
1260
|
# termination_policies: ["XmlStringMaxLen1600"],
|
1261
1261
|
# new_instances_protected_from_scale_in: false,
|
1262
1262
|
# service_linked_role_arn: "ResourceName",
|
@@ -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.
|
@@ -1497,7 +1497,7 @@ module Aws::AutoScaling
|
|
1497
1497
|
# health_check_type: "XmlStringMaxLen32",
|
1498
1498
|
# health_check_grace_period: 1,
|
1499
1499
|
# placement_group: "XmlStringMaxLen255",
|
1500
|
-
# vpc_zone_identifier: "
|
1500
|
+
# vpc_zone_identifier: "XmlStringMaxLen5000",
|
1501
1501
|
# termination_policies: ["XmlStringMaxLen1600"],
|
1502
1502
|
# new_instances_protected_from_scale_in: false,
|
1503
1503
|
# capacity_rebalance: false,
|
@@ -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.
|
@@ -7158,7 +7158,7 @@ module Aws::AutoScaling
|
|
7158
7158
|
# health_check_type: "XmlStringMaxLen32",
|
7159
7159
|
# health_check_grace_period: 1,
|
7160
7160
|
# placement_group: "XmlStringMaxLen255",
|
7161
|
-
# vpc_zone_identifier: "
|
7161
|
+
# vpc_zone_identifier: "XmlStringMaxLen5000",
|
7162
7162
|
# termination_policies: ["XmlStringMaxLen1600"],
|
7163
7163
|
# new_instances_protected_from_scale_in: false,
|
7164
7164
|
# service_linked_role_arn: "ResourceName",
|
@@ -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
|
|
@@ -388,6 +388,7 @@ module Aws::AutoScaling
|
|
388
388
|
XmlStringMaxLen2047 = Shapes::StringShape.new(name: 'XmlStringMaxLen2047')
|
389
389
|
XmlStringMaxLen255 = Shapes::StringShape.new(name: 'XmlStringMaxLen255')
|
390
390
|
XmlStringMaxLen32 = Shapes::StringShape.new(name: 'XmlStringMaxLen32')
|
391
|
+
XmlStringMaxLen5000 = Shapes::StringShape.new(name: 'XmlStringMaxLen5000')
|
391
392
|
XmlStringMaxLen511 = Shapes::StringShape.new(name: 'XmlStringMaxLen511')
|
392
393
|
XmlStringMaxLen64 = Shapes::StringShape.new(name: 'XmlStringMaxLen64')
|
393
394
|
XmlStringMetricLabel = Shapes::StringShape.new(name: 'XmlStringMetricLabel')
|
@@ -498,7 +499,7 @@ module Aws::AutoScaling
|
|
498
499
|
AutoScalingGroup.add_member(:created_time, Shapes::ShapeRef.new(shape: TimestampType, required: true, location_name: "CreatedTime"))
|
499
500
|
AutoScalingGroup.add_member(:suspended_processes, Shapes::ShapeRef.new(shape: SuspendedProcesses, location_name: "SuspendedProcesses"))
|
500
501
|
AutoScalingGroup.add_member(:placement_group, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "PlacementGroup"))
|
501
|
-
AutoScalingGroup.add_member(:vpc_zone_identifier, Shapes::ShapeRef.new(shape:
|
502
|
+
AutoScalingGroup.add_member(:vpc_zone_identifier, Shapes::ShapeRef.new(shape: XmlStringMaxLen5000, location_name: "VPCZoneIdentifier"))
|
502
503
|
AutoScalingGroup.add_member(:enabled_metrics, Shapes::ShapeRef.new(shape: EnabledMetrics, location_name: "EnabledMetrics"))
|
503
504
|
AutoScalingGroup.add_member(:status, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "Status"))
|
504
505
|
AutoScalingGroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagDescriptionList, location_name: "Tags"))
|
@@ -618,7 +619,7 @@ module Aws::AutoScaling
|
|
618
619
|
CreateAutoScalingGroupType.add_member(:health_check_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen32, location_name: "HealthCheckType"))
|
619
620
|
CreateAutoScalingGroupType.add_member(:health_check_grace_period, Shapes::ShapeRef.new(shape: HealthCheckGracePeriod, location_name: "HealthCheckGracePeriod"))
|
620
621
|
CreateAutoScalingGroupType.add_member(:placement_group, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "PlacementGroup"))
|
621
|
-
CreateAutoScalingGroupType.add_member(:vpc_zone_identifier, Shapes::ShapeRef.new(shape:
|
622
|
+
CreateAutoScalingGroupType.add_member(:vpc_zone_identifier, Shapes::ShapeRef.new(shape: XmlStringMaxLen5000, location_name: "VPCZoneIdentifier"))
|
622
623
|
CreateAutoScalingGroupType.add_member(:termination_policies, Shapes::ShapeRef.new(shape: TerminationPolicies, location_name: "TerminationPolicies"))
|
623
624
|
CreateAutoScalingGroupType.add_member(:new_instances_protected_from_scale_in, Shapes::ShapeRef.new(shape: InstanceProtected, location_name: "NewInstancesProtectedFromScaleIn"))
|
624
625
|
CreateAutoScalingGroupType.add_member(:capacity_rebalance, Shapes::ShapeRef.new(shape: CapacityRebalanceEnabled, location_name: "CapacityRebalance"))
|
@@ -1538,7 +1539,7 @@ module Aws::AutoScaling
|
|
1538
1539
|
UpdateAutoScalingGroupType.add_member(:health_check_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen32, location_name: "HealthCheckType"))
|
1539
1540
|
UpdateAutoScalingGroupType.add_member(:health_check_grace_period, Shapes::ShapeRef.new(shape: HealthCheckGracePeriod, location_name: "HealthCheckGracePeriod"))
|
1540
1541
|
UpdateAutoScalingGroupType.add_member(:placement_group, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "PlacementGroup"))
|
1541
|
-
UpdateAutoScalingGroupType.add_member(:vpc_zone_identifier, Shapes::ShapeRef.new(shape:
|
1542
|
+
UpdateAutoScalingGroupType.add_member(:vpc_zone_identifier, Shapes::ShapeRef.new(shape: XmlStringMaxLen5000, location_name: "VPCZoneIdentifier"))
|
1542
1543
|
UpdateAutoScalingGroupType.add_member(:termination_policies, Shapes::ShapeRef.new(shape: TerminationPolicies, location_name: "TerminationPolicies"))
|
1543
1544
|
UpdateAutoScalingGroupType.add_member(:new_instances_protected_from_scale_in, Shapes::ShapeRef.new(shape: InstanceProtected, location_name: "NewInstancesProtectedFromScaleIn"))
|
1544
1545
|
UpdateAutoScalingGroupType.add_member(:service_linked_role_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ServiceLinkedRoleARN"))
|
@@ -137,7 +137,7 @@ module Aws::AutoScaling
|
|
137
137
|
# health_check_type: "XmlStringMaxLen32",
|
138
138
|
# health_check_grace_period: 1,
|
139
139
|
# placement_group: "XmlStringMaxLen255",
|
140
|
-
# vpc_zone_identifier: "
|
140
|
+
# vpc_zone_identifier: "XmlStringMaxLen5000",
|
141
141
|
# termination_policies: ["XmlStringMaxLen1600"],
|
142
142
|
# new_instances_protected_from_scale_in: false,
|
143
143
|
# capacity_rebalance: false,
|
@@ -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
|