aws-sdk-autoscaling 1.113.0 → 1.114.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-autoscaling/auto_scaling_group.rb +1 -1
- data/lib/aws-sdk-autoscaling/client.rb +3 -3
- data/lib/aws-sdk-autoscaling/client_api.rb +4 -3
- data/lib/aws-sdk-autoscaling/resource.rb +1 -1
- 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: 2fea933c10bad63585719a3ef6aca34f884121af63c1edfe3ab10be8f8c1a644
|
4
|
+
data.tar.gz: ad851b03712e4d17eb00688293b8f90d4f4ff76b25c3b35bfe520bb2d78cc214
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3bc9228bf94e955c30e64824f1fd209c5683769ff71b87bf534619fca630296ce67717d9c8ac19ecb46b4fef60dd263753751ef498cfb6f2c073026f5cc91fa9
|
7
|
+
data.tar.gz: 816a5cddf930c5fd2ae39a51acd16d79c32ec0e54d203b4b0cea55184e34eb821b41f7bb3929aecd5d3b4e388a857fb3c699faf03ab4d1701beccefb2fcb7b2e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.114.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",
|
@@ -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,
|
@@ -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.114.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,
|
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.114.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-
|
11
|
+
date: 2024-07-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|