aws-sdk-autoscaling 1.0.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/aws-sdk-autoscaling.rb +58 -0
- data/lib/aws-sdk-autoscaling/activity.rb +161 -0
- data/lib/aws-sdk-autoscaling/auto_scaling_group.rb +1045 -0
- data/lib/aws-sdk-autoscaling/client.rb +2764 -0
- data/lib/aws-sdk-autoscaling/client_api.rb +1422 -0
- data/lib/aws-sdk-autoscaling/customizations.rb +7 -0
- data/lib/aws-sdk-autoscaling/errors.rb +23 -0
- data/lib/aws-sdk-autoscaling/instance.rb +416 -0
- data/lib/aws-sdk-autoscaling/launch_configuration.rb +236 -0
- data/lib/aws-sdk-autoscaling/lifecycle_hook.rb +329 -0
- data/lib/aws-sdk-autoscaling/load_balancer.rb +219 -0
- data/lib/aws-sdk-autoscaling/notification_configuration.rb +199 -0
- data/lib/aws-sdk-autoscaling/resource.rb +695 -0
- data/lib/aws-sdk-autoscaling/scaling_policy.rb +258 -0
- data/lib/aws-sdk-autoscaling/scheduled_action.rb +183 -0
- data/lib/aws-sdk-autoscaling/tag.rb +260 -0
- data/lib/aws-sdk-autoscaling/types.rb +3557 -0
- data/lib/aws-sdk-autoscaling/waiters.rb +146 -0
- metadata +91 -0
@@ -0,0 +1,1422 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing for info on making contributions:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
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)
|
579
|
+
|
580
|
+
InstanceMonitoring.add_member(:enabled, Shapes::ShapeRef.new(shape: MonitoringEnabled, location_name: "Enabled"))
|
581
|
+
InstanceMonitoring.struct_class = Types::InstanceMonitoring
|
582
|
+
|
583
|
+
Instances.member = Shapes::ShapeRef.new(shape: Instance)
|
584
|
+
|
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
|
+
|
606
|
+
LaunchConfigurationNameType.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "LaunchConfigurationName"))
|
607
|
+
LaunchConfigurationNameType.struct_class = Types::LaunchConfigurationNameType
|
608
|
+
|
609
|
+
LaunchConfigurationNames.member = Shapes::ShapeRef.new(shape: ResourceName)
|
610
|
+
|
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
|
+
|
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
|
+
|
1420
|
+
end
|
1421
|
+
end
|
1422
|
+
end
|