aws-sdk-autoscaling 1.56.0 → 1.61.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 +2 -2
- data/lib/aws-sdk-autoscaling/activity.rb +1 -1
- data/lib/aws-sdk-autoscaling/auto_scaling_group.rb +115 -12
- data/lib/aws-sdk-autoscaling/client.rb +465 -52
- data/lib/aws-sdk-autoscaling/client_api.rb +190 -1
- data/lib/aws-sdk-autoscaling/customizations.rb +1 -1
- data/lib/aws-sdk-autoscaling/errors.rb +1 -1
- data/lib/aws-sdk-autoscaling/instance.rb +6 -2
- data/lib/aws-sdk-autoscaling/launch_configuration.rb +1 -1
- data/lib/aws-sdk-autoscaling/lifecycle_hook.rb +1 -1
- data/lib/aws-sdk-autoscaling/load_balancer.rb +1 -1
- data/lib/aws-sdk-autoscaling/notification_configuration.rb +1 -1
- data/lib/aws-sdk-autoscaling/resource.rb +2 -2
- data/lib/aws-sdk-autoscaling/scaling_policy.rb +9 -1
- data/lib/aws-sdk-autoscaling/scheduled_action.rb +7 -1
- data/lib/aws-sdk-autoscaling/tag.rb +1 -1
- data/lib/aws-sdk-autoscaling/types.rb +971 -28
- data/lib/aws-sdk-autoscaling/waiters.rb +1 -1
- metadata +5 -6
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -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')
|
@@ -58,7 +59,10 @@ module Aws::AutoScaling
|
|
58
59
|
BlockDeviceMappings = Shapes::ListShape.new(name: 'BlockDeviceMappings')
|
59
60
|
CancelInstanceRefreshAnswer = Shapes::StructureShape.new(name: 'CancelInstanceRefreshAnswer')
|
60
61
|
CancelInstanceRefreshType = Shapes::StructureShape.new(name: 'CancelInstanceRefreshType')
|
62
|
+
CapacityForecast = Shapes::StructureShape.new(name: 'CapacityForecast')
|
61
63
|
CapacityRebalanceEnabled = Shapes::BooleanShape.new(name: 'CapacityRebalanceEnabled')
|
64
|
+
CheckpointDelay = Shapes::IntegerShape.new(name: 'CheckpointDelay')
|
65
|
+
CheckpointPercentages = Shapes::ListShape.new(name: 'CheckpointPercentages')
|
62
66
|
ClassicLinkVPCSecurityGroups = Shapes::ListShape.new(name: 'ClassicLinkVPCSecurityGroups')
|
63
67
|
CompleteLifecycleActionAnswer = Shapes::StructureShape.new(name: 'CompleteLifecycleActionAnswer')
|
64
68
|
CompleteLifecycleActionType = Shapes::StructureShape.new(name: 'CompleteLifecycleActionType')
|
@@ -74,6 +78,8 @@ module Aws::AutoScaling
|
|
74
78
|
DeletePolicyType = Shapes::StructureShape.new(name: 'DeletePolicyType')
|
75
79
|
DeleteScheduledActionType = Shapes::StructureShape.new(name: 'DeleteScheduledActionType')
|
76
80
|
DeleteTagsType = Shapes::StructureShape.new(name: 'DeleteTagsType')
|
81
|
+
DeleteWarmPoolAnswer = Shapes::StructureShape.new(name: 'DeleteWarmPoolAnswer')
|
82
|
+
DeleteWarmPoolType = Shapes::StructureShape.new(name: 'DeleteWarmPoolType')
|
77
83
|
DescribeAccountLimitsAnswer = Shapes::StructureShape.new(name: 'DescribeAccountLimitsAnswer')
|
78
84
|
DescribeAdjustmentTypesAnswer = Shapes::StructureShape.new(name: 'DescribeAdjustmentTypesAnswer')
|
79
85
|
DescribeAutoScalingInstancesType = Shapes::StructureShape.new(name: 'DescribeAutoScalingInstancesType')
|
@@ -95,6 +101,8 @@ module Aws::AutoScaling
|
|
95
101
|
DescribeScheduledActionsType = Shapes::StructureShape.new(name: 'DescribeScheduledActionsType')
|
96
102
|
DescribeTagsType = Shapes::StructureShape.new(name: 'DescribeTagsType')
|
97
103
|
DescribeTerminationPolicyTypesAnswer = Shapes::StructureShape.new(name: 'DescribeTerminationPolicyTypesAnswer')
|
104
|
+
DescribeWarmPoolAnswer = Shapes::StructureShape.new(name: 'DescribeWarmPoolAnswer')
|
105
|
+
DescribeWarmPoolType = Shapes::StructureShape.new(name: 'DescribeWarmPoolType')
|
98
106
|
DetachInstancesAnswer = Shapes::StructureShape.new(name: 'DetachInstancesAnswer')
|
99
107
|
DetachInstancesQuery = Shapes::StructureShape.new(name: 'DetachInstancesQuery')
|
100
108
|
DetachLoadBalancerTargetGroupsResultType = Shapes::StructureShape.new(name: 'DetachLoadBalancerTargetGroupsResultType')
|
@@ -119,6 +127,8 @@ module Aws::AutoScaling
|
|
119
127
|
Filter = Shapes::StructureShape.new(name: 'Filter')
|
120
128
|
Filters = Shapes::ListShape.new(name: 'Filters')
|
121
129
|
ForceDelete = Shapes::BooleanShape.new(name: 'ForceDelete')
|
130
|
+
GetPredictiveScalingForecastAnswer = Shapes::StructureShape.new(name: 'GetPredictiveScalingForecastAnswer')
|
131
|
+
GetPredictiveScalingForecastType = Shapes::StructureShape.new(name: 'GetPredictiveScalingForecastType')
|
122
132
|
GlobalTimeout = Shapes::IntegerShape.new(name: 'GlobalTimeout')
|
123
133
|
HealthCheckGracePeriod = Shapes::IntegerShape.new(name: 'HealthCheckGracePeriod')
|
124
134
|
HeartbeatTimeout = Shapes::IntegerShape.new(name: 'HeartbeatTimeout')
|
@@ -135,7 +145,10 @@ module Aws::AutoScaling
|
|
135
145
|
InstanceRefresh = Shapes::StructureShape.new(name: 'InstanceRefresh')
|
136
146
|
InstanceRefreshIds = Shapes::ListShape.new(name: 'InstanceRefreshIds')
|
137
147
|
InstanceRefreshInProgressFault = Shapes::StructureShape.new(name: 'InstanceRefreshInProgressFault')
|
148
|
+
InstanceRefreshLivePoolProgress = Shapes::StructureShape.new(name: 'InstanceRefreshLivePoolProgress')
|
149
|
+
InstanceRefreshProgressDetails = Shapes::StructureShape.new(name: 'InstanceRefreshProgressDetails')
|
138
150
|
InstanceRefreshStatus = Shapes::StringShape.new(name: 'InstanceRefreshStatus')
|
151
|
+
InstanceRefreshWarmPoolProgress = Shapes::StructureShape.new(name: 'InstanceRefreshWarmPoolProgress')
|
139
152
|
InstanceRefreshes = Shapes::ListShape.new(name: 'InstanceRefreshes')
|
140
153
|
Instances = Shapes::ListShape.new(name: 'Instances')
|
141
154
|
InstancesDistribution = Shapes::StructureShape.new(name: 'InstancesDistribution')
|
@@ -167,6 +180,9 @@ module Aws::AutoScaling
|
|
167
180
|
LoadBalancerStates = Shapes::ListShape.new(name: 'LoadBalancerStates')
|
168
181
|
LoadBalancerTargetGroupState = Shapes::StructureShape.new(name: 'LoadBalancerTargetGroupState')
|
169
182
|
LoadBalancerTargetGroupStates = Shapes::ListShape.new(name: 'LoadBalancerTargetGroupStates')
|
183
|
+
LoadForecast = Shapes::StructureShape.new(name: 'LoadForecast')
|
184
|
+
LoadForecasts = Shapes::ListShape.new(name: 'LoadForecasts')
|
185
|
+
MaxGroupPreparedCapacity = Shapes::IntegerShape.new(name: 'MaxGroupPreparedCapacity')
|
170
186
|
MaxInstanceLifetime = Shapes::IntegerShape.new(name: 'MaxInstanceLifetime')
|
171
187
|
MaxNumberOfAutoScalingGroups = Shapes::IntegerShape.new(name: 'MaxNumberOfAutoScalingGroups')
|
172
188
|
MaxNumberOfLaunchConfigurations = Shapes::IntegerShape.new(name: 'MaxNumberOfLaunchConfigurations')
|
@@ -192,6 +208,7 @@ module Aws::AutoScaling
|
|
192
208
|
MixedInstancesPolicy = Shapes::StructureShape.new(name: 'MixedInstancesPolicy')
|
193
209
|
MonitoringEnabled = Shapes::BooleanShape.new(name: 'MonitoringEnabled')
|
194
210
|
NoDevice = Shapes::BooleanShape.new(name: 'NoDevice')
|
211
|
+
NonZeroIntPercent = Shapes::IntegerShape.new(name: 'NonZeroIntPercent')
|
195
212
|
NotificationConfiguration = Shapes::StructureShape.new(name: 'NotificationConfiguration')
|
196
213
|
NotificationConfigurations = Shapes::ListShape.new(name: 'NotificationConfigurations')
|
197
214
|
NotificationTargetResourceName = Shapes::StringShape.new(name: 'NotificationTargetResourceName')
|
@@ -205,7 +222,22 @@ module Aws::AutoScaling
|
|
205
222
|
PolicyIncrement = Shapes::IntegerShape.new(name: 'PolicyIncrement')
|
206
223
|
PolicyNames = Shapes::ListShape.new(name: 'PolicyNames')
|
207
224
|
PolicyTypes = Shapes::ListShape.new(name: 'PolicyTypes')
|
225
|
+
PredefinedLoadMetricType = Shapes::StringShape.new(name: 'PredefinedLoadMetricType')
|
226
|
+
PredefinedMetricPairType = Shapes::StringShape.new(name: 'PredefinedMetricPairType')
|
208
227
|
PredefinedMetricSpecification = Shapes::StructureShape.new(name: 'PredefinedMetricSpecification')
|
228
|
+
PredefinedScalingMetricType = Shapes::StringShape.new(name: 'PredefinedScalingMetricType')
|
229
|
+
PredictiveScalingConfiguration = Shapes::StructureShape.new(name: 'PredictiveScalingConfiguration')
|
230
|
+
PredictiveScalingForecastTimestamps = Shapes::ListShape.new(name: 'PredictiveScalingForecastTimestamps')
|
231
|
+
PredictiveScalingForecastValues = Shapes::ListShape.new(name: 'PredictiveScalingForecastValues')
|
232
|
+
PredictiveScalingMaxCapacityBreachBehavior = Shapes::StringShape.new(name: 'PredictiveScalingMaxCapacityBreachBehavior')
|
233
|
+
PredictiveScalingMaxCapacityBuffer = Shapes::IntegerShape.new(name: 'PredictiveScalingMaxCapacityBuffer')
|
234
|
+
PredictiveScalingMetricSpecification = Shapes::StructureShape.new(name: 'PredictiveScalingMetricSpecification')
|
235
|
+
PredictiveScalingMetricSpecifications = Shapes::ListShape.new(name: 'PredictiveScalingMetricSpecifications')
|
236
|
+
PredictiveScalingMode = Shapes::StringShape.new(name: 'PredictiveScalingMode')
|
237
|
+
PredictiveScalingPredefinedLoadMetric = Shapes::StructureShape.new(name: 'PredictiveScalingPredefinedLoadMetric')
|
238
|
+
PredictiveScalingPredefinedMetricPair = Shapes::StructureShape.new(name: 'PredictiveScalingPredefinedMetricPair')
|
239
|
+
PredictiveScalingPredefinedScalingMetric = Shapes::StructureShape.new(name: 'PredictiveScalingPredefinedScalingMetric')
|
240
|
+
PredictiveScalingSchedulingBufferTime = Shapes::IntegerShape.new(name: 'PredictiveScalingSchedulingBufferTime')
|
209
241
|
ProcessNames = Shapes::ListShape.new(name: 'ProcessNames')
|
210
242
|
ProcessType = Shapes::StructureShape.new(name: 'ProcessType')
|
211
243
|
Processes = Shapes::ListShape.new(name: 'Processes')
|
@@ -218,6 +250,8 @@ module Aws::AutoScaling
|
|
218
250
|
PutNotificationConfigurationType = Shapes::StructureShape.new(name: 'PutNotificationConfigurationType')
|
219
251
|
PutScalingPolicyType = Shapes::StructureShape.new(name: 'PutScalingPolicyType')
|
220
252
|
PutScheduledUpdateGroupActionType = Shapes::StructureShape.new(name: 'PutScheduledUpdateGroupActionType')
|
253
|
+
PutWarmPoolAnswer = Shapes::StructureShape.new(name: 'PutWarmPoolAnswer')
|
254
|
+
PutWarmPoolType = Shapes::StructureShape.new(name: 'PutWarmPoolType')
|
221
255
|
RecordLifecycleActionHeartbeatAnswer = Shapes::StructureShape.new(name: 'RecordLifecycleActionHeartbeatAnswer')
|
222
256
|
RecordLifecycleActionHeartbeatType = Shapes::StructureShape.new(name: 'RecordLifecycleActionHeartbeatType')
|
223
257
|
RefreshInstanceWarmup = Shapes::IntegerShape.new(name: 'RefreshInstanceWarmup')
|
@@ -268,6 +302,11 @@ module Aws::AutoScaling
|
|
268
302
|
TimestampType = Shapes::TimestampShape.new(name: 'TimestampType')
|
269
303
|
UpdateAutoScalingGroupType = Shapes::StructureShape.new(name: 'UpdateAutoScalingGroupType')
|
270
304
|
Values = Shapes::ListShape.new(name: 'Values')
|
305
|
+
WarmPoolConfiguration = Shapes::StructureShape.new(name: 'WarmPoolConfiguration')
|
306
|
+
WarmPoolMinSize = Shapes::IntegerShape.new(name: 'WarmPoolMinSize')
|
307
|
+
WarmPoolSize = Shapes::IntegerShape.new(name: 'WarmPoolSize')
|
308
|
+
WarmPoolState = Shapes::StringShape.new(name: 'WarmPoolState')
|
309
|
+
WarmPoolStatus = Shapes::StringShape.new(name: 'WarmPoolStatus')
|
271
310
|
XmlString = Shapes::StringShape.new(name: 'XmlString')
|
272
311
|
XmlStringMaxLen1023 = Shapes::StringShape.new(name: 'XmlStringMaxLen1023')
|
273
312
|
XmlStringMaxLen1600 = Shapes::StringShape.new(name: 'XmlStringMaxLen1600')
|
@@ -345,6 +384,7 @@ module Aws::AutoScaling
|
|
345
384
|
AutoScalingGroup.add_member(:min_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMinSize, required: true, location_name: "MinSize"))
|
346
385
|
AutoScalingGroup.add_member(:max_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMaxSize, required: true, location_name: "MaxSize"))
|
347
386
|
AutoScalingGroup.add_member(:desired_capacity, Shapes::ShapeRef.new(shape: AutoScalingGroupDesiredCapacity, required: true, location_name: "DesiredCapacity"))
|
387
|
+
AutoScalingGroup.add_member(:predicted_capacity, Shapes::ShapeRef.new(shape: AutoScalingGroupPredictedCapacity, location_name: "PredictedCapacity"))
|
348
388
|
AutoScalingGroup.add_member(:default_cooldown, Shapes::ShapeRef.new(shape: Cooldown, required: true, location_name: "DefaultCooldown"))
|
349
389
|
AutoScalingGroup.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, required: true, location_name: "AvailabilityZones"))
|
350
390
|
AutoScalingGroup.add_member(:load_balancer_names, Shapes::ShapeRef.new(shape: LoadBalancerNames, location_name: "LoadBalancerNames"))
|
@@ -364,6 +404,8 @@ module Aws::AutoScaling
|
|
364
404
|
AutoScalingGroup.add_member(:service_linked_role_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ServiceLinkedRoleARN"))
|
365
405
|
AutoScalingGroup.add_member(:max_instance_lifetime, Shapes::ShapeRef.new(shape: MaxInstanceLifetime, location_name: "MaxInstanceLifetime"))
|
366
406
|
AutoScalingGroup.add_member(:capacity_rebalance, Shapes::ShapeRef.new(shape: CapacityRebalanceEnabled, location_name: "CapacityRebalance"))
|
407
|
+
AutoScalingGroup.add_member(:warm_pool_configuration, Shapes::ShapeRef.new(shape: WarmPoolConfiguration, location_name: "WarmPoolConfiguration"))
|
408
|
+
AutoScalingGroup.add_member(:warm_pool_size, Shapes::ShapeRef.new(shape: WarmPoolSize, location_name: "WarmPoolSize"))
|
367
409
|
AutoScalingGroup.struct_class = Types::AutoScalingGroup
|
368
410
|
|
369
411
|
AutoScalingGroupNames.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
|
@@ -429,6 +471,12 @@ module Aws::AutoScaling
|
|
429
471
|
CancelInstanceRefreshType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
430
472
|
CancelInstanceRefreshType.struct_class = Types::CancelInstanceRefreshType
|
431
473
|
|
474
|
+
CapacityForecast.add_member(:timestamps, Shapes::ShapeRef.new(shape: PredictiveScalingForecastTimestamps, required: true, location_name: "Timestamps"))
|
475
|
+
CapacityForecast.add_member(:values, Shapes::ShapeRef.new(shape: PredictiveScalingForecastValues, required: true, location_name: "Values"))
|
476
|
+
CapacityForecast.struct_class = Types::CapacityForecast
|
477
|
+
|
478
|
+
CheckpointPercentages.member = Shapes::ShapeRef.new(shape: NonZeroIntPercent)
|
479
|
+
|
432
480
|
ClassicLinkVPCSecurityGroups.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
|
433
481
|
|
434
482
|
CompleteLifecycleActionAnswer.struct_class = Types::CompleteLifecycleActionAnswer
|
@@ -521,6 +569,12 @@ module Aws::AutoScaling
|
|
521
569
|
DeleteTagsType.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags"))
|
522
570
|
DeleteTagsType.struct_class = Types::DeleteTagsType
|
523
571
|
|
572
|
+
DeleteWarmPoolAnswer.struct_class = Types::DeleteWarmPoolAnswer
|
573
|
+
|
574
|
+
DeleteWarmPoolType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
575
|
+
DeleteWarmPoolType.add_member(:force_delete, Shapes::ShapeRef.new(shape: ForceDelete, location_name: "ForceDelete"))
|
576
|
+
DeleteWarmPoolType.struct_class = Types::DeleteWarmPoolType
|
577
|
+
|
524
578
|
DescribeAccountLimitsAnswer.add_member(:max_number_of_auto_scaling_groups, Shapes::ShapeRef.new(shape: MaxNumberOfAutoScalingGroups, location_name: "MaxNumberOfAutoScalingGroups"))
|
525
579
|
DescribeAccountLimitsAnswer.add_member(:max_number_of_launch_configurations, Shapes::ShapeRef.new(shape: MaxNumberOfLaunchConfigurations, location_name: "MaxNumberOfLaunchConfigurations"))
|
526
580
|
DescribeAccountLimitsAnswer.add_member(:number_of_auto_scaling_groups, Shapes::ShapeRef.new(shape: NumberOfAutoScalingGroups, location_name: "NumberOfAutoScalingGroups"))
|
@@ -619,6 +673,16 @@ module Aws::AutoScaling
|
|
619
673
|
DescribeTerminationPolicyTypesAnswer.add_member(:termination_policy_types, Shapes::ShapeRef.new(shape: TerminationPolicies, location_name: "TerminationPolicyTypes"))
|
620
674
|
DescribeTerminationPolicyTypesAnswer.struct_class = Types::DescribeTerminationPolicyTypesAnswer
|
621
675
|
|
676
|
+
DescribeWarmPoolAnswer.add_member(:warm_pool_configuration, Shapes::ShapeRef.new(shape: WarmPoolConfiguration, location_name: "WarmPoolConfiguration"))
|
677
|
+
DescribeWarmPoolAnswer.add_member(:instances, Shapes::ShapeRef.new(shape: Instances, location_name: "Instances"))
|
678
|
+
DescribeWarmPoolAnswer.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
|
679
|
+
DescribeWarmPoolAnswer.struct_class = Types::DescribeWarmPoolAnswer
|
680
|
+
|
681
|
+
DescribeWarmPoolType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
682
|
+
DescribeWarmPoolType.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
|
683
|
+
DescribeWarmPoolType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
|
684
|
+
DescribeWarmPoolType.struct_class = Types::DescribeWarmPoolType
|
685
|
+
|
622
686
|
DetachInstancesAnswer.add_member(:activities, Shapes::ShapeRef.new(shape: Activities, location_name: "Activities"))
|
623
687
|
DetachInstancesAnswer.struct_class = Types::DetachInstancesAnswer
|
624
688
|
|
@@ -697,6 +761,17 @@ module Aws::AutoScaling
|
|
697
761
|
|
698
762
|
Filters.member = Shapes::ShapeRef.new(shape: Filter)
|
699
763
|
|
764
|
+
GetPredictiveScalingForecastAnswer.add_member(:load_forecast, Shapes::ShapeRef.new(shape: LoadForecasts, required: true, location_name: "LoadForecast"))
|
765
|
+
GetPredictiveScalingForecastAnswer.add_member(:capacity_forecast, Shapes::ShapeRef.new(shape: CapacityForecast, required: true, location_name: "CapacityForecast"))
|
766
|
+
GetPredictiveScalingForecastAnswer.add_member(:update_time, Shapes::ShapeRef.new(shape: TimestampType, required: true, location_name: "UpdateTime"))
|
767
|
+
GetPredictiveScalingForecastAnswer.struct_class = Types::GetPredictiveScalingForecastAnswer
|
768
|
+
|
769
|
+
GetPredictiveScalingForecastType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
770
|
+
GetPredictiveScalingForecastType.add_member(:policy_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "PolicyName"))
|
771
|
+
GetPredictiveScalingForecastType.add_member(:start_time, Shapes::ShapeRef.new(shape: TimestampType, required: true, location_name: "StartTime"))
|
772
|
+
GetPredictiveScalingForecastType.add_member(:end_time, Shapes::ShapeRef.new(shape: TimestampType, required: true, location_name: "EndTime"))
|
773
|
+
GetPredictiveScalingForecastType.struct_class = Types::GetPredictiveScalingForecastType
|
774
|
+
|
700
775
|
Instance.add_member(:instance_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen19, required: true, location_name: "InstanceId"))
|
701
776
|
Instance.add_member(:instance_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "InstanceType"))
|
702
777
|
Instance.add_member(:availability_zone, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AvailabilityZone"))
|
@@ -726,6 +801,7 @@ module Aws::AutoScaling
|
|
726
801
|
InstanceRefresh.add_member(:end_time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "EndTime"))
|
727
802
|
InstanceRefresh.add_member(:percentage_complete, Shapes::ShapeRef.new(shape: IntPercent, location_name: "PercentageComplete"))
|
728
803
|
InstanceRefresh.add_member(:instances_to_update, Shapes::ShapeRef.new(shape: InstancesToUpdate, location_name: "InstancesToUpdate"))
|
804
|
+
InstanceRefresh.add_member(:progress_details, Shapes::ShapeRef.new(shape: InstanceRefreshProgressDetails, location_name: "ProgressDetails"))
|
729
805
|
InstanceRefresh.struct_class = Types::InstanceRefresh
|
730
806
|
|
731
807
|
InstanceRefreshIds.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
|
@@ -733,6 +809,18 @@ module Aws::AutoScaling
|
|
733
809
|
InstanceRefreshInProgressFault.add_member(:message, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "message"))
|
734
810
|
InstanceRefreshInProgressFault.struct_class = Types::InstanceRefreshInProgressFault
|
735
811
|
|
812
|
+
InstanceRefreshLivePoolProgress.add_member(:percentage_complete, Shapes::ShapeRef.new(shape: IntPercent, location_name: "PercentageComplete"))
|
813
|
+
InstanceRefreshLivePoolProgress.add_member(:instances_to_update, Shapes::ShapeRef.new(shape: InstancesToUpdate, location_name: "InstancesToUpdate"))
|
814
|
+
InstanceRefreshLivePoolProgress.struct_class = Types::InstanceRefreshLivePoolProgress
|
815
|
+
|
816
|
+
InstanceRefreshProgressDetails.add_member(:live_pool_progress, Shapes::ShapeRef.new(shape: InstanceRefreshLivePoolProgress, location_name: "LivePoolProgress"))
|
817
|
+
InstanceRefreshProgressDetails.add_member(:warm_pool_progress, Shapes::ShapeRef.new(shape: InstanceRefreshWarmPoolProgress, location_name: "WarmPoolProgress"))
|
818
|
+
InstanceRefreshProgressDetails.struct_class = Types::InstanceRefreshProgressDetails
|
819
|
+
|
820
|
+
InstanceRefreshWarmPoolProgress.add_member(:percentage_complete, Shapes::ShapeRef.new(shape: IntPercent, location_name: "PercentageComplete"))
|
821
|
+
InstanceRefreshWarmPoolProgress.add_member(:instances_to_update, Shapes::ShapeRef.new(shape: InstancesToUpdate, location_name: "InstancesToUpdate"))
|
822
|
+
InstanceRefreshWarmPoolProgress.struct_class = Types::InstanceRefreshWarmPoolProgress
|
823
|
+
|
736
824
|
InstanceRefreshes.member = Shapes::ShapeRef.new(shape: InstanceRefresh)
|
737
825
|
|
738
826
|
Instances.member = Shapes::ShapeRef.new(shape: Instance)
|
@@ -843,6 +931,13 @@ module Aws::AutoScaling
|
|
843
931
|
|
844
932
|
LoadBalancerTargetGroupStates.member = Shapes::ShapeRef.new(shape: LoadBalancerTargetGroupState)
|
845
933
|
|
934
|
+
LoadForecast.add_member(:timestamps, Shapes::ShapeRef.new(shape: PredictiveScalingForecastTimestamps, required: true, location_name: "Timestamps"))
|
935
|
+
LoadForecast.add_member(:values, Shapes::ShapeRef.new(shape: PredictiveScalingForecastValues, required: true, location_name: "Values"))
|
936
|
+
LoadForecast.add_member(:metric_specification, Shapes::ShapeRef.new(shape: PredictiveScalingMetricSpecification, required: true, location_name: "MetricSpecification"))
|
937
|
+
LoadForecast.struct_class = Types::LoadForecast
|
938
|
+
|
939
|
+
LoadForecasts.member = Shapes::ShapeRef.new(shape: LoadForecast)
|
940
|
+
|
846
941
|
MetricCollectionType.add_member(:metric, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "Metric"))
|
847
942
|
MetricCollectionType.struct_class = Types::MetricCollectionType
|
848
943
|
|
@@ -890,6 +985,37 @@ module Aws::AutoScaling
|
|
890
985
|
PredefinedMetricSpecification.add_member(:resource_label, Shapes::ShapeRef.new(shape: XmlStringMaxLen1023, location_name: "ResourceLabel"))
|
891
986
|
PredefinedMetricSpecification.struct_class = Types::PredefinedMetricSpecification
|
892
987
|
|
988
|
+
PredictiveScalingConfiguration.add_member(:metric_specifications, Shapes::ShapeRef.new(shape: PredictiveScalingMetricSpecifications, required: true, location_name: "MetricSpecifications"))
|
989
|
+
PredictiveScalingConfiguration.add_member(:mode, Shapes::ShapeRef.new(shape: PredictiveScalingMode, location_name: "Mode"))
|
990
|
+
PredictiveScalingConfiguration.add_member(:scheduling_buffer_time, Shapes::ShapeRef.new(shape: PredictiveScalingSchedulingBufferTime, location_name: "SchedulingBufferTime"))
|
991
|
+
PredictiveScalingConfiguration.add_member(:max_capacity_breach_behavior, Shapes::ShapeRef.new(shape: PredictiveScalingMaxCapacityBreachBehavior, location_name: "MaxCapacityBreachBehavior"))
|
992
|
+
PredictiveScalingConfiguration.add_member(:max_capacity_buffer, Shapes::ShapeRef.new(shape: PredictiveScalingMaxCapacityBuffer, location_name: "MaxCapacityBuffer"))
|
993
|
+
PredictiveScalingConfiguration.struct_class = Types::PredictiveScalingConfiguration
|
994
|
+
|
995
|
+
PredictiveScalingForecastTimestamps.member = Shapes::ShapeRef.new(shape: TimestampType)
|
996
|
+
|
997
|
+
PredictiveScalingForecastValues.member = Shapes::ShapeRef.new(shape: MetricScale)
|
998
|
+
|
999
|
+
PredictiveScalingMetricSpecification.add_member(:target_value, Shapes::ShapeRef.new(shape: MetricScale, required: true, location_name: "TargetValue"))
|
1000
|
+
PredictiveScalingMetricSpecification.add_member(:predefined_metric_pair_specification, Shapes::ShapeRef.new(shape: PredictiveScalingPredefinedMetricPair, location_name: "PredefinedMetricPairSpecification"))
|
1001
|
+
PredictiveScalingMetricSpecification.add_member(:predefined_scaling_metric_specification, Shapes::ShapeRef.new(shape: PredictiveScalingPredefinedScalingMetric, location_name: "PredefinedScalingMetricSpecification"))
|
1002
|
+
PredictiveScalingMetricSpecification.add_member(:predefined_load_metric_specification, Shapes::ShapeRef.new(shape: PredictiveScalingPredefinedLoadMetric, location_name: "PredefinedLoadMetricSpecification"))
|
1003
|
+
PredictiveScalingMetricSpecification.struct_class = Types::PredictiveScalingMetricSpecification
|
1004
|
+
|
1005
|
+
PredictiveScalingMetricSpecifications.member = Shapes::ShapeRef.new(shape: PredictiveScalingMetricSpecification)
|
1006
|
+
|
1007
|
+
PredictiveScalingPredefinedLoadMetric.add_member(:predefined_metric_type, Shapes::ShapeRef.new(shape: PredefinedLoadMetricType, required: true, location_name: "PredefinedMetricType"))
|
1008
|
+
PredictiveScalingPredefinedLoadMetric.add_member(:resource_label, Shapes::ShapeRef.new(shape: XmlStringMaxLen1023, location_name: "ResourceLabel"))
|
1009
|
+
PredictiveScalingPredefinedLoadMetric.struct_class = Types::PredictiveScalingPredefinedLoadMetric
|
1010
|
+
|
1011
|
+
PredictiveScalingPredefinedMetricPair.add_member(:predefined_metric_type, Shapes::ShapeRef.new(shape: PredefinedMetricPairType, required: true, location_name: "PredefinedMetricType"))
|
1012
|
+
PredictiveScalingPredefinedMetricPair.add_member(:resource_label, Shapes::ShapeRef.new(shape: XmlStringMaxLen1023, location_name: "ResourceLabel"))
|
1013
|
+
PredictiveScalingPredefinedMetricPair.struct_class = Types::PredictiveScalingPredefinedMetricPair
|
1014
|
+
|
1015
|
+
PredictiveScalingPredefinedScalingMetric.add_member(:predefined_metric_type, Shapes::ShapeRef.new(shape: PredefinedScalingMetricType, required: true, location_name: "PredefinedMetricType"))
|
1016
|
+
PredictiveScalingPredefinedScalingMetric.add_member(:resource_label, Shapes::ShapeRef.new(shape: XmlStringMaxLen1023, location_name: "ResourceLabel"))
|
1017
|
+
PredictiveScalingPredefinedScalingMetric.struct_class = Types::PredictiveScalingPredefinedScalingMetric
|
1018
|
+
|
893
1019
|
ProcessNames.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
|
894
1020
|
|
895
1021
|
ProcessType.add_member(:process_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "ProcessName"))
|
@@ -930,6 +1056,7 @@ module Aws::AutoScaling
|
|
930
1056
|
PutScalingPolicyType.add_member(:estimated_instance_warmup, Shapes::ShapeRef.new(shape: EstimatedInstanceWarmup, location_name: "EstimatedInstanceWarmup"))
|
931
1057
|
PutScalingPolicyType.add_member(:target_tracking_configuration, Shapes::ShapeRef.new(shape: TargetTrackingConfiguration, location_name: "TargetTrackingConfiguration"))
|
932
1058
|
PutScalingPolicyType.add_member(:enabled, Shapes::ShapeRef.new(shape: ScalingPolicyEnabled, location_name: "Enabled"))
|
1059
|
+
PutScalingPolicyType.add_member(:predictive_scaling_configuration, Shapes::ShapeRef.new(shape: PredictiveScalingConfiguration, location_name: "PredictiveScalingConfiguration"))
|
933
1060
|
PutScalingPolicyType.struct_class = Types::PutScalingPolicyType
|
934
1061
|
|
935
1062
|
PutScheduledUpdateGroupActionType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
@@ -941,8 +1068,17 @@ module Aws::AutoScaling
|
|
941
1068
|
PutScheduledUpdateGroupActionType.add_member(:min_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMinSize, location_name: "MinSize"))
|
942
1069
|
PutScheduledUpdateGroupActionType.add_member(:max_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMaxSize, location_name: "MaxSize"))
|
943
1070
|
PutScheduledUpdateGroupActionType.add_member(:desired_capacity, Shapes::ShapeRef.new(shape: AutoScalingGroupDesiredCapacity, location_name: "DesiredCapacity"))
|
1071
|
+
PutScheduledUpdateGroupActionType.add_member(:time_zone, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "TimeZone"))
|
944
1072
|
PutScheduledUpdateGroupActionType.struct_class = Types::PutScheduledUpdateGroupActionType
|
945
1073
|
|
1074
|
+
PutWarmPoolAnswer.struct_class = Types::PutWarmPoolAnswer
|
1075
|
+
|
1076
|
+
PutWarmPoolType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
1077
|
+
PutWarmPoolType.add_member(:max_group_prepared_capacity, Shapes::ShapeRef.new(shape: MaxGroupPreparedCapacity, location_name: "MaxGroupPreparedCapacity"))
|
1078
|
+
PutWarmPoolType.add_member(:min_size, Shapes::ShapeRef.new(shape: WarmPoolMinSize, location_name: "MinSize"))
|
1079
|
+
PutWarmPoolType.add_member(:pool_state, Shapes::ShapeRef.new(shape: WarmPoolState, location_name: "PoolState"))
|
1080
|
+
PutWarmPoolType.struct_class = Types::PutWarmPoolType
|
1081
|
+
|
946
1082
|
RecordLifecycleActionHeartbeatAnswer.struct_class = Types::RecordLifecycleActionHeartbeatAnswer
|
947
1083
|
|
948
1084
|
RecordLifecycleActionHeartbeatType.add_member(:lifecycle_hook_name, Shapes::ShapeRef.new(shape: AsciiStringMaxLen255, required: true, location_name: "LifecycleHookName"))
|
@@ -953,6 +1089,8 @@ module Aws::AutoScaling
|
|
953
1089
|
|
954
1090
|
RefreshPreferences.add_member(:min_healthy_percentage, Shapes::ShapeRef.new(shape: IntPercent, location_name: "MinHealthyPercentage"))
|
955
1091
|
RefreshPreferences.add_member(:instance_warmup, Shapes::ShapeRef.new(shape: RefreshInstanceWarmup, location_name: "InstanceWarmup"))
|
1092
|
+
RefreshPreferences.add_member(:checkpoint_percentages, Shapes::ShapeRef.new(shape: CheckpointPercentages, location_name: "CheckpointPercentages"))
|
1093
|
+
RefreshPreferences.add_member(:checkpoint_delay, Shapes::ShapeRef.new(shape: CheckpointDelay, location_name: "CheckpointDelay"))
|
956
1094
|
RefreshPreferences.struct_class = Types::RefreshPreferences
|
957
1095
|
|
958
1096
|
ResourceContentionFault.add_member(:message, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "message"))
|
@@ -981,6 +1119,7 @@ module Aws::AutoScaling
|
|
981
1119
|
ScalingPolicy.add_member(:alarms, Shapes::ShapeRef.new(shape: Alarms, location_name: "Alarms"))
|
982
1120
|
ScalingPolicy.add_member(:target_tracking_configuration, Shapes::ShapeRef.new(shape: TargetTrackingConfiguration, location_name: "TargetTrackingConfiguration"))
|
983
1121
|
ScalingPolicy.add_member(:enabled, Shapes::ShapeRef.new(shape: ScalingPolicyEnabled, location_name: "Enabled"))
|
1122
|
+
ScalingPolicy.add_member(:predictive_scaling_configuration, Shapes::ShapeRef.new(shape: PredictiveScalingConfiguration, location_name: "PredictiveScalingConfiguration"))
|
984
1123
|
ScalingPolicy.struct_class = Types::ScalingPolicy
|
985
1124
|
|
986
1125
|
ScalingProcessQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
@@ -1003,6 +1142,7 @@ module Aws::AutoScaling
|
|
1003
1142
|
ScheduledUpdateGroupAction.add_member(:min_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMinSize, location_name: "MinSize"))
|
1004
1143
|
ScheduledUpdateGroupAction.add_member(:max_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMaxSize, location_name: "MaxSize"))
|
1005
1144
|
ScheduledUpdateGroupAction.add_member(:desired_capacity, Shapes::ShapeRef.new(shape: AutoScalingGroupDesiredCapacity, location_name: "DesiredCapacity"))
|
1145
|
+
ScheduledUpdateGroupAction.add_member(:time_zone, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "TimeZone"))
|
1006
1146
|
ScheduledUpdateGroupAction.struct_class = Types::ScheduledUpdateGroupAction
|
1007
1147
|
|
1008
1148
|
ScheduledUpdateGroupActionRequest.add_member(:scheduled_action_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "ScheduledActionName"))
|
@@ -1012,6 +1152,7 @@ module Aws::AutoScaling
|
|
1012
1152
|
ScheduledUpdateGroupActionRequest.add_member(:min_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMinSize, location_name: "MinSize"))
|
1013
1153
|
ScheduledUpdateGroupActionRequest.add_member(:max_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMaxSize, location_name: "MaxSize"))
|
1014
1154
|
ScheduledUpdateGroupActionRequest.add_member(:desired_capacity, Shapes::ShapeRef.new(shape: AutoScalingGroupDesiredCapacity, location_name: "DesiredCapacity"))
|
1155
|
+
ScheduledUpdateGroupActionRequest.add_member(:time_zone, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "TimeZone"))
|
1015
1156
|
ScheduledUpdateGroupActionRequest.struct_class = Types::ScheduledUpdateGroupActionRequest
|
1016
1157
|
|
1017
1158
|
ScheduledUpdateGroupActionRequests.member = Shapes::ShapeRef.new(shape: ScheduledUpdateGroupActionRequest)
|
@@ -1119,6 +1260,12 @@ module Aws::AutoScaling
|
|
1119
1260
|
|
1120
1261
|
Values.member = Shapes::ShapeRef.new(shape: XmlString)
|
1121
1262
|
|
1263
|
+
WarmPoolConfiguration.add_member(:max_group_prepared_capacity, Shapes::ShapeRef.new(shape: MaxGroupPreparedCapacity, location_name: "MaxGroupPreparedCapacity"))
|
1264
|
+
WarmPoolConfiguration.add_member(:min_size, Shapes::ShapeRef.new(shape: WarmPoolMinSize, location_name: "MinSize"))
|
1265
|
+
WarmPoolConfiguration.add_member(:pool_state, Shapes::ShapeRef.new(shape: WarmPoolState, location_name: "PoolState"))
|
1266
|
+
WarmPoolConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: WarmPoolStatus, location_name: "Status"))
|
1267
|
+
WarmPoolConfiguration.struct_class = Types::WarmPoolConfiguration
|
1268
|
+
|
1122
1269
|
|
1123
1270
|
# @api private
|
1124
1271
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -1309,6 +1456,18 @@ module Aws::AutoScaling
|
|
1309
1456
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseFault)
|
1310
1457
|
end)
|
1311
1458
|
|
1459
|
+
api.add_operation(:delete_warm_pool, Seahorse::Model::Operation.new.tap do |o|
|
1460
|
+
o.name = "DeleteWarmPool"
|
1461
|
+
o.http_method = "POST"
|
1462
|
+
o.http_request_uri = "/"
|
1463
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteWarmPoolType)
|
1464
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteWarmPoolAnswer)
|
1465
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
|
1466
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
|
1467
|
+
o.errors << Shapes::ShapeRef.new(shape: ScalingActivityInProgressFault)
|
1468
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseFault)
|
1469
|
+
end)
|
1470
|
+
|
1312
1471
|
api.add_operation(:describe_account_limits, Seahorse::Model::Operation.new.tap do |o|
|
1313
1472
|
o.name = "DescribeAccountLimits"
|
1314
1473
|
o.http_method = "POST"
|
@@ -1538,6 +1697,17 @@ module Aws::AutoScaling
|
|
1538
1697
|
o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
|
1539
1698
|
end)
|
1540
1699
|
|
1700
|
+
api.add_operation(:describe_warm_pool, Seahorse::Model::Operation.new.tap do |o|
|
1701
|
+
o.name = "DescribeWarmPool"
|
1702
|
+
o.http_method = "POST"
|
1703
|
+
o.http_request_uri = "/"
|
1704
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeWarmPoolType)
|
1705
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeWarmPoolAnswer)
|
1706
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
|
1707
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
|
1708
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
|
1709
|
+
end)
|
1710
|
+
|
1541
1711
|
api.add_operation(:detach_instances, Seahorse::Model::Operation.new.tap do |o|
|
1542
1712
|
o.name = "DetachInstances"
|
1543
1713
|
o.http_method = "POST"
|
@@ -1611,6 +1781,15 @@ module Aws::AutoScaling
|
|
1611
1781
|
o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
|
1612
1782
|
end)
|
1613
1783
|
|
1784
|
+
api.add_operation(:get_predictive_scaling_forecast, Seahorse::Model::Operation.new.tap do |o|
|
1785
|
+
o.name = "GetPredictiveScalingForecast"
|
1786
|
+
o.http_method = "POST"
|
1787
|
+
o.http_request_uri = "/"
|
1788
|
+
o.input = Shapes::ShapeRef.new(shape: GetPredictiveScalingForecastType)
|
1789
|
+
o.output = Shapes::ShapeRef.new(shape: GetPredictiveScalingForecastAnswer)
|
1790
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
|
1791
|
+
end)
|
1792
|
+
|
1614
1793
|
api.add_operation(:put_lifecycle_hook, Seahorse::Model::Operation.new.tap do |o|
|
1615
1794
|
o.name = "PutLifecycleHook"
|
1616
1795
|
o.http_method = "POST"
|
@@ -1654,6 +1833,16 @@ module Aws::AutoScaling
|
|
1654
1833
|
o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
|
1655
1834
|
end)
|
1656
1835
|
|
1836
|
+
api.add_operation(:put_warm_pool, Seahorse::Model::Operation.new.tap do |o|
|
1837
|
+
o.name = "PutWarmPool"
|
1838
|
+
o.http_method = "POST"
|
1839
|
+
o.http_request_uri = "/"
|
1840
|
+
o.input = Shapes::ShapeRef.new(shape: PutWarmPoolType)
|
1841
|
+
o.output = Shapes::ShapeRef.new(shape: PutWarmPoolAnswer)
|
1842
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
|
1843
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
|
1844
|
+
end)
|
1845
|
+
|
1657
1846
|
api.add_operation(:record_lifecycle_action_heartbeat, Seahorse::Model::Operation.new.tap do |o|
|
1658
1847
|
o.name = "RecordLifecycleActionHeartbeat"
|
1659
1848
|
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
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -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
|
#
|