aws-sdk-autoscaling 1.0.0.rc1 → 1.0.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,1422 +1,1420 @@
1
1
  # WARNING ABOUT GENERATED CODE
2
2
  #
3
- # This file is generated. See the contributing for info on making contributions:
3
+ # This file is generated. See the contributing guide for more information:
4
4
  # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
5
  #
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
- module Aws
9
- module AutoScaling
10
- # @api private
11
- module ClientApi
12
-
13
- include Seahorse::Model
14
-
15
- Activities = Shapes::ListShape.new(name: 'Activities')
16
- ActivitiesType = Shapes::StructureShape.new(name: 'ActivitiesType')
17
- Activity = Shapes::StructureShape.new(name: 'Activity')
18
- ActivityIds = Shapes::ListShape.new(name: 'ActivityIds')
19
- ActivityType = Shapes::StructureShape.new(name: 'ActivityType')
20
- AdjustmentType = Shapes::StructureShape.new(name: 'AdjustmentType')
21
- AdjustmentTypes = Shapes::ListShape.new(name: 'AdjustmentTypes')
22
- Alarm = Shapes::StructureShape.new(name: 'Alarm')
23
- Alarms = Shapes::ListShape.new(name: 'Alarms')
24
- AlreadyExistsFault = Shapes::StructureShape.new(name: 'AlreadyExistsFault')
25
- AsciiStringMaxLen255 = Shapes::StringShape.new(name: 'AsciiStringMaxLen255')
26
- AssociatePublicIpAddress = Shapes::BooleanShape.new(name: 'AssociatePublicIpAddress')
27
- AttachInstancesQuery = Shapes::StructureShape.new(name: 'AttachInstancesQuery')
28
- AttachLoadBalancerTargetGroupsResultType = Shapes::StructureShape.new(name: 'AttachLoadBalancerTargetGroupsResultType')
29
- AttachLoadBalancerTargetGroupsType = Shapes::StructureShape.new(name: 'AttachLoadBalancerTargetGroupsType')
30
- AttachLoadBalancersResultType = Shapes::StructureShape.new(name: 'AttachLoadBalancersResultType')
31
- AttachLoadBalancersType = Shapes::StructureShape.new(name: 'AttachLoadBalancersType')
32
- AutoScalingGroup = Shapes::StructureShape.new(name: 'AutoScalingGroup')
33
- AutoScalingGroupDesiredCapacity = Shapes::IntegerShape.new(name: 'AutoScalingGroupDesiredCapacity')
34
- AutoScalingGroupMaxSize = Shapes::IntegerShape.new(name: 'AutoScalingGroupMaxSize')
35
- AutoScalingGroupMinSize = Shapes::IntegerShape.new(name: 'AutoScalingGroupMinSize')
36
- AutoScalingGroupNames = Shapes::ListShape.new(name: 'AutoScalingGroupNames')
37
- AutoScalingGroupNamesType = Shapes::StructureShape.new(name: 'AutoScalingGroupNamesType')
38
- AutoScalingGroups = Shapes::ListShape.new(name: 'AutoScalingGroups')
39
- AutoScalingGroupsType = Shapes::StructureShape.new(name: 'AutoScalingGroupsType')
40
- AutoScalingInstanceDetails = Shapes::StructureShape.new(name: 'AutoScalingInstanceDetails')
41
- AutoScalingInstances = Shapes::ListShape.new(name: 'AutoScalingInstances')
42
- AutoScalingInstancesType = Shapes::StructureShape.new(name: 'AutoScalingInstancesType')
43
- AutoScalingNotificationTypes = Shapes::ListShape.new(name: 'AutoScalingNotificationTypes')
44
- AvailabilityZones = Shapes::ListShape.new(name: 'AvailabilityZones')
45
- BlockDeviceEbsDeleteOnTermination = Shapes::BooleanShape.new(name: 'BlockDeviceEbsDeleteOnTermination')
46
- BlockDeviceEbsEncrypted = Shapes::BooleanShape.new(name: 'BlockDeviceEbsEncrypted')
47
- BlockDeviceEbsIops = Shapes::IntegerShape.new(name: 'BlockDeviceEbsIops')
48
- BlockDeviceEbsVolumeSize = Shapes::IntegerShape.new(name: 'BlockDeviceEbsVolumeSize')
49
- BlockDeviceEbsVolumeType = Shapes::StringShape.new(name: 'BlockDeviceEbsVolumeType')
50
- BlockDeviceMapping = Shapes::StructureShape.new(name: 'BlockDeviceMapping')
51
- BlockDeviceMappings = Shapes::ListShape.new(name: 'BlockDeviceMappings')
52
- ClassicLinkVPCSecurityGroups = Shapes::ListShape.new(name: 'ClassicLinkVPCSecurityGroups')
53
- CompleteLifecycleActionAnswer = Shapes::StructureShape.new(name: 'CompleteLifecycleActionAnswer')
54
- CompleteLifecycleActionType = Shapes::StructureShape.new(name: 'CompleteLifecycleActionType')
55
- Cooldown = Shapes::IntegerShape.new(name: 'Cooldown')
56
- CreateAutoScalingGroupType = Shapes::StructureShape.new(name: 'CreateAutoScalingGroupType')
57
- CreateLaunchConfigurationType = Shapes::StructureShape.new(name: 'CreateLaunchConfigurationType')
58
- CreateOrUpdateTagsType = Shapes::StructureShape.new(name: 'CreateOrUpdateTagsType')
59
- DeleteAutoScalingGroupType = Shapes::StructureShape.new(name: 'DeleteAutoScalingGroupType')
60
- DeleteLifecycleHookAnswer = Shapes::StructureShape.new(name: 'DeleteLifecycleHookAnswer')
61
- DeleteLifecycleHookType = Shapes::StructureShape.new(name: 'DeleteLifecycleHookType')
62
- DeleteNotificationConfigurationType = Shapes::StructureShape.new(name: 'DeleteNotificationConfigurationType')
63
- DeletePolicyType = Shapes::StructureShape.new(name: 'DeletePolicyType')
64
- DeleteScheduledActionType = Shapes::StructureShape.new(name: 'DeleteScheduledActionType')
65
- DeleteTagsType = Shapes::StructureShape.new(name: 'DeleteTagsType')
66
- DescribeAccountLimitsAnswer = Shapes::StructureShape.new(name: 'DescribeAccountLimitsAnswer')
67
- DescribeAdjustmentTypesAnswer = Shapes::StructureShape.new(name: 'DescribeAdjustmentTypesAnswer')
68
- DescribeAutoScalingInstancesType = Shapes::StructureShape.new(name: 'DescribeAutoScalingInstancesType')
69
- DescribeAutoScalingNotificationTypesAnswer = Shapes::StructureShape.new(name: 'DescribeAutoScalingNotificationTypesAnswer')
70
- DescribeLifecycleHookTypesAnswer = Shapes::StructureShape.new(name: 'DescribeLifecycleHookTypesAnswer')
71
- DescribeLifecycleHooksAnswer = Shapes::StructureShape.new(name: 'DescribeLifecycleHooksAnswer')
72
- DescribeLifecycleHooksType = Shapes::StructureShape.new(name: 'DescribeLifecycleHooksType')
73
- DescribeLoadBalancerTargetGroupsRequest = Shapes::StructureShape.new(name: 'DescribeLoadBalancerTargetGroupsRequest')
74
- DescribeLoadBalancerTargetGroupsResponse = Shapes::StructureShape.new(name: 'DescribeLoadBalancerTargetGroupsResponse')
75
- DescribeLoadBalancersRequest = Shapes::StructureShape.new(name: 'DescribeLoadBalancersRequest')
76
- DescribeLoadBalancersResponse = Shapes::StructureShape.new(name: 'DescribeLoadBalancersResponse')
77
- DescribeMetricCollectionTypesAnswer = Shapes::StructureShape.new(name: 'DescribeMetricCollectionTypesAnswer')
78
- DescribeNotificationConfigurationsAnswer = Shapes::StructureShape.new(name: 'DescribeNotificationConfigurationsAnswer')
79
- DescribeNotificationConfigurationsType = Shapes::StructureShape.new(name: 'DescribeNotificationConfigurationsType')
80
- DescribePoliciesType = Shapes::StructureShape.new(name: 'DescribePoliciesType')
81
- DescribeScalingActivitiesType = Shapes::StructureShape.new(name: 'DescribeScalingActivitiesType')
82
- DescribeScheduledActionsType = Shapes::StructureShape.new(name: 'DescribeScheduledActionsType')
83
- DescribeTagsType = Shapes::StructureShape.new(name: 'DescribeTagsType')
84
- DescribeTerminationPolicyTypesAnswer = Shapes::StructureShape.new(name: 'DescribeTerminationPolicyTypesAnswer')
85
- DetachInstancesAnswer = Shapes::StructureShape.new(name: 'DetachInstancesAnswer')
86
- DetachInstancesQuery = Shapes::StructureShape.new(name: 'DetachInstancesQuery')
87
- DetachLoadBalancerTargetGroupsResultType = Shapes::StructureShape.new(name: 'DetachLoadBalancerTargetGroupsResultType')
88
- DetachLoadBalancerTargetGroupsType = Shapes::StructureShape.new(name: 'DetachLoadBalancerTargetGroupsType')
89
- DetachLoadBalancersResultType = Shapes::StructureShape.new(name: 'DetachLoadBalancersResultType')
90
- DetachLoadBalancersType = Shapes::StructureShape.new(name: 'DetachLoadBalancersType')
91
- DisableMetricsCollectionQuery = Shapes::StructureShape.new(name: 'DisableMetricsCollectionQuery')
92
- Ebs = Shapes::StructureShape.new(name: 'Ebs')
93
- EbsOptimized = Shapes::BooleanShape.new(name: 'EbsOptimized')
94
- EnableMetricsCollectionQuery = Shapes::StructureShape.new(name: 'EnableMetricsCollectionQuery')
95
- EnabledMetric = Shapes::StructureShape.new(name: 'EnabledMetric')
96
- EnabledMetrics = Shapes::ListShape.new(name: 'EnabledMetrics')
97
- EnterStandbyAnswer = Shapes::StructureShape.new(name: 'EnterStandbyAnswer')
98
- EnterStandbyQuery = Shapes::StructureShape.new(name: 'EnterStandbyQuery')
99
- EstimatedInstanceWarmup = Shapes::IntegerShape.new(name: 'EstimatedInstanceWarmup')
100
- ExecutePolicyType = Shapes::StructureShape.new(name: 'ExecutePolicyType')
101
- ExitStandbyAnswer = Shapes::StructureShape.new(name: 'ExitStandbyAnswer')
102
- ExitStandbyQuery = Shapes::StructureShape.new(name: 'ExitStandbyQuery')
103
- Filter = Shapes::StructureShape.new(name: 'Filter')
104
- Filters = Shapes::ListShape.new(name: 'Filters')
105
- ForceDelete = Shapes::BooleanShape.new(name: 'ForceDelete')
106
- GlobalTimeout = Shapes::IntegerShape.new(name: 'GlobalTimeout')
107
- HealthCheckGracePeriod = Shapes::IntegerShape.new(name: 'HealthCheckGracePeriod')
108
- HeartbeatTimeout = Shapes::IntegerShape.new(name: 'HeartbeatTimeout')
109
- HonorCooldown = Shapes::BooleanShape.new(name: 'HonorCooldown')
110
- Instance = Shapes::StructureShape.new(name: 'Instance')
111
- InstanceIds = Shapes::ListShape.new(name: 'InstanceIds')
112
- InstanceMonitoring = Shapes::StructureShape.new(name: 'InstanceMonitoring')
113
- InstanceProtected = Shapes::BooleanShape.new(name: 'InstanceProtected')
114
- Instances = Shapes::ListShape.new(name: 'Instances')
115
- InvalidNextToken = Shapes::StructureShape.new(name: 'InvalidNextToken')
116
- LaunchConfiguration = Shapes::StructureShape.new(name: 'LaunchConfiguration')
117
- LaunchConfigurationNameType = Shapes::StructureShape.new(name: 'LaunchConfigurationNameType')
118
- LaunchConfigurationNames = Shapes::ListShape.new(name: 'LaunchConfigurationNames')
119
- LaunchConfigurationNamesType = Shapes::StructureShape.new(name: 'LaunchConfigurationNamesType')
120
- LaunchConfigurations = Shapes::ListShape.new(name: 'LaunchConfigurations')
121
- LaunchConfigurationsType = Shapes::StructureShape.new(name: 'LaunchConfigurationsType')
122
- LifecycleActionResult = Shapes::StringShape.new(name: 'LifecycleActionResult')
123
- LifecycleActionToken = Shapes::StringShape.new(name: 'LifecycleActionToken')
124
- LifecycleHook = Shapes::StructureShape.new(name: 'LifecycleHook')
125
- LifecycleHookNames = Shapes::ListShape.new(name: 'LifecycleHookNames')
126
- LifecycleHooks = Shapes::ListShape.new(name: 'LifecycleHooks')
127
- LifecycleState = Shapes::StringShape.new(name: 'LifecycleState')
128
- LifecycleTransition = Shapes::StringShape.new(name: 'LifecycleTransition')
129
- LimitExceededFault = Shapes::StructureShape.new(name: 'LimitExceededFault')
130
- LoadBalancerNames = Shapes::ListShape.new(name: 'LoadBalancerNames')
131
- LoadBalancerState = Shapes::StructureShape.new(name: 'LoadBalancerState')
132
- LoadBalancerStates = Shapes::ListShape.new(name: 'LoadBalancerStates')
133
- LoadBalancerTargetGroupState = Shapes::StructureShape.new(name: 'LoadBalancerTargetGroupState')
134
- LoadBalancerTargetGroupStates = Shapes::ListShape.new(name: 'LoadBalancerTargetGroupStates')
135
- MaxNumberOfAutoScalingGroups = Shapes::IntegerShape.new(name: 'MaxNumberOfAutoScalingGroups')
136
- MaxNumberOfLaunchConfigurations = Shapes::IntegerShape.new(name: 'MaxNumberOfLaunchConfigurations')
137
- MaxRecords = Shapes::IntegerShape.new(name: 'MaxRecords')
138
- MetricCollectionType = Shapes::StructureShape.new(name: 'MetricCollectionType')
139
- MetricCollectionTypes = Shapes::ListShape.new(name: 'MetricCollectionTypes')
140
- MetricGranularityType = Shapes::StructureShape.new(name: 'MetricGranularityType')
141
- MetricGranularityTypes = Shapes::ListShape.new(name: 'MetricGranularityTypes')
142
- MetricScale = Shapes::FloatShape.new(name: 'MetricScale')
143
- Metrics = Shapes::ListShape.new(name: 'Metrics')
144
- MinAdjustmentMagnitude = Shapes::IntegerShape.new(name: 'MinAdjustmentMagnitude')
145
- MinAdjustmentStep = Shapes::IntegerShape.new(name: 'MinAdjustmentStep')
146
- MonitoringEnabled = Shapes::BooleanShape.new(name: 'MonitoringEnabled')
147
- NoDevice = Shapes::BooleanShape.new(name: 'NoDevice')
148
- NotificationConfiguration = Shapes::StructureShape.new(name: 'NotificationConfiguration')
149
- NotificationConfigurations = Shapes::ListShape.new(name: 'NotificationConfigurations')
150
- NotificationTargetResourceName = Shapes::StringShape.new(name: 'NotificationTargetResourceName')
151
- NumberOfAutoScalingGroups = Shapes::IntegerShape.new(name: 'NumberOfAutoScalingGroups')
152
- NumberOfLaunchConfigurations = Shapes::IntegerShape.new(name: 'NumberOfLaunchConfigurations')
153
- PoliciesType = Shapes::StructureShape.new(name: 'PoliciesType')
154
- PolicyARNType = Shapes::StructureShape.new(name: 'PolicyARNType')
155
- PolicyIncrement = Shapes::IntegerShape.new(name: 'PolicyIncrement')
156
- PolicyNames = Shapes::ListShape.new(name: 'PolicyNames')
157
- PolicyTypes = Shapes::ListShape.new(name: 'PolicyTypes')
158
- ProcessNames = Shapes::ListShape.new(name: 'ProcessNames')
159
- ProcessType = Shapes::StructureShape.new(name: 'ProcessType')
160
- Processes = Shapes::ListShape.new(name: 'Processes')
161
- ProcessesType = Shapes::StructureShape.new(name: 'ProcessesType')
162
- Progress = Shapes::IntegerShape.new(name: 'Progress')
163
- PropagateAtLaunch = Shapes::BooleanShape.new(name: 'PropagateAtLaunch')
164
- ProtectedFromScaleIn = Shapes::BooleanShape.new(name: 'ProtectedFromScaleIn')
165
- PutLifecycleHookAnswer = Shapes::StructureShape.new(name: 'PutLifecycleHookAnswer')
166
- PutLifecycleHookType = Shapes::StructureShape.new(name: 'PutLifecycleHookType')
167
- PutNotificationConfigurationType = Shapes::StructureShape.new(name: 'PutNotificationConfigurationType')
168
- PutScalingPolicyType = Shapes::StructureShape.new(name: 'PutScalingPolicyType')
169
- PutScheduledUpdateGroupActionType = Shapes::StructureShape.new(name: 'PutScheduledUpdateGroupActionType')
170
- RecordLifecycleActionHeartbeatAnswer = Shapes::StructureShape.new(name: 'RecordLifecycleActionHeartbeatAnswer')
171
- RecordLifecycleActionHeartbeatType = Shapes::StructureShape.new(name: 'RecordLifecycleActionHeartbeatType')
172
- ResourceContentionFault = Shapes::StructureShape.new(name: 'ResourceContentionFault')
173
- ResourceInUseFault = Shapes::StructureShape.new(name: 'ResourceInUseFault')
174
- ResourceName = Shapes::StringShape.new(name: 'ResourceName')
175
- ScalingActivityInProgressFault = Shapes::StructureShape.new(name: 'ScalingActivityInProgressFault')
176
- ScalingActivityStatusCode = Shapes::StringShape.new(name: 'ScalingActivityStatusCode')
177
- ScalingPolicies = Shapes::ListShape.new(name: 'ScalingPolicies')
178
- ScalingPolicy = Shapes::StructureShape.new(name: 'ScalingPolicy')
179
- ScalingProcessQuery = Shapes::StructureShape.new(name: 'ScalingProcessQuery')
180
- ScheduledActionNames = Shapes::ListShape.new(name: 'ScheduledActionNames')
181
- ScheduledActionsType = Shapes::StructureShape.new(name: 'ScheduledActionsType')
182
- ScheduledUpdateGroupAction = Shapes::StructureShape.new(name: 'ScheduledUpdateGroupAction')
183
- ScheduledUpdateGroupActions = Shapes::ListShape.new(name: 'ScheduledUpdateGroupActions')
184
- SecurityGroups = Shapes::ListShape.new(name: 'SecurityGroups')
185
- SetDesiredCapacityType = Shapes::StructureShape.new(name: 'SetDesiredCapacityType')
186
- SetInstanceHealthQuery = Shapes::StructureShape.new(name: 'SetInstanceHealthQuery')
187
- SetInstanceProtectionAnswer = Shapes::StructureShape.new(name: 'SetInstanceProtectionAnswer')
188
- SetInstanceProtectionQuery = Shapes::StructureShape.new(name: 'SetInstanceProtectionQuery')
189
- ShouldDecrementDesiredCapacity = Shapes::BooleanShape.new(name: 'ShouldDecrementDesiredCapacity')
190
- ShouldRespectGracePeriod = Shapes::BooleanShape.new(name: 'ShouldRespectGracePeriod')
191
- SpotPrice = Shapes::StringShape.new(name: 'SpotPrice')
192
- StepAdjustment = Shapes::StructureShape.new(name: 'StepAdjustment')
193
- StepAdjustments = Shapes::ListShape.new(name: 'StepAdjustments')
194
- SuspendedProcess = Shapes::StructureShape.new(name: 'SuspendedProcess')
195
- SuspendedProcesses = Shapes::ListShape.new(name: 'SuspendedProcesses')
196
- Tag = Shapes::StructureShape.new(name: 'Tag')
197
- TagDescription = Shapes::StructureShape.new(name: 'TagDescription')
198
- TagDescriptionList = Shapes::ListShape.new(name: 'TagDescriptionList')
199
- TagKey = Shapes::StringShape.new(name: 'TagKey')
200
- TagValue = Shapes::StringShape.new(name: 'TagValue')
201
- Tags = Shapes::ListShape.new(name: 'Tags')
202
- TagsType = Shapes::StructureShape.new(name: 'TagsType')
203
- TargetGroupARNs = Shapes::ListShape.new(name: 'TargetGroupARNs')
204
- TerminateInstanceInAutoScalingGroupType = Shapes::StructureShape.new(name: 'TerminateInstanceInAutoScalingGroupType')
205
- TerminationPolicies = Shapes::ListShape.new(name: 'TerminationPolicies')
206
- TimestampType = Shapes::TimestampShape.new(name: 'TimestampType')
207
- UpdateAutoScalingGroupType = Shapes::StructureShape.new(name: 'UpdateAutoScalingGroupType')
208
- Values = Shapes::ListShape.new(name: 'Values')
209
- XmlString = Shapes::StringShape.new(name: 'XmlString')
210
- XmlStringMaxLen1023 = Shapes::StringShape.new(name: 'XmlStringMaxLen1023')
211
- XmlStringMaxLen1600 = Shapes::StringShape.new(name: 'XmlStringMaxLen1600')
212
- XmlStringMaxLen19 = Shapes::StringShape.new(name: 'XmlStringMaxLen19')
213
- XmlStringMaxLen2047 = Shapes::StringShape.new(name: 'XmlStringMaxLen2047')
214
- XmlStringMaxLen255 = Shapes::StringShape.new(name: 'XmlStringMaxLen255')
215
- XmlStringMaxLen32 = Shapes::StringShape.new(name: 'XmlStringMaxLen32')
216
- XmlStringMaxLen511 = Shapes::StringShape.new(name: 'XmlStringMaxLen511')
217
- XmlStringMaxLen64 = Shapes::StringShape.new(name: 'XmlStringMaxLen64')
218
- XmlStringUserData = Shapes::StringShape.new(name: 'XmlStringUserData')
219
-
220
- Activities.member = Shapes::ShapeRef.new(shape: Activity)
221
-
222
- ActivitiesType.add_member(:activities, Shapes::ShapeRef.new(shape: Activities, required: true, location_name: "Activities"))
223
- ActivitiesType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
224
- ActivitiesType.struct_class = Types::ActivitiesType
225
-
226
- Activity.add_member(:activity_id, Shapes::ShapeRef.new(shape: XmlString, required: true, location_name: "ActivityId"))
227
- Activity.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
228
- Activity.add_member(:description, Shapes::ShapeRef.new(shape: XmlString, location_name: "Description"))
229
- Activity.add_member(:cause, Shapes::ShapeRef.new(shape: XmlStringMaxLen1023, required: true, location_name: "Cause"))
230
- Activity.add_member(:start_time, Shapes::ShapeRef.new(shape: TimestampType, required: true, location_name: "StartTime"))
231
- Activity.add_member(:end_time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "EndTime"))
232
- Activity.add_member(:status_code, Shapes::ShapeRef.new(shape: ScalingActivityStatusCode, required: true, location_name: "StatusCode"))
233
- Activity.add_member(:status_message, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "StatusMessage"))
234
- Activity.add_member(:progress, Shapes::ShapeRef.new(shape: Progress, location_name: "Progress"))
235
- Activity.add_member(:details, Shapes::ShapeRef.new(shape: XmlString, location_name: "Details"))
236
- Activity.struct_class = Types::Activity
237
-
238
- ActivityIds.member = Shapes::ShapeRef.new(shape: XmlString)
239
-
240
- ActivityType.add_member(:activity, Shapes::ShapeRef.new(shape: Activity, location_name: "Activity"))
241
- ActivityType.struct_class = Types::ActivityType
242
-
243
- AdjustmentType.add_member(:adjustment_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "AdjustmentType"))
244
- AdjustmentType.struct_class = Types::AdjustmentType
245
-
246
- AdjustmentTypes.member = Shapes::ShapeRef.new(shape: AdjustmentType)
247
-
248
- Alarm.add_member(:alarm_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "AlarmName"))
249
- Alarm.add_member(:alarm_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "AlarmARN"))
250
- Alarm.struct_class = Types::Alarm
251
-
252
- Alarms.member = Shapes::ShapeRef.new(shape: Alarm)
253
-
254
- AttachInstancesQuery.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIds, location_name: "InstanceIds"))
255
- AttachInstancesQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
256
- AttachInstancesQuery.struct_class = Types::AttachInstancesQuery
257
-
258
- AttachLoadBalancerTargetGroupsResultType.struct_class = Types::AttachLoadBalancerTargetGroupsResultType
259
-
260
- AttachLoadBalancerTargetGroupsType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
261
- AttachLoadBalancerTargetGroupsType.add_member(:target_group_arns, Shapes::ShapeRef.new(shape: TargetGroupARNs, required: true, location_name: "TargetGroupARNs"))
262
- AttachLoadBalancerTargetGroupsType.struct_class = Types::AttachLoadBalancerTargetGroupsType
263
-
264
- AttachLoadBalancersResultType.struct_class = Types::AttachLoadBalancersResultType
265
-
266
- AttachLoadBalancersType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
267
- AttachLoadBalancersType.add_member(:load_balancer_names, Shapes::ShapeRef.new(shape: LoadBalancerNames, required: true, location_name: "LoadBalancerNames"))
268
- AttachLoadBalancersType.struct_class = Types::AttachLoadBalancersType
269
-
270
- AutoScalingGroup.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
271
- AutoScalingGroup.add_member(:auto_scaling_group_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "AutoScalingGroupARN"))
272
- AutoScalingGroup.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "LaunchConfigurationName"))
273
- AutoScalingGroup.add_member(:min_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMinSize, required: true, location_name: "MinSize"))
274
- AutoScalingGroup.add_member(:max_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMaxSize, required: true, location_name: "MaxSize"))
275
- AutoScalingGroup.add_member(:desired_capacity, Shapes::ShapeRef.new(shape: AutoScalingGroupDesiredCapacity, required: true, location_name: "DesiredCapacity"))
276
- AutoScalingGroup.add_member(:default_cooldown, Shapes::ShapeRef.new(shape: Cooldown, required: true, location_name: "DefaultCooldown"))
277
- AutoScalingGroup.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, required: true, location_name: "AvailabilityZones"))
278
- AutoScalingGroup.add_member(:load_balancer_names, Shapes::ShapeRef.new(shape: LoadBalancerNames, location_name: "LoadBalancerNames"))
279
- AutoScalingGroup.add_member(:target_group_arns, Shapes::ShapeRef.new(shape: TargetGroupARNs, location_name: "TargetGroupARNs"))
280
- AutoScalingGroup.add_member(:health_check_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen32, required: true, location_name: "HealthCheckType"))
281
- AutoScalingGroup.add_member(:health_check_grace_period, Shapes::ShapeRef.new(shape: HealthCheckGracePeriod, location_name: "HealthCheckGracePeriod"))
282
- AutoScalingGroup.add_member(:instances, Shapes::ShapeRef.new(shape: Instances, location_name: "Instances"))
283
- AutoScalingGroup.add_member(:created_time, Shapes::ShapeRef.new(shape: TimestampType, required: true, location_name: "CreatedTime"))
284
- AutoScalingGroup.add_member(:suspended_processes, Shapes::ShapeRef.new(shape: SuspendedProcesses, location_name: "SuspendedProcesses"))
285
- AutoScalingGroup.add_member(:placement_group, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "PlacementGroup"))
286
- AutoScalingGroup.add_member(:vpc_zone_identifier, Shapes::ShapeRef.new(shape: XmlStringMaxLen2047, location_name: "VPCZoneIdentifier"))
287
- AutoScalingGroup.add_member(:enabled_metrics, Shapes::ShapeRef.new(shape: EnabledMetrics, location_name: "EnabledMetrics"))
288
- AutoScalingGroup.add_member(:status, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "Status"))
289
- AutoScalingGroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagDescriptionList, location_name: "Tags"))
290
- AutoScalingGroup.add_member(:termination_policies, Shapes::ShapeRef.new(shape: TerminationPolicies, location_name: "TerminationPolicies"))
291
- AutoScalingGroup.add_member(:new_instances_protected_from_scale_in, Shapes::ShapeRef.new(shape: InstanceProtected, location_name: "NewInstancesProtectedFromScaleIn"))
292
- AutoScalingGroup.struct_class = Types::AutoScalingGroup
293
-
294
- AutoScalingGroupNames.member = Shapes::ShapeRef.new(shape: ResourceName)
295
-
296
- AutoScalingGroupNamesType.add_member(:auto_scaling_group_names, Shapes::ShapeRef.new(shape: AutoScalingGroupNames, location_name: "AutoScalingGroupNames"))
297
- AutoScalingGroupNamesType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
298
- AutoScalingGroupNamesType.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
299
- AutoScalingGroupNamesType.struct_class = Types::AutoScalingGroupNamesType
300
-
301
- AutoScalingGroups.member = Shapes::ShapeRef.new(shape: AutoScalingGroup)
302
-
303
- AutoScalingGroupsType.add_member(:auto_scaling_groups, Shapes::ShapeRef.new(shape: AutoScalingGroups, required: true, location_name: "AutoScalingGroups"))
304
- AutoScalingGroupsType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
305
- AutoScalingGroupsType.struct_class = Types::AutoScalingGroupsType
306
-
307
- AutoScalingInstanceDetails.add_member(:instance_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen19, required: true, location_name: "InstanceId"))
308
- AutoScalingInstanceDetails.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
309
- AutoScalingInstanceDetails.add_member(:availability_zone, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AvailabilityZone"))
310
- AutoScalingInstanceDetails.add_member(:lifecycle_state, Shapes::ShapeRef.new(shape: XmlStringMaxLen32, required: true, location_name: "LifecycleState"))
311
- AutoScalingInstanceDetails.add_member(:health_status, Shapes::ShapeRef.new(shape: XmlStringMaxLen32, required: true, location_name: "HealthStatus"))
312
- AutoScalingInstanceDetails.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "LaunchConfigurationName"))
313
- AutoScalingInstanceDetails.add_member(:protected_from_scale_in, Shapes::ShapeRef.new(shape: InstanceProtected, required: true, location_name: "ProtectedFromScaleIn"))
314
- AutoScalingInstanceDetails.struct_class = Types::AutoScalingInstanceDetails
315
-
316
- AutoScalingInstances.member = Shapes::ShapeRef.new(shape: AutoScalingInstanceDetails)
317
-
318
- AutoScalingInstancesType.add_member(:auto_scaling_instances, Shapes::ShapeRef.new(shape: AutoScalingInstances, location_name: "AutoScalingInstances"))
319
- AutoScalingInstancesType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
320
- AutoScalingInstancesType.struct_class = Types::AutoScalingInstancesType
321
-
322
- AutoScalingNotificationTypes.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
323
-
324
- AvailabilityZones.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
325
-
326
- BlockDeviceMapping.add_member(:virtual_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "VirtualName"))
327
- BlockDeviceMapping.add_member(:device_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "DeviceName"))
328
- BlockDeviceMapping.add_member(:ebs, Shapes::ShapeRef.new(shape: Ebs, location_name: "Ebs"))
329
- BlockDeviceMapping.add_member(:no_device, Shapes::ShapeRef.new(shape: NoDevice, location_name: "NoDevice"))
330
- BlockDeviceMapping.struct_class = Types::BlockDeviceMapping
331
-
332
- BlockDeviceMappings.member = Shapes::ShapeRef.new(shape: BlockDeviceMapping)
333
-
334
- ClassicLinkVPCSecurityGroups.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
335
-
336
- CompleteLifecycleActionAnswer.struct_class = Types::CompleteLifecycleActionAnswer
337
-
338
- CompleteLifecycleActionType.add_member(:lifecycle_hook_name, Shapes::ShapeRef.new(shape: AsciiStringMaxLen255, required: true, location_name: "LifecycleHookName"))
339
- CompleteLifecycleActionType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
340
- CompleteLifecycleActionType.add_member(:lifecycle_action_token, Shapes::ShapeRef.new(shape: LifecycleActionToken, location_name: "LifecycleActionToken"))
341
- CompleteLifecycleActionType.add_member(:lifecycle_action_result, Shapes::ShapeRef.new(shape: LifecycleActionResult, required: true, location_name: "LifecycleActionResult"))
342
- CompleteLifecycleActionType.add_member(:instance_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen19, location_name: "InstanceId"))
343
- CompleteLifecycleActionType.struct_class = Types::CompleteLifecycleActionType
344
-
345
- CreateAutoScalingGroupType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
346
- CreateAutoScalingGroupType.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "LaunchConfigurationName"))
347
- CreateAutoScalingGroupType.add_member(:instance_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen19, location_name: "InstanceId"))
348
- CreateAutoScalingGroupType.add_member(:min_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMinSize, required: true, location_name: "MinSize"))
349
- CreateAutoScalingGroupType.add_member(:max_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMaxSize, required: true, location_name: "MaxSize"))
350
- CreateAutoScalingGroupType.add_member(:desired_capacity, Shapes::ShapeRef.new(shape: AutoScalingGroupDesiredCapacity, location_name: "DesiredCapacity"))
351
- CreateAutoScalingGroupType.add_member(:default_cooldown, Shapes::ShapeRef.new(shape: Cooldown, location_name: "DefaultCooldown"))
352
- CreateAutoScalingGroupType.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
353
- CreateAutoScalingGroupType.add_member(:load_balancer_names, Shapes::ShapeRef.new(shape: LoadBalancerNames, location_name: "LoadBalancerNames"))
354
- CreateAutoScalingGroupType.add_member(:target_group_arns, Shapes::ShapeRef.new(shape: TargetGroupARNs, location_name: "TargetGroupARNs"))
355
- CreateAutoScalingGroupType.add_member(:health_check_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen32, location_name: "HealthCheckType"))
356
- CreateAutoScalingGroupType.add_member(:health_check_grace_period, Shapes::ShapeRef.new(shape: HealthCheckGracePeriod, location_name: "HealthCheckGracePeriod"))
357
- CreateAutoScalingGroupType.add_member(:placement_group, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "PlacementGroup"))
358
- CreateAutoScalingGroupType.add_member(:vpc_zone_identifier, Shapes::ShapeRef.new(shape: XmlStringMaxLen2047, location_name: "VPCZoneIdentifier"))
359
- CreateAutoScalingGroupType.add_member(:termination_policies, Shapes::ShapeRef.new(shape: TerminationPolicies, location_name: "TerminationPolicies"))
360
- CreateAutoScalingGroupType.add_member(:new_instances_protected_from_scale_in, Shapes::ShapeRef.new(shape: InstanceProtected, location_name: "NewInstancesProtectedFromScaleIn"))
361
- CreateAutoScalingGroupType.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
362
- CreateAutoScalingGroupType.struct_class = Types::CreateAutoScalingGroupType
363
-
364
- CreateLaunchConfigurationType.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "LaunchConfigurationName"))
365
- CreateLaunchConfigurationType.add_member(:image_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "ImageId"))
366
- CreateLaunchConfigurationType.add_member(:key_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "KeyName"))
367
- CreateLaunchConfigurationType.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "SecurityGroups"))
368
- CreateLaunchConfigurationType.add_member(:classic_link_vpc_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "ClassicLinkVPCId"))
369
- CreateLaunchConfigurationType.add_member(:classic_link_vpc_security_groups, Shapes::ShapeRef.new(shape: ClassicLinkVPCSecurityGroups, location_name: "ClassicLinkVPCSecurityGroups"))
370
- CreateLaunchConfigurationType.add_member(:user_data, Shapes::ShapeRef.new(shape: XmlStringUserData, location_name: "UserData"))
371
- CreateLaunchConfigurationType.add_member(:instance_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen19, location_name: "InstanceId"))
372
- CreateLaunchConfigurationType.add_member(:instance_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "InstanceType"))
373
- CreateLaunchConfigurationType.add_member(:kernel_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "KernelId"))
374
- CreateLaunchConfigurationType.add_member(:ramdisk_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "RamdiskId"))
375
- CreateLaunchConfigurationType.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: BlockDeviceMappings, location_name: "BlockDeviceMappings"))
376
- CreateLaunchConfigurationType.add_member(:instance_monitoring, Shapes::ShapeRef.new(shape: InstanceMonitoring, location_name: "InstanceMonitoring"))
377
- CreateLaunchConfigurationType.add_member(:spot_price, Shapes::ShapeRef.new(shape: SpotPrice, location_name: "SpotPrice"))
378
- CreateLaunchConfigurationType.add_member(:iam_instance_profile, Shapes::ShapeRef.new(shape: XmlStringMaxLen1600, location_name: "IamInstanceProfile"))
379
- CreateLaunchConfigurationType.add_member(:ebs_optimized, Shapes::ShapeRef.new(shape: EbsOptimized, location_name: "EbsOptimized"))
380
- CreateLaunchConfigurationType.add_member(:associate_public_ip_address, Shapes::ShapeRef.new(shape: AssociatePublicIpAddress, location_name: "AssociatePublicIpAddress"))
381
- CreateLaunchConfigurationType.add_member(:placement_tenancy, Shapes::ShapeRef.new(shape: XmlStringMaxLen64, location_name: "PlacementTenancy"))
382
- CreateLaunchConfigurationType.struct_class = Types::CreateLaunchConfigurationType
383
-
384
- CreateOrUpdateTagsType.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags"))
385
- CreateOrUpdateTagsType.struct_class = Types::CreateOrUpdateTagsType
386
-
387
- DeleteAutoScalingGroupType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
388
- DeleteAutoScalingGroupType.add_member(:force_delete, Shapes::ShapeRef.new(shape: ForceDelete, location_name: "ForceDelete"))
389
- DeleteAutoScalingGroupType.struct_class = Types::DeleteAutoScalingGroupType
390
-
391
- DeleteLifecycleHookAnswer.struct_class = Types::DeleteLifecycleHookAnswer
392
-
393
- DeleteLifecycleHookType.add_member(:lifecycle_hook_name, Shapes::ShapeRef.new(shape: AsciiStringMaxLen255, required: true, location_name: "LifecycleHookName"))
394
- DeleteLifecycleHookType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
395
- DeleteLifecycleHookType.struct_class = Types::DeleteLifecycleHookType
396
-
397
- DeleteNotificationConfigurationType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
398
- DeleteNotificationConfigurationType.add_member(:topic_arn, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "TopicARN"))
399
- DeleteNotificationConfigurationType.struct_class = Types::DeleteNotificationConfigurationType
400
-
401
- DeletePolicyType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "AutoScalingGroupName"))
402
- DeletePolicyType.add_member(:policy_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "PolicyName"))
403
- DeletePolicyType.struct_class = Types::DeletePolicyType
404
-
405
- DeleteScheduledActionType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
406
- DeleteScheduledActionType.add_member(:scheduled_action_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ScheduledActionName"))
407
- DeleteScheduledActionType.struct_class = Types::DeleteScheduledActionType
408
-
409
- DeleteTagsType.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags"))
410
- DeleteTagsType.struct_class = Types::DeleteTagsType
411
-
412
- DescribeAccountLimitsAnswer.add_member(:max_number_of_auto_scaling_groups, Shapes::ShapeRef.new(shape: MaxNumberOfAutoScalingGroups, location_name: "MaxNumberOfAutoScalingGroups"))
413
- DescribeAccountLimitsAnswer.add_member(:max_number_of_launch_configurations, Shapes::ShapeRef.new(shape: MaxNumberOfLaunchConfigurations, location_name: "MaxNumberOfLaunchConfigurations"))
414
- DescribeAccountLimitsAnswer.add_member(:number_of_auto_scaling_groups, Shapes::ShapeRef.new(shape: NumberOfAutoScalingGroups, location_name: "NumberOfAutoScalingGroups"))
415
- DescribeAccountLimitsAnswer.add_member(:number_of_launch_configurations, Shapes::ShapeRef.new(shape: NumberOfLaunchConfigurations, location_name: "NumberOfLaunchConfigurations"))
416
- DescribeAccountLimitsAnswer.struct_class = Types::DescribeAccountLimitsAnswer
417
-
418
- DescribeAdjustmentTypesAnswer.add_member(:adjustment_types, Shapes::ShapeRef.new(shape: AdjustmentTypes, location_name: "AdjustmentTypes"))
419
- DescribeAdjustmentTypesAnswer.struct_class = Types::DescribeAdjustmentTypesAnswer
420
-
421
- DescribeAutoScalingInstancesType.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIds, location_name: "InstanceIds"))
422
- DescribeAutoScalingInstancesType.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
423
- DescribeAutoScalingInstancesType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
424
- DescribeAutoScalingInstancesType.struct_class = Types::DescribeAutoScalingInstancesType
425
-
426
- DescribeAutoScalingNotificationTypesAnswer.add_member(:auto_scaling_notification_types, Shapes::ShapeRef.new(shape: AutoScalingNotificationTypes, location_name: "AutoScalingNotificationTypes"))
427
- DescribeAutoScalingNotificationTypesAnswer.struct_class = Types::DescribeAutoScalingNotificationTypesAnswer
428
-
429
- DescribeLifecycleHookTypesAnswer.add_member(:lifecycle_hook_types, Shapes::ShapeRef.new(shape: AutoScalingNotificationTypes, location_name: "LifecycleHookTypes"))
430
- DescribeLifecycleHookTypesAnswer.struct_class = Types::DescribeLifecycleHookTypesAnswer
431
-
432
- DescribeLifecycleHooksAnswer.add_member(:lifecycle_hooks, Shapes::ShapeRef.new(shape: LifecycleHooks, location_name: "LifecycleHooks"))
433
- DescribeLifecycleHooksAnswer.struct_class = Types::DescribeLifecycleHooksAnswer
434
-
435
- DescribeLifecycleHooksType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
436
- DescribeLifecycleHooksType.add_member(:lifecycle_hook_names, Shapes::ShapeRef.new(shape: LifecycleHookNames, location_name: "LifecycleHookNames"))
437
- DescribeLifecycleHooksType.struct_class = Types::DescribeLifecycleHooksType
438
-
439
- DescribeLoadBalancerTargetGroupsRequest.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
440
- DescribeLoadBalancerTargetGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
441
- DescribeLoadBalancerTargetGroupsRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
442
- DescribeLoadBalancerTargetGroupsRequest.struct_class = Types::DescribeLoadBalancerTargetGroupsRequest
443
-
444
- DescribeLoadBalancerTargetGroupsResponse.add_member(:load_balancer_target_groups, Shapes::ShapeRef.new(shape: LoadBalancerTargetGroupStates, location_name: "LoadBalancerTargetGroups"))
445
- DescribeLoadBalancerTargetGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
446
- DescribeLoadBalancerTargetGroupsResponse.struct_class = Types::DescribeLoadBalancerTargetGroupsResponse
447
-
448
- DescribeLoadBalancersRequest.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
449
- DescribeLoadBalancersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
450
- DescribeLoadBalancersRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
451
- DescribeLoadBalancersRequest.struct_class = Types::DescribeLoadBalancersRequest
452
-
453
- DescribeLoadBalancersResponse.add_member(:load_balancers, Shapes::ShapeRef.new(shape: LoadBalancerStates, location_name: "LoadBalancers"))
454
- DescribeLoadBalancersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
455
- DescribeLoadBalancersResponse.struct_class = Types::DescribeLoadBalancersResponse
456
-
457
- DescribeMetricCollectionTypesAnswer.add_member(:metrics, Shapes::ShapeRef.new(shape: MetricCollectionTypes, location_name: "Metrics"))
458
- DescribeMetricCollectionTypesAnswer.add_member(:granularities, Shapes::ShapeRef.new(shape: MetricGranularityTypes, location_name: "Granularities"))
459
- DescribeMetricCollectionTypesAnswer.struct_class = Types::DescribeMetricCollectionTypesAnswer
460
-
461
- DescribeNotificationConfigurationsAnswer.add_member(:notification_configurations, Shapes::ShapeRef.new(shape: NotificationConfigurations, required: true, location_name: "NotificationConfigurations"))
462
- DescribeNotificationConfigurationsAnswer.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
463
- DescribeNotificationConfigurationsAnswer.struct_class = Types::DescribeNotificationConfigurationsAnswer
464
-
465
- DescribeNotificationConfigurationsType.add_member(:auto_scaling_group_names, Shapes::ShapeRef.new(shape: AutoScalingGroupNames, location_name: "AutoScalingGroupNames"))
466
- DescribeNotificationConfigurationsType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
467
- DescribeNotificationConfigurationsType.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
468
- DescribeNotificationConfigurationsType.struct_class = Types::DescribeNotificationConfigurationsType
469
-
470
- DescribePoliciesType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "AutoScalingGroupName"))
471
- DescribePoliciesType.add_member(:policy_names, Shapes::ShapeRef.new(shape: PolicyNames, location_name: "PolicyNames"))
472
- DescribePoliciesType.add_member(:policy_types, Shapes::ShapeRef.new(shape: PolicyTypes, location_name: "PolicyTypes"))
473
- DescribePoliciesType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
474
- DescribePoliciesType.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
475
- DescribePoliciesType.struct_class = Types::DescribePoliciesType
476
-
477
- DescribeScalingActivitiesType.add_member(:activity_ids, Shapes::ShapeRef.new(shape: ActivityIds, location_name: "ActivityIds"))
478
- DescribeScalingActivitiesType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "AutoScalingGroupName"))
479
- DescribeScalingActivitiesType.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
480
- DescribeScalingActivitiesType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
481
- DescribeScalingActivitiesType.struct_class = Types::DescribeScalingActivitiesType
482
-
483
- DescribeScheduledActionsType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "AutoScalingGroupName"))
484
- DescribeScheduledActionsType.add_member(:scheduled_action_names, Shapes::ShapeRef.new(shape: ScheduledActionNames, location_name: "ScheduledActionNames"))
485
- DescribeScheduledActionsType.add_member(:start_time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "StartTime"))
486
- DescribeScheduledActionsType.add_member(:end_time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "EndTime"))
487
- DescribeScheduledActionsType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
488
- DescribeScheduledActionsType.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
489
- DescribeScheduledActionsType.struct_class = Types::DescribeScheduledActionsType
490
-
491
- DescribeTagsType.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
492
- DescribeTagsType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
493
- DescribeTagsType.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
494
- DescribeTagsType.struct_class = Types::DescribeTagsType
495
-
496
- DescribeTerminationPolicyTypesAnswer.add_member(:termination_policy_types, Shapes::ShapeRef.new(shape: TerminationPolicies, location_name: "TerminationPolicyTypes"))
497
- DescribeTerminationPolicyTypesAnswer.struct_class = Types::DescribeTerminationPolicyTypesAnswer
498
-
499
- DetachInstancesAnswer.add_member(:activities, Shapes::ShapeRef.new(shape: Activities, location_name: "Activities"))
500
- DetachInstancesAnswer.struct_class = Types::DetachInstancesAnswer
501
-
502
- DetachInstancesQuery.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIds, location_name: "InstanceIds"))
503
- DetachInstancesQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
504
- DetachInstancesQuery.add_member(:should_decrement_desired_capacity, Shapes::ShapeRef.new(shape: ShouldDecrementDesiredCapacity, required: true, location_name: "ShouldDecrementDesiredCapacity"))
505
- DetachInstancesQuery.struct_class = Types::DetachInstancesQuery
506
-
507
- DetachLoadBalancerTargetGroupsResultType.struct_class = Types::DetachLoadBalancerTargetGroupsResultType
508
-
509
- DetachLoadBalancerTargetGroupsType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
510
- DetachLoadBalancerTargetGroupsType.add_member(:target_group_arns, Shapes::ShapeRef.new(shape: TargetGroupARNs, required: true, location_name: "TargetGroupARNs"))
511
- DetachLoadBalancerTargetGroupsType.struct_class = Types::DetachLoadBalancerTargetGroupsType
512
-
513
- DetachLoadBalancersResultType.struct_class = Types::DetachLoadBalancersResultType
514
-
515
- DetachLoadBalancersType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
516
- DetachLoadBalancersType.add_member(:load_balancer_names, Shapes::ShapeRef.new(shape: LoadBalancerNames, required: true, location_name: "LoadBalancerNames"))
517
- DetachLoadBalancersType.struct_class = Types::DetachLoadBalancersType
518
-
519
- DisableMetricsCollectionQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
520
- DisableMetricsCollectionQuery.add_member(:metrics, Shapes::ShapeRef.new(shape: Metrics, location_name: "Metrics"))
521
- DisableMetricsCollectionQuery.struct_class = Types::DisableMetricsCollectionQuery
522
-
523
- Ebs.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "SnapshotId"))
524
- Ebs.add_member(:volume_size, Shapes::ShapeRef.new(shape: BlockDeviceEbsVolumeSize, location_name: "VolumeSize"))
525
- Ebs.add_member(:volume_type, Shapes::ShapeRef.new(shape: BlockDeviceEbsVolumeType, location_name: "VolumeType"))
526
- Ebs.add_member(:delete_on_termination, Shapes::ShapeRef.new(shape: BlockDeviceEbsDeleteOnTermination, location_name: "DeleteOnTermination"))
527
- Ebs.add_member(:iops, Shapes::ShapeRef.new(shape: BlockDeviceEbsIops, location_name: "Iops"))
528
- Ebs.add_member(:encrypted, Shapes::ShapeRef.new(shape: BlockDeviceEbsEncrypted, location_name: "Encrypted"))
529
- Ebs.struct_class = Types::Ebs
530
-
531
- EnableMetricsCollectionQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
532
- EnableMetricsCollectionQuery.add_member(:metrics, Shapes::ShapeRef.new(shape: Metrics, location_name: "Metrics"))
533
- EnableMetricsCollectionQuery.add_member(:granularity, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "Granularity"))
534
- EnableMetricsCollectionQuery.struct_class = Types::EnableMetricsCollectionQuery
535
-
536
- EnabledMetric.add_member(:metric, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "Metric"))
537
- EnabledMetric.add_member(:granularity, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "Granularity"))
538
- EnabledMetric.struct_class = Types::EnabledMetric
539
-
540
- EnabledMetrics.member = Shapes::ShapeRef.new(shape: EnabledMetric)
541
-
542
- EnterStandbyAnswer.add_member(:activities, Shapes::ShapeRef.new(shape: Activities, location_name: "Activities"))
543
- EnterStandbyAnswer.struct_class = Types::EnterStandbyAnswer
544
-
545
- EnterStandbyQuery.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIds, location_name: "InstanceIds"))
546
- EnterStandbyQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
547
- EnterStandbyQuery.add_member(:should_decrement_desired_capacity, Shapes::ShapeRef.new(shape: ShouldDecrementDesiredCapacity, required: true, location_name: "ShouldDecrementDesiredCapacity"))
548
- EnterStandbyQuery.struct_class = Types::EnterStandbyQuery
549
-
550
- ExecutePolicyType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "AutoScalingGroupName"))
551
- ExecutePolicyType.add_member(:policy_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "PolicyName"))
552
- ExecutePolicyType.add_member(:honor_cooldown, Shapes::ShapeRef.new(shape: HonorCooldown, location_name: "HonorCooldown"))
553
- ExecutePolicyType.add_member(:metric_value, Shapes::ShapeRef.new(shape: MetricScale, location_name: "MetricValue"))
554
- ExecutePolicyType.add_member(:breach_threshold, Shapes::ShapeRef.new(shape: MetricScale, location_name: "BreachThreshold"))
555
- ExecutePolicyType.struct_class = Types::ExecutePolicyType
556
-
557
- ExitStandbyAnswer.add_member(:activities, Shapes::ShapeRef.new(shape: Activities, location_name: "Activities"))
558
- ExitStandbyAnswer.struct_class = Types::ExitStandbyAnswer
559
-
560
- ExitStandbyQuery.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIds, location_name: "InstanceIds"))
561
- ExitStandbyQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
562
- ExitStandbyQuery.struct_class = Types::ExitStandbyQuery
563
-
564
- Filter.add_member(:name, Shapes::ShapeRef.new(shape: XmlString, location_name: "Name"))
565
- Filter.add_member(:values, Shapes::ShapeRef.new(shape: Values, location_name: "Values"))
566
- Filter.struct_class = Types::Filter
567
-
568
- Filters.member = Shapes::ShapeRef.new(shape: Filter)
569
-
570
- Instance.add_member(:instance_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen19, required: true, location_name: "InstanceId"))
571
- Instance.add_member(:availability_zone, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AvailabilityZone"))
572
- Instance.add_member(:lifecycle_state, Shapes::ShapeRef.new(shape: LifecycleState, required: true, location_name: "LifecycleState"))
573
- Instance.add_member(:health_status, Shapes::ShapeRef.new(shape: XmlStringMaxLen32, required: true, location_name: "HealthStatus"))
574
- Instance.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "LaunchConfigurationName"))
575
- Instance.add_member(:protected_from_scale_in, Shapes::ShapeRef.new(shape: InstanceProtected, required: true, location_name: "ProtectedFromScaleIn"))
576
- Instance.struct_class = Types::Instance
577
-
578
- InstanceIds.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen19)
8
+ module Aws::AutoScaling
9
+ # @api private
10
+ module ClientApi
11
+
12
+ include Seahorse::Model
13
+
14
+ Activities = Shapes::ListShape.new(name: 'Activities')
15
+ ActivitiesType = Shapes::StructureShape.new(name: 'ActivitiesType')
16
+ Activity = Shapes::StructureShape.new(name: 'Activity')
17
+ ActivityIds = Shapes::ListShape.new(name: 'ActivityIds')
18
+ ActivityType = Shapes::StructureShape.new(name: 'ActivityType')
19
+ AdjustmentType = Shapes::StructureShape.new(name: 'AdjustmentType')
20
+ AdjustmentTypes = Shapes::ListShape.new(name: 'AdjustmentTypes')
21
+ Alarm = Shapes::StructureShape.new(name: 'Alarm')
22
+ Alarms = Shapes::ListShape.new(name: 'Alarms')
23
+ AlreadyExistsFault = Shapes::StructureShape.new(name: 'AlreadyExistsFault')
24
+ AsciiStringMaxLen255 = Shapes::StringShape.new(name: 'AsciiStringMaxLen255')
25
+ AssociatePublicIpAddress = Shapes::BooleanShape.new(name: 'AssociatePublicIpAddress')
26
+ AttachInstancesQuery = Shapes::StructureShape.new(name: 'AttachInstancesQuery')
27
+ AttachLoadBalancerTargetGroupsResultType = Shapes::StructureShape.new(name: 'AttachLoadBalancerTargetGroupsResultType')
28
+ AttachLoadBalancerTargetGroupsType = Shapes::StructureShape.new(name: 'AttachLoadBalancerTargetGroupsType')
29
+ AttachLoadBalancersResultType = Shapes::StructureShape.new(name: 'AttachLoadBalancersResultType')
30
+ AttachLoadBalancersType = Shapes::StructureShape.new(name: 'AttachLoadBalancersType')
31
+ AutoScalingGroup = Shapes::StructureShape.new(name: 'AutoScalingGroup')
32
+ AutoScalingGroupDesiredCapacity = Shapes::IntegerShape.new(name: 'AutoScalingGroupDesiredCapacity')
33
+ AutoScalingGroupMaxSize = Shapes::IntegerShape.new(name: 'AutoScalingGroupMaxSize')
34
+ AutoScalingGroupMinSize = Shapes::IntegerShape.new(name: 'AutoScalingGroupMinSize')
35
+ AutoScalingGroupNames = Shapes::ListShape.new(name: 'AutoScalingGroupNames')
36
+ AutoScalingGroupNamesType = Shapes::StructureShape.new(name: 'AutoScalingGroupNamesType')
37
+ AutoScalingGroups = Shapes::ListShape.new(name: 'AutoScalingGroups')
38
+ AutoScalingGroupsType = Shapes::StructureShape.new(name: 'AutoScalingGroupsType')
39
+ AutoScalingInstanceDetails = Shapes::StructureShape.new(name: 'AutoScalingInstanceDetails')
40
+ AutoScalingInstances = Shapes::ListShape.new(name: 'AutoScalingInstances')
41
+ AutoScalingInstancesType = Shapes::StructureShape.new(name: 'AutoScalingInstancesType')
42
+ AutoScalingNotificationTypes = Shapes::ListShape.new(name: 'AutoScalingNotificationTypes')
43
+ AvailabilityZones = Shapes::ListShape.new(name: 'AvailabilityZones')
44
+ BlockDeviceEbsDeleteOnTermination = Shapes::BooleanShape.new(name: 'BlockDeviceEbsDeleteOnTermination')
45
+ BlockDeviceEbsEncrypted = Shapes::BooleanShape.new(name: 'BlockDeviceEbsEncrypted')
46
+ BlockDeviceEbsIops = Shapes::IntegerShape.new(name: 'BlockDeviceEbsIops')
47
+ BlockDeviceEbsVolumeSize = Shapes::IntegerShape.new(name: 'BlockDeviceEbsVolumeSize')
48
+ BlockDeviceEbsVolumeType = Shapes::StringShape.new(name: 'BlockDeviceEbsVolumeType')
49
+ BlockDeviceMapping = Shapes::StructureShape.new(name: 'BlockDeviceMapping')
50
+ BlockDeviceMappings = Shapes::ListShape.new(name: 'BlockDeviceMappings')
51
+ ClassicLinkVPCSecurityGroups = Shapes::ListShape.new(name: 'ClassicLinkVPCSecurityGroups')
52
+ CompleteLifecycleActionAnswer = Shapes::StructureShape.new(name: 'CompleteLifecycleActionAnswer')
53
+ CompleteLifecycleActionType = Shapes::StructureShape.new(name: 'CompleteLifecycleActionType')
54
+ Cooldown = Shapes::IntegerShape.new(name: 'Cooldown')
55
+ CreateAutoScalingGroupType = Shapes::StructureShape.new(name: 'CreateAutoScalingGroupType')
56
+ CreateLaunchConfigurationType = Shapes::StructureShape.new(name: 'CreateLaunchConfigurationType')
57
+ CreateOrUpdateTagsType = Shapes::StructureShape.new(name: 'CreateOrUpdateTagsType')
58
+ DeleteAutoScalingGroupType = Shapes::StructureShape.new(name: 'DeleteAutoScalingGroupType')
59
+ DeleteLifecycleHookAnswer = Shapes::StructureShape.new(name: 'DeleteLifecycleHookAnswer')
60
+ DeleteLifecycleHookType = Shapes::StructureShape.new(name: 'DeleteLifecycleHookType')
61
+ DeleteNotificationConfigurationType = Shapes::StructureShape.new(name: 'DeleteNotificationConfigurationType')
62
+ DeletePolicyType = Shapes::StructureShape.new(name: 'DeletePolicyType')
63
+ DeleteScheduledActionType = Shapes::StructureShape.new(name: 'DeleteScheduledActionType')
64
+ DeleteTagsType = Shapes::StructureShape.new(name: 'DeleteTagsType')
65
+ DescribeAccountLimitsAnswer = Shapes::StructureShape.new(name: 'DescribeAccountLimitsAnswer')
66
+ DescribeAdjustmentTypesAnswer = Shapes::StructureShape.new(name: 'DescribeAdjustmentTypesAnswer')
67
+ DescribeAutoScalingInstancesType = Shapes::StructureShape.new(name: 'DescribeAutoScalingInstancesType')
68
+ DescribeAutoScalingNotificationTypesAnswer = Shapes::StructureShape.new(name: 'DescribeAutoScalingNotificationTypesAnswer')
69
+ DescribeLifecycleHookTypesAnswer = Shapes::StructureShape.new(name: 'DescribeLifecycleHookTypesAnswer')
70
+ DescribeLifecycleHooksAnswer = Shapes::StructureShape.new(name: 'DescribeLifecycleHooksAnswer')
71
+ DescribeLifecycleHooksType = Shapes::StructureShape.new(name: 'DescribeLifecycleHooksType')
72
+ DescribeLoadBalancerTargetGroupsRequest = Shapes::StructureShape.new(name: 'DescribeLoadBalancerTargetGroupsRequest')
73
+ DescribeLoadBalancerTargetGroupsResponse = Shapes::StructureShape.new(name: 'DescribeLoadBalancerTargetGroupsResponse')
74
+ DescribeLoadBalancersRequest = Shapes::StructureShape.new(name: 'DescribeLoadBalancersRequest')
75
+ DescribeLoadBalancersResponse = Shapes::StructureShape.new(name: 'DescribeLoadBalancersResponse')
76
+ DescribeMetricCollectionTypesAnswer = Shapes::StructureShape.new(name: 'DescribeMetricCollectionTypesAnswer')
77
+ DescribeNotificationConfigurationsAnswer = Shapes::StructureShape.new(name: 'DescribeNotificationConfigurationsAnswer')
78
+ DescribeNotificationConfigurationsType = Shapes::StructureShape.new(name: 'DescribeNotificationConfigurationsType')
79
+ DescribePoliciesType = Shapes::StructureShape.new(name: 'DescribePoliciesType')
80
+ DescribeScalingActivitiesType = Shapes::StructureShape.new(name: 'DescribeScalingActivitiesType')
81
+ DescribeScheduledActionsType = Shapes::StructureShape.new(name: 'DescribeScheduledActionsType')
82
+ DescribeTagsType = Shapes::StructureShape.new(name: 'DescribeTagsType')
83
+ DescribeTerminationPolicyTypesAnswer = Shapes::StructureShape.new(name: 'DescribeTerminationPolicyTypesAnswer')
84
+ DetachInstancesAnswer = Shapes::StructureShape.new(name: 'DetachInstancesAnswer')
85
+ DetachInstancesQuery = Shapes::StructureShape.new(name: 'DetachInstancesQuery')
86
+ DetachLoadBalancerTargetGroupsResultType = Shapes::StructureShape.new(name: 'DetachLoadBalancerTargetGroupsResultType')
87
+ DetachLoadBalancerTargetGroupsType = Shapes::StructureShape.new(name: 'DetachLoadBalancerTargetGroupsType')
88
+ DetachLoadBalancersResultType = Shapes::StructureShape.new(name: 'DetachLoadBalancersResultType')
89
+ DetachLoadBalancersType = Shapes::StructureShape.new(name: 'DetachLoadBalancersType')
90
+ DisableMetricsCollectionQuery = Shapes::StructureShape.new(name: 'DisableMetricsCollectionQuery')
91
+ Ebs = Shapes::StructureShape.new(name: 'Ebs')
92
+ EbsOptimized = Shapes::BooleanShape.new(name: 'EbsOptimized')
93
+ EnableMetricsCollectionQuery = Shapes::StructureShape.new(name: 'EnableMetricsCollectionQuery')
94
+ EnabledMetric = Shapes::StructureShape.new(name: 'EnabledMetric')
95
+ EnabledMetrics = Shapes::ListShape.new(name: 'EnabledMetrics')
96
+ EnterStandbyAnswer = Shapes::StructureShape.new(name: 'EnterStandbyAnswer')
97
+ EnterStandbyQuery = Shapes::StructureShape.new(name: 'EnterStandbyQuery')
98
+ EstimatedInstanceWarmup = Shapes::IntegerShape.new(name: 'EstimatedInstanceWarmup')
99
+ ExecutePolicyType = Shapes::StructureShape.new(name: 'ExecutePolicyType')
100
+ ExitStandbyAnswer = Shapes::StructureShape.new(name: 'ExitStandbyAnswer')
101
+ ExitStandbyQuery = Shapes::StructureShape.new(name: 'ExitStandbyQuery')
102
+ Filter = Shapes::StructureShape.new(name: 'Filter')
103
+ Filters = Shapes::ListShape.new(name: 'Filters')
104
+ ForceDelete = Shapes::BooleanShape.new(name: 'ForceDelete')
105
+ GlobalTimeout = Shapes::IntegerShape.new(name: 'GlobalTimeout')
106
+ HealthCheckGracePeriod = Shapes::IntegerShape.new(name: 'HealthCheckGracePeriod')
107
+ HeartbeatTimeout = Shapes::IntegerShape.new(name: 'HeartbeatTimeout')
108
+ HonorCooldown = Shapes::BooleanShape.new(name: 'HonorCooldown')
109
+ Instance = Shapes::StructureShape.new(name: 'Instance')
110
+ InstanceIds = Shapes::ListShape.new(name: 'InstanceIds')
111
+ InstanceMonitoring = Shapes::StructureShape.new(name: 'InstanceMonitoring')
112
+ InstanceProtected = Shapes::BooleanShape.new(name: 'InstanceProtected')
113
+ Instances = Shapes::ListShape.new(name: 'Instances')
114
+ InvalidNextToken = Shapes::StructureShape.new(name: 'InvalidNextToken')
115
+ LaunchConfiguration = Shapes::StructureShape.new(name: 'LaunchConfiguration')
116
+ LaunchConfigurationNameType = Shapes::StructureShape.new(name: 'LaunchConfigurationNameType')
117
+ LaunchConfigurationNames = Shapes::ListShape.new(name: 'LaunchConfigurationNames')
118
+ LaunchConfigurationNamesType = Shapes::StructureShape.new(name: 'LaunchConfigurationNamesType')
119
+ LaunchConfigurations = Shapes::ListShape.new(name: 'LaunchConfigurations')
120
+ LaunchConfigurationsType = Shapes::StructureShape.new(name: 'LaunchConfigurationsType')
121
+ LifecycleActionResult = Shapes::StringShape.new(name: 'LifecycleActionResult')
122
+ LifecycleActionToken = Shapes::StringShape.new(name: 'LifecycleActionToken')
123
+ LifecycleHook = Shapes::StructureShape.new(name: 'LifecycleHook')
124
+ LifecycleHookNames = Shapes::ListShape.new(name: 'LifecycleHookNames')
125
+ LifecycleHooks = Shapes::ListShape.new(name: 'LifecycleHooks')
126
+ LifecycleState = Shapes::StringShape.new(name: 'LifecycleState')
127
+ LifecycleTransition = Shapes::StringShape.new(name: 'LifecycleTransition')
128
+ LimitExceededFault = Shapes::StructureShape.new(name: 'LimitExceededFault')
129
+ LoadBalancerNames = Shapes::ListShape.new(name: 'LoadBalancerNames')
130
+ LoadBalancerState = Shapes::StructureShape.new(name: 'LoadBalancerState')
131
+ LoadBalancerStates = Shapes::ListShape.new(name: 'LoadBalancerStates')
132
+ LoadBalancerTargetGroupState = Shapes::StructureShape.new(name: 'LoadBalancerTargetGroupState')
133
+ LoadBalancerTargetGroupStates = Shapes::ListShape.new(name: 'LoadBalancerTargetGroupStates')
134
+ MaxNumberOfAutoScalingGroups = Shapes::IntegerShape.new(name: 'MaxNumberOfAutoScalingGroups')
135
+ MaxNumberOfLaunchConfigurations = Shapes::IntegerShape.new(name: 'MaxNumberOfLaunchConfigurations')
136
+ MaxRecords = Shapes::IntegerShape.new(name: 'MaxRecords')
137
+ MetricCollectionType = Shapes::StructureShape.new(name: 'MetricCollectionType')
138
+ MetricCollectionTypes = Shapes::ListShape.new(name: 'MetricCollectionTypes')
139
+ MetricGranularityType = Shapes::StructureShape.new(name: 'MetricGranularityType')
140
+ MetricGranularityTypes = Shapes::ListShape.new(name: 'MetricGranularityTypes')
141
+ MetricScale = Shapes::FloatShape.new(name: 'MetricScale')
142
+ Metrics = Shapes::ListShape.new(name: 'Metrics')
143
+ MinAdjustmentMagnitude = Shapes::IntegerShape.new(name: 'MinAdjustmentMagnitude')
144
+ MinAdjustmentStep = Shapes::IntegerShape.new(name: 'MinAdjustmentStep')
145
+ MonitoringEnabled = Shapes::BooleanShape.new(name: 'MonitoringEnabled')
146
+ NoDevice = Shapes::BooleanShape.new(name: 'NoDevice')
147
+ NotificationConfiguration = Shapes::StructureShape.new(name: 'NotificationConfiguration')
148
+ NotificationConfigurations = Shapes::ListShape.new(name: 'NotificationConfigurations')
149
+ NotificationTargetResourceName = Shapes::StringShape.new(name: 'NotificationTargetResourceName')
150
+ NumberOfAutoScalingGroups = Shapes::IntegerShape.new(name: 'NumberOfAutoScalingGroups')
151
+ NumberOfLaunchConfigurations = Shapes::IntegerShape.new(name: 'NumberOfLaunchConfigurations')
152
+ PoliciesType = Shapes::StructureShape.new(name: 'PoliciesType')
153
+ PolicyARNType = Shapes::StructureShape.new(name: 'PolicyARNType')
154
+ PolicyIncrement = Shapes::IntegerShape.new(name: 'PolicyIncrement')
155
+ PolicyNames = Shapes::ListShape.new(name: 'PolicyNames')
156
+ PolicyTypes = Shapes::ListShape.new(name: 'PolicyTypes')
157
+ ProcessNames = Shapes::ListShape.new(name: 'ProcessNames')
158
+ ProcessType = Shapes::StructureShape.new(name: 'ProcessType')
159
+ Processes = Shapes::ListShape.new(name: 'Processes')
160
+ ProcessesType = Shapes::StructureShape.new(name: 'ProcessesType')
161
+ Progress = Shapes::IntegerShape.new(name: 'Progress')
162
+ PropagateAtLaunch = Shapes::BooleanShape.new(name: 'PropagateAtLaunch')
163
+ ProtectedFromScaleIn = Shapes::BooleanShape.new(name: 'ProtectedFromScaleIn')
164
+ PutLifecycleHookAnswer = Shapes::StructureShape.new(name: 'PutLifecycleHookAnswer')
165
+ PutLifecycleHookType = Shapes::StructureShape.new(name: 'PutLifecycleHookType')
166
+ PutNotificationConfigurationType = Shapes::StructureShape.new(name: 'PutNotificationConfigurationType')
167
+ PutScalingPolicyType = Shapes::StructureShape.new(name: 'PutScalingPolicyType')
168
+ PutScheduledUpdateGroupActionType = Shapes::StructureShape.new(name: 'PutScheduledUpdateGroupActionType')
169
+ RecordLifecycleActionHeartbeatAnswer = Shapes::StructureShape.new(name: 'RecordLifecycleActionHeartbeatAnswer')
170
+ RecordLifecycleActionHeartbeatType = Shapes::StructureShape.new(name: 'RecordLifecycleActionHeartbeatType')
171
+ ResourceContentionFault = Shapes::StructureShape.new(name: 'ResourceContentionFault')
172
+ ResourceInUseFault = Shapes::StructureShape.new(name: 'ResourceInUseFault')
173
+ ResourceName = Shapes::StringShape.new(name: 'ResourceName')
174
+ ScalingActivityInProgressFault = Shapes::StructureShape.new(name: 'ScalingActivityInProgressFault')
175
+ ScalingActivityStatusCode = Shapes::StringShape.new(name: 'ScalingActivityStatusCode')
176
+ ScalingPolicies = Shapes::ListShape.new(name: 'ScalingPolicies')
177
+ ScalingPolicy = Shapes::StructureShape.new(name: 'ScalingPolicy')
178
+ ScalingProcessQuery = Shapes::StructureShape.new(name: 'ScalingProcessQuery')
179
+ ScheduledActionNames = Shapes::ListShape.new(name: 'ScheduledActionNames')
180
+ ScheduledActionsType = Shapes::StructureShape.new(name: 'ScheduledActionsType')
181
+ ScheduledUpdateGroupAction = Shapes::StructureShape.new(name: 'ScheduledUpdateGroupAction')
182
+ ScheduledUpdateGroupActions = Shapes::ListShape.new(name: 'ScheduledUpdateGroupActions')
183
+ SecurityGroups = Shapes::ListShape.new(name: 'SecurityGroups')
184
+ SetDesiredCapacityType = Shapes::StructureShape.new(name: 'SetDesiredCapacityType')
185
+ SetInstanceHealthQuery = Shapes::StructureShape.new(name: 'SetInstanceHealthQuery')
186
+ SetInstanceProtectionAnswer = Shapes::StructureShape.new(name: 'SetInstanceProtectionAnswer')
187
+ SetInstanceProtectionQuery = Shapes::StructureShape.new(name: 'SetInstanceProtectionQuery')
188
+ ShouldDecrementDesiredCapacity = Shapes::BooleanShape.new(name: 'ShouldDecrementDesiredCapacity')
189
+ ShouldRespectGracePeriod = Shapes::BooleanShape.new(name: 'ShouldRespectGracePeriod')
190
+ SpotPrice = Shapes::StringShape.new(name: 'SpotPrice')
191
+ StepAdjustment = Shapes::StructureShape.new(name: 'StepAdjustment')
192
+ StepAdjustments = Shapes::ListShape.new(name: 'StepAdjustments')
193
+ SuspendedProcess = Shapes::StructureShape.new(name: 'SuspendedProcess')
194
+ SuspendedProcesses = Shapes::ListShape.new(name: 'SuspendedProcesses')
195
+ Tag = Shapes::StructureShape.new(name: 'Tag')
196
+ TagDescription = Shapes::StructureShape.new(name: 'TagDescription')
197
+ TagDescriptionList = Shapes::ListShape.new(name: 'TagDescriptionList')
198
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
199
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
200
+ Tags = Shapes::ListShape.new(name: 'Tags')
201
+ TagsType = Shapes::StructureShape.new(name: 'TagsType')
202
+ TargetGroupARNs = Shapes::ListShape.new(name: 'TargetGroupARNs')
203
+ TerminateInstanceInAutoScalingGroupType = Shapes::StructureShape.new(name: 'TerminateInstanceInAutoScalingGroupType')
204
+ TerminationPolicies = Shapes::ListShape.new(name: 'TerminationPolicies')
205
+ TimestampType = Shapes::TimestampShape.new(name: 'TimestampType')
206
+ UpdateAutoScalingGroupType = Shapes::StructureShape.new(name: 'UpdateAutoScalingGroupType')
207
+ Values = Shapes::ListShape.new(name: 'Values')
208
+ XmlString = Shapes::StringShape.new(name: 'XmlString')
209
+ XmlStringMaxLen1023 = Shapes::StringShape.new(name: 'XmlStringMaxLen1023')
210
+ XmlStringMaxLen1600 = Shapes::StringShape.new(name: 'XmlStringMaxLen1600')
211
+ XmlStringMaxLen19 = Shapes::StringShape.new(name: 'XmlStringMaxLen19')
212
+ XmlStringMaxLen2047 = Shapes::StringShape.new(name: 'XmlStringMaxLen2047')
213
+ XmlStringMaxLen255 = Shapes::StringShape.new(name: 'XmlStringMaxLen255')
214
+ XmlStringMaxLen32 = Shapes::StringShape.new(name: 'XmlStringMaxLen32')
215
+ XmlStringMaxLen511 = Shapes::StringShape.new(name: 'XmlStringMaxLen511')
216
+ XmlStringMaxLen64 = Shapes::StringShape.new(name: 'XmlStringMaxLen64')
217
+ XmlStringUserData = Shapes::StringShape.new(name: 'XmlStringUserData')
218
+
219
+ Activities.member = Shapes::ShapeRef.new(shape: Activity)
220
+
221
+ ActivitiesType.add_member(:activities, Shapes::ShapeRef.new(shape: Activities, required: true, location_name: "Activities"))
222
+ ActivitiesType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
223
+ ActivitiesType.struct_class = Types::ActivitiesType
224
+
225
+ Activity.add_member(:activity_id, Shapes::ShapeRef.new(shape: XmlString, required: true, location_name: "ActivityId"))
226
+ Activity.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
227
+ Activity.add_member(:description, Shapes::ShapeRef.new(shape: XmlString, location_name: "Description"))
228
+ Activity.add_member(:cause, Shapes::ShapeRef.new(shape: XmlStringMaxLen1023, required: true, location_name: "Cause"))
229
+ Activity.add_member(:start_time, Shapes::ShapeRef.new(shape: TimestampType, required: true, location_name: "StartTime"))
230
+ Activity.add_member(:end_time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "EndTime"))
231
+ Activity.add_member(:status_code, Shapes::ShapeRef.new(shape: ScalingActivityStatusCode, required: true, location_name: "StatusCode"))
232
+ Activity.add_member(:status_message, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "StatusMessage"))
233
+ Activity.add_member(:progress, Shapes::ShapeRef.new(shape: Progress, location_name: "Progress"))
234
+ Activity.add_member(:details, Shapes::ShapeRef.new(shape: XmlString, location_name: "Details"))
235
+ Activity.struct_class = Types::Activity
236
+
237
+ ActivityIds.member = Shapes::ShapeRef.new(shape: XmlString)
238
+
239
+ ActivityType.add_member(:activity, Shapes::ShapeRef.new(shape: Activity, location_name: "Activity"))
240
+ ActivityType.struct_class = Types::ActivityType
241
+
242
+ AdjustmentType.add_member(:adjustment_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "AdjustmentType"))
243
+ AdjustmentType.struct_class = Types::AdjustmentType
244
+
245
+ AdjustmentTypes.member = Shapes::ShapeRef.new(shape: AdjustmentType)
246
+
247
+ Alarm.add_member(:alarm_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "AlarmName"))
248
+ Alarm.add_member(:alarm_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "AlarmARN"))
249
+ Alarm.struct_class = Types::Alarm
250
+
251
+ Alarms.member = Shapes::ShapeRef.new(shape: Alarm)
252
+
253
+ AttachInstancesQuery.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIds, location_name: "InstanceIds"))
254
+ AttachInstancesQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
255
+ AttachInstancesQuery.struct_class = Types::AttachInstancesQuery
256
+
257
+ AttachLoadBalancerTargetGroupsResultType.struct_class = Types::AttachLoadBalancerTargetGroupsResultType
258
+
259
+ AttachLoadBalancerTargetGroupsType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
260
+ AttachLoadBalancerTargetGroupsType.add_member(:target_group_arns, Shapes::ShapeRef.new(shape: TargetGroupARNs, required: true, location_name: "TargetGroupARNs"))
261
+ AttachLoadBalancerTargetGroupsType.struct_class = Types::AttachLoadBalancerTargetGroupsType
262
+
263
+ AttachLoadBalancersResultType.struct_class = Types::AttachLoadBalancersResultType
264
+
265
+ AttachLoadBalancersType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
266
+ AttachLoadBalancersType.add_member(:load_balancer_names, Shapes::ShapeRef.new(shape: LoadBalancerNames, required: true, location_name: "LoadBalancerNames"))
267
+ AttachLoadBalancersType.struct_class = Types::AttachLoadBalancersType
268
+
269
+ AutoScalingGroup.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
270
+ AutoScalingGroup.add_member(:auto_scaling_group_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "AutoScalingGroupARN"))
271
+ AutoScalingGroup.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "LaunchConfigurationName"))
272
+ AutoScalingGroup.add_member(:min_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMinSize, required: true, location_name: "MinSize"))
273
+ AutoScalingGroup.add_member(:max_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMaxSize, required: true, location_name: "MaxSize"))
274
+ AutoScalingGroup.add_member(:desired_capacity, Shapes::ShapeRef.new(shape: AutoScalingGroupDesiredCapacity, required: true, location_name: "DesiredCapacity"))
275
+ AutoScalingGroup.add_member(:default_cooldown, Shapes::ShapeRef.new(shape: Cooldown, required: true, location_name: "DefaultCooldown"))
276
+ AutoScalingGroup.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, required: true, location_name: "AvailabilityZones"))
277
+ AutoScalingGroup.add_member(:load_balancer_names, Shapes::ShapeRef.new(shape: LoadBalancerNames, location_name: "LoadBalancerNames"))
278
+ AutoScalingGroup.add_member(:target_group_arns, Shapes::ShapeRef.new(shape: TargetGroupARNs, location_name: "TargetGroupARNs"))
279
+ AutoScalingGroup.add_member(:health_check_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen32, required: true, location_name: "HealthCheckType"))
280
+ AutoScalingGroup.add_member(:health_check_grace_period, Shapes::ShapeRef.new(shape: HealthCheckGracePeriod, location_name: "HealthCheckGracePeriod"))
281
+ AutoScalingGroup.add_member(:instances, Shapes::ShapeRef.new(shape: Instances, location_name: "Instances"))
282
+ AutoScalingGroup.add_member(:created_time, Shapes::ShapeRef.new(shape: TimestampType, required: true, location_name: "CreatedTime"))
283
+ AutoScalingGroup.add_member(:suspended_processes, Shapes::ShapeRef.new(shape: SuspendedProcesses, location_name: "SuspendedProcesses"))
284
+ AutoScalingGroup.add_member(:placement_group, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "PlacementGroup"))
285
+ AutoScalingGroup.add_member(:vpc_zone_identifier, Shapes::ShapeRef.new(shape: XmlStringMaxLen2047, location_name: "VPCZoneIdentifier"))
286
+ AutoScalingGroup.add_member(:enabled_metrics, Shapes::ShapeRef.new(shape: EnabledMetrics, location_name: "EnabledMetrics"))
287
+ AutoScalingGroup.add_member(:status, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "Status"))
288
+ AutoScalingGroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagDescriptionList, location_name: "Tags"))
289
+ AutoScalingGroup.add_member(:termination_policies, Shapes::ShapeRef.new(shape: TerminationPolicies, location_name: "TerminationPolicies"))
290
+ AutoScalingGroup.add_member(:new_instances_protected_from_scale_in, Shapes::ShapeRef.new(shape: InstanceProtected, location_name: "NewInstancesProtectedFromScaleIn"))
291
+ AutoScalingGroup.struct_class = Types::AutoScalingGroup
292
+
293
+ AutoScalingGroupNames.member = Shapes::ShapeRef.new(shape: ResourceName)
294
+
295
+ AutoScalingGroupNamesType.add_member(:auto_scaling_group_names, Shapes::ShapeRef.new(shape: AutoScalingGroupNames, location_name: "AutoScalingGroupNames"))
296
+ AutoScalingGroupNamesType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
297
+ AutoScalingGroupNamesType.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
298
+ AutoScalingGroupNamesType.struct_class = Types::AutoScalingGroupNamesType
299
+
300
+ AutoScalingGroups.member = Shapes::ShapeRef.new(shape: AutoScalingGroup)
301
+
302
+ AutoScalingGroupsType.add_member(:auto_scaling_groups, Shapes::ShapeRef.new(shape: AutoScalingGroups, required: true, location_name: "AutoScalingGroups"))
303
+ AutoScalingGroupsType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
304
+ AutoScalingGroupsType.struct_class = Types::AutoScalingGroupsType
305
+
306
+ AutoScalingInstanceDetails.add_member(:instance_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen19, required: true, location_name: "InstanceId"))
307
+ AutoScalingInstanceDetails.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
308
+ AutoScalingInstanceDetails.add_member(:availability_zone, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AvailabilityZone"))
309
+ AutoScalingInstanceDetails.add_member(:lifecycle_state, Shapes::ShapeRef.new(shape: XmlStringMaxLen32, required: true, location_name: "LifecycleState"))
310
+ AutoScalingInstanceDetails.add_member(:health_status, Shapes::ShapeRef.new(shape: XmlStringMaxLen32, required: true, location_name: "HealthStatus"))
311
+ AutoScalingInstanceDetails.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "LaunchConfigurationName"))
312
+ AutoScalingInstanceDetails.add_member(:protected_from_scale_in, Shapes::ShapeRef.new(shape: InstanceProtected, required: true, location_name: "ProtectedFromScaleIn"))
313
+ AutoScalingInstanceDetails.struct_class = Types::AutoScalingInstanceDetails
314
+
315
+ AutoScalingInstances.member = Shapes::ShapeRef.new(shape: AutoScalingInstanceDetails)
316
+
317
+ AutoScalingInstancesType.add_member(:auto_scaling_instances, Shapes::ShapeRef.new(shape: AutoScalingInstances, location_name: "AutoScalingInstances"))
318
+ AutoScalingInstancesType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
319
+ AutoScalingInstancesType.struct_class = Types::AutoScalingInstancesType
320
+
321
+ AutoScalingNotificationTypes.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
322
+
323
+ AvailabilityZones.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
324
+
325
+ BlockDeviceMapping.add_member(:virtual_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "VirtualName"))
326
+ BlockDeviceMapping.add_member(:device_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "DeviceName"))
327
+ BlockDeviceMapping.add_member(:ebs, Shapes::ShapeRef.new(shape: Ebs, location_name: "Ebs"))
328
+ BlockDeviceMapping.add_member(:no_device, Shapes::ShapeRef.new(shape: NoDevice, location_name: "NoDevice"))
329
+ BlockDeviceMapping.struct_class = Types::BlockDeviceMapping
330
+
331
+ BlockDeviceMappings.member = Shapes::ShapeRef.new(shape: BlockDeviceMapping)
332
+
333
+ ClassicLinkVPCSecurityGroups.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
334
+
335
+ CompleteLifecycleActionAnswer.struct_class = Types::CompleteLifecycleActionAnswer
336
+
337
+ CompleteLifecycleActionType.add_member(:lifecycle_hook_name, Shapes::ShapeRef.new(shape: AsciiStringMaxLen255, required: true, location_name: "LifecycleHookName"))
338
+ CompleteLifecycleActionType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
339
+ CompleteLifecycleActionType.add_member(:lifecycle_action_token, Shapes::ShapeRef.new(shape: LifecycleActionToken, location_name: "LifecycleActionToken"))
340
+ CompleteLifecycleActionType.add_member(:lifecycle_action_result, Shapes::ShapeRef.new(shape: LifecycleActionResult, required: true, location_name: "LifecycleActionResult"))
341
+ CompleteLifecycleActionType.add_member(:instance_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen19, location_name: "InstanceId"))
342
+ CompleteLifecycleActionType.struct_class = Types::CompleteLifecycleActionType
343
+
344
+ CreateAutoScalingGroupType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
345
+ CreateAutoScalingGroupType.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "LaunchConfigurationName"))
346
+ CreateAutoScalingGroupType.add_member(:instance_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen19, location_name: "InstanceId"))
347
+ CreateAutoScalingGroupType.add_member(:min_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMinSize, required: true, location_name: "MinSize"))
348
+ CreateAutoScalingGroupType.add_member(:max_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMaxSize, required: true, location_name: "MaxSize"))
349
+ CreateAutoScalingGroupType.add_member(:desired_capacity, Shapes::ShapeRef.new(shape: AutoScalingGroupDesiredCapacity, location_name: "DesiredCapacity"))
350
+ CreateAutoScalingGroupType.add_member(:default_cooldown, Shapes::ShapeRef.new(shape: Cooldown, location_name: "DefaultCooldown"))
351
+ CreateAutoScalingGroupType.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
352
+ CreateAutoScalingGroupType.add_member(:load_balancer_names, Shapes::ShapeRef.new(shape: LoadBalancerNames, location_name: "LoadBalancerNames"))
353
+ CreateAutoScalingGroupType.add_member(:target_group_arns, Shapes::ShapeRef.new(shape: TargetGroupARNs, location_name: "TargetGroupARNs"))
354
+ CreateAutoScalingGroupType.add_member(:health_check_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen32, location_name: "HealthCheckType"))
355
+ CreateAutoScalingGroupType.add_member(:health_check_grace_period, Shapes::ShapeRef.new(shape: HealthCheckGracePeriod, location_name: "HealthCheckGracePeriod"))
356
+ CreateAutoScalingGroupType.add_member(:placement_group, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "PlacementGroup"))
357
+ CreateAutoScalingGroupType.add_member(:vpc_zone_identifier, Shapes::ShapeRef.new(shape: XmlStringMaxLen2047, location_name: "VPCZoneIdentifier"))
358
+ CreateAutoScalingGroupType.add_member(:termination_policies, Shapes::ShapeRef.new(shape: TerminationPolicies, location_name: "TerminationPolicies"))
359
+ CreateAutoScalingGroupType.add_member(:new_instances_protected_from_scale_in, Shapes::ShapeRef.new(shape: InstanceProtected, location_name: "NewInstancesProtectedFromScaleIn"))
360
+ CreateAutoScalingGroupType.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
361
+ CreateAutoScalingGroupType.struct_class = Types::CreateAutoScalingGroupType
362
+
363
+ CreateLaunchConfigurationType.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "LaunchConfigurationName"))
364
+ CreateLaunchConfigurationType.add_member(:image_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "ImageId"))
365
+ CreateLaunchConfigurationType.add_member(:key_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "KeyName"))
366
+ CreateLaunchConfigurationType.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "SecurityGroups"))
367
+ CreateLaunchConfigurationType.add_member(:classic_link_vpc_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "ClassicLinkVPCId"))
368
+ CreateLaunchConfigurationType.add_member(:classic_link_vpc_security_groups, Shapes::ShapeRef.new(shape: ClassicLinkVPCSecurityGroups, location_name: "ClassicLinkVPCSecurityGroups"))
369
+ CreateLaunchConfigurationType.add_member(:user_data, Shapes::ShapeRef.new(shape: XmlStringUserData, location_name: "UserData"))
370
+ CreateLaunchConfigurationType.add_member(:instance_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen19, location_name: "InstanceId"))
371
+ CreateLaunchConfigurationType.add_member(:instance_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "InstanceType"))
372
+ CreateLaunchConfigurationType.add_member(:kernel_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "KernelId"))
373
+ CreateLaunchConfigurationType.add_member(:ramdisk_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "RamdiskId"))
374
+ CreateLaunchConfigurationType.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: BlockDeviceMappings, location_name: "BlockDeviceMappings"))
375
+ CreateLaunchConfigurationType.add_member(:instance_monitoring, Shapes::ShapeRef.new(shape: InstanceMonitoring, location_name: "InstanceMonitoring"))
376
+ CreateLaunchConfigurationType.add_member(:spot_price, Shapes::ShapeRef.new(shape: SpotPrice, location_name: "SpotPrice"))
377
+ CreateLaunchConfigurationType.add_member(:iam_instance_profile, Shapes::ShapeRef.new(shape: XmlStringMaxLen1600, location_name: "IamInstanceProfile"))
378
+ CreateLaunchConfigurationType.add_member(:ebs_optimized, Shapes::ShapeRef.new(shape: EbsOptimized, location_name: "EbsOptimized"))
379
+ CreateLaunchConfigurationType.add_member(:associate_public_ip_address, Shapes::ShapeRef.new(shape: AssociatePublicIpAddress, location_name: "AssociatePublicIpAddress"))
380
+ CreateLaunchConfigurationType.add_member(:placement_tenancy, Shapes::ShapeRef.new(shape: XmlStringMaxLen64, location_name: "PlacementTenancy"))
381
+ CreateLaunchConfigurationType.struct_class = Types::CreateLaunchConfigurationType
382
+
383
+ CreateOrUpdateTagsType.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags"))
384
+ CreateOrUpdateTagsType.struct_class = Types::CreateOrUpdateTagsType
385
+
386
+ DeleteAutoScalingGroupType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
387
+ DeleteAutoScalingGroupType.add_member(:force_delete, Shapes::ShapeRef.new(shape: ForceDelete, location_name: "ForceDelete"))
388
+ DeleteAutoScalingGroupType.struct_class = Types::DeleteAutoScalingGroupType
389
+
390
+ DeleteLifecycleHookAnswer.struct_class = Types::DeleteLifecycleHookAnswer
391
+
392
+ DeleteLifecycleHookType.add_member(:lifecycle_hook_name, Shapes::ShapeRef.new(shape: AsciiStringMaxLen255, required: true, location_name: "LifecycleHookName"))
393
+ DeleteLifecycleHookType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
394
+ DeleteLifecycleHookType.struct_class = Types::DeleteLifecycleHookType
395
+
396
+ DeleteNotificationConfigurationType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
397
+ DeleteNotificationConfigurationType.add_member(:topic_arn, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "TopicARN"))
398
+ DeleteNotificationConfigurationType.struct_class = Types::DeleteNotificationConfigurationType
399
+
400
+ DeletePolicyType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "AutoScalingGroupName"))
401
+ DeletePolicyType.add_member(:policy_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "PolicyName"))
402
+ DeletePolicyType.struct_class = Types::DeletePolicyType
403
+
404
+ DeleteScheduledActionType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
405
+ DeleteScheduledActionType.add_member(:scheduled_action_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ScheduledActionName"))
406
+ DeleteScheduledActionType.struct_class = Types::DeleteScheduledActionType
407
+
408
+ DeleteTagsType.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags"))
409
+ DeleteTagsType.struct_class = Types::DeleteTagsType
410
+
411
+ DescribeAccountLimitsAnswer.add_member(:max_number_of_auto_scaling_groups, Shapes::ShapeRef.new(shape: MaxNumberOfAutoScalingGroups, location_name: "MaxNumberOfAutoScalingGroups"))
412
+ DescribeAccountLimitsAnswer.add_member(:max_number_of_launch_configurations, Shapes::ShapeRef.new(shape: MaxNumberOfLaunchConfigurations, location_name: "MaxNumberOfLaunchConfigurations"))
413
+ DescribeAccountLimitsAnswer.add_member(:number_of_auto_scaling_groups, Shapes::ShapeRef.new(shape: NumberOfAutoScalingGroups, location_name: "NumberOfAutoScalingGroups"))
414
+ DescribeAccountLimitsAnswer.add_member(:number_of_launch_configurations, Shapes::ShapeRef.new(shape: NumberOfLaunchConfigurations, location_name: "NumberOfLaunchConfigurations"))
415
+ DescribeAccountLimitsAnswer.struct_class = Types::DescribeAccountLimitsAnswer
416
+
417
+ DescribeAdjustmentTypesAnswer.add_member(:adjustment_types, Shapes::ShapeRef.new(shape: AdjustmentTypes, location_name: "AdjustmentTypes"))
418
+ DescribeAdjustmentTypesAnswer.struct_class = Types::DescribeAdjustmentTypesAnswer
419
+
420
+ DescribeAutoScalingInstancesType.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIds, location_name: "InstanceIds"))
421
+ DescribeAutoScalingInstancesType.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
422
+ DescribeAutoScalingInstancesType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
423
+ DescribeAutoScalingInstancesType.struct_class = Types::DescribeAutoScalingInstancesType
424
+
425
+ DescribeAutoScalingNotificationTypesAnswer.add_member(:auto_scaling_notification_types, Shapes::ShapeRef.new(shape: AutoScalingNotificationTypes, location_name: "AutoScalingNotificationTypes"))
426
+ DescribeAutoScalingNotificationTypesAnswer.struct_class = Types::DescribeAutoScalingNotificationTypesAnswer
427
+
428
+ DescribeLifecycleHookTypesAnswer.add_member(:lifecycle_hook_types, Shapes::ShapeRef.new(shape: AutoScalingNotificationTypes, location_name: "LifecycleHookTypes"))
429
+ DescribeLifecycleHookTypesAnswer.struct_class = Types::DescribeLifecycleHookTypesAnswer
430
+
431
+ DescribeLifecycleHooksAnswer.add_member(:lifecycle_hooks, Shapes::ShapeRef.new(shape: LifecycleHooks, location_name: "LifecycleHooks"))
432
+ DescribeLifecycleHooksAnswer.struct_class = Types::DescribeLifecycleHooksAnswer
433
+
434
+ DescribeLifecycleHooksType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
435
+ DescribeLifecycleHooksType.add_member(:lifecycle_hook_names, Shapes::ShapeRef.new(shape: LifecycleHookNames, location_name: "LifecycleHookNames"))
436
+ DescribeLifecycleHooksType.struct_class = Types::DescribeLifecycleHooksType
437
+
438
+ DescribeLoadBalancerTargetGroupsRequest.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
439
+ DescribeLoadBalancerTargetGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
440
+ DescribeLoadBalancerTargetGroupsRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
441
+ DescribeLoadBalancerTargetGroupsRequest.struct_class = Types::DescribeLoadBalancerTargetGroupsRequest
442
+
443
+ DescribeLoadBalancerTargetGroupsResponse.add_member(:load_balancer_target_groups, Shapes::ShapeRef.new(shape: LoadBalancerTargetGroupStates, location_name: "LoadBalancerTargetGroups"))
444
+ DescribeLoadBalancerTargetGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
445
+ DescribeLoadBalancerTargetGroupsResponse.struct_class = Types::DescribeLoadBalancerTargetGroupsResponse
446
+
447
+ DescribeLoadBalancersRequest.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
448
+ DescribeLoadBalancersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
449
+ DescribeLoadBalancersRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
450
+ DescribeLoadBalancersRequest.struct_class = Types::DescribeLoadBalancersRequest
451
+
452
+ DescribeLoadBalancersResponse.add_member(:load_balancers, Shapes::ShapeRef.new(shape: LoadBalancerStates, location_name: "LoadBalancers"))
453
+ DescribeLoadBalancersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
454
+ DescribeLoadBalancersResponse.struct_class = Types::DescribeLoadBalancersResponse
455
+
456
+ DescribeMetricCollectionTypesAnswer.add_member(:metrics, Shapes::ShapeRef.new(shape: MetricCollectionTypes, location_name: "Metrics"))
457
+ DescribeMetricCollectionTypesAnswer.add_member(:granularities, Shapes::ShapeRef.new(shape: MetricGranularityTypes, location_name: "Granularities"))
458
+ DescribeMetricCollectionTypesAnswer.struct_class = Types::DescribeMetricCollectionTypesAnswer
459
+
460
+ DescribeNotificationConfigurationsAnswer.add_member(:notification_configurations, Shapes::ShapeRef.new(shape: NotificationConfigurations, required: true, location_name: "NotificationConfigurations"))
461
+ DescribeNotificationConfigurationsAnswer.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
462
+ DescribeNotificationConfigurationsAnswer.struct_class = Types::DescribeNotificationConfigurationsAnswer
463
+
464
+ DescribeNotificationConfigurationsType.add_member(:auto_scaling_group_names, Shapes::ShapeRef.new(shape: AutoScalingGroupNames, location_name: "AutoScalingGroupNames"))
465
+ DescribeNotificationConfigurationsType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
466
+ DescribeNotificationConfigurationsType.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
467
+ DescribeNotificationConfigurationsType.struct_class = Types::DescribeNotificationConfigurationsType
468
+
469
+ DescribePoliciesType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "AutoScalingGroupName"))
470
+ DescribePoliciesType.add_member(:policy_names, Shapes::ShapeRef.new(shape: PolicyNames, location_name: "PolicyNames"))
471
+ DescribePoliciesType.add_member(:policy_types, Shapes::ShapeRef.new(shape: PolicyTypes, location_name: "PolicyTypes"))
472
+ DescribePoliciesType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
473
+ DescribePoliciesType.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
474
+ DescribePoliciesType.struct_class = Types::DescribePoliciesType
475
+
476
+ DescribeScalingActivitiesType.add_member(:activity_ids, Shapes::ShapeRef.new(shape: ActivityIds, location_name: "ActivityIds"))
477
+ DescribeScalingActivitiesType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "AutoScalingGroupName"))
478
+ DescribeScalingActivitiesType.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
479
+ DescribeScalingActivitiesType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
480
+ DescribeScalingActivitiesType.struct_class = Types::DescribeScalingActivitiesType
481
+
482
+ DescribeScheduledActionsType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "AutoScalingGroupName"))
483
+ DescribeScheduledActionsType.add_member(:scheduled_action_names, Shapes::ShapeRef.new(shape: ScheduledActionNames, location_name: "ScheduledActionNames"))
484
+ DescribeScheduledActionsType.add_member(:start_time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "StartTime"))
485
+ DescribeScheduledActionsType.add_member(:end_time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "EndTime"))
486
+ DescribeScheduledActionsType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
487
+ DescribeScheduledActionsType.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
488
+ DescribeScheduledActionsType.struct_class = Types::DescribeScheduledActionsType
489
+
490
+ DescribeTagsType.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
491
+ DescribeTagsType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
492
+ DescribeTagsType.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
493
+ DescribeTagsType.struct_class = Types::DescribeTagsType
494
+
495
+ DescribeTerminationPolicyTypesAnswer.add_member(:termination_policy_types, Shapes::ShapeRef.new(shape: TerminationPolicies, location_name: "TerminationPolicyTypes"))
496
+ DescribeTerminationPolicyTypesAnswer.struct_class = Types::DescribeTerminationPolicyTypesAnswer
497
+
498
+ DetachInstancesAnswer.add_member(:activities, Shapes::ShapeRef.new(shape: Activities, location_name: "Activities"))
499
+ DetachInstancesAnswer.struct_class = Types::DetachInstancesAnswer
500
+
501
+ DetachInstancesQuery.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIds, location_name: "InstanceIds"))
502
+ DetachInstancesQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
503
+ DetachInstancesQuery.add_member(:should_decrement_desired_capacity, Shapes::ShapeRef.new(shape: ShouldDecrementDesiredCapacity, required: true, location_name: "ShouldDecrementDesiredCapacity"))
504
+ DetachInstancesQuery.struct_class = Types::DetachInstancesQuery
505
+
506
+ DetachLoadBalancerTargetGroupsResultType.struct_class = Types::DetachLoadBalancerTargetGroupsResultType
507
+
508
+ DetachLoadBalancerTargetGroupsType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
509
+ DetachLoadBalancerTargetGroupsType.add_member(:target_group_arns, Shapes::ShapeRef.new(shape: TargetGroupARNs, required: true, location_name: "TargetGroupARNs"))
510
+ DetachLoadBalancerTargetGroupsType.struct_class = Types::DetachLoadBalancerTargetGroupsType
511
+
512
+ DetachLoadBalancersResultType.struct_class = Types::DetachLoadBalancersResultType
513
+
514
+ DetachLoadBalancersType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
515
+ DetachLoadBalancersType.add_member(:load_balancer_names, Shapes::ShapeRef.new(shape: LoadBalancerNames, required: true, location_name: "LoadBalancerNames"))
516
+ DetachLoadBalancersType.struct_class = Types::DetachLoadBalancersType
517
+
518
+ DisableMetricsCollectionQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
519
+ DisableMetricsCollectionQuery.add_member(:metrics, Shapes::ShapeRef.new(shape: Metrics, location_name: "Metrics"))
520
+ DisableMetricsCollectionQuery.struct_class = Types::DisableMetricsCollectionQuery
521
+
522
+ Ebs.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "SnapshotId"))
523
+ Ebs.add_member(:volume_size, Shapes::ShapeRef.new(shape: BlockDeviceEbsVolumeSize, location_name: "VolumeSize"))
524
+ Ebs.add_member(:volume_type, Shapes::ShapeRef.new(shape: BlockDeviceEbsVolumeType, location_name: "VolumeType"))
525
+ Ebs.add_member(:delete_on_termination, Shapes::ShapeRef.new(shape: BlockDeviceEbsDeleteOnTermination, location_name: "DeleteOnTermination"))
526
+ Ebs.add_member(:iops, Shapes::ShapeRef.new(shape: BlockDeviceEbsIops, location_name: "Iops"))
527
+ Ebs.add_member(:encrypted, Shapes::ShapeRef.new(shape: BlockDeviceEbsEncrypted, location_name: "Encrypted"))
528
+ Ebs.struct_class = Types::Ebs
529
+
530
+ EnableMetricsCollectionQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
531
+ EnableMetricsCollectionQuery.add_member(:metrics, Shapes::ShapeRef.new(shape: Metrics, location_name: "Metrics"))
532
+ EnableMetricsCollectionQuery.add_member(:granularity, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "Granularity"))
533
+ EnableMetricsCollectionQuery.struct_class = Types::EnableMetricsCollectionQuery
534
+
535
+ EnabledMetric.add_member(:metric, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "Metric"))
536
+ EnabledMetric.add_member(:granularity, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "Granularity"))
537
+ EnabledMetric.struct_class = Types::EnabledMetric
538
+
539
+ EnabledMetrics.member = Shapes::ShapeRef.new(shape: EnabledMetric)
540
+
541
+ EnterStandbyAnswer.add_member(:activities, Shapes::ShapeRef.new(shape: Activities, location_name: "Activities"))
542
+ EnterStandbyAnswer.struct_class = Types::EnterStandbyAnswer
543
+
544
+ EnterStandbyQuery.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIds, location_name: "InstanceIds"))
545
+ EnterStandbyQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
546
+ EnterStandbyQuery.add_member(:should_decrement_desired_capacity, Shapes::ShapeRef.new(shape: ShouldDecrementDesiredCapacity, required: true, location_name: "ShouldDecrementDesiredCapacity"))
547
+ EnterStandbyQuery.struct_class = Types::EnterStandbyQuery
548
+
549
+ ExecutePolicyType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "AutoScalingGroupName"))
550
+ ExecutePolicyType.add_member(:policy_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "PolicyName"))
551
+ ExecutePolicyType.add_member(:honor_cooldown, Shapes::ShapeRef.new(shape: HonorCooldown, location_name: "HonorCooldown"))
552
+ ExecutePolicyType.add_member(:metric_value, Shapes::ShapeRef.new(shape: MetricScale, location_name: "MetricValue"))
553
+ ExecutePolicyType.add_member(:breach_threshold, Shapes::ShapeRef.new(shape: MetricScale, location_name: "BreachThreshold"))
554
+ ExecutePolicyType.struct_class = Types::ExecutePolicyType
555
+
556
+ ExitStandbyAnswer.add_member(:activities, Shapes::ShapeRef.new(shape: Activities, location_name: "Activities"))
557
+ ExitStandbyAnswer.struct_class = Types::ExitStandbyAnswer
558
+
559
+ ExitStandbyQuery.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIds, location_name: "InstanceIds"))
560
+ ExitStandbyQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
561
+ ExitStandbyQuery.struct_class = Types::ExitStandbyQuery
562
+
563
+ Filter.add_member(:name, Shapes::ShapeRef.new(shape: XmlString, location_name: "Name"))
564
+ Filter.add_member(:values, Shapes::ShapeRef.new(shape: Values, location_name: "Values"))
565
+ Filter.struct_class = Types::Filter
566
+
567
+ Filters.member = Shapes::ShapeRef.new(shape: Filter)
568
+
569
+ Instance.add_member(:instance_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen19, required: true, location_name: "InstanceId"))
570
+ Instance.add_member(:availability_zone, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AvailabilityZone"))
571
+ Instance.add_member(:lifecycle_state, Shapes::ShapeRef.new(shape: LifecycleState, required: true, location_name: "LifecycleState"))
572
+ Instance.add_member(:health_status, Shapes::ShapeRef.new(shape: XmlStringMaxLen32, required: true, location_name: "HealthStatus"))
573
+ Instance.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "LaunchConfigurationName"))
574
+ Instance.add_member(:protected_from_scale_in, Shapes::ShapeRef.new(shape: InstanceProtected, required: true, location_name: "ProtectedFromScaleIn"))
575
+ Instance.struct_class = Types::Instance
576
+
577
+ InstanceIds.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen19)
578
+
579
+ InstanceMonitoring.add_member(:enabled, Shapes::ShapeRef.new(shape: MonitoringEnabled, location_name: "Enabled"))
580
+ InstanceMonitoring.struct_class = Types::InstanceMonitoring
579
581
 
580
- InstanceMonitoring.add_member(:enabled, Shapes::ShapeRef.new(shape: MonitoringEnabled, location_name: "Enabled"))
581
- InstanceMonitoring.struct_class = Types::InstanceMonitoring
582
+ Instances.member = Shapes::ShapeRef.new(shape: Instance)
582
583
 
583
- Instances.member = Shapes::ShapeRef.new(shape: Instance)
584
+ LaunchConfiguration.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "LaunchConfigurationName"))
585
+ LaunchConfiguration.add_member(:launch_configuration_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "LaunchConfigurationARN"))
586
+ LaunchConfiguration.add_member(:image_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "ImageId"))
587
+ LaunchConfiguration.add_member(:key_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "KeyName"))
588
+ LaunchConfiguration.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "SecurityGroups"))
589
+ LaunchConfiguration.add_member(:classic_link_vpc_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "ClassicLinkVPCId"))
590
+ LaunchConfiguration.add_member(:classic_link_vpc_security_groups, Shapes::ShapeRef.new(shape: ClassicLinkVPCSecurityGroups, location_name: "ClassicLinkVPCSecurityGroups"))
591
+ LaunchConfiguration.add_member(:user_data, Shapes::ShapeRef.new(shape: XmlStringUserData, location_name: "UserData"))
592
+ LaunchConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "InstanceType"))
593
+ LaunchConfiguration.add_member(:kernel_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "KernelId"))
594
+ LaunchConfiguration.add_member(:ramdisk_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "RamdiskId"))
595
+ LaunchConfiguration.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: BlockDeviceMappings, location_name: "BlockDeviceMappings"))
596
+ LaunchConfiguration.add_member(:instance_monitoring, Shapes::ShapeRef.new(shape: InstanceMonitoring, location_name: "InstanceMonitoring"))
597
+ LaunchConfiguration.add_member(:spot_price, Shapes::ShapeRef.new(shape: SpotPrice, location_name: "SpotPrice"))
598
+ LaunchConfiguration.add_member(:iam_instance_profile, Shapes::ShapeRef.new(shape: XmlStringMaxLen1600, location_name: "IamInstanceProfile"))
599
+ LaunchConfiguration.add_member(:created_time, Shapes::ShapeRef.new(shape: TimestampType, required: true, location_name: "CreatedTime"))
600
+ LaunchConfiguration.add_member(:ebs_optimized, Shapes::ShapeRef.new(shape: EbsOptimized, location_name: "EbsOptimized"))
601
+ LaunchConfiguration.add_member(:associate_public_ip_address, Shapes::ShapeRef.new(shape: AssociatePublicIpAddress, location_name: "AssociatePublicIpAddress"))
602
+ LaunchConfiguration.add_member(:placement_tenancy, Shapes::ShapeRef.new(shape: XmlStringMaxLen64, location_name: "PlacementTenancy"))
603
+ LaunchConfiguration.struct_class = Types::LaunchConfiguration
584
604
 
585
- LaunchConfiguration.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "LaunchConfigurationName"))
586
- LaunchConfiguration.add_member(:launch_configuration_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "LaunchConfigurationARN"))
587
- LaunchConfiguration.add_member(:image_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "ImageId"))
588
- LaunchConfiguration.add_member(:key_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "KeyName"))
589
- LaunchConfiguration.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "SecurityGroups"))
590
- LaunchConfiguration.add_member(:classic_link_vpc_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "ClassicLinkVPCId"))
591
- LaunchConfiguration.add_member(:classic_link_vpc_security_groups, Shapes::ShapeRef.new(shape: ClassicLinkVPCSecurityGroups, location_name: "ClassicLinkVPCSecurityGroups"))
592
- LaunchConfiguration.add_member(:user_data, Shapes::ShapeRef.new(shape: XmlStringUserData, location_name: "UserData"))
593
- LaunchConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "InstanceType"))
594
- LaunchConfiguration.add_member(:kernel_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "KernelId"))
595
- LaunchConfiguration.add_member(:ramdisk_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "RamdiskId"))
596
- LaunchConfiguration.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: BlockDeviceMappings, location_name: "BlockDeviceMappings"))
597
- LaunchConfiguration.add_member(:instance_monitoring, Shapes::ShapeRef.new(shape: InstanceMonitoring, location_name: "InstanceMonitoring"))
598
- LaunchConfiguration.add_member(:spot_price, Shapes::ShapeRef.new(shape: SpotPrice, location_name: "SpotPrice"))
599
- LaunchConfiguration.add_member(:iam_instance_profile, Shapes::ShapeRef.new(shape: XmlStringMaxLen1600, location_name: "IamInstanceProfile"))
600
- LaunchConfiguration.add_member(:created_time, Shapes::ShapeRef.new(shape: TimestampType, required: true, location_name: "CreatedTime"))
601
- LaunchConfiguration.add_member(:ebs_optimized, Shapes::ShapeRef.new(shape: EbsOptimized, location_name: "EbsOptimized"))
602
- LaunchConfiguration.add_member(:associate_public_ip_address, Shapes::ShapeRef.new(shape: AssociatePublicIpAddress, location_name: "AssociatePublicIpAddress"))
603
- LaunchConfiguration.add_member(:placement_tenancy, Shapes::ShapeRef.new(shape: XmlStringMaxLen64, location_name: "PlacementTenancy"))
604
- LaunchConfiguration.struct_class = Types::LaunchConfiguration
605
+ LaunchConfigurationNameType.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "LaunchConfigurationName"))
606
+ LaunchConfigurationNameType.struct_class = Types::LaunchConfigurationNameType
605
607
 
606
- LaunchConfigurationNameType.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "LaunchConfigurationName"))
607
- LaunchConfigurationNameType.struct_class = Types::LaunchConfigurationNameType
608
+ LaunchConfigurationNames.member = Shapes::ShapeRef.new(shape: ResourceName)
608
609
 
609
- LaunchConfigurationNames.member = Shapes::ShapeRef.new(shape: ResourceName)
610
+ LaunchConfigurationNamesType.add_member(:launch_configuration_names, Shapes::ShapeRef.new(shape: LaunchConfigurationNames, location_name: "LaunchConfigurationNames"))
611
+ LaunchConfigurationNamesType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
612
+ LaunchConfigurationNamesType.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
613
+ LaunchConfigurationNamesType.struct_class = Types::LaunchConfigurationNamesType
614
+
615
+ LaunchConfigurations.member = Shapes::ShapeRef.new(shape: LaunchConfiguration)
616
+
617
+ LaunchConfigurationsType.add_member(:launch_configurations, Shapes::ShapeRef.new(shape: LaunchConfigurations, required: true, location_name: "LaunchConfigurations"))
618
+ LaunchConfigurationsType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
619
+ LaunchConfigurationsType.struct_class = Types::LaunchConfigurationsType
620
+
621
+ LifecycleHook.add_member(:lifecycle_hook_name, Shapes::ShapeRef.new(shape: AsciiStringMaxLen255, location_name: "LifecycleHookName"))
622
+ LifecycleHook.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "AutoScalingGroupName"))
623
+ LifecycleHook.add_member(:lifecycle_transition, Shapes::ShapeRef.new(shape: LifecycleTransition, location_name: "LifecycleTransition"))
624
+ LifecycleHook.add_member(:notification_target_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "NotificationTargetARN"))
625
+ LifecycleHook.add_member(:role_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "RoleARN"))
626
+ LifecycleHook.add_member(:notification_metadata, Shapes::ShapeRef.new(shape: XmlStringMaxLen1023, location_name: "NotificationMetadata"))
627
+ LifecycleHook.add_member(:heartbeat_timeout, Shapes::ShapeRef.new(shape: HeartbeatTimeout, location_name: "HeartbeatTimeout"))
628
+ LifecycleHook.add_member(:global_timeout, Shapes::ShapeRef.new(shape: GlobalTimeout, location_name: "GlobalTimeout"))
629
+ LifecycleHook.add_member(:default_result, Shapes::ShapeRef.new(shape: LifecycleActionResult, location_name: "DefaultResult"))
630
+ LifecycleHook.struct_class = Types::LifecycleHook
631
+
632
+ LifecycleHookNames.member = Shapes::ShapeRef.new(shape: AsciiStringMaxLen255)
633
+
634
+ LifecycleHooks.member = Shapes::ShapeRef.new(shape: LifecycleHook)
635
+
636
+ LoadBalancerNames.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
637
+
638
+ LoadBalancerState.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "LoadBalancerName"))
639
+ LoadBalancerState.add_member(:state, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "State"))
640
+ LoadBalancerState.struct_class = Types::LoadBalancerState
641
+
642
+ LoadBalancerStates.member = Shapes::ShapeRef.new(shape: LoadBalancerState)
643
+
644
+ LoadBalancerTargetGroupState.add_member(:load_balancer_target_group_arn, Shapes::ShapeRef.new(shape: XmlStringMaxLen511, location_name: "LoadBalancerTargetGroupARN"))
645
+ LoadBalancerTargetGroupState.add_member(:state, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "State"))
646
+ LoadBalancerTargetGroupState.struct_class = Types::LoadBalancerTargetGroupState
647
+
648
+ LoadBalancerTargetGroupStates.member = Shapes::ShapeRef.new(shape: LoadBalancerTargetGroupState)
649
+
650
+ MetricCollectionType.add_member(:metric, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "Metric"))
651
+ MetricCollectionType.struct_class = Types::MetricCollectionType
652
+
653
+ MetricCollectionTypes.member = Shapes::ShapeRef.new(shape: MetricCollectionType)
654
+
655
+ MetricGranularityType.add_member(:granularity, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "Granularity"))
656
+ MetricGranularityType.struct_class = Types::MetricGranularityType
657
+
658
+ MetricGranularityTypes.member = Shapes::ShapeRef.new(shape: MetricGranularityType)
659
+
660
+ Metrics.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
661
+
662
+ NotificationConfiguration.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "AutoScalingGroupName"))
663
+ NotificationConfiguration.add_member(:topic_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "TopicARN"))
664
+ NotificationConfiguration.add_member(:notification_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "NotificationType"))
665
+ NotificationConfiguration.struct_class = Types::NotificationConfiguration
666
+
667
+ NotificationConfigurations.member = Shapes::ShapeRef.new(shape: NotificationConfiguration)
668
+
669
+ PoliciesType.add_member(:scaling_policies, Shapes::ShapeRef.new(shape: ScalingPolicies, location_name: "ScalingPolicies"))
670
+ PoliciesType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
671
+ PoliciesType.struct_class = Types::PoliciesType
672
+
673
+ PolicyARNType.add_member(:policy_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "PolicyARN"))
674
+ PolicyARNType.struct_class = Types::PolicyARNType
675
+
676
+ PolicyNames.member = Shapes::ShapeRef.new(shape: ResourceName)
677
+
678
+ PolicyTypes.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen64)
679
+
680
+ ProcessNames.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
681
+
682
+ ProcessType.add_member(:process_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "ProcessName"))
683
+ ProcessType.struct_class = Types::ProcessType
684
+
685
+ Processes.member = Shapes::ShapeRef.new(shape: ProcessType)
686
+
687
+ ProcessesType.add_member(:processes, Shapes::ShapeRef.new(shape: Processes, location_name: "Processes"))
688
+ ProcessesType.struct_class = Types::ProcessesType
689
+
690
+ PutLifecycleHookAnswer.struct_class = Types::PutLifecycleHookAnswer
691
+
692
+ PutLifecycleHookType.add_member(:lifecycle_hook_name, Shapes::ShapeRef.new(shape: AsciiStringMaxLen255, required: true, location_name: "LifecycleHookName"))
693
+ PutLifecycleHookType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
694
+ PutLifecycleHookType.add_member(:lifecycle_transition, Shapes::ShapeRef.new(shape: LifecycleTransition, location_name: "LifecycleTransition"))
695
+ PutLifecycleHookType.add_member(:role_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "RoleARN"))
696
+ PutLifecycleHookType.add_member(:notification_target_arn, Shapes::ShapeRef.new(shape: NotificationTargetResourceName, location_name: "NotificationTargetARN"))
697
+ PutLifecycleHookType.add_member(:notification_metadata, Shapes::ShapeRef.new(shape: XmlStringMaxLen1023, location_name: "NotificationMetadata"))
698
+ PutLifecycleHookType.add_member(:heartbeat_timeout, Shapes::ShapeRef.new(shape: HeartbeatTimeout, location_name: "HeartbeatTimeout"))
699
+ PutLifecycleHookType.add_member(:default_result, Shapes::ShapeRef.new(shape: LifecycleActionResult, location_name: "DefaultResult"))
700
+ PutLifecycleHookType.struct_class = Types::PutLifecycleHookType
701
+
702
+ PutNotificationConfigurationType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
703
+ PutNotificationConfigurationType.add_member(:topic_arn, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "TopicARN"))
704
+ PutNotificationConfigurationType.add_member(:notification_types, Shapes::ShapeRef.new(shape: AutoScalingNotificationTypes, required: true, location_name: "NotificationTypes"))
705
+ PutNotificationConfigurationType.struct_class = Types::PutNotificationConfigurationType
706
+
707
+ PutScalingPolicyType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
708
+ PutScalingPolicyType.add_member(:policy_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "PolicyName"))
709
+ PutScalingPolicyType.add_member(:policy_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen64, location_name: "PolicyType"))
710
+ PutScalingPolicyType.add_member(:adjustment_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AdjustmentType"))
711
+ PutScalingPolicyType.add_member(:min_adjustment_step, Shapes::ShapeRef.new(shape: MinAdjustmentStep, deprecated: true, location_name: "MinAdjustmentStep"))
712
+ PutScalingPolicyType.add_member(:min_adjustment_magnitude, Shapes::ShapeRef.new(shape: MinAdjustmentMagnitude, location_name: "MinAdjustmentMagnitude"))
713
+ PutScalingPolicyType.add_member(:scaling_adjustment, Shapes::ShapeRef.new(shape: PolicyIncrement, location_name: "ScalingAdjustment"))
714
+ PutScalingPolicyType.add_member(:cooldown, Shapes::ShapeRef.new(shape: Cooldown, location_name: "Cooldown"))
715
+ PutScalingPolicyType.add_member(:metric_aggregation_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen32, location_name: "MetricAggregationType"))
716
+ PutScalingPolicyType.add_member(:step_adjustments, Shapes::ShapeRef.new(shape: StepAdjustments, location_name: "StepAdjustments"))
717
+ PutScalingPolicyType.add_member(:estimated_instance_warmup, Shapes::ShapeRef.new(shape: EstimatedInstanceWarmup, location_name: "EstimatedInstanceWarmup"))
718
+ PutScalingPolicyType.struct_class = Types::PutScalingPolicyType
719
+
720
+ PutScheduledUpdateGroupActionType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
721
+ PutScheduledUpdateGroupActionType.add_member(:scheduled_action_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "ScheduledActionName"))
722
+ PutScheduledUpdateGroupActionType.add_member(:time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "Time"))
723
+ PutScheduledUpdateGroupActionType.add_member(:start_time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "StartTime"))
724
+ PutScheduledUpdateGroupActionType.add_member(:end_time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "EndTime"))
725
+ PutScheduledUpdateGroupActionType.add_member(:recurrence, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "Recurrence"))
726
+ PutScheduledUpdateGroupActionType.add_member(:min_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMinSize, location_name: "MinSize"))
727
+ PutScheduledUpdateGroupActionType.add_member(:max_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMaxSize, location_name: "MaxSize"))
728
+ PutScheduledUpdateGroupActionType.add_member(:desired_capacity, Shapes::ShapeRef.new(shape: AutoScalingGroupDesiredCapacity, location_name: "DesiredCapacity"))
729
+ PutScheduledUpdateGroupActionType.struct_class = Types::PutScheduledUpdateGroupActionType
610
730
 
611
- LaunchConfigurationNamesType.add_member(:launch_configuration_names, Shapes::ShapeRef.new(shape: LaunchConfigurationNames, location_name: "LaunchConfigurationNames"))
612
- LaunchConfigurationNamesType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
613
- LaunchConfigurationNamesType.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
614
- LaunchConfigurationNamesType.struct_class = Types::LaunchConfigurationNamesType
615
-
616
- LaunchConfigurations.member = Shapes::ShapeRef.new(shape: LaunchConfiguration)
617
-
618
- LaunchConfigurationsType.add_member(:launch_configurations, Shapes::ShapeRef.new(shape: LaunchConfigurations, required: true, location_name: "LaunchConfigurations"))
619
- LaunchConfigurationsType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
620
- LaunchConfigurationsType.struct_class = Types::LaunchConfigurationsType
621
-
622
- LifecycleHook.add_member(:lifecycle_hook_name, Shapes::ShapeRef.new(shape: AsciiStringMaxLen255, location_name: "LifecycleHookName"))
623
- LifecycleHook.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "AutoScalingGroupName"))
624
- LifecycleHook.add_member(:lifecycle_transition, Shapes::ShapeRef.new(shape: LifecycleTransition, location_name: "LifecycleTransition"))
625
- LifecycleHook.add_member(:notification_target_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "NotificationTargetARN"))
626
- LifecycleHook.add_member(:role_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "RoleARN"))
627
- LifecycleHook.add_member(:notification_metadata, Shapes::ShapeRef.new(shape: XmlStringMaxLen1023, location_name: "NotificationMetadata"))
628
- LifecycleHook.add_member(:heartbeat_timeout, Shapes::ShapeRef.new(shape: HeartbeatTimeout, location_name: "HeartbeatTimeout"))
629
- LifecycleHook.add_member(:global_timeout, Shapes::ShapeRef.new(shape: GlobalTimeout, location_name: "GlobalTimeout"))
630
- LifecycleHook.add_member(:default_result, Shapes::ShapeRef.new(shape: LifecycleActionResult, location_name: "DefaultResult"))
631
- LifecycleHook.struct_class = Types::LifecycleHook
632
-
633
- LifecycleHookNames.member = Shapes::ShapeRef.new(shape: AsciiStringMaxLen255)
634
-
635
- LifecycleHooks.member = Shapes::ShapeRef.new(shape: LifecycleHook)
636
-
637
- LoadBalancerNames.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
638
-
639
- LoadBalancerState.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "LoadBalancerName"))
640
- LoadBalancerState.add_member(:state, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "State"))
641
- LoadBalancerState.struct_class = Types::LoadBalancerState
642
-
643
- LoadBalancerStates.member = Shapes::ShapeRef.new(shape: LoadBalancerState)
644
-
645
- LoadBalancerTargetGroupState.add_member(:load_balancer_target_group_arn, Shapes::ShapeRef.new(shape: XmlStringMaxLen511, location_name: "LoadBalancerTargetGroupARN"))
646
- LoadBalancerTargetGroupState.add_member(:state, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "State"))
647
- LoadBalancerTargetGroupState.struct_class = Types::LoadBalancerTargetGroupState
648
-
649
- LoadBalancerTargetGroupStates.member = Shapes::ShapeRef.new(shape: LoadBalancerTargetGroupState)
650
-
651
- MetricCollectionType.add_member(:metric, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "Metric"))
652
- MetricCollectionType.struct_class = Types::MetricCollectionType
653
-
654
- MetricCollectionTypes.member = Shapes::ShapeRef.new(shape: MetricCollectionType)
655
-
656
- MetricGranularityType.add_member(:granularity, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "Granularity"))
657
- MetricGranularityType.struct_class = Types::MetricGranularityType
658
-
659
- MetricGranularityTypes.member = Shapes::ShapeRef.new(shape: MetricGranularityType)
660
-
661
- Metrics.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
662
-
663
- NotificationConfiguration.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "AutoScalingGroupName"))
664
- NotificationConfiguration.add_member(:topic_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "TopicARN"))
665
- NotificationConfiguration.add_member(:notification_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "NotificationType"))
666
- NotificationConfiguration.struct_class = Types::NotificationConfiguration
667
-
668
- NotificationConfigurations.member = Shapes::ShapeRef.new(shape: NotificationConfiguration)
669
-
670
- PoliciesType.add_member(:scaling_policies, Shapes::ShapeRef.new(shape: ScalingPolicies, location_name: "ScalingPolicies"))
671
- PoliciesType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
672
- PoliciesType.struct_class = Types::PoliciesType
673
-
674
- PolicyARNType.add_member(:policy_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "PolicyARN"))
675
- PolicyARNType.struct_class = Types::PolicyARNType
676
-
677
- PolicyNames.member = Shapes::ShapeRef.new(shape: ResourceName)
678
-
679
- PolicyTypes.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen64)
680
-
681
- ProcessNames.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
682
-
683
- ProcessType.add_member(:process_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "ProcessName"))
684
- ProcessType.struct_class = Types::ProcessType
685
-
686
- Processes.member = Shapes::ShapeRef.new(shape: ProcessType)
687
-
688
- ProcessesType.add_member(:processes, Shapes::ShapeRef.new(shape: Processes, location_name: "Processes"))
689
- ProcessesType.struct_class = Types::ProcessesType
690
-
691
- PutLifecycleHookAnswer.struct_class = Types::PutLifecycleHookAnswer
692
-
693
- PutLifecycleHookType.add_member(:lifecycle_hook_name, Shapes::ShapeRef.new(shape: AsciiStringMaxLen255, required: true, location_name: "LifecycleHookName"))
694
- PutLifecycleHookType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
695
- PutLifecycleHookType.add_member(:lifecycle_transition, Shapes::ShapeRef.new(shape: LifecycleTransition, location_name: "LifecycleTransition"))
696
- PutLifecycleHookType.add_member(:role_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "RoleARN"))
697
- PutLifecycleHookType.add_member(:notification_target_arn, Shapes::ShapeRef.new(shape: NotificationTargetResourceName, location_name: "NotificationTargetARN"))
698
- PutLifecycleHookType.add_member(:notification_metadata, Shapes::ShapeRef.new(shape: XmlStringMaxLen1023, location_name: "NotificationMetadata"))
699
- PutLifecycleHookType.add_member(:heartbeat_timeout, Shapes::ShapeRef.new(shape: HeartbeatTimeout, location_name: "HeartbeatTimeout"))
700
- PutLifecycleHookType.add_member(:default_result, Shapes::ShapeRef.new(shape: LifecycleActionResult, location_name: "DefaultResult"))
701
- PutLifecycleHookType.struct_class = Types::PutLifecycleHookType
702
-
703
- PutNotificationConfigurationType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
704
- PutNotificationConfigurationType.add_member(:topic_arn, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "TopicARN"))
705
- PutNotificationConfigurationType.add_member(:notification_types, Shapes::ShapeRef.new(shape: AutoScalingNotificationTypes, required: true, location_name: "NotificationTypes"))
706
- PutNotificationConfigurationType.struct_class = Types::PutNotificationConfigurationType
707
-
708
- PutScalingPolicyType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
709
- PutScalingPolicyType.add_member(:policy_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "PolicyName"))
710
- PutScalingPolicyType.add_member(:policy_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen64, location_name: "PolicyType"))
711
- PutScalingPolicyType.add_member(:adjustment_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AdjustmentType"))
712
- PutScalingPolicyType.add_member(:min_adjustment_step, Shapes::ShapeRef.new(shape: MinAdjustmentStep, deprecated: true, location_name: "MinAdjustmentStep"))
713
- PutScalingPolicyType.add_member(:min_adjustment_magnitude, Shapes::ShapeRef.new(shape: MinAdjustmentMagnitude, location_name: "MinAdjustmentMagnitude"))
714
- PutScalingPolicyType.add_member(:scaling_adjustment, Shapes::ShapeRef.new(shape: PolicyIncrement, location_name: "ScalingAdjustment"))
715
- PutScalingPolicyType.add_member(:cooldown, Shapes::ShapeRef.new(shape: Cooldown, location_name: "Cooldown"))
716
- PutScalingPolicyType.add_member(:metric_aggregation_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen32, location_name: "MetricAggregationType"))
717
- PutScalingPolicyType.add_member(:step_adjustments, Shapes::ShapeRef.new(shape: StepAdjustments, location_name: "StepAdjustments"))
718
- PutScalingPolicyType.add_member(:estimated_instance_warmup, Shapes::ShapeRef.new(shape: EstimatedInstanceWarmup, location_name: "EstimatedInstanceWarmup"))
719
- PutScalingPolicyType.struct_class = Types::PutScalingPolicyType
720
-
721
- PutScheduledUpdateGroupActionType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
722
- PutScheduledUpdateGroupActionType.add_member(:scheduled_action_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "ScheduledActionName"))
723
- PutScheduledUpdateGroupActionType.add_member(:time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "Time"))
724
- PutScheduledUpdateGroupActionType.add_member(:start_time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "StartTime"))
725
- PutScheduledUpdateGroupActionType.add_member(:end_time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "EndTime"))
726
- PutScheduledUpdateGroupActionType.add_member(:recurrence, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "Recurrence"))
727
- PutScheduledUpdateGroupActionType.add_member(:min_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMinSize, location_name: "MinSize"))
728
- PutScheduledUpdateGroupActionType.add_member(:max_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMaxSize, location_name: "MaxSize"))
729
- PutScheduledUpdateGroupActionType.add_member(:desired_capacity, Shapes::ShapeRef.new(shape: AutoScalingGroupDesiredCapacity, location_name: "DesiredCapacity"))
730
- PutScheduledUpdateGroupActionType.struct_class = Types::PutScheduledUpdateGroupActionType
731
+ RecordLifecycleActionHeartbeatAnswer.struct_class = Types::RecordLifecycleActionHeartbeatAnswer
732
+
733
+ RecordLifecycleActionHeartbeatType.add_member(:lifecycle_hook_name, Shapes::ShapeRef.new(shape: AsciiStringMaxLen255, required: true, location_name: "LifecycleHookName"))
734
+ RecordLifecycleActionHeartbeatType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
735
+ RecordLifecycleActionHeartbeatType.add_member(:lifecycle_action_token, Shapes::ShapeRef.new(shape: LifecycleActionToken, location_name: "LifecycleActionToken"))
736
+ RecordLifecycleActionHeartbeatType.add_member(:instance_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen19, location_name: "InstanceId"))
737
+ RecordLifecycleActionHeartbeatType.struct_class = Types::RecordLifecycleActionHeartbeatType
738
+
739
+ ScalingPolicies.member = Shapes::ShapeRef.new(shape: ScalingPolicy)
740
+
741
+ ScalingPolicy.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "AutoScalingGroupName"))
742
+ ScalingPolicy.add_member(:policy_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "PolicyName"))
743
+ ScalingPolicy.add_member(:policy_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "PolicyARN"))
744
+ ScalingPolicy.add_member(:policy_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen64, location_name: "PolicyType"))
745
+ ScalingPolicy.add_member(:adjustment_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "AdjustmentType"))
746
+ ScalingPolicy.add_member(:min_adjustment_step, Shapes::ShapeRef.new(shape: MinAdjustmentStep, deprecated: true, location_name: "MinAdjustmentStep"))
747
+ ScalingPolicy.add_member(:min_adjustment_magnitude, Shapes::ShapeRef.new(shape: MinAdjustmentMagnitude, location_name: "MinAdjustmentMagnitude"))
748
+ ScalingPolicy.add_member(:scaling_adjustment, Shapes::ShapeRef.new(shape: PolicyIncrement, location_name: "ScalingAdjustment"))
749
+ ScalingPolicy.add_member(:cooldown, Shapes::ShapeRef.new(shape: Cooldown, location_name: "Cooldown"))
750
+ ScalingPolicy.add_member(:step_adjustments, Shapes::ShapeRef.new(shape: StepAdjustments, location_name: "StepAdjustments"))
751
+ ScalingPolicy.add_member(:metric_aggregation_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen32, location_name: "MetricAggregationType"))
752
+ ScalingPolicy.add_member(:estimated_instance_warmup, Shapes::ShapeRef.new(shape: EstimatedInstanceWarmup, location_name: "EstimatedInstanceWarmup"))
753
+ ScalingPolicy.add_member(:alarms, Shapes::ShapeRef.new(shape: Alarms, location_name: "Alarms"))
754
+ ScalingPolicy.struct_class = Types::ScalingPolicy
755
+
756
+ ScalingProcessQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
757
+ ScalingProcessQuery.add_member(:scaling_processes, Shapes::ShapeRef.new(shape: ProcessNames, location_name: "ScalingProcesses"))
758
+ ScalingProcessQuery.struct_class = Types::ScalingProcessQuery
759
+
760
+ ScheduledActionNames.member = Shapes::ShapeRef.new(shape: ResourceName)
761
+
762
+ ScheduledActionsType.add_member(:scheduled_update_group_actions, Shapes::ShapeRef.new(shape: ScheduledUpdateGroupActions, location_name: "ScheduledUpdateGroupActions"))
763
+ ScheduledActionsType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
764
+ ScheduledActionsType.struct_class = Types::ScheduledActionsType
765
+
766
+ ScheduledUpdateGroupAction.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "AutoScalingGroupName"))
767
+ ScheduledUpdateGroupAction.add_member(:scheduled_action_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "ScheduledActionName"))
768
+ ScheduledUpdateGroupAction.add_member(:scheduled_action_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ScheduledActionARN"))
769
+ ScheduledUpdateGroupAction.add_member(:time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "Time"))
770
+ ScheduledUpdateGroupAction.add_member(:start_time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "StartTime"))
771
+ ScheduledUpdateGroupAction.add_member(:end_time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "EndTime"))
772
+ ScheduledUpdateGroupAction.add_member(:recurrence, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "Recurrence"))
773
+ ScheduledUpdateGroupAction.add_member(:min_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMinSize, location_name: "MinSize"))
774
+ ScheduledUpdateGroupAction.add_member(:max_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMaxSize, location_name: "MaxSize"))
775
+ ScheduledUpdateGroupAction.add_member(:desired_capacity, Shapes::ShapeRef.new(shape: AutoScalingGroupDesiredCapacity, location_name: "DesiredCapacity"))
776
+ ScheduledUpdateGroupAction.struct_class = Types::ScheduledUpdateGroupAction
777
+
778
+ ScheduledUpdateGroupActions.member = Shapes::ShapeRef.new(shape: ScheduledUpdateGroupAction)
779
+
780
+ SecurityGroups.member = Shapes::ShapeRef.new(shape: XmlString)
781
+
782
+ SetDesiredCapacityType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
783
+ SetDesiredCapacityType.add_member(:desired_capacity, Shapes::ShapeRef.new(shape: AutoScalingGroupDesiredCapacity, required: true, location_name: "DesiredCapacity"))
784
+ SetDesiredCapacityType.add_member(:honor_cooldown, Shapes::ShapeRef.new(shape: HonorCooldown, location_name: "HonorCooldown"))
785
+ SetDesiredCapacityType.struct_class = Types::SetDesiredCapacityType
786
+
787
+ SetInstanceHealthQuery.add_member(:instance_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen19, required: true, location_name: "InstanceId"))
788
+ SetInstanceHealthQuery.add_member(:health_status, Shapes::ShapeRef.new(shape: XmlStringMaxLen32, required: true, location_name: "HealthStatus"))
789
+ SetInstanceHealthQuery.add_member(:should_respect_grace_period, Shapes::ShapeRef.new(shape: ShouldRespectGracePeriod, location_name: "ShouldRespectGracePeriod"))
790
+ SetInstanceHealthQuery.struct_class = Types::SetInstanceHealthQuery
791
+
792
+ SetInstanceProtectionAnswer.struct_class = Types::SetInstanceProtectionAnswer
793
+
794
+ SetInstanceProtectionQuery.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIds, required: true, location_name: "InstanceIds"))
795
+ SetInstanceProtectionQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
796
+ SetInstanceProtectionQuery.add_member(:protected_from_scale_in, Shapes::ShapeRef.new(shape: ProtectedFromScaleIn, required: true, location_name: "ProtectedFromScaleIn"))
797
+ SetInstanceProtectionQuery.struct_class = Types::SetInstanceProtectionQuery
798
+
799
+ StepAdjustment.add_member(:metric_interval_lower_bound, Shapes::ShapeRef.new(shape: MetricScale, location_name: "MetricIntervalLowerBound"))
800
+ StepAdjustment.add_member(:metric_interval_upper_bound, Shapes::ShapeRef.new(shape: MetricScale, location_name: "MetricIntervalUpperBound"))
801
+ StepAdjustment.add_member(:scaling_adjustment, Shapes::ShapeRef.new(shape: PolicyIncrement, required: true, location_name: "ScalingAdjustment"))
802
+ StepAdjustment.struct_class = Types::StepAdjustment
803
+
804
+ StepAdjustments.member = Shapes::ShapeRef.new(shape: StepAdjustment)
805
+
806
+ SuspendedProcess.add_member(:process_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "ProcessName"))
807
+ SuspendedProcess.add_member(:suspension_reason, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "SuspensionReason"))
808
+ SuspendedProcess.struct_class = Types::SuspendedProcess
809
+
810
+ SuspendedProcesses.member = Shapes::ShapeRef.new(shape: SuspendedProcess)
811
+
812
+ Tag.add_member(:resource_id, Shapes::ShapeRef.new(shape: XmlString, location_name: "ResourceId"))
813
+ Tag.add_member(:resource_type, Shapes::ShapeRef.new(shape: XmlString, location_name: "ResourceType"))
814
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
815
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
816
+ Tag.add_member(:propagate_at_launch, Shapes::ShapeRef.new(shape: PropagateAtLaunch, location_name: "PropagateAtLaunch"))
817
+ Tag.struct_class = Types::Tag
818
+
819
+ TagDescription.add_member(:resource_id, Shapes::ShapeRef.new(shape: XmlString, location_name: "ResourceId"))
820
+ TagDescription.add_member(:resource_type, Shapes::ShapeRef.new(shape: XmlString, location_name: "ResourceType"))
821
+ TagDescription.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "Key"))
822
+ TagDescription.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
823
+ TagDescription.add_member(:propagate_at_launch, Shapes::ShapeRef.new(shape: PropagateAtLaunch, location_name: "PropagateAtLaunch"))
824
+ TagDescription.struct_class = Types::TagDescription
825
+
826
+ TagDescriptionList.member = Shapes::ShapeRef.new(shape: TagDescription)
827
+
828
+ Tags.member = Shapes::ShapeRef.new(shape: Tag)
829
+
830
+ TagsType.add_member(:tags, Shapes::ShapeRef.new(shape: TagDescriptionList, location_name: "Tags"))
831
+ TagsType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
832
+ TagsType.struct_class = Types::TagsType
833
+
834
+ TargetGroupARNs.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen511)
835
+
836
+ TerminateInstanceInAutoScalingGroupType.add_member(:instance_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen19, required: true, location_name: "InstanceId"))
837
+ TerminateInstanceInAutoScalingGroupType.add_member(:should_decrement_desired_capacity, Shapes::ShapeRef.new(shape: ShouldDecrementDesiredCapacity, required: true, location_name: "ShouldDecrementDesiredCapacity"))
838
+ TerminateInstanceInAutoScalingGroupType.struct_class = Types::TerminateInstanceInAutoScalingGroupType
839
+
840
+ TerminationPolicies.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen1600)
841
+
842
+ UpdateAutoScalingGroupType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
843
+ UpdateAutoScalingGroupType.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "LaunchConfigurationName"))
844
+ UpdateAutoScalingGroupType.add_member(:min_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMinSize, location_name: "MinSize"))
845
+ UpdateAutoScalingGroupType.add_member(:max_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMaxSize, location_name: "MaxSize"))
846
+ UpdateAutoScalingGroupType.add_member(:desired_capacity, Shapes::ShapeRef.new(shape: AutoScalingGroupDesiredCapacity, location_name: "DesiredCapacity"))
847
+ UpdateAutoScalingGroupType.add_member(:default_cooldown, Shapes::ShapeRef.new(shape: Cooldown, location_name: "DefaultCooldown"))
848
+ UpdateAutoScalingGroupType.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
849
+ UpdateAutoScalingGroupType.add_member(:health_check_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen32, location_name: "HealthCheckType"))
850
+ UpdateAutoScalingGroupType.add_member(:health_check_grace_period, Shapes::ShapeRef.new(shape: HealthCheckGracePeriod, location_name: "HealthCheckGracePeriod"))
851
+ UpdateAutoScalingGroupType.add_member(:placement_group, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "PlacementGroup"))
852
+ UpdateAutoScalingGroupType.add_member(:vpc_zone_identifier, Shapes::ShapeRef.new(shape: XmlStringMaxLen2047, location_name: "VPCZoneIdentifier"))
853
+ UpdateAutoScalingGroupType.add_member(:termination_policies, Shapes::ShapeRef.new(shape: TerminationPolicies, location_name: "TerminationPolicies"))
854
+ UpdateAutoScalingGroupType.add_member(:new_instances_protected_from_scale_in, Shapes::ShapeRef.new(shape: InstanceProtected, location_name: "NewInstancesProtectedFromScaleIn"))
855
+ UpdateAutoScalingGroupType.struct_class = Types::UpdateAutoScalingGroupType
856
+
857
+ Values.member = Shapes::ShapeRef.new(shape: XmlString)
731
858
 
732
- RecordLifecycleActionHeartbeatAnswer.struct_class = Types::RecordLifecycleActionHeartbeatAnswer
733
-
734
- RecordLifecycleActionHeartbeatType.add_member(:lifecycle_hook_name, Shapes::ShapeRef.new(shape: AsciiStringMaxLen255, required: true, location_name: "LifecycleHookName"))
735
- RecordLifecycleActionHeartbeatType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
736
- RecordLifecycleActionHeartbeatType.add_member(:lifecycle_action_token, Shapes::ShapeRef.new(shape: LifecycleActionToken, location_name: "LifecycleActionToken"))
737
- RecordLifecycleActionHeartbeatType.add_member(:instance_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen19, location_name: "InstanceId"))
738
- RecordLifecycleActionHeartbeatType.struct_class = Types::RecordLifecycleActionHeartbeatType
739
-
740
- ScalingPolicies.member = Shapes::ShapeRef.new(shape: ScalingPolicy)
741
-
742
- ScalingPolicy.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "AutoScalingGroupName"))
743
- ScalingPolicy.add_member(:policy_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "PolicyName"))
744
- ScalingPolicy.add_member(:policy_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "PolicyARN"))
745
- ScalingPolicy.add_member(:policy_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen64, location_name: "PolicyType"))
746
- ScalingPolicy.add_member(:adjustment_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "AdjustmentType"))
747
- ScalingPolicy.add_member(:min_adjustment_step, Shapes::ShapeRef.new(shape: MinAdjustmentStep, deprecated: true, location_name: "MinAdjustmentStep"))
748
- ScalingPolicy.add_member(:min_adjustment_magnitude, Shapes::ShapeRef.new(shape: MinAdjustmentMagnitude, location_name: "MinAdjustmentMagnitude"))
749
- ScalingPolicy.add_member(:scaling_adjustment, Shapes::ShapeRef.new(shape: PolicyIncrement, location_name: "ScalingAdjustment"))
750
- ScalingPolicy.add_member(:cooldown, Shapes::ShapeRef.new(shape: Cooldown, location_name: "Cooldown"))
751
- ScalingPolicy.add_member(:step_adjustments, Shapes::ShapeRef.new(shape: StepAdjustments, location_name: "StepAdjustments"))
752
- ScalingPolicy.add_member(:metric_aggregation_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen32, location_name: "MetricAggregationType"))
753
- ScalingPolicy.add_member(:estimated_instance_warmup, Shapes::ShapeRef.new(shape: EstimatedInstanceWarmup, location_name: "EstimatedInstanceWarmup"))
754
- ScalingPolicy.add_member(:alarms, Shapes::ShapeRef.new(shape: Alarms, location_name: "Alarms"))
755
- ScalingPolicy.struct_class = Types::ScalingPolicy
756
-
757
- ScalingProcessQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
758
- ScalingProcessQuery.add_member(:scaling_processes, Shapes::ShapeRef.new(shape: ProcessNames, location_name: "ScalingProcesses"))
759
- ScalingProcessQuery.struct_class = Types::ScalingProcessQuery
760
-
761
- ScheduledActionNames.member = Shapes::ShapeRef.new(shape: ResourceName)
762
-
763
- ScheduledActionsType.add_member(:scheduled_update_group_actions, Shapes::ShapeRef.new(shape: ScheduledUpdateGroupActions, location_name: "ScheduledUpdateGroupActions"))
764
- ScheduledActionsType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
765
- ScheduledActionsType.struct_class = Types::ScheduledActionsType
766
-
767
- ScheduledUpdateGroupAction.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "AutoScalingGroupName"))
768
- ScheduledUpdateGroupAction.add_member(:scheduled_action_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "ScheduledActionName"))
769
- ScheduledUpdateGroupAction.add_member(:scheduled_action_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ScheduledActionARN"))
770
- ScheduledUpdateGroupAction.add_member(:time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "Time"))
771
- ScheduledUpdateGroupAction.add_member(:start_time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "StartTime"))
772
- ScheduledUpdateGroupAction.add_member(:end_time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "EndTime"))
773
- ScheduledUpdateGroupAction.add_member(:recurrence, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "Recurrence"))
774
- ScheduledUpdateGroupAction.add_member(:min_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMinSize, location_name: "MinSize"))
775
- ScheduledUpdateGroupAction.add_member(:max_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMaxSize, location_name: "MaxSize"))
776
- ScheduledUpdateGroupAction.add_member(:desired_capacity, Shapes::ShapeRef.new(shape: AutoScalingGroupDesiredCapacity, location_name: "DesiredCapacity"))
777
- ScheduledUpdateGroupAction.struct_class = Types::ScheduledUpdateGroupAction
778
-
779
- ScheduledUpdateGroupActions.member = Shapes::ShapeRef.new(shape: ScheduledUpdateGroupAction)
780
-
781
- SecurityGroups.member = Shapes::ShapeRef.new(shape: XmlString)
782
-
783
- SetDesiredCapacityType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
784
- SetDesiredCapacityType.add_member(:desired_capacity, Shapes::ShapeRef.new(shape: AutoScalingGroupDesiredCapacity, required: true, location_name: "DesiredCapacity"))
785
- SetDesiredCapacityType.add_member(:honor_cooldown, Shapes::ShapeRef.new(shape: HonorCooldown, location_name: "HonorCooldown"))
786
- SetDesiredCapacityType.struct_class = Types::SetDesiredCapacityType
787
-
788
- SetInstanceHealthQuery.add_member(:instance_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen19, required: true, location_name: "InstanceId"))
789
- SetInstanceHealthQuery.add_member(:health_status, Shapes::ShapeRef.new(shape: XmlStringMaxLen32, required: true, location_name: "HealthStatus"))
790
- SetInstanceHealthQuery.add_member(:should_respect_grace_period, Shapes::ShapeRef.new(shape: ShouldRespectGracePeriod, location_name: "ShouldRespectGracePeriod"))
791
- SetInstanceHealthQuery.struct_class = Types::SetInstanceHealthQuery
792
-
793
- SetInstanceProtectionAnswer.struct_class = Types::SetInstanceProtectionAnswer
794
-
795
- SetInstanceProtectionQuery.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIds, required: true, location_name: "InstanceIds"))
796
- SetInstanceProtectionQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
797
- SetInstanceProtectionQuery.add_member(:protected_from_scale_in, Shapes::ShapeRef.new(shape: ProtectedFromScaleIn, required: true, location_name: "ProtectedFromScaleIn"))
798
- SetInstanceProtectionQuery.struct_class = Types::SetInstanceProtectionQuery
799
-
800
- StepAdjustment.add_member(:metric_interval_lower_bound, Shapes::ShapeRef.new(shape: MetricScale, location_name: "MetricIntervalLowerBound"))
801
- StepAdjustment.add_member(:metric_interval_upper_bound, Shapes::ShapeRef.new(shape: MetricScale, location_name: "MetricIntervalUpperBound"))
802
- StepAdjustment.add_member(:scaling_adjustment, Shapes::ShapeRef.new(shape: PolicyIncrement, required: true, location_name: "ScalingAdjustment"))
803
- StepAdjustment.struct_class = Types::StepAdjustment
804
-
805
- StepAdjustments.member = Shapes::ShapeRef.new(shape: StepAdjustment)
806
-
807
- SuspendedProcess.add_member(:process_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "ProcessName"))
808
- SuspendedProcess.add_member(:suspension_reason, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "SuspensionReason"))
809
- SuspendedProcess.struct_class = Types::SuspendedProcess
810
-
811
- SuspendedProcesses.member = Shapes::ShapeRef.new(shape: SuspendedProcess)
812
-
813
- Tag.add_member(:resource_id, Shapes::ShapeRef.new(shape: XmlString, location_name: "ResourceId"))
814
- Tag.add_member(:resource_type, Shapes::ShapeRef.new(shape: XmlString, location_name: "ResourceType"))
815
- Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
816
- Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
817
- Tag.add_member(:propagate_at_launch, Shapes::ShapeRef.new(shape: PropagateAtLaunch, location_name: "PropagateAtLaunch"))
818
- Tag.struct_class = Types::Tag
819
-
820
- TagDescription.add_member(:resource_id, Shapes::ShapeRef.new(shape: XmlString, location_name: "ResourceId"))
821
- TagDescription.add_member(:resource_type, Shapes::ShapeRef.new(shape: XmlString, location_name: "ResourceType"))
822
- TagDescription.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "Key"))
823
- TagDescription.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
824
- TagDescription.add_member(:propagate_at_launch, Shapes::ShapeRef.new(shape: PropagateAtLaunch, location_name: "PropagateAtLaunch"))
825
- TagDescription.struct_class = Types::TagDescription
826
-
827
- TagDescriptionList.member = Shapes::ShapeRef.new(shape: TagDescription)
828
-
829
- Tags.member = Shapes::ShapeRef.new(shape: Tag)
830
-
831
- TagsType.add_member(:tags, Shapes::ShapeRef.new(shape: TagDescriptionList, location_name: "Tags"))
832
- TagsType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
833
- TagsType.struct_class = Types::TagsType
834
-
835
- TargetGroupARNs.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen511)
836
-
837
- TerminateInstanceInAutoScalingGroupType.add_member(:instance_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen19, required: true, location_name: "InstanceId"))
838
- TerminateInstanceInAutoScalingGroupType.add_member(:should_decrement_desired_capacity, Shapes::ShapeRef.new(shape: ShouldDecrementDesiredCapacity, required: true, location_name: "ShouldDecrementDesiredCapacity"))
839
- TerminateInstanceInAutoScalingGroupType.struct_class = Types::TerminateInstanceInAutoScalingGroupType
840
-
841
- TerminationPolicies.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen1600)
842
-
843
- UpdateAutoScalingGroupType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
844
- UpdateAutoScalingGroupType.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "LaunchConfigurationName"))
845
- UpdateAutoScalingGroupType.add_member(:min_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMinSize, location_name: "MinSize"))
846
- UpdateAutoScalingGroupType.add_member(:max_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMaxSize, location_name: "MaxSize"))
847
- UpdateAutoScalingGroupType.add_member(:desired_capacity, Shapes::ShapeRef.new(shape: AutoScalingGroupDesiredCapacity, location_name: "DesiredCapacity"))
848
- UpdateAutoScalingGroupType.add_member(:default_cooldown, Shapes::ShapeRef.new(shape: Cooldown, location_name: "DefaultCooldown"))
849
- UpdateAutoScalingGroupType.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
850
- UpdateAutoScalingGroupType.add_member(:health_check_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen32, location_name: "HealthCheckType"))
851
- UpdateAutoScalingGroupType.add_member(:health_check_grace_period, Shapes::ShapeRef.new(shape: HealthCheckGracePeriod, location_name: "HealthCheckGracePeriod"))
852
- UpdateAutoScalingGroupType.add_member(:placement_group, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "PlacementGroup"))
853
- UpdateAutoScalingGroupType.add_member(:vpc_zone_identifier, Shapes::ShapeRef.new(shape: XmlStringMaxLen2047, location_name: "VPCZoneIdentifier"))
854
- UpdateAutoScalingGroupType.add_member(:termination_policies, Shapes::ShapeRef.new(shape: TerminationPolicies, location_name: "TerminationPolicies"))
855
- UpdateAutoScalingGroupType.add_member(:new_instances_protected_from_scale_in, Shapes::ShapeRef.new(shape: InstanceProtected, location_name: "NewInstancesProtectedFromScaleIn"))
856
- UpdateAutoScalingGroupType.struct_class = Types::UpdateAutoScalingGroupType
857
-
858
- Values.member = Shapes::ShapeRef.new(shape: XmlString)
859
-
860
-
861
- # @api private
862
- API = Seahorse::Model::Api.new.tap do |api|
863
-
864
- api.version = "2011-01-01"
865
-
866
- api.metadata = {
867
- "endpointPrefix" => "autoscaling",
868
- "protocol" => "query",
869
- "serviceFullName" => "Auto Scaling",
870
- "signatureVersion" => "v4",
871
- "xmlNamespace" => "http://autoscaling.amazonaws.com/doc/2011-01-01/",
872
- }
873
-
874
- api.add_operation(:attach_instances, Seahorse::Model::Operation.new.tap do |o|
875
- o.name = "AttachInstances"
876
- o.http_method = "POST"
877
- o.http_request_uri = "/"
878
- o.input = Shapes::ShapeRef.new(shape: AttachInstancesQuery)
879
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
880
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
881
- end)
882
-
883
- api.add_operation(:attach_load_balancer_target_groups, Seahorse::Model::Operation.new.tap do |o|
884
- o.name = "AttachLoadBalancerTargetGroups"
885
- o.http_method = "POST"
886
- o.http_request_uri = "/"
887
- o.input = Shapes::ShapeRef.new(shape: AttachLoadBalancerTargetGroupsType)
888
- o.output = Shapes::ShapeRef.new(shape: AttachLoadBalancerTargetGroupsResultType)
889
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
890
- end)
891
-
892
- api.add_operation(:attach_load_balancers, Seahorse::Model::Operation.new.tap do |o|
893
- o.name = "AttachLoadBalancers"
894
- o.http_method = "POST"
895
- o.http_request_uri = "/"
896
- o.input = Shapes::ShapeRef.new(shape: AttachLoadBalancersType)
897
- o.output = Shapes::ShapeRef.new(shape: AttachLoadBalancersResultType)
898
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
899
- end)
900
-
901
- api.add_operation(:complete_lifecycle_action, Seahorse::Model::Operation.new.tap do |o|
902
- o.name = "CompleteLifecycleAction"
903
- o.http_method = "POST"
904
- o.http_request_uri = "/"
905
- o.input = Shapes::ShapeRef.new(shape: CompleteLifecycleActionType)
906
- o.output = Shapes::ShapeRef.new(shape: CompleteLifecycleActionAnswer)
907
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
908
- end)
909
-
910
- api.add_operation(:create_auto_scaling_group, Seahorse::Model::Operation.new.tap do |o|
911
- o.name = "CreateAutoScalingGroup"
912
- o.http_method = "POST"
913
- o.http_request_uri = "/"
914
- o.input = Shapes::ShapeRef.new(shape: CreateAutoScalingGroupType)
915
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
916
- o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsFault)
917
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
918
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
919
- end)
920
-
921
- api.add_operation(:create_launch_configuration, Seahorse::Model::Operation.new.tap do |o|
922
- o.name = "CreateLaunchConfiguration"
923
- o.http_method = "POST"
924
- o.http_request_uri = "/"
925
- o.input = Shapes::ShapeRef.new(shape: CreateLaunchConfigurationType)
926
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
927
- o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsFault)
928
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
929
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
930
- end)
931
-
932
- api.add_operation(:create_or_update_tags, Seahorse::Model::Operation.new.tap do |o|
933
- o.name = "CreateOrUpdateTags"
934
- o.http_method = "POST"
935
- o.http_request_uri = "/"
936
- o.input = Shapes::ShapeRef.new(shape: CreateOrUpdateTagsType)
937
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
938
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
939
- o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsFault)
940
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
941
- end)
942
-
943
- api.add_operation(:delete_auto_scaling_group, Seahorse::Model::Operation.new.tap do |o|
944
- o.name = "DeleteAutoScalingGroup"
945
- o.http_method = "POST"
946
- o.http_request_uri = "/"
947
- o.input = Shapes::ShapeRef.new(shape: DeleteAutoScalingGroupType)
948
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
949
- o.errors << Shapes::ShapeRef.new(shape: ScalingActivityInProgressFault)
950
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUseFault)
951
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
952
- end)
953
-
954
- api.add_operation(:delete_launch_configuration, Seahorse::Model::Operation.new.tap do |o|
955
- o.name = "DeleteLaunchConfiguration"
956
- o.http_method = "POST"
957
- o.http_request_uri = "/"
958
- o.input = Shapes::ShapeRef.new(shape: LaunchConfigurationNameType)
959
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
960
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUseFault)
961
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
962
- end)
963
-
964
- api.add_operation(:delete_lifecycle_hook, Seahorse::Model::Operation.new.tap do |o|
965
- o.name = "DeleteLifecycleHook"
966
- o.http_method = "POST"
967
- o.http_request_uri = "/"
968
- o.input = Shapes::ShapeRef.new(shape: DeleteLifecycleHookType)
969
- o.output = Shapes::ShapeRef.new(shape: DeleteLifecycleHookAnswer)
970
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
971
- end)
972
-
973
- api.add_operation(:delete_notification_configuration, Seahorse::Model::Operation.new.tap do |o|
974
- o.name = "DeleteNotificationConfiguration"
975
- o.http_method = "POST"
976
- o.http_request_uri = "/"
977
- o.input = Shapes::ShapeRef.new(shape: DeleteNotificationConfigurationType)
978
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
979
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
980
- end)
981
-
982
- api.add_operation(:delete_policy, Seahorse::Model::Operation.new.tap do |o|
983
- o.name = "DeletePolicy"
984
- o.http_method = "POST"
985
- o.http_request_uri = "/"
986
- o.input = Shapes::ShapeRef.new(shape: DeletePolicyType)
987
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
988
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
989
- end)
990
-
991
- api.add_operation(:delete_scheduled_action, Seahorse::Model::Operation.new.tap do |o|
992
- o.name = "DeleteScheduledAction"
993
- o.http_method = "POST"
994
- o.http_request_uri = "/"
995
- o.input = Shapes::ShapeRef.new(shape: DeleteScheduledActionType)
996
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
997
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
998
- end)
999
-
1000
- api.add_operation(:delete_tags, Seahorse::Model::Operation.new.tap do |o|
1001
- o.name = "DeleteTags"
1002
- o.http_method = "POST"
1003
- o.http_request_uri = "/"
1004
- o.input = Shapes::ShapeRef.new(shape: DeleteTagsType)
1005
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1006
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1007
- end)
1008
-
1009
- api.add_operation(:describe_account_limits, Seahorse::Model::Operation.new.tap do |o|
1010
- o.name = "DescribeAccountLimits"
1011
- o.http_method = "POST"
1012
- o.http_request_uri = "/"
1013
- o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1014
- o.output = Shapes::ShapeRef.new(shape: DescribeAccountLimitsAnswer)
1015
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1016
- end)
1017
-
1018
- api.add_operation(:describe_adjustment_types, Seahorse::Model::Operation.new.tap do |o|
1019
- o.name = "DescribeAdjustmentTypes"
1020
- o.http_method = "POST"
1021
- o.http_request_uri = "/"
1022
- o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1023
- o.output = Shapes::ShapeRef.new(shape: DescribeAdjustmentTypesAnswer)
1024
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1025
- end)
1026
-
1027
- api.add_operation(:describe_auto_scaling_groups, Seahorse::Model::Operation.new.tap do |o|
1028
- o.name = "DescribeAutoScalingGroups"
1029
- o.http_method = "POST"
1030
- o.http_request_uri = "/"
1031
- o.input = Shapes::ShapeRef.new(shape: AutoScalingGroupNamesType)
1032
- o.output = Shapes::ShapeRef.new(shape: AutoScalingGroupsType)
1033
- o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
1034
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1035
- o[:pager] = Aws::Pager.new(
1036
- limit_key: "max_records",
1037
- tokens: {
1038
- "next_token" => "next_token"
1039
- }
1040
- )
1041
- end)
1042
-
1043
- api.add_operation(:describe_auto_scaling_instances, Seahorse::Model::Operation.new.tap do |o|
1044
- o.name = "DescribeAutoScalingInstances"
1045
- o.http_method = "POST"
1046
- o.http_request_uri = "/"
1047
- o.input = Shapes::ShapeRef.new(shape: DescribeAutoScalingInstancesType)
1048
- o.output = Shapes::ShapeRef.new(shape: AutoScalingInstancesType)
1049
- o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
1050
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1051
- o[:pager] = Aws::Pager.new(
1052
- limit_key: "max_records",
1053
- tokens: {
1054
- "next_token" => "next_token"
1055
- }
1056
- )
1057
- end)
1058
-
1059
- api.add_operation(:describe_auto_scaling_notification_types, Seahorse::Model::Operation.new.tap do |o|
1060
- o.name = "DescribeAutoScalingNotificationTypes"
1061
- o.http_method = "POST"
1062
- o.http_request_uri = "/"
1063
- o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1064
- o.output = Shapes::ShapeRef.new(shape: DescribeAutoScalingNotificationTypesAnswer)
1065
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1066
- end)
1067
-
1068
- api.add_operation(:describe_launch_configurations, Seahorse::Model::Operation.new.tap do |o|
1069
- o.name = "DescribeLaunchConfigurations"
1070
- o.http_method = "POST"
1071
- o.http_request_uri = "/"
1072
- o.input = Shapes::ShapeRef.new(shape: LaunchConfigurationNamesType)
1073
- o.output = Shapes::ShapeRef.new(shape: LaunchConfigurationsType)
1074
- o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
1075
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1076
- o[:pager] = Aws::Pager.new(
1077
- limit_key: "max_records",
1078
- tokens: {
1079
- "next_token" => "next_token"
1080
- }
1081
- )
1082
- end)
1083
-
1084
- api.add_operation(:describe_lifecycle_hook_types, Seahorse::Model::Operation.new.tap do |o|
1085
- o.name = "DescribeLifecycleHookTypes"
1086
- o.http_method = "POST"
1087
- o.http_request_uri = "/"
1088
- o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1089
- o.output = Shapes::ShapeRef.new(shape: DescribeLifecycleHookTypesAnswer)
1090
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1091
- end)
1092
-
1093
- api.add_operation(:describe_lifecycle_hooks, Seahorse::Model::Operation.new.tap do |o|
1094
- o.name = "DescribeLifecycleHooks"
1095
- o.http_method = "POST"
1096
- o.http_request_uri = "/"
1097
- o.input = Shapes::ShapeRef.new(shape: DescribeLifecycleHooksType)
1098
- o.output = Shapes::ShapeRef.new(shape: DescribeLifecycleHooksAnswer)
1099
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1100
- end)
1101
-
1102
- api.add_operation(:describe_load_balancer_target_groups, Seahorse::Model::Operation.new.tap do |o|
1103
- o.name = "DescribeLoadBalancerTargetGroups"
1104
- o.http_method = "POST"
1105
- o.http_request_uri = "/"
1106
- o.input = Shapes::ShapeRef.new(shape: DescribeLoadBalancerTargetGroupsRequest)
1107
- o.output = Shapes::ShapeRef.new(shape: DescribeLoadBalancerTargetGroupsResponse)
1108
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1109
- end)
1110
-
1111
- api.add_operation(:describe_load_balancers, Seahorse::Model::Operation.new.tap do |o|
1112
- o.name = "DescribeLoadBalancers"
1113
- o.http_method = "POST"
1114
- o.http_request_uri = "/"
1115
- o.input = Shapes::ShapeRef.new(shape: DescribeLoadBalancersRequest)
1116
- o.output = Shapes::ShapeRef.new(shape: DescribeLoadBalancersResponse)
1117
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1118
- end)
1119
-
1120
- api.add_operation(:describe_metric_collection_types, Seahorse::Model::Operation.new.tap do |o|
1121
- o.name = "DescribeMetricCollectionTypes"
1122
- o.http_method = "POST"
1123
- o.http_request_uri = "/"
1124
- o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1125
- o.output = Shapes::ShapeRef.new(shape: DescribeMetricCollectionTypesAnswer)
1126
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1127
- end)
1128
-
1129
- api.add_operation(:describe_notification_configurations, Seahorse::Model::Operation.new.tap do |o|
1130
- o.name = "DescribeNotificationConfigurations"
1131
- o.http_method = "POST"
1132
- o.http_request_uri = "/"
1133
- o.input = Shapes::ShapeRef.new(shape: DescribeNotificationConfigurationsType)
1134
- o.output = Shapes::ShapeRef.new(shape: DescribeNotificationConfigurationsAnswer)
1135
- o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
1136
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1137
- o[:pager] = Aws::Pager.new(
1138
- limit_key: "max_records",
1139
- tokens: {
1140
- "next_token" => "next_token"
1141
- }
1142
- )
1143
- end)
1144
-
1145
- api.add_operation(:describe_policies, Seahorse::Model::Operation.new.tap do |o|
1146
- o.name = "DescribePolicies"
1147
- o.http_method = "POST"
1148
- o.http_request_uri = "/"
1149
- o.input = Shapes::ShapeRef.new(shape: DescribePoliciesType)
1150
- o.output = Shapes::ShapeRef.new(shape: PoliciesType)
1151
- o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
1152
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1153
- o[:pager] = Aws::Pager.new(
1154
- limit_key: "max_records",
1155
- tokens: {
1156
- "next_token" => "next_token"
1157
- }
1158
- )
1159
- end)
1160
-
1161
- api.add_operation(:describe_scaling_activities, Seahorse::Model::Operation.new.tap do |o|
1162
- o.name = "DescribeScalingActivities"
1163
- o.http_method = "POST"
1164
- o.http_request_uri = "/"
1165
- o.input = Shapes::ShapeRef.new(shape: DescribeScalingActivitiesType)
1166
- o.output = Shapes::ShapeRef.new(shape: ActivitiesType)
1167
- o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
1168
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1169
- o[:pager] = Aws::Pager.new(
1170
- limit_key: "max_records",
1171
- tokens: {
1172
- "next_token" => "next_token"
1173
- }
1174
- )
1175
- end)
1176
-
1177
- api.add_operation(:describe_scaling_process_types, Seahorse::Model::Operation.new.tap do |o|
1178
- o.name = "DescribeScalingProcessTypes"
1179
- o.http_method = "POST"
1180
- o.http_request_uri = "/"
1181
- o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1182
- o.output = Shapes::ShapeRef.new(shape: ProcessesType)
1183
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1184
- end)
1185
-
1186
- api.add_operation(:describe_scheduled_actions, Seahorse::Model::Operation.new.tap do |o|
1187
- o.name = "DescribeScheduledActions"
1188
- o.http_method = "POST"
1189
- o.http_request_uri = "/"
1190
- o.input = Shapes::ShapeRef.new(shape: DescribeScheduledActionsType)
1191
- o.output = Shapes::ShapeRef.new(shape: ScheduledActionsType)
1192
- o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
1193
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1194
- o[:pager] = Aws::Pager.new(
1195
- limit_key: "max_records",
1196
- tokens: {
1197
- "next_token" => "next_token"
1198
- }
1199
- )
1200
- end)
1201
-
1202
- api.add_operation(:describe_tags, Seahorse::Model::Operation.new.tap do |o|
1203
- o.name = "DescribeTags"
1204
- o.http_method = "POST"
1205
- o.http_request_uri = "/"
1206
- o.input = Shapes::ShapeRef.new(shape: DescribeTagsType)
1207
- o.output = Shapes::ShapeRef.new(shape: TagsType)
1208
- o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
1209
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1210
- o[:pager] = Aws::Pager.new(
1211
- limit_key: "max_records",
1212
- tokens: {
1213
- "next_token" => "next_token"
1214
- }
1215
- )
1216
- end)
1217
-
1218
- api.add_operation(:describe_termination_policy_types, Seahorse::Model::Operation.new.tap do |o|
1219
- o.name = "DescribeTerminationPolicyTypes"
1220
- o.http_method = "POST"
1221
- o.http_request_uri = "/"
1222
- o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1223
- o.output = Shapes::ShapeRef.new(shape: DescribeTerminationPolicyTypesAnswer)
1224
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1225
- end)
1226
-
1227
- api.add_operation(:detach_instances, Seahorse::Model::Operation.new.tap do |o|
1228
- o.name = "DetachInstances"
1229
- o.http_method = "POST"
1230
- o.http_request_uri = "/"
1231
- o.input = Shapes::ShapeRef.new(shape: DetachInstancesQuery)
1232
- o.output = Shapes::ShapeRef.new(shape: DetachInstancesAnswer)
1233
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1234
- end)
1235
-
1236
- api.add_operation(:detach_load_balancer_target_groups, Seahorse::Model::Operation.new.tap do |o|
1237
- o.name = "DetachLoadBalancerTargetGroups"
1238
- o.http_method = "POST"
1239
- o.http_request_uri = "/"
1240
- o.input = Shapes::ShapeRef.new(shape: DetachLoadBalancerTargetGroupsType)
1241
- o.output = Shapes::ShapeRef.new(shape: DetachLoadBalancerTargetGroupsResultType)
1242
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1243
- end)
1244
-
1245
- api.add_operation(:detach_load_balancers, Seahorse::Model::Operation.new.tap do |o|
1246
- o.name = "DetachLoadBalancers"
1247
- o.http_method = "POST"
1248
- o.http_request_uri = "/"
1249
- o.input = Shapes::ShapeRef.new(shape: DetachLoadBalancersType)
1250
- o.output = Shapes::ShapeRef.new(shape: DetachLoadBalancersResultType)
1251
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1252
- end)
1253
-
1254
- api.add_operation(:disable_metrics_collection, Seahorse::Model::Operation.new.tap do |o|
1255
- o.name = "DisableMetricsCollection"
1256
- o.http_method = "POST"
1257
- o.http_request_uri = "/"
1258
- o.input = Shapes::ShapeRef.new(shape: DisableMetricsCollectionQuery)
1259
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1260
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1261
- end)
1262
-
1263
- api.add_operation(:enable_metrics_collection, Seahorse::Model::Operation.new.tap do |o|
1264
- o.name = "EnableMetricsCollection"
1265
- o.http_method = "POST"
1266
- o.http_request_uri = "/"
1267
- o.input = Shapes::ShapeRef.new(shape: EnableMetricsCollectionQuery)
1268
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1269
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1270
- end)
1271
-
1272
- api.add_operation(:enter_standby, Seahorse::Model::Operation.new.tap do |o|
1273
- o.name = "EnterStandby"
1274
- o.http_method = "POST"
1275
- o.http_request_uri = "/"
1276
- o.input = Shapes::ShapeRef.new(shape: EnterStandbyQuery)
1277
- o.output = Shapes::ShapeRef.new(shape: EnterStandbyAnswer)
1278
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1279
- end)
1280
-
1281
- api.add_operation(:execute_policy, Seahorse::Model::Operation.new.tap do |o|
1282
- o.name = "ExecutePolicy"
1283
- o.http_method = "POST"
1284
- o.http_request_uri = "/"
1285
- o.input = Shapes::ShapeRef.new(shape: ExecutePolicyType)
1286
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1287
- o.errors << Shapes::ShapeRef.new(shape: ScalingActivityInProgressFault)
1288
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1289
- end)
1290
-
1291
- api.add_operation(:exit_standby, Seahorse::Model::Operation.new.tap do |o|
1292
- o.name = "ExitStandby"
1293
- o.http_method = "POST"
1294
- o.http_request_uri = "/"
1295
- o.input = Shapes::ShapeRef.new(shape: ExitStandbyQuery)
1296
- o.output = Shapes::ShapeRef.new(shape: ExitStandbyAnswer)
1297
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1298
- end)
1299
-
1300
- api.add_operation(:put_lifecycle_hook, Seahorse::Model::Operation.new.tap do |o|
1301
- o.name = "PutLifecycleHook"
1302
- o.http_method = "POST"
1303
- o.http_request_uri = "/"
1304
- o.input = Shapes::ShapeRef.new(shape: PutLifecycleHookType)
1305
- o.output = Shapes::ShapeRef.new(shape: PutLifecycleHookAnswer)
1306
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
1307
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1308
- end)
1309
-
1310
- api.add_operation(:put_notification_configuration, Seahorse::Model::Operation.new.tap do |o|
1311
- o.name = "PutNotificationConfiguration"
1312
- o.http_method = "POST"
1313
- o.http_request_uri = "/"
1314
- o.input = Shapes::ShapeRef.new(shape: PutNotificationConfigurationType)
1315
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1316
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
1317
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1318
- end)
1319
-
1320
- api.add_operation(:put_scaling_policy, Seahorse::Model::Operation.new.tap do |o|
1321
- o.name = "PutScalingPolicy"
1322
- o.http_method = "POST"
1323
- o.http_request_uri = "/"
1324
- o.input = Shapes::ShapeRef.new(shape: PutScalingPolicyType)
1325
- o.output = Shapes::ShapeRef.new(shape: PolicyARNType)
1326
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
1327
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1328
- end)
1329
-
1330
- api.add_operation(:put_scheduled_update_group_action, Seahorse::Model::Operation.new.tap do |o|
1331
- o.name = "PutScheduledUpdateGroupAction"
1332
- o.http_method = "POST"
1333
- o.http_request_uri = "/"
1334
- o.input = Shapes::ShapeRef.new(shape: PutScheduledUpdateGroupActionType)
1335
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1336
- o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsFault)
1337
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
1338
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1339
- end)
1340
-
1341
- api.add_operation(:record_lifecycle_action_heartbeat, Seahorse::Model::Operation.new.tap do |o|
1342
- o.name = "RecordLifecycleActionHeartbeat"
1343
- o.http_method = "POST"
1344
- o.http_request_uri = "/"
1345
- o.input = Shapes::ShapeRef.new(shape: RecordLifecycleActionHeartbeatType)
1346
- o.output = Shapes::ShapeRef.new(shape: RecordLifecycleActionHeartbeatAnswer)
1347
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1348
- end)
1349
-
1350
- api.add_operation(:resume_processes, Seahorse::Model::Operation.new.tap do |o|
1351
- o.name = "ResumeProcesses"
1352
- o.http_method = "POST"
1353
- o.http_request_uri = "/"
1354
- o.input = Shapes::ShapeRef.new(shape: ScalingProcessQuery)
1355
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1356
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUseFault)
1357
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1358
- end)
1359
-
1360
- api.add_operation(:set_desired_capacity, Seahorse::Model::Operation.new.tap do |o|
1361
- o.name = "SetDesiredCapacity"
1362
- o.http_method = "POST"
1363
- o.http_request_uri = "/"
1364
- o.input = Shapes::ShapeRef.new(shape: SetDesiredCapacityType)
1365
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1366
- o.errors << Shapes::ShapeRef.new(shape: ScalingActivityInProgressFault)
1367
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1368
- end)
1369
-
1370
- api.add_operation(:set_instance_health, Seahorse::Model::Operation.new.tap do |o|
1371
- o.name = "SetInstanceHealth"
1372
- o.http_method = "POST"
1373
- o.http_request_uri = "/"
1374
- o.input = Shapes::ShapeRef.new(shape: SetInstanceHealthQuery)
1375
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1376
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1377
- end)
1378
-
1379
- api.add_operation(:set_instance_protection, Seahorse::Model::Operation.new.tap do |o|
1380
- o.name = "SetInstanceProtection"
1381
- o.http_method = "POST"
1382
- o.http_request_uri = "/"
1383
- o.input = Shapes::ShapeRef.new(shape: SetInstanceProtectionQuery)
1384
- o.output = Shapes::ShapeRef.new(shape: SetInstanceProtectionAnswer)
1385
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
1386
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1387
- end)
1388
-
1389
- api.add_operation(:suspend_processes, Seahorse::Model::Operation.new.tap do |o|
1390
- o.name = "SuspendProcesses"
1391
- o.http_method = "POST"
1392
- o.http_request_uri = "/"
1393
- o.input = Shapes::ShapeRef.new(shape: ScalingProcessQuery)
1394
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1395
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUseFault)
1396
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1397
- end)
1398
-
1399
- api.add_operation(:terminate_instance_in_auto_scaling_group, Seahorse::Model::Operation.new.tap do |o|
1400
- o.name = "TerminateInstanceInAutoScalingGroup"
1401
- o.http_method = "POST"
1402
- o.http_request_uri = "/"
1403
- o.input = Shapes::ShapeRef.new(shape: TerminateInstanceInAutoScalingGroupType)
1404
- o.output = Shapes::ShapeRef.new(shape: ActivityType)
1405
- o.errors << Shapes::ShapeRef.new(shape: ScalingActivityInProgressFault)
1406
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1407
- end)
1408
-
1409
- api.add_operation(:update_auto_scaling_group, Seahorse::Model::Operation.new.tap do |o|
1410
- o.name = "UpdateAutoScalingGroup"
1411
- o.http_method = "POST"
1412
- o.http_request_uri = "/"
1413
- o.input = Shapes::ShapeRef.new(shape: UpdateAutoScalingGroupType)
1414
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1415
- o.errors << Shapes::ShapeRef.new(shape: ScalingActivityInProgressFault)
1416
- o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1417
- end)
1418
- end
1419
859
 
860
+ # @api private
861
+ API = Seahorse::Model::Api.new.tap do |api|
862
+
863
+ api.version = "2011-01-01"
864
+
865
+ api.metadata = {
866
+ "endpointPrefix" => "autoscaling",
867
+ "protocol" => "query",
868
+ "serviceFullName" => "Auto Scaling",
869
+ "signatureVersion" => "v4",
870
+ "xmlNamespace" => "http://autoscaling.amazonaws.com/doc/2011-01-01/",
871
+ }
872
+
873
+ api.add_operation(:attach_instances, Seahorse::Model::Operation.new.tap do |o|
874
+ o.name = "AttachInstances"
875
+ o.http_method = "POST"
876
+ o.http_request_uri = "/"
877
+ o.input = Shapes::ShapeRef.new(shape: AttachInstancesQuery)
878
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
879
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
880
+ end)
881
+
882
+ api.add_operation(:attach_load_balancer_target_groups, Seahorse::Model::Operation.new.tap do |o|
883
+ o.name = "AttachLoadBalancerTargetGroups"
884
+ o.http_method = "POST"
885
+ o.http_request_uri = "/"
886
+ o.input = Shapes::ShapeRef.new(shape: AttachLoadBalancerTargetGroupsType)
887
+ o.output = Shapes::ShapeRef.new(shape: AttachLoadBalancerTargetGroupsResultType)
888
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
889
+ end)
890
+
891
+ api.add_operation(:attach_load_balancers, Seahorse::Model::Operation.new.tap do |o|
892
+ o.name = "AttachLoadBalancers"
893
+ o.http_method = "POST"
894
+ o.http_request_uri = "/"
895
+ o.input = Shapes::ShapeRef.new(shape: AttachLoadBalancersType)
896
+ o.output = Shapes::ShapeRef.new(shape: AttachLoadBalancersResultType)
897
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
898
+ end)
899
+
900
+ api.add_operation(:complete_lifecycle_action, Seahorse::Model::Operation.new.tap do |o|
901
+ o.name = "CompleteLifecycleAction"
902
+ o.http_method = "POST"
903
+ o.http_request_uri = "/"
904
+ o.input = Shapes::ShapeRef.new(shape: CompleteLifecycleActionType)
905
+ o.output = Shapes::ShapeRef.new(shape: CompleteLifecycleActionAnswer)
906
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
907
+ end)
908
+
909
+ api.add_operation(:create_auto_scaling_group, Seahorse::Model::Operation.new.tap do |o|
910
+ o.name = "CreateAutoScalingGroup"
911
+ o.http_method = "POST"
912
+ o.http_request_uri = "/"
913
+ o.input = Shapes::ShapeRef.new(shape: CreateAutoScalingGroupType)
914
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
915
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsFault)
916
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
917
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
918
+ end)
919
+
920
+ api.add_operation(:create_launch_configuration, Seahorse::Model::Operation.new.tap do |o|
921
+ o.name = "CreateLaunchConfiguration"
922
+ o.http_method = "POST"
923
+ o.http_request_uri = "/"
924
+ o.input = Shapes::ShapeRef.new(shape: CreateLaunchConfigurationType)
925
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
926
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsFault)
927
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
928
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
929
+ end)
930
+
931
+ api.add_operation(:create_or_update_tags, Seahorse::Model::Operation.new.tap do |o|
932
+ o.name = "CreateOrUpdateTags"
933
+ o.http_method = "POST"
934
+ o.http_request_uri = "/"
935
+ o.input = Shapes::ShapeRef.new(shape: CreateOrUpdateTagsType)
936
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
937
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
938
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsFault)
939
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
940
+ end)
941
+
942
+ api.add_operation(:delete_auto_scaling_group, Seahorse::Model::Operation.new.tap do |o|
943
+ o.name = "DeleteAutoScalingGroup"
944
+ o.http_method = "POST"
945
+ o.http_request_uri = "/"
946
+ o.input = Shapes::ShapeRef.new(shape: DeleteAutoScalingGroupType)
947
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
948
+ o.errors << Shapes::ShapeRef.new(shape: ScalingActivityInProgressFault)
949
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseFault)
950
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
951
+ end)
952
+
953
+ api.add_operation(:delete_launch_configuration, Seahorse::Model::Operation.new.tap do |o|
954
+ o.name = "DeleteLaunchConfiguration"
955
+ o.http_method = "POST"
956
+ o.http_request_uri = "/"
957
+ o.input = Shapes::ShapeRef.new(shape: LaunchConfigurationNameType)
958
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
959
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseFault)
960
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
961
+ end)
962
+
963
+ api.add_operation(:delete_lifecycle_hook, Seahorse::Model::Operation.new.tap do |o|
964
+ o.name = "DeleteLifecycleHook"
965
+ o.http_method = "POST"
966
+ o.http_request_uri = "/"
967
+ o.input = Shapes::ShapeRef.new(shape: DeleteLifecycleHookType)
968
+ o.output = Shapes::ShapeRef.new(shape: DeleteLifecycleHookAnswer)
969
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
970
+ end)
971
+
972
+ api.add_operation(:delete_notification_configuration, Seahorse::Model::Operation.new.tap do |o|
973
+ o.name = "DeleteNotificationConfiguration"
974
+ o.http_method = "POST"
975
+ o.http_request_uri = "/"
976
+ o.input = Shapes::ShapeRef.new(shape: DeleteNotificationConfigurationType)
977
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
978
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
979
+ end)
980
+
981
+ api.add_operation(:delete_policy, Seahorse::Model::Operation.new.tap do |o|
982
+ o.name = "DeletePolicy"
983
+ o.http_method = "POST"
984
+ o.http_request_uri = "/"
985
+ o.input = Shapes::ShapeRef.new(shape: DeletePolicyType)
986
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
987
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
988
+ end)
989
+
990
+ api.add_operation(:delete_scheduled_action, Seahorse::Model::Operation.new.tap do |o|
991
+ o.name = "DeleteScheduledAction"
992
+ o.http_method = "POST"
993
+ o.http_request_uri = "/"
994
+ o.input = Shapes::ShapeRef.new(shape: DeleteScheduledActionType)
995
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
996
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
997
+ end)
998
+
999
+ api.add_operation(:delete_tags, Seahorse::Model::Operation.new.tap do |o|
1000
+ o.name = "DeleteTags"
1001
+ o.http_method = "POST"
1002
+ o.http_request_uri = "/"
1003
+ o.input = Shapes::ShapeRef.new(shape: DeleteTagsType)
1004
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1005
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1006
+ end)
1007
+
1008
+ api.add_operation(:describe_account_limits, Seahorse::Model::Operation.new.tap do |o|
1009
+ o.name = "DescribeAccountLimits"
1010
+ o.http_method = "POST"
1011
+ o.http_request_uri = "/"
1012
+ o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1013
+ o.output = Shapes::ShapeRef.new(shape: DescribeAccountLimitsAnswer)
1014
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1015
+ end)
1016
+
1017
+ api.add_operation(:describe_adjustment_types, Seahorse::Model::Operation.new.tap do |o|
1018
+ o.name = "DescribeAdjustmentTypes"
1019
+ o.http_method = "POST"
1020
+ o.http_request_uri = "/"
1021
+ o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1022
+ o.output = Shapes::ShapeRef.new(shape: DescribeAdjustmentTypesAnswer)
1023
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1024
+ end)
1025
+
1026
+ api.add_operation(:describe_auto_scaling_groups, Seahorse::Model::Operation.new.tap do |o|
1027
+ o.name = "DescribeAutoScalingGroups"
1028
+ o.http_method = "POST"
1029
+ o.http_request_uri = "/"
1030
+ o.input = Shapes::ShapeRef.new(shape: AutoScalingGroupNamesType)
1031
+ o.output = Shapes::ShapeRef.new(shape: AutoScalingGroupsType)
1032
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
1033
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1034
+ o[:pager] = Aws::Pager.new(
1035
+ limit_key: "max_records",
1036
+ tokens: {
1037
+ "next_token" => "next_token"
1038
+ }
1039
+ )
1040
+ end)
1041
+
1042
+ api.add_operation(:describe_auto_scaling_instances, Seahorse::Model::Operation.new.tap do |o|
1043
+ o.name = "DescribeAutoScalingInstances"
1044
+ o.http_method = "POST"
1045
+ o.http_request_uri = "/"
1046
+ o.input = Shapes::ShapeRef.new(shape: DescribeAutoScalingInstancesType)
1047
+ o.output = Shapes::ShapeRef.new(shape: AutoScalingInstancesType)
1048
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
1049
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1050
+ o[:pager] = Aws::Pager.new(
1051
+ limit_key: "max_records",
1052
+ tokens: {
1053
+ "next_token" => "next_token"
1054
+ }
1055
+ )
1056
+ end)
1057
+
1058
+ api.add_operation(:describe_auto_scaling_notification_types, Seahorse::Model::Operation.new.tap do |o|
1059
+ o.name = "DescribeAutoScalingNotificationTypes"
1060
+ o.http_method = "POST"
1061
+ o.http_request_uri = "/"
1062
+ o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1063
+ o.output = Shapes::ShapeRef.new(shape: DescribeAutoScalingNotificationTypesAnswer)
1064
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1065
+ end)
1066
+
1067
+ api.add_operation(:describe_launch_configurations, Seahorse::Model::Operation.new.tap do |o|
1068
+ o.name = "DescribeLaunchConfigurations"
1069
+ o.http_method = "POST"
1070
+ o.http_request_uri = "/"
1071
+ o.input = Shapes::ShapeRef.new(shape: LaunchConfigurationNamesType)
1072
+ o.output = Shapes::ShapeRef.new(shape: LaunchConfigurationsType)
1073
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
1074
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1075
+ o[:pager] = Aws::Pager.new(
1076
+ limit_key: "max_records",
1077
+ tokens: {
1078
+ "next_token" => "next_token"
1079
+ }
1080
+ )
1081
+ end)
1082
+
1083
+ api.add_operation(:describe_lifecycle_hook_types, Seahorse::Model::Operation.new.tap do |o|
1084
+ o.name = "DescribeLifecycleHookTypes"
1085
+ o.http_method = "POST"
1086
+ o.http_request_uri = "/"
1087
+ o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1088
+ o.output = Shapes::ShapeRef.new(shape: DescribeLifecycleHookTypesAnswer)
1089
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1090
+ end)
1091
+
1092
+ api.add_operation(:describe_lifecycle_hooks, Seahorse::Model::Operation.new.tap do |o|
1093
+ o.name = "DescribeLifecycleHooks"
1094
+ o.http_method = "POST"
1095
+ o.http_request_uri = "/"
1096
+ o.input = Shapes::ShapeRef.new(shape: DescribeLifecycleHooksType)
1097
+ o.output = Shapes::ShapeRef.new(shape: DescribeLifecycleHooksAnswer)
1098
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1099
+ end)
1100
+
1101
+ api.add_operation(:describe_load_balancer_target_groups, Seahorse::Model::Operation.new.tap do |o|
1102
+ o.name = "DescribeLoadBalancerTargetGroups"
1103
+ o.http_method = "POST"
1104
+ o.http_request_uri = "/"
1105
+ o.input = Shapes::ShapeRef.new(shape: DescribeLoadBalancerTargetGroupsRequest)
1106
+ o.output = Shapes::ShapeRef.new(shape: DescribeLoadBalancerTargetGroupsResponse)
1107
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1108
+ end)
1109
+
1110
+ api.add_operation(:describe_load_balancers, Seahorse::Model::Operation.new.tap do |o|
1111
+ o.name = "DescribeLoadBalancers"
1112
+ o.http_method = "POST"
1113
+ o.http_request_uri = "/"
1114
+ o.input = Shapes::ShapeRef.new(shape: DescribeLoadBalancersRequest)
1115
+ o.output = Shapes::ShapeRef.new(shape: DescribeLoadBalancersResponse)
1116
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1117
+ end)
1118
+
1119
+ api.add_operation(:describe_metric_collection_types, Seahorse::Model::Operation.new.tap do |o|
1120
+ o.name = "DescribeMetricCollectionTypes"
1121
+ o.http_method = "POST"
1122
+ o.http_request_uri = "/"
1123
+ o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1124
+ o.output = Shapes::ShapeRef.new(shape: DescribeMetricCollectionTypesAnswer)
1125
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1126
+ end)
1127
+
1128
+ api.add_operation(:describe_notification_configurations, Seahorse::Model::Operation.new.tap do |o|
1129
+ o.name = "DescribeNotificationConfigurations"
1130
+ o.http_method = "POST"
1131
+ o.http_request_uri = "/"
1132
+ o.input = Shapes::ShapeRef.new(shape: DescribeNotificationConfigurationsType)
1133
+ o.output = Shapes::ShapeRef.new(shape: DescribeNotificationConfigurationsAnswer)
1134
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
1135
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1136
+ o[:pager] = Aws::Pager.new(
1137
+ limit_key: "max_records",
1138
+ tokens: {
1139
+ "next_token" => "next_token"
1140
+ }
1141
+ )
1142
+ end)
1143
+
1144
+ api.add_operation(:describe_policies, Seahorse::Model::Operation.new.tap do |o|
1145
+ o.name = "DescribePolicies"
1146
+ o.http_method = "POST"
1147
+ o.http_request_uri = "/"
1148
+ o.input = Shapes::ShapeRef.new(shape: DescribePoliciesType)
1149
+ o.output = Shapes::ShapeRef.new(shape: PoliciesType)
1150
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
1151
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1152
+ o[:pager] = Aws::Pager.new(
1153
+ limit_key: "max_records",
1154
+ tokens: {
1155
+ "next_token" => "next_token"
1156
+ }
1157
+ )
1158
+ end)
1159
+
1160
+ api.add_operation(:describe_scaling_activities, Seahorse::Model::Operation.new.tap do |o|
1161
+ o.name = "DescribeScalingActivities"
1162
+ o.http_method = "POST"
1163
+ o.http_request_uri = "/"
1164
+ o.input = Shapes::ShapeRef.new(shape: DescribeScalingActivitiesType)
1165
+ o.output = Shapes::ShapeRef.new(shape: ActivitiesType)
1166
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
1167
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1168
+ o[:pager] = Aws::Pager.new(
1169
+ limit_key: "max_records",
1170
+ tokens: {
1171
+ "next_token" => "next_token"
1172
+ }
1173
+ )
1174
+ end)
1175
+
1176
+ api.add_operation(:describe_scaling_process_types, Seahorse::Model::Operation.new.tap do |o|
1177
+ o.name = "DescribeScalingProcessTypes"
1178
+ o.http_method = "POST"
1179
+ o.http_request_uri = "/"
1180
+ o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1181
+ o.output = Shapes::ShapeRef.new(shape: ProcessesType)
1182
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1183
+ end)
1184
+
1185
+ api.add_operation(:describe_scheduled_actions, Seahorse::Model::Operation.new.tap do |o|
1186
+ o.name = "DescribeScheduledActions"
1187
+ o.http_method = "POST"
1188
+ o.http_request_uri = "/"
1189
+ o.input = Shapes::ShapeRef.new(shape: DescribeScheduledActionsType)
1190
+ o.output = Shapes::ShapeRef.new(shape: ScheduledActionsType)
1191
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
1192
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1193
+ o[:pager] = Aws::Pager.new(
1194
+ limit_key: "max_records",
1195
+ tokens: {
1196
+ "next_token" => "next_token"
1197
+ }
1198
+ )
1199
+ end)
1200
+
1201
+ api.add_operation(:describe_tags, Seahorse::Model::Operation.new.tap do |o|
1202
+ o.name = "DescribeTags"
1203
+ o.http_method = "POST"
1204
+ o.http_request_uri = "/"
1205
+ o.input = Shapes::ShapeRef.new(shape: DescribeTagsType)
1206
+ o.output = Shapes::ShapeRef.new(shape: TagsType)
1207
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
1208
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1209
+ o[:pager] = Aws::Pager.new(
1210
+ limit_key: "max_records",
1211
+ tokens: {
1212
+ "next_token" => "next_token"
1213
+ }
1214
+ )
1215
+ end)
1216
+
1217
+ api.add_operation(:describe_termination_policy_types, Seahorse::Model::Operation.new.tap do |o|
1218
+ o.name = "DescribeTerminationPolicyTypes"
1219
+ o.http_method = "POST"
1220
+ o.http_request_uri = "/"
1221
+ o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1222
+ o.output = Shapes::ShapeRef.new(shape: DescribeTerminationPolicyTypesAnswer)
1223
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1224
+ end)
1225
+
1226
+ api.add_operation(:detach_instances, Seahorse::Model::Operation.new.tap do |o|
1227
+ o.name = "DetachInstances"
1228
+ o.http_method = "POST"
1229
+ o.http_request_uri = "/"
1230
+ o.input = Shapes::ShapeRef.new(shape: DetachInstancesQuery)
1231
+ o.output = Shapes::ShapeRef.new(shape: DetachInstancesAnswer)
1232
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1233
+ end)
1234
+
1235
+ api.add_operation(:detach_load_balancer_target_groups, Seahorse::Model::Operation.new.tap do |o|
1236
+ o.name = "DetachLoadBalancerTargetGroups"
1237
+ o.http_method = "POST"
1238
+ o.http_request_uri = "/"
1239
+ o.input = Shapes::ShapeRef.new(shape: DetachLoadBalancerTargetGroupsType)
1240
+ o.output = Shapes::ShapeRef.new(shape: DetachLoadBalancerTargetGroupsResultType)
1241
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1242
+ end)
1243
+
1244
+ api.add_operation(:detach_load_balancers, Seahorse::Model::Operation.new.tap do |o|
1245
+ o.name = "DetachLoadBalancers"
1246
+ o.http_method = "POST"
1247
+ o.http_request_uri = "/"
1248
+ o.input = Shapes::ShapeRef.new(shape: DetachLoadBalancersType)
1249
+ o.output = Shapes::ShapeRef.new(shape: DetachLoadBalancersResultType)
1250
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1251
+ end)
1252
+
1253
+ api.add_operation(:disable_metrics_collection, Seahorse::Model::Operation.new.tap do |o|
1254
+ o.name = "DisableMetricsCollection"
1255
+ o.http_method = "POST"
1256
+ o.http_request_uri = "/"
1257
+ o.input = Shapes::ShapeRef.new(shape: DisableMetricsCollectionQuery)
1258
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1259
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1260
+ end)
1261
+
1262
+ api.add_operation(:enable_metrics_collection, Seahorse::Model::Operation.new.tap do |o|
1263
+ o.name = "EnableMetricsCollection"
1264
+ o.http_method = "POST"
1265
+ o.http_request_uri = "/"
1266
+ o.input = Shapes::ShapeRef.new(shape: EnableMetricsCollectionQuery)
1267
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1268
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1269
+ end)
1270
+
1271
+ api.add_operation(:enter_standby, Seahorse::Model::Operation.new.tap do |o|
1272
+ o.name = "EnterStandby"
1273
+ o.http_method = "POST"
1274
+ o.http_request_uri = "/"
1275
+ o.input = Shapes::ShapeRef.new(shape: EnterStandbyQuery)
1276
+ o.output = Shapes::ShapeRef.new(shape: EnterStandbyAnswer)
1277
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1278
+ end)
1279
+
1280
+ api.add_operation(:execute_policy, Seahorse::Model::Operation.new.tap do |o|
1281
+ o.name = "ExecutePolicy"
1282
+ o.http_method = "POST"
1283
+ o.http_request_uri = "/"
1284
+ o.input = Shapes::ShapeRef.new(shape: ExecutePolicyType)
1285
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1286
+ o.errors << Shapes::ShapeRef.new(shape: ScalingActivityInProgressFault)
1287
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1288
+ end)
1289
+
1290
+ api.add_operation(:exit_standby, Seahorse::Model::Operation.new.tap do |o|
1291
+ o.name = "ExitStandby"
1292
+ o.http_method = "POST"
1293
+ o.http_request_uri = "/"
1294
+ o.input = Shapes::ShapeRef.new(shape: ExitStandbyQuery)
1295
+ o.output = Shapes::ShapeRef.new(shape: ExitStandbyAnswer)
1296
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1297
+ end)
1298
+
1299
+ api.add_operation(:put_lifecycle_hook, Seahorse::Model::Operation.new.tap do |o|
1300
+ o.name = "PutLifecycleHook"
1301
+ o.http_method = "POST"
1302
+ o.http_request_uri = "/"
1303
+ o.input = Shapes::ShapeRef.new(shape: PutLifecycleHookType)
1304
+ o.output = Shapes::ShapeRef.new(shape: PutLifecycleHookAnswer)
1305
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
1306
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1307
+ end)
1308
+
1309
+ api.add_operation(:put_notification_configuration, Seahorse::Model::Operation.new.tap do |o|
1310
+ o.name = "PutNotificationConfiguration"
1311
+ o.http_method = "POST"
1312
+ o.http_request_uri = "/"
1313
+ o.input = Shapes::ShapeRef.new(shape: PutNotificationConfigurationType)
1314
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1315
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
1316
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1317
+ end)
1318
+
1319
+ api.add_operation(:put_scaling_policy, Seahorse::Model::Operation.new.tap do |o|
1320
+ o.name = "PutScalingPolicy"
1321
+ o.http_method = "POST"
1322
+ o.http_request_uri = "/"
1323
+ o.input = Shapes::ShapeRef.new(shape: PutScalingPolicyType)
1324
+ o.output = Shapes::ShapeRef.new(shape: PolicyARNType)
1325
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
1326
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1327
+ end)
1328
+
1329
+ api.add_operation(:put_scheduled_update_group_action, Seahorse::Model::Operation.new.tap do |o|
1330
+ o.name = "PutScheduledUpdateGroupAction"
1331
+ o.http_method = "POST"
1332
+ o.http_request_uri = "/"
1333
+ o.input = Shapes::ShapeRef.new(shape: PutScheduledUpdateGroupActionType)
1334
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1335
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsFault)
1336
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
1337
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1338
+ end)
1339
+
1340
+ api.add_operation(:record_lifecycle_action_heartbeat, Seahorse::Model::Operation.new.tap do |o|
1341
+ o.name = "RecordLifecycleActionHeartbeat"
1342
+ o.http_method = "POST"
1343
+ o.http_request_uri = "/"
1344
+ o.input = Shapes::ShapeRef.new(shape: RecordLifecycleActionHeartbeatType)
1345
+ o.output = Shapes::ShapeRef.new(shape: RecordLifecycleActionHeartbeatAnswer)
1346
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1347
+ end)
1348
+
1349
+ api.add_operation(:resume_processes, Seahorse::Model::Operation.new.tap do |o|
1350
+ o.name = "ResumeProcesses"
1351
+ o.http_method = "POST"
1352
+ o.http_request_uri = "/"
1353
+ o.input = Shapes::ShapeRef.new(shape: ScalingProcessQuery)
1354
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1355
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseFault)
1356
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1357
+ end)
1358
+
1359
+ api.add_operation(:set_desired_capacity, Seahorse::Model::Operation.new.tap do |o|
1360
+ o.name = "SetDesiredCapacity"
1361
+ o.http_method = "POST"
1362
+ o.http_request_uri = "/"
1363
+ o.input = Shapes::ShapeRef.new(shape: SetDesiredCapacityType)
1364
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1365
+ o.errors << Shapes::ShapeRef.new(shape: ScalingActivityInProgressFault)
1366
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1367
+ end)
1368
+
1369
+ api.add_operation(:set_instance_health, Seahorse::Model::Operation.new.tap do |o|
1370
+ o.name = "SetInstanceHealth"
1371
+ o.http_method = "POST"
1372
+ o.http_request_uri = "/"
1373
+ o.input = Shapes::ShapeRef.new(shape: SetInstanceHealthQuery)
1374
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1375
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1376
+ end)
1377
+
1378
+ api.add_operation(:set_instance_protection, Seahorse::Model::Operation.new.tap do |o|
1379
+ o.name = "SetInstanceProtection"
1380
+ o.http_method = "POST"
1381
+ o.http_request_uri = "/"
1382
+ o.input = Shapes::ShapeRef.new(shape: SetInstanceProtectionQuery)
1383
+ o.output = Shapes::ShapeRef.new(shape: SetInstanceProtectionAnswer)
1384
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
1385
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1386
+ end)
1387
+
1388
+ api.add_operation(:suspend_processes, Seahorse::Model::Operation.new.tap do |o|
1389
+ o.name = "SuspendProcesses"
1390
+ o.http_method = "POST"
1391
+ o.http_request_uri = "/"
1392
+ o.input = Shapes::ShapeRef.new(shape: ScalingProcessQuery)
1393
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1394
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseFault)
1395
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1396
+ end)
1397
+
1398
+ api.add_operation(:terminate_instance_in_auto_scaling_group, Seahorse::Model::Operation.new.tap do |o|
1399
+ o.name = "TerminateInstanceInAutoScalingGroup"
1400
+ o.http_method = "POST"
1401
+ o.http_request_uri = "/"
1402
+ o.input = Shapes::ShapeRef.new(shape: TerminateInstanceInAutoScalingGroupType)
1403
+ o.output = Shapes::ShapeRef.new(shape: ActivityType)
1404
+ o.errors << Shapes::ShapeRef.new(shape: ScalingActivityInProgressFault)
1405
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1406
+ end)
1407
+
1408
+ api.add_operation(:update_auto_scaling_group, Seahorse::Model::Operation.new.tap do |o|
1409
+ o.name = "UpdateAutoScalingGroup"
1410
+ o.http_method = "POST"
1411
+ o.http_request_uri = "/"
1412
+ o.input = Shapes::ShapeRef.new(shape: UpdateAutoScalingGroupType)
1413
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1414
+ o.errors << Shapes::ShapeRef.new(shape: ScalingActivityInProgressFault)
1415
+ o.errors << Shapes::ShapeRef.new(shape: ResourceContentionFault)
1416
+ end)
1420
1417
  end
1418
+
1421
1419
  end
1422
1420
  end