aws-sdk-autoscaling 1.59.0 → 1.64.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 +25 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-autoscaling.rb +1 -1
- data/lib/aws-sdk-autoscaling/auto_scaling_group.rb +125 -21
- data/lib/aws-sdk-autoscaling/client.rb +610 -100
- data/lib/aws-sdk-autoscaling/client_api.rb +185 -0
- data/lib/aws-sdk-autoscaling/customizations.rb +1 -1
- data/lib/aws-sdk-autoscaling/instance.rb +5 -1
- data/lib/aws-sdk-autoscaling/load_balancer.rb +5 -5
- data/lib/aws-sdk-autoscaling/resource.rb +33 -20
- data/lib/aws-sdk-autoscaling/scaling_policy.rb +8 -0
- data/lib/aws-sdk-autoscaling/types.rb +1019 -114
- metadata +5 -6
@@ -37,6 +37,7 @@ module Aws::AutoScaling
|
|
37
37
|
AutoScalingGroupMinSize = Shapes::IntegerShape.new(name: 'AutoScalingGroupMinSize')
|
38
38
|
AutoScalingGroupNames = Shapes::ListShape.new(name: 'AutoScalingGroupNames')
|
39
39
|
AutoScalingGroupNamesType = Shapes::StructureShape.new(name: 'AutoScalingGroupNamesType')
|
40
|
+
AutoScalingGroupPredictedCapacity = Shapes::IntegerShape.new(name: 'AutoScalingGroupPredictedCapacity')
|
40
41
|
AutoScalingGroupState = Shapes::StringShape.new(name: 'AutoScalingGroupState')
|
41
42
|
AutoScalingGroups = Shapes::ListShape.new(name: 'AutoScalingGroups')
|
42
43
|
AutoScalingGroupsType = Shapes::StructureShape.new(name: 'AutoScalingGroupsType')
|
@@ -52,18 +53,21 @@ module Aws::AutoScaling
|
|
52
53
|
BlockDeviceEbsDeleteOnTermination = Shapes::BooleanShape.new(name: 'BlockDeviceEbsDeleteOnTermination')
|
53
54
|
BlockDeviceEbsEncrypted = Shapes::BooleanShape.new(name: 'BlockDeviceEbsEncrypted')
|
54
55
|
BlockDeviceEbsIops = Shapes::IntegerShape.new(name: 'BlockDeviceEbsIops')
|
56
|
+
BlockDeviceEbsThroughput = Shapes::IntegerShape.new(name: 'BlockDeviceEbsThroughput')
|
55
57
|
BlockDeviceEbsVolumeSize = Shapes::IntegerShape.new(name: 'BlockDeviceEbsVolumeSize')
|
56
58
|
BlockDeviceEbsVolumeType = Shapes::StringShape.new(name: 'BlockDeviceEbsVolumeType')
|
57
59
|
BlockDeviceMapping = Shapes::StructureShape.new(name: 'BlockDeviceMapping')
|
58
60
|
BlockDeviceMappings = Shapes::ListShape.new(name: 'BlockDeviceMappings')
|
59
61
|
CancelInstanceRefreshAnswer = Shapes::StructureShape.new(name: 'CancelInstanceRefreshAnswer')
|
60
62
|
CancelInstanceRefreshType = Shapes::StructureShape.new(name: 'CancelInstanceRefreshType')
|
63
|
+
CapacityForecast = Shapes::StructureShape.new(name: 'CapacityForecast')
|
61
64
|
CapacityRebalanceEnabled = Shapes::BooleanShape.new(name: 'CapacityRebalanceEnabled')
|
62
65
|
CheckpointDelay = Shapes::IntegerShape.new(name: 'CheckpointDelay')
|
63
66
|
CheckpointPercentages = Shapes::ListShape.new(name: 'CheckpointPercentages')
|
64
67
|
ClassicLinkVPCSecurityGroups = Shapes::ListShape.new(name: 'ClassicLinkVPCSecurityGroups')
|
65
68
|
CompleteLifecycleActionAnswer = Shapes::StructureShape.new(name: 'CompleteLifecycleActionAnswer')
|
66
69
|
CompleteLifecycleActionType = Shapes::StructureShape.new(name: 'CompleteLifecycleActionType')
|
70
|
+
Context = Shapes::StringShape.new(name: 'Context')
|
67
71
|
Cooldown = Shapes::IntegerShape.new(name: 'Cooldown')
|
68
72
|
CreateAutoScalingGroupType = Shapes::StructureShape.new(name: 'CreateAutoScalingGroupType')
|
69
73
|
CreateLaunchConfigurationType = Shapes::StructureShape.new(name: 'CreateLaunchConfigurationType')
|
@@ -76,6 +80,8 @@ module Aws::AutoScaling
|
|
76
80
|
DeletePolicyType = Shapes::StructureShape.new(name: 'DeletePolicyType')
|
77
81
|
DeleteScheduledActionType = Shapes::StructureShape.new(name: 'DeleteScheduledActionType')
|
78
82
|
DeleteTagsType = Shapes::StructureShape.new(name: 'DeleteTagsType')
|
83
|
+
DeleteWarmPoolAnswer = Shapes::StructureShape.new(name: 'DeleteWarmPoolAnswer')
|
84
|
+
DeleteWarmPoolType = Shapes::StructureShape.new(name: 'DeleteWarmPoolType')
|
79
85
|
DescribeAccountLimitsAnswer = Shapes::StructureShape.new(name: 'DescribeAccountLimitsAnswer')
|
80
86
|
DescribeAdjustmentTypesAnswer = Shapes::StructureShape.new(name: 'DescribeAdjustmentTypesAnswer')
|
81
87
|
DescribeAutoScalingInstancesType = Shapes::StructureShape.new(name: 'DescribeAutoScalingInstancesType')
|
@@ -97,6 +103,8 @@ module Aws::AutoScaling
|
|
97
103
|
DescribeScheduledActionsType = Shapes::StructureShape.new(name: 'DescribeScheduledActionsType')
|
98
104
|
DescribeTagsType = Shapes::StructureShape.new(name: 'DescribeTagsType')
|
99
105
|
DescribeTerminationPolicyTypesAnswer = Shapes::StructureShape.new(name: 'DescribeTerminationPolicyTypesAnswer')
|
106
|
+
DescribeWarmPoolAnswer = Shapes::StructureShape.new(name: 'DescribeWarmPoolAnswer')
|
107
|
+
DescribeWarmPoolType = Shapes::StructureShape.new(name: 'DescribeWarmPoolType')
|
100
108
|
DetachInstancesAnswer = Shapes::StructureShape.new(name: 'DetachInstancesAnswer')
|
101
109
|
DetachInstancesQuery = Shapes::StructureShape.new(name: 'DetachInstancesQuery')
|
102
110
|
DetachLoadBalancerTargetGroupsResultType = Shapes::StructureShape.new(name: 'DetachLoadBalancerTargetGroupsResultType')
|
@@ -121,6 +129,8 @@ module Aws::AutoScaling
|
|
121
129
|
Filter = Shapes::StructureShape.new(name: 'Filter')
|
122
130
|
Filters = Shapes::ListShape.new(name: 'Filters')
|
123
131
|
ForceDelete = Shapes::BooleanShape.new(name: 'ForceDelete')
|
132
|
+
GetPredictiveScalingForecastAnswer = Shapes::StructureShape.new(name: 'GetPredictiveScalingForecastAnswer')
|
133
|
+
GetPredictiveScalingForecastType = Shapes::StructureShape.new(name: 'GetPredictiveScalingForecastType')
|
124
134
|
GlobalTimeout = Shapes::IntegerShape.new(name: 'GlobalTimeout')
|
125
135
|
HealthCheckGracePeriod = Shapes::IntegerShape.new(name: 'HealthCheckGracePeriod')
|
126
136
|
HeartbeatTimeout = Shapes::IntegerShape.new(name: 'HeartbeatTimeout')
|
@@ -137,7 +147,10 @@ module Aws::AutoScaling
|
|
137
147
|
InstanceRefresh = Shapes::StructureShape.new(name: 'InstanceRefresh')
|
138
148
|
InstanceRefreshIds = Shapes::ListShape.new(name: 'InstanceRefreshIds')
|
139
149
|
InstanceRefreshInProgressFault = Shapes::StructureShape.new(name: 'InstanceRefreshInProgressFault')
|
150
|
+
InstanceRefreshLivePoolProgress = Shapes::StructureShape.new(name: 'InstanceRefreshLivePoolProgress')
|
151
|
+
InstanceRefreshProgressDetails = Shapes::StructureShape.new(name: 'InstanceRefreshProgressDetails')
|
140
152
|
InstanceRefreshStatus = Shapes::StringShape.new(name: 'InstanceRefreshStatus')
|
153
|
+
InstanceRefreshWarmPoolProgress = Shapes::StructureShape.new(name: 'InstanceRefreshWarmPoolProgress')
|
141
154
|
InstanceRefreshes = Shapes::ListShape.new(name: 'InstanceRefreshes')
|
142
155
|
Instances = Shapes::ListShape.new(name: 'Instances')
|
143
156
|
InstancesDistribution = Shapes::StructureShape.new(name: 'InstancesDistribution')
|
@@ -169,6 +182,9 @@ module Aws::AutoScaling
|
|
169
182
|
LoadBalancerStates = Shapes::ListShape.new(name: 'LoadBalancerStates')
|
170
183
|
LoadBalancerTargetGroupState = Shapes::StructureShape.new(name: 'LoadBalancerTargetGroupState')
|
171
184
|
LoadBalancerTargetGroupStates = Shapes::ListShape.new(name: 'LoadBalancerTargetGroupStates')
|
185
|
+
LoadForecast = Shapes::StructureShape.new(name: 'LoadForecast')
|
186
|
+
LoadForecasts = Shapes::ListShape.new(name: 'LoadForecasts')
|
187
|
+
MaxGroupPreparedCapacity = Shapes::IntegerShape.new(name: 'MaxGroupPreparedCapacity')
|
172
188
|
MaxInstanceLifetime = Shapes::IntegerShape.new(name: 'MaxInstanceLifetime')
|
173
189
|
MaxNumberOfAutoScalingGroups = Shapes::IntegerShape.new(name: 'MaxNumberOfAutoScalingGroups')
|
174
190
|
MaxNumberOfLaunchConfigurations = Shapes::IntegerShape.new(name: 'MaxNumberOfLaunchConfigurations')
|
@@ -208,7 +224,22 @@ module Aws::AutoScaling
|
|
208
224
|
PolicyIncrement = Shapes::IntegerShape.new(name: 'PolicyIncrement')
|
209
225
|
PolicyNames = Shapes::ListShape.new(name: 'PolicyNames')
|
210
226
|
PolicyTypes = Shapes::ListShape.new(name: 'PolicyTypes')
|
227
|
+
PredefinedLoadMetricType = Shapes::StringShape.new(name: 'PredefinedLoadMetricType')
|
228
|
+
PredefinedMetricPairType = Shapes::StringShape.new(name: 'PredefinedMetricPairType')
|
211
229
|
PredefinedMetricSpecification = Shapes::StructureShape.new(name: 'PredefinedMetricSpecification')
|
230
|
+
PredefinedScalingMetricType = Shapes::StringShape.new(name: 'PredefinedScalingMetricType')
|
231
|
+
PredictiveScalingConfiguration = Shapes::StructureShape.new(name: 'PredictiveScalingConfiguration')
|
232
|
+
PredictiveScalingForecastTimestamps = Shapes::ListShape.new(name: 'PredictiveScalingForecastTimestamps')
|
233
|
+
PredictiveScalingForecastValues = Shapes::ListShape.new(name: 'PredictiveScalingForecastValues')
|
234
|
+
PredictiveScalingMaxCapacityBreachBehavior = Shapes::StringShape.new(name: 'PredictiveScalingMaxCapacityBreachBehavior')
|
235
|
+
PredictiveScalingMaxCapacityBuffer = Shapes::IntegerShape.new(name: 'PredictiveScalingMaxCapacityBuffer')
|
236
|
+
PredictiveScalingMetricSpecification = Shapes::StructureShape.new(name: 'PredictiveScalingMetricSpecification')
|
237
|
+
PredictiveScalingMetricSpecifications = Shapes::ListShape.new(name: 'PredictiveScalingMetricSpecifications')
|
238
|
+
PredictiveScalingMode = Shapes::StringShape.new(name: 'PredictiveScalingMode')
|
239
|
+
PredictiveScalingPredefinedLoadMetric = Shapes::StructureShape.new(name: 'PredictiveScalingPredefinedLoadMetric')
|
240
|
+
PredictiveScalingPredefinedMetricPair = Shapes::StructureShape.new(name: 'PredictiveScalingPredefinedMetricPair')
|
241
|
+
PredictiveScalingPredefinedScalingMetric = Shapes::StructureShape.new(name: 'PredictiveScalingPredefinedScalingMetric')
|
242
|
+
PredictiveScalingSchedulingBufferTime = Shapes::IntegerShape.new(name: 'PredictiveScalingSchedulingBufferTime')
|
212
243
|
ProcessNames = Shapes::ListShape.new(name: 'ProcessNames')
|
213
244
|
ProcessType = Shapes::StructureShape.new(name: 'ProcessType')
|
214
245
|
Processes = Shapes::ListShape.new(name: 'Processes')
|
@@ -221,6 +252,8 @@ module Aws::AutoScaling
|
|
221
252
|
PutNotificationConfigurationType = Shapes::StructureShape.new(name: 'PutNotificationConfigurationType')
|
222
253
|
PutScalingPolicyType = Shapes::StructureShape.new(name: 'PutScalingPolicyType')
|
223
254
|
PutScheduledUpdateGroupActionType = Shapes::StructureShape.new(name: 'PutScheduledUpdateGroupActionType')
|
255
|
+
PutWarmPoolAnswer = Shapes::StructureShape.new(name: 'PutWarmPoolAnswer')
|
256
|
+
PutWarmPoolType = Shapes::StructureShape.new(name: 'PutWarmPoolType')
|
224
257
|
RecordLifecycleActionHeartbeatAnswer = Shapes::StructureShape.new(name: 'RecordLifecycleActionHeartbeatAnswer')
|
225
258
|
RecordLifecycleActionHeartbeatType = Shapes::StructureShape.new(name: 'RecordLifecycleActionHeartbeatType')
|
226
259
|
RefreshInstanceWarmup = Shapes::IntegerShape.new(name: 'RefreshInstanceWarmup')
|
@@ -271,6 +304,11 @@ module Aws::AutoScaling
|
|
271
304
|
TimestampType = Shapes::TimestampShape.new(name: 'TimestampType')
|
272
305
|
UpdateAutoScalingGroupType = Shapes::StructureShape.new(name: 'UpdateAutoScalingGroupType')
|
273
306
|
Values = Shapes::ListShape.new(name: 'Values')
|
307
|
+
WarmPoolConfiguration = Shapes::StructureShape.new(name: 'WarmPoolConfiguration')
|
308
|
+
WarmPoolMinSize = Shapes::IntegerShape.new(name: 'WarmPoolMinSize')
|
309
|
+
WarmPoolSize = Shapes::IntegerShape.new(name: 'WarmPoolSize')
|
310
|
+
WarmPoolState = Shapes::StringShape.new(name: 'WarmPoolState')
|
311
|
+
WarmPoolStatus = Shapes::StringShape.new(name: 'WarmPoolStatus')
|
274
312
|
XmlString = Shapes::StringShape.new(name: 'XmlString')
|
275
313
|
XmlStringMaxLen1023 = Shapes::StringShape.new(name: 'XmlStringMaxLen1023')
|
276
314
|
XmlStringMaxLen1600 = Shapes::StringShape.new(name: 'XmlStringMaxLen1600')
|
@@ -348,6 +386,7 @@ module Aws::AutoScaling
|
|
348
386
|
AutoScalingGroup.add_member(:min_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMinSize, required: true, location_name: "MinSize"))
|
349
387
|
AutoScalingGroup.add_member(:max_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMaxSize, required: true, location_name: "MaxSize"))
|
350
388
|
AutoScalingGroup.add_member(:desired_capacity, Shapes::ShapeRef.new(shape: AutoScalingGroupDesiredCapacity, required: true, location_name: "DesiredCapacity"))
|
389
|
+
AutoScalingGroup.add_member(:predicted_capacity, Shapes::ShapeRef.new(shape: AutoScalingGroupPredictedCapacity, location_name: "PredictedCapacity"))
|
351
390
|
AutoScalingGroup.add_member(:default_cooldown, Shapes::ShapeRef.new(shape: Cooldown, required: true, location_name: "DefaultCooldown"))
|
352
391
|
AutoScalingGroup.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, required: true, location_name: "AvailabilityZones"))
|
353
392
|
AutoScalingGroup.add_member(:load_balancer_names, Shapes::ShapeRef.new(shape: LoadBalancerNames, location_name: "LoadBalancerNames"))
|
@@ -367,6 +406,9 @@ module Aws::AutoScaling
|
|
367
406
|
AutoScalingGroup.add_member(:service_linked_role_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ServiceLinkedRoleARN"))
|
368
407
|
AutoScalingGroup.add_member(:max_instance_lifetime, Shapes::ShapeRef.new(shape: MaxInstanceLifetime, location_name: "MaxInstanceLifetime"))
|
369
408
|
AutoScalingGroup.add_member(:capacity_rebalance, Shapes::ShapeRef.new(shape: CapacityRebalanceEnabled, location_name: "CapacityRebalance"))
|
409
|
+
AutoScalingGroup.add_member(:warm_pool_configuration, Shapes::ShapeRef.new(shape: WarmPoolConfiguration, location_name: "WarmPoolConfiguration"))
|
410
|
+
AutoScalingGroup.add_member(:warm_pool_size, Shapes::ShapeRef.new(shape: WarmPoolSize, location_name: "WarmPoolSize"))
|
411
|
+
AutoScalingGroup.add_member(:context, Shapes::ShapeRef.new(shape: Context, location_name: "Context"))
|
370
412
|
AutoScalingGroup.struct_class = Types::AutoScalingGroup
|
371
413
|
|
372
414
|
AutoScalingGroupNames.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
|
@@ -432,6 +474,10 @@ module Aws::AutoScaling
|
|
432
474
|
CancelInstanceRefreshType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
433
475
|
CancelInstanceRefreshType.struct_class = Types::CancelInstanceRefreshType
|
434
476
|
|
477
|
+
CapacityForecast.add_member(:timestamps, Shapes::ShapeRef.new(shape: PredictiveScalingForecastTimestamps, required: true, location_name: "Timestamps"))
|
478
|
+
CapacityForecast.add_member(:values, Shapes::ShapeRef.new(shape: PredictiveScalingForecastValues, required: true, location_name: "Values"))
|
479
|
+
CapacityForecast.struct_class = Types::CapacityForecast
|
480
|
+
|
435
481
|
CheckpointPercentages.member = Shapes::ShapeRef.new(shape: NonZeroIntPercent)
|
436
482
|
|
437
483
|
ClassicLinkVPCSecurityGroups.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
|
@@ -468,6 +514,7 @@ module Aws::AutoScaling
|
|
468
514
|
CreateAutoScalingGroupType.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
469
515
|
CreateAutoScalingGroupType.add_member(:service_linked_role_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ServiceLinkedRoleARN"))
|
470
516
|
CreateAutoScalingGroupType.add_member(:max_instance_lifetime, Shapes::ShapeRef.new(shape: MaxInstanceLifetime, location_name: "MaxInstanceLifetime"))
|
517
|
+
CreateAutoScalingGroupType.add_member(:context, Shapes::ShapeRef.new(shape: Context, location_name: "Context"))
|
471
518
|
CreateAutoScalingGroupType.struct_class = Types::CreateAutoScalingGroupType
|
472
519
|
|
473
520
|
CreateLaunchConfigurationType.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "LaunchConfigurationName"))
|
@@ -526,6 +573,12 @@ module Aws::AutoScaling
|
|
526
573
|
DeleteTagsType.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags"))
|
527
574
|
DeleteTagsType.struct_class = Types::DeleteTagsType
|
528
575
|
|
576
|
+
DeleteWarmPoolAnswer.struct_class = Types::DeleteWarmPoolAnswer
|
577
|
+
|
578
|
+
DeleteWarmPoolType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
579
|
+
DeleteWarmPoolType.add_member(:force_delete, Shapes::ShapeRef.new(shape: ForceDelete, location_name: "ForceDelete"))
|
580
|
+
DeleteWarmPoolType.struct_class = Types::DeleteWarmPoolType
|
581
|
+
|
529
582
|
DescribeAccountLimitsAnswer.add_member(:max_number_of_auto_scaling_groups, Shapes::ShapeRef.new(shape: MaxNumberOfAutoScalingGroups, location_name: "MaxNumberOfAutoScalingGroups"))
|
530
583
|
DescribeAccountLimitsAnswer.add_member(:max_number_of_launch_configurations, Shapes::ShapeRef.new(shape: MaxNumberOfLaunchConfigurations, location_name: "MaxNumberOfLaunchConfigurations"))
|
531
584
|
DescribeAccountLimitsAnswer.add_member(:number_of_auto_scaling_groups, Shapes::ShapeRef.new(shape: NumberOfAutoScalingGroups, location_name: "NumberOfAutoScalingGroups"))
|
@@ -624,6 +677,16 @@ module Aws::AutoScaling
|
|
624
677
|
DescribeTerminationPolicyTypesAnswer.add_member(:termination_policy_types, Shapes::ShapeRef.new(shape: TerminationPolicies, location_name: "TerminationPolicyTypes"))
|
625
678
|
DescribeTerminationPolicyTypesAnswer.struct_class = Types::DescribeTerminationPolicyTypesAnswer
|
626
679
|
|
680
|
+
DescribeWarmPoolAnswer.add_member(:warm_pool_configuration, Shapes::ShapeRef.new(shape: WarmPoolConfiguration, location_name: "WarmPoolConfiguration"))
|
681
|
+
DescribeWarmPoolAnswer.add_member(:instances, Shapes::ShapeRef.new(shape: Instances, location_name: "Instances"))
|
682
|
+
DescribeWarmPoolAnswer.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
|
683
|
+
DescribeWarmPoolAnswer.struct_class = Types::DescribeWarmPoolAnswer
|
684
|
+
|
685
|
+
DescribeWarmPoolType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
686
|
+
DescribeWarmPoolType.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
|
687
|
+
DescribeWarmPoolType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
|
688
|
+
DescribeWarmPoolType.struct_class = Types::DescribeWarmPoolType
|
689
|
+
|
627
690
|
DetachInstancesAnswer.add_member(:activities, Shapes::ShapeRef.new(shape: Activities, location_name: "Activities"))
|
628
691
|
DetachInstancesAnswer.struct_class = Types::DetachInstancesAnswer
|
629
692
|
|
@@ -654,6 +717,7 @@ module Aws::AutoScaling
|
|
654
717
|
Ebs.add_member(:delete_on_termination, Shapes::ShapeRef.new(shape: BlockDeviceEbsDeleteOnTermination, location_name: "DeleteOnTermination"))
|
655
718
|
Ebs.add_member(:iops, Shapes::ShapeRef.new(shape: BlockDeviceEbsIops, location_name: "Iops"))
|
656
719
|
Ebs.add_member(:encrypted, Shapes::ShapeRef.new(shape: BlockDeviceEbsEncrypted, location_name: "Encrypted"))
|
720
|
+
Ebs.add_member(:throughput, Shapes::ShapeRef.new(shape: BlockDeviceEbsThroughput, location_name: "Throughput"))
|
657
721
|
Ebs.struct_class = Types::Ebs
|
658
722
|
|
659
723
|
EnableMetricsCollectionQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
@@ -702,6 +766,17 @@ module Aws::AutoScaling
|
|
702
766
|
|
703
767
|
Filters.member = Shapes::ShapeRef.new(shape: Filter)
|
704
768
|
|
769
|
+
GetPredictiveScalingForecastAnswer.add_member(:load_forecast, Shapes::ShapeRef.new(shape: LoadForecasts, required: true, location_name: "LoadForecast"))
|
770
|
+
GetPredictiveScalingForecastAnswer.add_member(:capacity_forecast, Shapes::ShapeRef.new(shape: CapacityForecast, required: true, location_name: "CapacityForecast"))
|
771
|
+
GetPredictiveScalingForecastAnswer.add_member(:update_time, Shapes::ShapeRef.new(shape: TimestampType, required: true, location_name: "UpdateTime"))
|
772
|
+
GetPredictiveScalingForecastAnswer.struct_class = Types::GetPredictiveScalingForecastAnswer
|
773
|
+
|
774
|
+
GetPredictiveScalingForecastType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
775
|
+
GetPredictiveScalingForecastType.add_member(:policy_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "PolicyName"))
|
776
|
+
GetPredictiveScalingForecastType.add_member(:start_time, Shapes::ShapeRef.new(shape: TimestampType, required: true, location_name: "StartTime"))
|
777
|
+
GetPredictiveScalingForecastType.add_member(:end_time, Shapes::ShapeRef.new(shape: TimestampType, required: true, location_name: "EndTime"))
|
778
|
+
GetPredictiveScalingForecastType.struct_class = Types::GetPredictiveScalingForecastType
|
779
|
+
|
705
780
|
Instance.add_member(:instance_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen19, required: true, location_name: "InstanceId"))
|
706
781
|
Instance.add_member(:instance_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "InstanceType"))
|
707
782
|
Instance.add_member(:availability_zone, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AvailabilityZone"))
|
@@ -731,6 +806,7 @@ module Aws::AutoScaling
|
|
731
806
|
InstanceRefresh.add_member(:end_time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "EndTime"))
|
732
807
|
InstanceRefresh.add_member(:percentage_complete, Shapes::ShapeRef.new(shape: IntPercent, location_name: "PercentageComplete"))
|
733
808
|
InstanceRefresh.add_member(:instances_to_update, Shapes::ShapeRef.new(shape: InstancesToUpdate, location_name: "InstancesToUpdate"))
|
809
|
+
InstanceRefresh.add_member(:progress_details, Shapes::ShapeRef.new(shape: InstanceRefreshProgressDetails, location_name: "ProgressDetails"))
|
734
810
|
InstanceRefresh.struct_class = Types::InstanceRefresh
|
735
811
|
|
736
812
|
InstanceRefreshIds.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
|
@@ -738,6 +814,18 @@ module Aws::AutoScaling
|
|
738
814
|
InstanceRefreshInProgressFault.add_member(:message, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "message"))
|
739
815
|
InstanceRefreshInProgressFault.struct_class = Types::InstanceRefreshInProgressFault
|
740
816
|
|
817
|
+
InstanceRefreshLivePoolProgress.add_member(:percentage_complete, Shapes::ShapeRef.new(shape: IntPercent, location_name: "PercentageComplete"))
|
818
|
+
InstanceRefreshLivePoolProgress.add_member(:instances_to_update, Shapes::ShapeRef.new(shape: InstancesToUpdate, location_name: "InstancesToUpdate"))
|
819
|
+
InstanceRefreshLivePoolProgress.struct_class = Types::InstanceRefreshLivePoolProgress
|
820
|
+
|
821
|
+
InstanceRefreshProgressDetails.add_member(:live_pool_progress, Shapes::ShapeRef.new(shape: InstanceRefreshLivePoolProgress, location_name: "LivePoolProgress"))
|
822
|
+
InstanceRefreshProgressDetails.add_member(:warm_pool_progress, Shapes::ShapeRef.new(shape: InstanceRefreshWarmPoolProgress, location_name: "WarmPoolProgress"))
|
823
|
+
InstanceRefreshProgressDetails.struct_class = Types::InstanceRefreshProgressDetails
|
824
|
+
|
825
|
+
InstanceRefreshWarmPoolProgress.add_member(:percentage_complete, Shapes::ShapeRef.new(shape: IntPercent, location_name: "PercentageComplete"))
|
826
|
+
InstanceRefreshWarmPoolProgress.add_member(:instances_to_update, Shapes::ShapeRef.new(shape: InstancesToUpdate, location_name: "InstancesToUpdate"))
|
827
|
+
InstanceRefreshWarmPoolProgress.struct_class = Types::InstanceRefreshWarmPoolProgress
|
828
|
+
|
741
829
|
InstanceRefreshes.member = Shapes::ShapeRef.new(shape: InstanceRefresh)
|
742
830
|
|
743
831
|
Instances.member = Shapes::ShapeRef.new(shape: Instance)
|
@@ -848,6 +936,13 @@ module Aws::AutoScaling
|
|
848
936
|
|
849
937
|
LoadBalancerTargetGroupStates.member = Shapes::ShapeRef.new(shape: LoadBalancerTargetGroupState)
|
850
938
|
|
939
|
+
LoadForecast.add_member(:timestamps, Shapes::ShapeRef.new(shape: PredictiveScalingForecastTimestamps, required: true, location_name: "Timestamps"))
|
940
|
+
LoadForecast.add_member(:values, Shapes::ShapeRef.new(shape: PredictiveScalingForecastValues, required: true, location_name: "Values"))
|
941
|
+
LoadForecast.add_member(:metric_specification, Shapes::ShapeRef.new(shape: PredictiveScalingMetricSpecification, required: true, location_name: "MetricSpecification"))
|
942
|
+
LoadForecast.struct_class = Types::LoadForecast
|
943
|
+
|
944
|
+
LoadForecasts.member = Shapes::ShapeRef.new(shape: LoadForecast)
|
945
|
+
|
851
946
|
MetricCollectionType.add_member(:metric, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "Metric"))
|
852
947
|
MetricCollectionType.struct_class = Types::MetricCollectionType
|
853
948
|
|
@@ -895,6 +990,37 @@ module Aws::AutoScaling
|
|
895
990
|
PredefinedMetricSpecification.add_member(:resource_label, Shapes::ShapeRef.new(shape: XmlStringMaxLen1023, location_name: "ResourceLabel"))
|
896
991
|
PredefinedMetricSpecification.struct_class = Types::PredefinedMetricSpecification
|
897
992
|
|
993
|
+
PredictiveScalingConfiguration.add_member(:metric_specifications, Shapes::ShapeRef.new(shape: PredictiveScalingMetricSpecifications, required: true, location_name: "MetricSpecifications"))
|
994
|
+
PredictiveScalingConfiguration.add_member(:mode, Shapes::ShapeRef.new(shape: PredictiveScalingMode, location_name: "Mode"))
|
995
|
+
PredictiveScalingConfiguration.add_member(:scheduling_buffer_time, Shapes::ShapeRef.new(shape: PredictiveScalingSchedulingBufferTime, location_name: "SchedulingBufferTime"))
|
996
|
+
PredictiveScalingConfiguration.add_member(:max_capacity_breach_behavior, Shapes::ShapeRef.new(shape: PredictiveScalingMaxCapacityBreachBehavior, location_name: "MaxCapacityBreachBehavior"))
|
997
|
+
PredictiveScalingConfiguration.add_member(:max_capacity_buffer, Shapes::ShapeRef.new(shape: PredictiveScalingMaxCapacityBuffer, location_name: "MaxCapacityBuffer"))
|
998
|
+
PredictiveScalingConfiguration.struct_class = Types::PredictiveScalingConfiguration
|
999
|
+
|
1000
|
+
PredictiveScalingForecastTimestamps.member = Shapes::ShapeRef.new(shape: TimestampType)
|
1001
|
+
|
1002
|
+
PredictiveScalingForecastValues.member = Shapes::ShapeRef.new(shape: MetricScale)
|
1003
|
+
|
1004
|
+
PredictiveScalingMetricSpecification.add_member(:target_value, Shapes::ShapeRef.new(shape: MetricScale, required: true, location_name: "TargetValue"))
|
1005
|
+
PredictiveScalingMetricSpecification.add_member(:predefined_metric_pair_specification, Shapes::ShapeRef.new(shape: PredictiveScalingPredefinedMetricPair, location_name: "PredefinedMetricPairSpecification"))
|
1006
|
+
PredictiveScalingMetricSpecification.add_member(:predefined_scaling_metric_specification, Shapes::ShapeRef.new(shape: PredictiveScalingPredefinedScalingMetric, location_name: "PredefinedScalingMetricSpecification"))
|
1007
|
+
PredictiveScalingMetricSpecification.add_member(:predefined_load_metric_specification, Shapes::ShapeRef.new(shape: PredictiveScalingPredefinedLoadMetric, location_name: "PredefinedLoadMetricSpecification"))
|
1008
|
+
PredictiveScalingMetricSpecification.struct_class = Types::PredictiveScalingMetricSpecification
|
1009
|
+
|
1010
|
+
PredictiveScalingMetricSpecifications.member = Shapes::ShapeRef.new(shape: PredictiveScalingMetricSpecification)
|
1011
|
+
|
1012
|
+
PredictiveScalingPredefinedLoadMetric.add_member(:predefined_metric_type, Shapes::ShapeRef.new(shape: PredefinedLoadMetricType, required: true, location_name: "PredefinedMetricType"))
|
1013
|
+
PredictiveScalingPredefinedLoadMetric.add_member(:resource_label, Shapes::ShapeRef.new(shape: XmlStringMaxLen1023, location_name: "ResourceLabel"))
|
1014
|
+
PredictiveScalingPredefinedLoadMetric.struct_class = Types::PredictiveScalingPredefinedLoadMetric
|
1015
|
+
|
1016
|
+
PredictiveScalingPredefinedMetricPair.add_member(:predefined_metric_type, Shapes::ShapeRef.new(shape: PredefinedMetricPairType, required: true, location_name: "PredefinedMetricType"))
|
1017
|
+
PredictiveScalingPredefinedMetricPair.add_member(:resource_label, Shapes::ShapeRef.new(shape: XmlStringMaxLen1023, location_name: "ResourceLabel"))
|
1018
|
+
PredictiveScalingPredefinedMetricPair.struct_class = Types::PredictiveScalingPredefinedMetricPair
|
1019
|
+
|
1020
|
+
PredictiveScalingPredefinedScalingMetric.add_member(:predefined_metric_type, Shapes::ShapeRef.new(shape: PredefinedScalingMetricType, required: true, location_name: "PredefinedMetricType"))
|
1021
|
+
PredictiveScalingPredefinedScalingMetric.add_member(:resource_label, Shapes::ShapeRef.new(shape: XmlStringMaxLen1023, location_name: "ResourceLabel"))
|
1022
|
+
PredictiveScalingPredefinedScalingMetric.struct_class = Types::PredictiveScalingPredefinedScalingMetric
|
1023
|
+
|
898
1024
|
ProcessNames.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
|
899
1025
|
|
900
1026
|
ProcessType.add_member(:process_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "ProcessName"))
|
@@ -935,6 +1061,7 @@ module Aws::AutoScaling
|
|
935
1061
|
PutScalingPolicyType.add_member(:estimated_instance_warmup, Shapes::ShapeRef.new(shape: EstimatedInstanceWarmup, location_name: "EstimatedInstanceWarmup"))
|
936
1062
|
PutScalingPolicyType.add_member(:target_tracking_configuration, Shapes::ShapeRef.new(shape: TargetTrackingConfiguration, location_name: "TargetTrackingConfiguration"))
|
937
1063
|
PutScalingPolicyType.add_member(:enabled, Shapes::ShapeRef.new(shape: ScalingPolicyEnabled, location_name: "Enabled"))
|
1064
|
+
PutScalingPolicyType.add_member(:predictive_scaling_configuration, Shapes::ShapeRef.new(shape: PredictiveScalingConfiguration, location_name: "PredictiveScalingConfiguration"))
|
938
1065
|
PutScalingPolicyType.struct_class = Types::PutScalingPolicyType
|
939
1066
|
|
940
1067
|
PutScheduledUpdateGroupActionType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
@@ -949,6 +1076,14 @@ module Aws::AutoScaling
|
|
949
1076
|
PutScheduledUpdateGroupActionType.add_member(:time_zone, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "TimeZone"))
|
950
1077
|
PutScheduledUpdateGroupActionType.struct_class = Types::PutScheduledUpdateGroupActionType
|
951
1078
|
|
1079
|
+
PutWarmPoolAnswer.struct_class = Types::PutWarmPoolAnswer
|
1080
|
+
|
1081
|
+
PutWarmPoolType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
1082
|
+
PutWarmPoolType.add_member(:max_group_prepared_capacity, Shapes::ShapeRef.new(shape: MaxGroupPreparedCapacity, location_name: "MaxGroupPreparedCapacity"))
|
1083
|
+
PutWarmPoolType.add_member(:min_size, Shapes::ShapeRef.new(shape: WarmPoolMinSize, location_name: "MinSize"))
|
1084
|
+
PutWarmPoolType.add_member(:pool_state, Shapes::ShapeRef.new(shape: WarmPoolState, location_name: "PoolState"))
|
1085
|
+
PutWarmPoolType.struct_class = Types::PutWarmPoolType
|
1086
|
+
|
952
1087
|
RecordLifecycleActionHeartbeatAnswer.struct_class = Types::RecordLifecycleActionHeartbeatAnswer
|
953
1088
|
|
954
1089
|
RecordLifecycleActionHeartbeatType.add_member(:lifecycle_hook_name, Shapes::ShapeRef.new(shape: AsciiStringMaxLen255, required: true, location_name: "LifecycleHookName"))
|
@@ -989,6 +1124,7 @@ module Aws::AutoScaling
|
|
989
1124
|
ScalingPolicy.add_member(:alarms, Shapes::ShapeRef.new(shape: Alarms, location_name: "Alarms"))
|
990
1125
|
ScalingPolicy.add_member(:target_tracking_configuration, Shapes::ShapeRef.new(shape: TargetTrackingConfiguration, location_name: "TargetTrackingConfiguration"))
|
991
1126
|
ScalingPolicy.add_member(:enabled, Shapes::ShapeRef.new(shape: ScalingPolicyEnabled, location_name: "Enabled"))
|
1127
|
+
ScalingPolicy.add_member(:predictive_scaling_configuration, Shapes::ShapeRef.new(shape: PredictiveScalingConfiguration, location_name: "PredictiveScalingConfiguration"))
|
992
1128
|
ScalingPolicy.struct_class = Types::ScalingPolicy
|
993
1129
|
|
994
1130
|
ScalingProcessQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
@@ -1125,10 +1261,17 @@ module Aws::AutoScaling
|
|
1125
1261
|
UpdateAutoScalingGroupType.add_member(:service_linked_role_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ServiceLinkedRoleARN"))
|
1126
1262
|
UpdateAutoScalingGroupType.add_member(:max_instance_lifetime, Shapes::ShapeRef.new(shape: MaxInstanceLifetime, location_name: "MaxInstanceLifetime"))
|
1127
1263
|
UpdateAutoScalingGroupType.add_member(:capacity_rebalance, Shapes::ShapeRef.new(shape: CapacityRebalanceEnabled, location_name: "CapacityRebalance"))
|
1264
|
+
UpdateAutoScalingGroupType.add_member(:context, Shapes::ShapeRef.new(shape: Context, location_name: "Context"))
|
1128
1265
|
UpdateAutoScalingGroupType.struct_class = Types::UpdateAutoScalingGroupType
|
1129
1266
|
|
1130
1267
|
Values.member = Shapes::ShapeRef.new(shape: XmlString)
|
1131
1268
|
|
1269
|
+
WarmPoolConfiguration.add_member(:max_group_prepared_capacity, Shapes::ShapeRef.new(shape: MaxGroupPreparedCapacity, location_name: "MaxGroupPreparedCapacity"))
|
1270
|
+
WarmPoolConfiguration.add_member(:min_size, Shapes::ShapeRef.new(shape: WarmPoolMinSize, location_name: "MinSize"))
|
1271
|
+
WarmPoolConfiguration.add_member(:pool_state, Shapes::ShapeRef.new(shape: WarmPoolState, location_name: "PoolState"))
|
1272
|
+
WarmPoolConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: WarmPoolStatus, location_name: "Status"))
|
1273
|
+
WarmPoolConfiguration.struct_class = Types::WarmPoolConfiguration
|
1274
|
+
|
1132
1275
|
|
1133
1276
|
# @api private
|
1134
1277
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -1319,6 +1462,18 @@ module Aws::AutoScaling
|
|
1319
1462
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseFault)
|
1320
1463
|
end)
|
1321
1464
|
|
1465
|
+
api.add_operation(:delete_warm_pool, Seahorse::Model::Operation.new.tap do |o|
|
1466
|
+
o.name = "DeleteWarmPool"
|
1467
|
+
o.http_method = "POST"
|
1468
|
+
o.http_request_uri = "/"
|
1469
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteWarmPoolType)
|
1470
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteWarmPoolAnswer)
|
1471
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
|
1472
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
|
1473
|
+
o.errors << Shapes::ShapeRef.new(shape: ScalingActivityInProgressFault)
|
1474
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseFault)
|
1475
|
+
end)
|
1476
|
+
|
1322
1477
|
api.add_operation(:describe_account_limits, Seahorse::Model::Operation.new.tap do |o|
|
1323
1478
|
o.name = "DescribeAccountLimits"
|
1324
1479
|
o.http_method = "POST"
|
@@ -1548,6 +1703,17 @@ module Aws::AutoScaling
|
|
1548
1703
|
o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
|
1549
1704
|
end)
|
1550
1705
|
|
1706
|
+
api.add_operation(:describe_warm_pool, Seahorse::Model::Operation.new.tap do |o|
|
1707
|
+
o.name = "DescribeWarmPool"
|
1708
|
+
o.http_method = "POST"
|
1709
|
+
o.http_request_uri = "/"
|
1710
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeWarmPoolType)
|
1711
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeWarmPoolAnswer)
|
1712
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
|
1713
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
|
1714
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
|
1715
|
+
end)
|
1716
|
+
|
1551
1717
|
api.add_operation(:detach_instances, Seahorse::Model::Operation.new.tap do |o|
|
1552
1718
|
o.name = "DetachInstances"
|
1553
1719
|
o.http_method = "POST"
|
@@ -1621,6 +1787,15 @@ module Aws::AutoScaling
|
|
1621
1787
|
o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
|
1622
1788
|
end)
|
1623
1789
|
|
1790
|
+
api.add_operation(:get_predictive_scaling_forecast, Seahorse::Model::Operation.new.tap do |o|
|
1791
|
+
o.name = "GetPredictiveScalingForecast"
|
1792
|
+
o.http_method = "POST"
|
1793
|
+
o.http_request_uri = "/"
|
1794
|
+
o.input = Shapes::ShapeRef.new(shape: GetPredictiveScalingForecastType)
|
1795
|
+
o.output = Shapes::ShapeRef.new(shape: GetPredictiveScalingForecastAnswer)
|
1796
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
|
1797
|
+
end)
|
1798
|
+
|
1624
1799
|
api.add_operation(:put_lifecycle_hook, Seahorse::Model::Operation.new.tap do |o|
|
1625
1800
|
o.name = "PutLifecycleHook"
|
1626
1801
|
o.http_method = "POST"
|
@@ -1664,6 +1839,16 @@ module Aws::AutoScaling
|
|
1664
1839
|
o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
|
1665
1840
|
end)
|
1666
1841
|
|
1842
|
+
api.add_operation(:put_warm_pool, Seahorse::Model::Operation.new.tap do |o|
|
1843
|
+
o.name = "PutWarmPool"
|
1844
|
+
o.http_method = "POST"
|
1845
|
+
o.http_request_uri = "/"
|
1846
|
+
o.input = Shapes::ShapeRef.new(shape: PutWarmPoolType)
|
1847
|
+
o.output = Shapes::ShapeRef.new(shape: PutWarmPoolAnswer)
|
1848
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
|
1849
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
|
1850
|
+
end)
|
1851
|
+
|
1667
1852
|
api.add_operation(:record_lifecycle_action_heartbeat, Seahorse::Model::Operation.new.tap do |o|
|
1668
1853
|
o.name = "RecordLifecycleActionHeartbeat"
|
1669
1854
|
o.http_method = "POST"
|
@@ -2,7 +2,7 @@
|
|
2
2
|
# WARNING ABOUT GENERATED CODE
|
3
3
|
#
|
4
4
|
# This file is generated. See the contributing for info on making contributions:
|
5
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
5
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
6
6
|
#
|
7
7
|
# WARNING ABOUT GENERATED CODE
|
8
8
|
|
@@ -63,7 +63,11 @@ module Aws::AutoScaling
|
|
63
63
|
# Valid Values: `Pending` \| `Pending:Wait` \| `Pending:Proceed` \|
|
64
64
|
# `Quarantined` \| `InService` \| `Terminating` \| `Terminating:Wait` \|
|
65
65
|
# `Terminating:Proceed` \| `Terminated` \| `Detaching` \| `Detached` \|
|
66
|
-
# `EnteringStandby` \| `Standby`
|
66
|
+
# `EnteringStandby` \| `Standby` \| `Warmed:Pending` \|
|
67
|
+
# `Warmed:Pending:Wait` \| `Warmed:Pending:Proceed` \|
|
68
|
+
# `Warmed:Terminating` \| `Warmed:Terminating:Wait` \|
|
69
|
+
# `Warmed:Terminating:Proceed` \| `Warmed:Terminated` \|
|
70
|
+
# `Warmed:Stopped` \| `Warmed:Running`
|
67
71
|
#
|
68
72
|
#
|
69
73
|
#
|
@@ -45,21 +45,21 @@ module Aws::AutoScaling
|
|
45
45
|
|
46
46
|
# One of the following load balancer states:
|
47
47
|
#
|
48
|
-
# * `Adding` - The
|
48
|
+
# * `Adding` - The Auto Scaling instances are being registered with the
|
49
49
|
# load balancer.
|
50
50
|
#
|
51
|
-
# * `Added` - All
|
51
|
+
# * `Added` - All Auto Scaling instances are registered with the load
|
52
52
|
# balancer.
|
53
53
|
#
|
54
|
-
# * `InService` - At least one
|
54
|
+
# * `InService` - At least one Auto Scaling instance passed an `ELB`
|
55
55
|
# health check.
|
56
56
|
#
|
57
|
-
# * `Removing` - The
|
57
|
+
# * `Removing` - The Auto Scaling instances are being deregistered from
|
58
58
|
# the load balancer. If connection draining is enabled, Elastic Load
|
59
59
|
# Balancing waits for in-flight requests to complete before
|
60
60
|
# deregistering the instances.
|
61
61
|
#
|
62
|
-
# * `Removed` - All
|
62
|
+
# * `Removed` - All Auto Scaling instances are deregistered from the
|
63
63
|
# load balancer.
|
64
64
|
# @return [String]
|
65
65
|
def state
|