aws-sdk-opsworks 1.0.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1879 @@
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 OpsWorks
10
+ # @api private
11
+ module ClientApi
12
+
13
+ include Seahorse::Model
14
+
15
+ AgentVersion = Shapes::StructureShape.new(name: 'AgentVersion')
16
+ AgentVersions = Shapes::ListShape.new(name: 'AgentVersions')
17
+ App = Shapes::StructureShape.new(name: 'App')
18
+ AppAttributes = Shapes::MapShape.new(name: 'AppAttributes')
19
+ AppAttributesKeys = Shapes::StringShape.new(name: 'AppAttributesKeys')
20
+ AppType = Shapes::StringShape.new(name: 'AppType')
21
+ Apps = Shapes::ListShape.new(name: 'Apps')
22
+ Architecture = Shapes::StringShape.new(name: 'Architecture')
23
+ AssignInstanceRequest = Shapes::StructureShape.new(name: 'AssignInstanceRequest')
24
+ AssignVolumeRequest = Shapes::StructureShape.new(name: 'AssignVolumeRequest')
25
+ AssociateElasticIpRequest = Shapes::StructureShape.new(name: 'AssociateElasticIpRequest')
26
+ AttachElasticLoadBalancerRequest = Shapes::StructureShape.new(name: 'AttachElasticLoadBalancerRequest')
27
+ AutoScalingThresholds = Shapes::StructureShape.new(name: 'AutoScalingThresholds')
28
+ AutoScalingType = Shapes::StringShape.new(name: 'AutoScalingType')
29
+ BlockDeviceMapping = Shapes::StructureShape.new(name: 'BlockDeviceMapping')
30
+ BlockDeviceMappings = Shapes::ListShape.new(name: 'BlockDeviceMappings')
31
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
32
+ ChefConfiguration = Shapes::StructureShape.new(name: 'ChefConfiguration')
33
+ CloneStackRequest = Shapes::StructureShape.new(name: 'CloneStackRequest')
34
+ CloneStackResult = Shapes::StructureShape.new(name: 'CloneStackResult')
35
+ Command = Shapes::StructureShape.new(name: 'Command')
36
+ Commands = Shapes::ListShape.new(name: 'Commands')
37
+ CreateAppRequest = Shapes::StructureShape.new(name: 'CreateAppRequest')
38
+ CreateAppResult = Shapes::StructureShape.new(name: 'CreateAppResult')
39
+ CreateDeploymentRequest = Shapes::StructureShape.new(name: 'CreateDeploymentRequest')
40
+ CreateDeploymentResult = Shapes::StructureShape.new(name: 'CreateDeploymentResult')
41
+ CreateInstanceRequest = Shapes::StructureShape.new(name: 'CreateInstanceRequest')
42
+ CreateInstanceResult = Shapes::StructureShape.new(name: 'CreateInstanceResult')
43
+ CreateLayerRequest = Shapes::StructureShape.new(name: 'CreateLayerRequest')
44
+ CreateLayerResult = Shapes::StructureShape.new(name: 'CreateLayerResult')
45
+ CreateStackRequest = Shapes::StructureShape.new(name: 'CreateStackRequest')
46
+ CreateStackResult = Shapes::StructureShape.new(name: 'CreateStackResult')
47
+ CreateUserProfileRequest = Shapes::StructureShape.new(name: 'CreateUserProfileRequest')
48
+ CreateUserProfileResult = Shapes::StructureShape.new(name: 'CreateUserProfileResult')
49
+ DailyAutoScalingSchedule = Shapes::MapShape.new(name: 'DailyAutoScalingSchedule')
50
+ DataSource = Shapes::StructureShape.new(name: 'DataSource')
51
+ DataSources = Shapes::ListShape.new(name: 'DataSources')
52
+ DateTime = Shapes::StringShape.new(name: 'DateTime')
53
+ DeleteAppRequest = Shapes::StructureShape.new(name: 'DeleteAppRequest')
54
+ DeleteInstanceRequest = Shapes::StructureShape.new(name: 'DeleteInstanceRequest')
55
+ DeleteLayerRequest = Shapes::StructureShape.new(name: 'DeleteLayerRequest')
56
+ DeleteStackRequest = Shapes::StructureShape.new(name: 'DeleteStackRequest')
57
+ DeleteUserProfileRequest = Shapes::StructureShape.new(name: 'DeleteUserProfileRequest')
58
+ Deployment = Shapes::StructureShape.new(name: 'Deployment')
59
+ DeploymentCommand = Shapes::StructureShape.new(name: 'DeploymentCommand')
60
+ DeploymentCommandArgs = Shapes::MapShape.new(name: 'DeploymentCommandArgs')
61
+ DeploymentCommandName = Shapes::StringShape.new(name: 'DeploymentCommandName')
62
+ Deployments = Shapes::ListShape.new(name: 'Deployments')
63
+ DeregisterEcsClusterRequest = Shapes::StructureShape.new(name: 'DeregisterEcsClusterRequest')
64
+ DeregisterElasticIpRequest = Shapes::StructureShape.new(name: 'DeregisterElasticIpRequest')
65
+ DeregisterInstanceRequest = Shapes::StructureShape.new(name: 'DeregisterInstanceRequest')
66
+ DeregisterRdsDbInstanceRequest = Shapes::StructureShape.new(name: 'DeregisterRdsDbInstanceRequest')
67
+ DeregisterVolumeRequest = Shapes::StructureShape.new(name: 'DeregisterVolumeRequest')
68
+ DescribeAgentVersionsRequest = Shapes::StructureShape.new(name: 'DescribeAgentVersionsRequest')
69
+ DescribeAgentVersionsResult = Shapes::StructureShape.new(name: 'DescribeAgentVersionsResult')
70
+ DescribeAppsRequest = Shapes::StructureShape.new(name: 'DescribeAppsRequest')
71
+ DescribeAppsResult = Shapes::StructureShape.new(name: 'DescribeAppsResult')
72
+ DescribeCommandsRequest = Shapes::StructureShape.new(name: 'DescribeCommandsRequest')
73
+ DescribeCommandsResult = Shapes::StructureShape.new(name: 'DescribeCommandsResult')
74
+ DescribeDeploymentsRequest = Shapes::StructureShape.new(name: 'DescribeDeploymentsRequest')
75
+ DescribeDeploymentsResult = Shapes::StructureShape.new(name: 'DescribeDeploymentsResult')
76
+ DescribeEcsClustersRequest = Shapes::StructureShape.new(name: 'DescribeEcsClustersRequest')
77
+ DescribeEcsClustersResult = Shapes::StructureShape.new(name: 'DescribeEcsClustersResult')
78
+ DescribeElasticIpsRequest = Shapes::StructureShape.new(name: 'DescribeElasticIpsRequest')
79
+ DescribeElasticIpsResult = Shapes::StructureShape.new(name: 'DescribeElasticIpsResult')
80
+ DescribeElasticLoadBalancersRequest = Shapes::StructureShape.new(name: 'DescribeElasticLoadBalancersRequest')
81
+ DescribeElasticLoadBalancersResult = Shapes::StructureShape.new(name: 'DescribeElasticLoadBalancersResult')
82
+ DescribeInstancesRequest = Shapes::StructureShape.new(name: 'DescribeInstancesRequest')
83
+ DescribeInstancesResult = Shapes::StructureShape.new(name: 'DescribeInstancesResult')
84
+ DescribeLayersRequest = Shapes::StructureShape.new(name: 'DescribeLayersRequest')
85
+ DescribeLayersResult = Shapes::StructureShape.new(name: 'DescribeLayersResult')
86
+ DescribeLoadBasedAutoScalingRequest = Shapes::StructureShape.new(name: 'DescribeLoadBasedAutoScalingRequest')
87
+ DescribeLoadBasedAutoScalingResult = Shapes::StructureShape.new(name: 'DescribeLoadBasedAutoScalingResult')
88
+ DescribeMyUserProfileResult = Shapes::StructureShape.new(name: 'DescribeMyUserProfileResult')
89
+ DescribePermissionsRequest = Shapes::StructureShape.new(name: 'DescribePermissionsRequest')
90
+ DescribePermissionsResult = Shapes::StructureShape.new(name: 'DescribePermissionsResult')
91
+ DescribeRaidArraysRequest = Shapes::StructureShape.new(name: 'DescribeRaidArraysRequest')
92
+ DescribeRaidArraysResult = Shapes::StructureShape.new(name: 'DescribeRaidArraysResult')
93
+ DescribeRdsDbInstancesRequest = Shapes::StructureShape.new(name: 'DescribeRdsDbInstancesRequest')
94
+ DescribeRdsDbInstancesResult = Shapes::StructureShape.new(name: 'DescribeRdsDbInstancesResult')
95
+ DescribeServiceErrorsRequest = Shapes::StructureShape.new(name: 'DescribeServiceErrorsRequest')
96
+ DescribeServiceErrorsResult = Shapes::StructureShape.new(name: 'DescribeServiceErrorsResult')
97
+ DescribeStackProvisioningParametersRequest = Shapes::StructureShape.new(name: 'DescribeStackProvisioningParametersRequest')
98
+ DescribeStackProvisioningParametersResult = Shapes::StructureShape.new(name: 'DescribeStackProvisioningParametersResult')
99
+ DescribeStackSummaryRequest = Shapes::StructureShape.new(name: 'DescribeStackSummaryRequest')
100
+ DescribeStackSummaryResult = Shapes::StructureShape.new(name: 'DescribeStackSummaryResult')
101
+ DescribeStacksRequest = Shapes::StructureShape.new(name: 'DescribeStacksRequest')
102
+ DescribeStacksResult = Shapes::StructureShape.new(name: 'DescribeStacksResult')
103
+ DescribeTimeBasedAutoScalingRequest = Shapes::StructureShape.new(name: 'DescribeTimeBasedAutoScalingRequest')
104
+ DescribeTimeBasedAutoScalingResult = Shapes::StructureShape.new(name: 'DescribeTimeBasedAutoScalingResult')
105
+ DescribeUserProfilesRequest = Shapes::StructureShape.new(name: 'DescribeUserProfilesRequest')
106
+ DescribeUserProfilesResult = Shapes::StructureShape.new(name: 'DescribeUserProfilesResult')
107
+ DescribeVolumesRequest = Shapes::StructureShape.new(name: 'DescribeVolumesRequest')
108
+ DescribeVolumesResult = Shapes::StructureShape.new(name: 'DescribeVolumesResult')
109
+ DetachElasticLoadBalancerRequest = Shapes::StructureShape.new(name: 'DetachElasticLoadBalancerRequest')
110
+ DisassociateElasticIpRequest = Shapes::StructureShape.new(name: 'DisassociateElasticIpRequest')
111
+ Double = Shapes::FloatShape.new(name: 'Double')
112
+ EbsBlockDevice = Shapes::StructureShape.new(name: 'EbsBlockDevice')
113
+ EcsCluster = Shapes::StructureShape.new(name: 'EcsCluster')
114
+ EcsClusters = Shapes::ListShape.new(name: 'EcsClusters')
115
+ ElasticIp = Shapes::StructureShape.new(name: 'ElasticIp')
116
+ ElasticIps = Shapes::ListShape.new(name: 'ElasticIps')
117
+ ElasticLoadBalancer = Shapes::StructureShape.new(name: 'ElasticLoadBalancer')
118
+ ElasticLoadBalancers = Shapes::ListShape.new(name: 'ElasticLoadBalancers')
119
+ EnvironmentVariable = Shapes::StructureShape.new(name: 'EnvironmentVariable')
120
+ EnvironmentVariables = Shapes::ListShape.new(name: 'EnvironmentVariables')
121
+ GetHostnameSuggestionRequest = Shapes::StructureShape.new(name: 'GetHostnameSuggestionRequest')
122
+ GetHostnameSuggestionResult = Shapes::StructureShape.new(name: 'GetHostnameSuggestionResult')
123
+ GrantAccessRequest = Shapes::StructureShape.new(name: 'GrantAccessRequest')
124
+ GrantAccessResult = Shapes::StructureShape.new(name: 'GrantAccessResult')
125
+ Hour = Shapes::StringShape.new(name: 'Hour')
126
+ Instance = Shapes::StructureShape.new(name: 'Instance')
127
+ InstanceIdentity = Shapes::StructureShape.new(name: 'InstanceIdentity')
128
+ Instances = Shapes::ListShape.new(name: 'Instances')
129
+ InstancesCount = Shapes::StructureShape.new(name: 'InstancesCount')
130
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
131
+ Layer = Shapes::StructureShape.new(name: 'Layer')
132
+ LayerAttributes = Shapes::MapShape.new(name: 'LayerAttributes')
133
+ LayerAttributesKeys = Shapes::StringShape.new(name: 'LayerAttributesKeys')
134
+ LayerType = Shapes::StringShape.new(name: 'LayerType')
135
+ Layers = Shapes::ListShape.new(name: 'Layers')
136
+ LifecycleEventConfiguration = Shapes::StructureShape.new(name: 'LifecycleEventConfiguration')
137
+ LoadBasedAutoScalingConfiguration = Shapes::StructureShape.new(name: 'LoadBasedAutoScalingConfiguration')
138
+ LoadBasedAutoScalingConfigurations = Shapes::ListShape.new(name: 'LoadBasedAutoScalingConfigurations')
139
+ Minute = Shapes::IntegerShape.new(name: 'Minute')
140
+ Parameters = Shapes::MapShape.new(name: 'Parameters')
141
+ Permission = Shapes::StructureShape.new(name: 'Permission')
142
+ Permissions = Shapes::ListShape.new(name: 'Permissions')
143
+ RaidArray = Shapes::StructureShape.new(name: 'RaidArray')
144
+ RaidArrays = Shapes::ListShape.new(name: 'RaidArrays')
145
+ RdsDbInstance = Shapes::StructureShape.new(name: 'RdsDbInstance')
146
+ RdsDbInstances = Shapes::ListShape.new(name: 'RdsDbInstances')
147
+ RebootInstanceRequest = Shapes::StructureShape.new(name: 'RebootInstanceRequest')
148
+ Recipes = Shapes::StructureShape.new(name: 'Recipes')
149
+ RegisterEcsClusterRequest = Shapes::StructureShape.new(name: 'RegisterEcsClusterRequest')
150
+ RegisterEcsClusterResult = Shapes::StructureShape.new(name: 'RegisterEcsClusterResult')
151
+ RegisterElasticIpRequest = Shapes::StructureShape.new(name: 'RegisterElasticIpRequest')
152
+ RegisterElasticIpResult = Shapes::StructureShape.new(name: 'RegisterElasticIpResult')
153
+ RegisterInstanceRequest = Shapes::StructureShape.new(name: 'RegisterInstanceRequest')
154
+ RegisterInstanceResult = Shapes::StructureShape.new(name: 'RegisterInstanceResult')
155
+ RegisterRdsDbInstanceRequest = Shapes::StructureShape.new(name: 'RegisterRdsDbInstanceRequest')
156
+ RegisterVolumeRequest = Shapes::StructureShape.new(name: 'RegisterVolumeRequest')
157
+ RegisterVolumeResult = Shapes::StructureShape.new(name: 'RegisterVolumeResult')
158
+ ReportedOs = Shapes::StructureShape.new(name: 'ReportedOs')
159
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
160
+ RootDeviceType = Shapes::StringShape.new(name: 'RootDeviceType')
161
+ SelfUserProfile = Shapes::StructureShape.new(name: 'SelfUserProfile')
162
+ ServiceError = Shapes::StructureShape.new(name: 'ServiceError')
163
+ ServiceErrors = Shapes::ListShape.new(name: 'ServiceErrors')
164
+ SetLoadBasedAutoScalingRequest = Shapes::StructureShape.new(name: 'SetLoadBasedAutoScalingRequest')
165
+ SetPermissionRequest = Shapes::StructureShape.new(name: 'SetPermissionRequest')
166
+ SetTimeBasedAutoScalingRequest = Shapes::StructureShape.new(name: 'SetTimeBasedAutoScalingRequest')
167
+ ShutdownEventConfiguration = Shapes::StructureShape.new(name: 'ShutdownEventConfiguration')
168
+ Source = Shapes::StructureShape.new(name: 'Source')
169
+ SourceType = Shapes::StringShape.new(name: 'SourceType')
170
+ SslConfiguration = Shapes::StructureShape.new(name: 'SslConfiguration')
171
+ Stack = Shapes::StructureShape.new(name: 'Stack')
172
+ StackAttributes = Shapes::MapShape.new(name: 'StackAttributes')
173
+ StackAttributesKeys = Shapes::StringShape.new(name: 'StackAttributesKeys')
174
+ StackConfigurationManager = Shapes::StructureShape.new(name: 'StackConfigurationManager')
175
+ StackSummary = Shapes::StructureShape.new(name: 'StackSummary')
176
+ Stacks = Shapes::ListShape.new(name: 'Stacks')
177
+ StartInstanceRequest = Shapes::StructureShape.new(name: 'StartInstanceRequest')
178
+ StartStackRequest = Shapes::StructureShape.new(name: 'StartStackRequest')
179
+ StopInstanceRequest = Shapes::StructureShape.new(name: 'StopInstanceRequest')
180
+ StopStackRequest = Shapes::StructureShape.new(name: 'StopStackRequest')
181
+ String = Shapes::StringShape.new(name: 'String')
182
+ Strings = Shapes::ListShape.new(name: 'Strings')
183
+ Switch = Shapes::StringShape.new(name: 'Switch')
184
+ TemporaryCredential = Shapes::StructureShape.new(name: 'TemporaryCredential')
185
+ TimeBasedAutoScalingConfiguration = Shapes::StructureShape.new(name: 'TimeBasedAutoScalingConfiguration')
186
+ TimeBasedAutoScalingConfigurations = Shapes::ListShape.new(name: 'TimeBasedAutoScalingConfigurations')
187
+ UnassignInstanceRequest = Shapes::StructureShape.new(name: 'UnassignInstanceRequest')
188
+ UnassignVolumeRequest = Shapes::StructureShape.new(name: 'UnassignVolumeRequest')
189
+ UpdateAppRequest = Shapes::StructureShape.new(name: 'UpdateAppRequest')
190
+ UpdateElasticIpRequest = Shapes::StructureShape.new(name: 'UpdateElasticIpRequest')
191
+ UpdateInstanceRequest = Shapes::StructureShape.new(name: 'UpdateInstanceRequest')
192
+ UpdateLayerRequest = Shapes::StructureShape.new(name: 'UpdateLayerRequest')
193
+ UpdateMyUserProfileRequest = Shapes::StructureShape.new(name: 'UpdateMyUserProfileRequest')
194
+ UpdateRdsDbInstanceRequest = Shapes::StructureShape.new(name: 'UpdateRdsDbInstanceRequest')
195
+ UpdateStackRequest = Shapes::StructureShape.new(name: 'UpdateStackRequest')
196
+ UpdateUserProfileRequest = Shapes::StructureShape.new(name: 'UpdateUserProfileRequest')
197
+ UpdateVolumeRequest = Shapes::StructureShape.new(name: 'UpdateVolumeRequest')
198
+ UserProfile = Shapes::StructureShape.new(name: 'UserProfile')
199
+ UserProfiles = Shapes::ListShape.new(name: 'UserProfiles')
200
+ ValidForInMinutes = Shapes::IntegerShape.new(name: 'ValidForInMinutes')
201
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
202
+ VirtualizationType = Shapes::StringShape.new(name: 'VirtualizationType')
203
+ Volume = Shapes::StructureShape.new(name: 'Volume')
204
+ VolumeConfiguration = Shapes::StructureShape.new(name: 'VolumeConfiguration')
205
+ VolumeConfigurations = Shapes::ListShape.new(name: 'VolumeConfigurations')
206
+ VolumeType = Shapes::StringShape.new(name: 'VolumeType')
207
+ Volumes = Shapes::ListShape.new(name: 'Volumes')
208
+ WeeklyAutoScalingSchedule = Shapes::StructureShape.new(name: 'WeeklyAutoScalingSchedule')
209
+
210
+ AgentVersion.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "Version"))
211
+ AgentVersion.add_member(:configuration_manager, Shapes::ShapeRef.new(shape: StackConfigurationManager, location_name: "ConfigurationManager"))
212
+ AgentVersion.struct_class = Types::AgentVersion
213
+
214
+ AgentVersions.member = Shapes::ShapeRef.new(shape: AgentVersion)
215
+
216
+ App.add_member(:app_id, Shapes::ShapeRef.new(shape: String, location_name: "AppId"))
217
+ App.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
218
+ App.add_member(:shortname, Shapes::ShapeRef.new(shape: String, location_name: "Shortname"))
219
+ App.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
220
+ App.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
221
+ App.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSources, location_name: "DataSources"))
222
+ App.add_member(:type, Shapes::ShapeRef.new(shape: AppType, location_name: "Type"))
223
+ App.add_member(:app_source, Shapes::ShapeRef.new(shape: Source, location_name: "AppSource"))
224
+ App.add_member(:domains, Shapes::ShapeRef.new(shape: Strings, location_name: "Domains"))
225
+ App.add_member(:enable_ssl, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableSsl"))
226
+ App.add_member(:ssl_configuration, Shapes::ShapeRef.new(shape: SslConfiguration, location_name: "SslConfiguration"))
227
+ App.add_member(:attributes, Shapes::ShapeRef.new(shape: AppAttributes, location_name: "Attributes"))
228
+ App.add_member(:created_at, Shapes::ShapeRef.new(shape: String, location_name: "CreatedAt"))
229
+ App.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentVariables, location_name: "Environment"))
230
+ App.struct_class = Types::App
231
+
232
+ AppAttributes.key = Shapes::ShapeRef.new(shape: AppAttributesKeys)
233
+ AppAttributes.value = Shapes::ShapeRef.new(shape: String)
234
+
235
+ Apps.member = Shapes::ShapeRef.new(shape: App)
236
+
237
+ AssignInstanceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
238
+ AssignInstanceRequest.add_member(:layer_ids, Shapes::ShapeRef.new(shape: Strings, required: true, location_name: "LayerIds"))
239
+ AssignInstanceRequest.struct_class = Types::AssignInstanceRequest
240
+
241
+ AssignVolumeRequest.add_member(:volume_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "VolumeId"))
242
+ AssignVolumeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
243
+ AssignVolumeRequest.struct_class = Types::AssignVolumeRequest
244
+
245
+ AssociateElasticIpRequest.add_member(:elastic_ip, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ElasticIp"))
246
+ AssociateElasticIpRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
247
+ AssociateElasticIpRequest.struct_class = Types::AssociateElasticIpRequest
248
+
249
+ AttachElasticLoadBalancerRequest.add_member(:elastic_load_balancer_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ElasticLoadBalancerName"))
250
+ AttachElasticLoadBalancerRequest.add_member(:layer_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LayerId"))
251
+ AttachElasticLoadBalancerRequest.struct_class = Types::AttachElasticLoadBalancerRequest
252
+
253
+ AutoScalingThresholds.add_member(:instance_count, Shapes::ShapeRef.new(shape: Integer, location_name: "InstanceCount"))
254
+ AutoScalingThresholds.add_member(:thresholds_wait_time, Shapes::ShapeRef.new(shape: Minute, location_name: "ThresholdsWaitTime"))
255
+ AutoScalingThresholds.add_member(:ignore_metrics_time, Shapes::ShapeRef.new(shape: Minute, location_name: "IgnoreMetricsTime"))
256
+ AutoScalingThresholds.add_member(:cpu_threshold, Shapes::ShapeRef.new(shape: Double, location_name: "CpuThreshold"))
257
+ AutoScalingThresholds.add_member(:memory_threshold, Shapes::ShapeRef.new(shape: Double, location_name: "MemoryThreshold"))
258
+ AutoScalingThresholds.add_member(:load_threshold, Shapes::ShapeRef.new(shape: Double, location_name: "LoadThreshold"))
259
+ AutoScalingThresholds.add_member(:alarms, Shapes::ShapeRef.new(shape: Strings, location_name: "Alarms"))
260
+ AutoScalingThresholds.struct_class = Types::AutoScalingThresholds
261
+
262
+ BlockDeviceMapping.add_member(:device_name, Shapes::ShapeRef.new(shape: String, location_name: "DeviceName"))
263
+ BlockDeviceMapping.add_member(:no_device, Shapes::ShapeRef.new(shape: String, location_name: "NoDevice"))
264
+ BlockDeviceMapping.add_member(:virtual_name, Shapes::ShapeRef.new(shape: String, location_name: "VirtualName"))
265
+ BlockDeviceMapping.add_member(:ebs, Shapes::ShapeRef.new(shape: EbsBlockDevice, location_name: "Ebs"))
266
+ BlockDeviceMapping.struct_class = Types::BlockDeviceMapping
267
+
268
+ BlockDeviceMappings.member = Shapes::ShapeRef.new(shape: BlockDeviceMapping)
269
+
270
+ ChefConfiguration.add_member(:manage_berkshelf, Shapes::ShapeRef.new(shape: Boolean, location_name: "ManageBerkshelf"))
271
+ ChefConfiguration.add_member(:berkshelf_version, Shapes::ShapeRef.new(shape: String, location_name: "BerkshelfVersion"))
272
+ ChefConfiguration.struct_class = Types::ChefConfiguration
273
+
274
+ CloneStackRequest.add_member(:source_stack_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceStackId"))
275
+ CloneStackRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
276
+ CloneStackRequest.add_member(:region, Shapes::ShapeRef.new(shape: String, location_name: "Region"))
277
+ CloneStackRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
278
+ CloneStackRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: StackAttributes, location_name: "Attributes"))
279
+ CloneStackRequest.add_member(:service_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceRoleArn"))
280
+ CloneStackRequest.add_member(:default_instance_profile_arn, Shapes::ShapeRef.new(shape: String, location_name: "DefaultInstanceProfileArn"))
281
+ CloneStackRequest.add_member(:default_os, Shapes::ShapeRef.new(shape: String, location_name: "DefaultOs"))
282
+ CloneStackRequest.add_member(:hostname_theme, Shapes::ShapeRef.new(shape: String, location_name: "HostnameTheme"))
283
+ CloneStackRequest.add_member(:default_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "DefaultAvailabilityZone"))
284
+ CloneStackRequest.add_member(:default_subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "DefaultSubnetId"))
285
+ CloneStackRequest.add_member(:custom_json, Shapes::ShapeRef.new(shape: String, location_name: "CustomJson"))
286
+ CloneStackRequest.add_member(:configuration_manager, Shapes::ShapeRef.new(shape: StackConfigurationManager, location_name: "ConfigurationManager"))
287
+ CloneStackRequest.add_member(:chef_configuration, Shapes::ShapeRef.new(shape: ChefConfiguration, location_name: "ChefConfiguration"))
288
+ CloneStackRequest.add_member(:use_custom_cookbooks, Shapes::ShapeRef.new(shape: Boolean, location_name: "UseCustomCookbooks"))
289
+ CloneStackRequest.add_member(:use_opsworks_security_groups, Shapes::ShapeRef.new(shape: Boolean, location_name: "UseOpsworksSecurityGroups"))
290
+ CloneStackRequest.add_member(:custom_cookbooks_source, Shapes::ShapeRef.new(shape: Source, location_name: "CustomCookbooksSource"))
291
+ CloneStackRequest.add_member(:default_ssh_key_name, Shapes::ShapeRef.new(shape: String, location_name: "DefaultSshKeyName"))
292
+ CloneStackRequest.add_member(:clone_permissions, Shapes::ShapeRef.new(shape: Boolean, location_name: "ClonePermissions"))
293
+ CloneStackRequest.add_member(:clone_app_ids, Shapes::ShapeRef.new(shape: Strings, location_name: "CloneAppIds"))
294
+ CloneStackRequest.add_member(:default_root_device_type, Shapes::ShapeRef.new(shape: RootDeviceType, location_name: "DefaultRootDeviceType"))
295
+ CloneStackRequest.add_member(:agent_version, Shapes::ShapeRef.new(shape: String, location_name: "AgentVersion"))
296
+ CloneStackRequest.struct_class = Types::CloneStackRequest
297
+
298
+ CloneStackResult.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
299
+ CloneStackResult.struct_class = Types::CloneStackResult
300
+
301
+ Command.add_member(:command_id, Shapes::ShapeRef.new(shape: String, location_name: "CommandId"))
302
+ Command.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
303
+ Command.add_member(:deployment_id, Shapes::ShapeRef.new(shape: String, location_name: "DeploymentId"))
304
+ Command.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
305
+ Command.add_member(:acknowledged_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "AcknowledgedAt"))
306
+ Command.add_member(:completed_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CompletedAt"))
307
+ Command.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
308
+ Command.add_member(:exit_code, Shapes::ShapeRef.new(shape: Integer, location_name: "ExitCode"))
309
+ Command.add_member(:log_url, Shapes::ShapeRef.new(shape: String, location_name: "LogUrl"))
310
+ Command.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
311
+ Command.struct_class = Types::Command
312
+
313
+ Commands.member = Shapes::ShapeRef.new(shape: Command)
314
+
315
+ CreateAppRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StackId"))
316
+ CreateAppRequest.add_member(:shortname, Shapes::ShapeRef.new(shape: String, location_name: "Shortname"))
317
+ CreateAppRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
318
+ CreateAppRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
319
+ CreateAppRequest.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSources, location_name: "DataSources"))
320
+ CreateAppRequest.add_member(:type, Shapes::ShapeRef.new(shape: AppType, required: true, location_name: "Type"))
321
+ CreateAppRequest.add_member(:app_source, Shapes::ShapeRef.new(shape: Source, location_name: "AppSource"))
322
+ CreateAppRequest.add_member(:domains, Shapes::ShapeRef.new(shape: Strings, location_name: "Domains"))
323
+ CreateAppRequest.add_member(:enable_ssl, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableSsl"))
324
+ CreateAppRequest.add_member(:ssl_configuration, Shapes::ShapeRef.new(shape: SslConfiguration, location_name: "SslConfiguration"))
325
+ CreateAppRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: AppAttributes, location_name: "Attributes"))
326
+ CreateAppRequest.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentVariables, location_name: "Environment"))
327
+ CreateAppRequest.struct_class = Types::CreateAppRequest
328
+
329
+ CreateAppResult.add_member(:app_id, Shapes::ShapeRef.new(shape: String, location_name: "AppId"))
330
+ CreateAppResult.struct_class = Types::CreateAppResult
331
+
332
+ CreateDeploymentRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StackId"))
333
+ CreateDeploymentRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: String, location_name: "AppId"))
334
+ CreateDeploymentRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: Strings, location_name: "InstanceIds"))
335
+ CreateDeploymentRequest.add_member(:layer_ids, Shapes::ShapeRef.new(shape: Strings, location_name: "LayerIds"))
336
+ CreateDeploymentRequest.add_member(:command, Shapes::ShapeRef.new(shape: DeploymentCommand, required: true, location_name: "Command"))
337
+ CreateDeploymentRequest.add_member(:comment, Shapes::ShapeRef.new(shape: String, location_name: "Comment"))
338
+ CreateDeploymentRequest.add_member(:custom_json, Shapes::ShapeRef.new(shape: String, location_name: "CustomJson"))
339
+ CreateDeploymentRequest.struct_class = Types::CreateDeploymentRequest
340
+
341
+ CreateDeploymentResult.add_member(:deployment_id, Shapes::ShapeRef.new(shape: String, location_name: "DeploymentId"))
342
+ CreateDeploymentResult.struct_class = Types::CreateDeploymentResult
343
+
344
+ CreateInstanceRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StackId"))
345
+ CreateInstanceRequest.add_member(:layer_ids, Shapes::ShapeRef.new(shape: Strings, required: true, location_name: "LayerIds"))
346
+ CreateInstanceRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceType"))
347
+ CreateInstanceRequest.add_member(:auto_scaling_type, Shapes::ShapeRef.new(shape: AutoScalingType, location_name: "AutoScalingType"))
348
+ CreateInstanceRequest.add_member(:hostname, Shapes::ShapeRef.new(shape: String, location_name: "Hostname"))
349
+ CreateInstanceRequest.add_member(:os, Shapes::ShapeRef.new(shape: String, location_name: "Os"))
350
+ CreateInstanceRequest.add_member(:ami_id, Shapes::ShapeRef.new(shape: String, location_name: "AmiId"))
351
+ CreateInstanceRequest.add_member(:ssh_key_name, Shapes::ShapeRef.new(shape: String, location_name: "SshKeyName"))
352
+ CreateInstanceRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
353
+ CreateInstanceRequest.add_member(:virtualization_type, Shapes::ShapeRef.new(shape: String, location_name: "VirtualizationType"))
354
+ CreateInstanceRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "SubnetId"))
355
+ CreateInstanceRequest.add_member(:architecture, Shapes::ShapeRef.new(shape: Architecture, location_name: "Architecture"))
356
+ CreateInstanceRequest.add_member(:root_device_type, Shapes::ShapeRef.new(shape: RootDeviceType, location_name: "RootDeviceType"))
357
+ CreateInstanceRequest.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: BlockDeviceMappings, location_name: "BlockDeviceMappings"))
358
+ CreateInstanceRequest.add_member(:install_updates_on_boot, Shapes::ShapeRef.new(shape: Boolean, location_name: "InstallUpdatesOnBoot"))
359
+ CreateInstanceRequest.add_member(:ebs_optimized, Shapes::ShapeRef.new(shape: Boolean, location_name: "EbsOptimized"))
360
+ CreateInstanceRequest.add_member(:agent_version, Shapes::ShapeRef.new(shape: String, location_name: "AgentVersion"))
361
+ CreateInstanceRequest.add_member(:tenancy, Shapes::ShapeRef.new(shape: String, location_name: "Tenancy"))
362
+ CreateInstanceRequest.struct_class = Types::CreateInstanceRequest
363
+
364
+ CreateInstanceResult.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
365
+ CreateInstanceResult.struct_class = Types::CreateInstanceResult
366
+
367
+ CreateLayerRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StackId"))
368
+ CreateLayerRequest.add_member(:type, Shapes::ShapeRef.new(shape: LayerType, required: true, location_name: "Type"))
369
+ CreateLayerRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
370
+ CreateLayerRequest.add_member(:shortname, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Shortname"))
371
+ CreateLayerRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: LayerAttributes, location_name: "Attributes"))
372
+ CreateLayerRequest.add_member(:custom_instance_profile_arn, Shapes::ShapeRef.new(shape: String, location_name: "CustomInstanceProfileArn"))
373
+ CreateLayerRequest.add_member(:custom_json, Shapes::ShapeRef.new(shape: String, location_name: "CustomJson"))
374
+ CreateLayerRequest.add_member(:custom_security_group_ids, Shapes::ShapeRef.new(shape: Strings, location_name: "CustomSecurityGroupIds"))
375
+ CreateLayerRequest.add_member(:packages, Shapes::ShapeRef.new(shape: Strings, location_name: "Packages"))
376
+ CreateLayerRequest.add_member(:volume_configurations, Shapes::ShapeRef.new(shape: VolumeConfigurations, location_name: "VolumeConfigurations"))
377
+ CreateLayerRequest.add_member(:enable_auto_healing, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableAutoHealing"))
378
+ CreateLayerRequest.add_member(:auto_assign_elastic_ips, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoAssignElasticIps"))
379
+ CreateLayerRequest.add_member(:auto_assign_public_ips, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoAssignPublicIps"))
380
+ CreateLayerRequest.add_member(:custom_recipes, Shapes::ShapeRef.new(shape: Recipes, location_name: "CustomRecipes"))
381
+ CreateLayerRequest.add_member(:install_updates_on_boot, Shapes::ShapeRef.new(shape: Boolean, location_name: "InstallUpdatesOnBoot"))
382
+ CreateLayerRequest.add_member(:use_ebs_optimized_instances, Shapes::ShapeRef.new(shape: Boolean, location_name: "UseEbsOptimizedInstances"))
383
+ CreateLayerRequest.add_member(:lifecycle_event_configuration, Shapes::ShapeRef.new(shape: LifecycleEventConfiguration, location_name: "LifecycleEventConfiguration"))
384
+ CreateLayerRequest.struct_class = Types::CreateLayerRequest
385
+
386
+ CreateLayerResult.add_member(:layer_id, Shapes::ShapeRef.new(shape: String, location_name: "LayerId"))
387
+ CreateLayerResult.struct_class = Types::CreateLayerResult
388
+
389
+ CreateStackRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
390
+ CreateStackRequest.add_member(:region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Region"))
391
+ CreateStackRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
392
+ CreateStackRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: StackAttributes, location_name: "Attributes"))
393
+ CreateStackRequest.add_member(:service_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceRoleArn"))
394
+ CreateStackRequest.add_member(:default_instance_profile_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DefaultInstanceProfileArn"))
395
+ CreateStackRequest.add_member(:default_os, Shapes::ShapeRef.new(shape: String, location_name: "DefaultOs"))
396
+ CreateStackRequest.add_member(:hostname_theme, Shapes::ShapeRef.new(shape: String, location_name: "HostnameTheme"))
397
+ CreateStackRequest.add_member(:default_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "DefaultAvailabilityZone"))
398
+ CreateStackRequest.add_member(:default_subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "DefaultSubnetId"))
399
+ CreateStackRequest.add_member(:custom_json, Shapes::ShapeRef.new(shape: String, location_name: "CustomJson"))
400
+ CreateStackRequest.add_member(:configuration_manager, Shapes::ShapeRef.new(shape: StackConfigurationManager, location_name: "ConfigurationManager"))
401
+ CreateStackRequest.add_member(:chef_configuration, Shapes::ShapeRef.new(shape: ChefConfiguration, location_name: "ChefConfiguration"))
402
+ CreateStackRequest.add_member(:use_custom_cookbooks, Shapes::ShapeRef.new(shape: Boolean, location_name: "UseCustomCookbooks"))
403
+ CreateStackRequest.add_member(:use_opsworks_security_groups, Shapes::ShapeRef.new(shape: Boolean, location_name: "UseOpsworksSecurityGroups"))
404
+ CreateStackRequest.add_member(:custom_cookbooks_source, Shapes::ShapeRef.new(shape: Source, location_name: "CustomCookbooksSource"))
405
+ CreateStackRequest.add_member(:default_ssh_key_name, Shapes::ShapeRef.new(shape: String, location_name: "DefaultSshKeyName"))
406
+ CreateStackRequest.add_member(:default_root_device_type, Shapes::ShapeRef.new(shape: RootDeviceType, location_name: "DefaultRootDeviceType"))
407
+ CreateStackRequest.add_member(:agent_version, Shapes::ShapeRef.new(shape: String, location_name: "AgentVersion"))
408
+ CreateStackRequest.struct_class = Types::CreateStackRequest
409
+
410
+ CreateStackResult.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
411
+ CreateStackResult.struct_class = Types::CreateStackResult
412
+
413
+ CreateUserProfileRequest.add_member(:iam_user_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "IamUserArn"))
414
+ CreateUserProfileRequest.add_member(:ssh_username, Shapes::ShapeRef.new(shape: String, location_name: "SshUsername"))
415
+ CreateUserProfileRequest.add_member(:ssh_public_key, Shapes::ShapeRef.new(shape: String, location_name: "SshPublicKey"))
416
+ CreateUserProfileRequest.add_member(:allow_self_management, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllowSelfManagement"))
417
+ CreateUserProfileRequest.struct_class = Types::CreateUserProfileRequest
418
+
419
+ CreateUserProfileResult.add_member(:iam_user_arn, Shapes::ShapeRef.new(shape: String, location_name: "IamUserArn"))
420
+ CreateUserProfileResult.struct_class = Types::CreateUserProfileResult
421
+
422
+ DailyAutoScalingSchedule.key = Shapes::ShapeRef.new(shape: Hour)
423
+ DailyAutoScalingSchedule.value = Shapes::ShapeRef.new(shape: Switch)
424
+
425
+ DataSource.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
426
+ DataSource.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
427
+ DataSource.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
428
+ DataSource.struct_class = Types::DataSource
429
+
430
+ DataSources.member = Shapes::ShapeRef.new(shape: DataSource)
431
+
432
+ DeleteAppRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AppId"))
433
+ DeleteAppRequest.struct_class = Types::DeleteAppRequest
434
+
435
+ DeleteInstanceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
436
+ DeleteInstanceRequest.add_member(:delete_elastic_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeleteElasticIp"))
437
+ DeleteInstanceRequest.add_member(:delete_volumes, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeleteVolumes"))
438
+ DeleteInstanceRequest.struct_class = Types::DeleteInstanceRequest
439
+
440
+ DeleteLayerRequest.add_member(:layer_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LayerId"))
441
+ DeleteLayerRequest.struct_class = Types::DeleteLayerRequest
442
+
443
+ DeleteStackRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StackId"))
444
+ DeleteStackRequest.struct_class = Types::DeleteStackRequest
445
+
446
+ DeleteUserProfileRequest.add_member(:iam_user_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "IamUserArn"))
447
+ DeleteUserProfileRequest.struct_class = Types::DeleteUserProfileRequest
448
+
449
+ Deployment.add_member(:deployment_id, Shapes::ShapeRef.new(shape: String, location_name: "DeploymentId"))
450
+ Deployment.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
451
+ Deployment.add_member(:app_id, Shapes::ShapeRef.new(shape: String, location_name: "AppId"))
452
+ Deployment.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
453
+ Deployment.add_member(:completed_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CompletedAt"))
454
+ Deployment.add_member(:duration, Shapes::ShapeRef.new(shape: Integer, location_name: "Duration"))
455
+ Deployment.add_member(:iam_user_arn, Shapes::ShapeRef.new(shape: String, location_name: "IamUserArn"))
456
+ Deployment.add_member(:comment, Shapes::ShapeRef.new(shape: String, location_name: "Comment"))
457
+ Deployment.add_member(:command, Shapes::ShapeRef.new(shape: DeploymentCommand, location_name: "Command"))
458
+ Deployment.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
459
+ Deployment.add_member(:custom_json, Shapes::ShapeRef.new(shape: String, location_name: "CustomJson"))
460
+ Deployment.add_member(:instance_ids, Shapes::ShapeRef.new(shape: Strings, location_name: "InstanceIds"))
461
+ Deployment.struct_class = Types::Deployment
462
+
463
+ DeploymentCommand.add_member(:name, Shapes::ShapeRef.new(shape: DeploymentCommandName, required: true, location_name: "Name"))
464
+ DeploymentCommand.add_member(:args, Shapes::ShapeRef.new(shape: DeploymentCommandArgs, location_name: "Args"))
465
+ DeploymentCommand.struct_class = Types::DeploymentCommand
466
+
467
+ DeploymentCommandArgs.key = Shapes::ShapeRef.new(shape: String)
468
+ DeploymentCommandArgs.value = Shapes::ShapeRef.new(shape: Strings)
469
+
470
+ Deployments.member = Shapes::ShapeRef.new(shape: Deployment)
471
+
472
+ DeregisterEcsClusterRequest.add_member(:ecs_cluster_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EcsClusterArn"))
473
+ DeregisterEcsClusterRequest.struct_class = Types::DeregisterEcsClusterRequest
474
+
475
+ DeregisterElasticIpRequest.add_member(:elastic_ip, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ElasticIp"))
476
+ DeregisterElasticIpRequest.struct_class = Types::DeregisterElasticIpRequest
477
+
478
+ DeregisterInstanceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
479
+ DeregisterInstanceRequest.struct_class = Types::DeregisterInstanceRequest
480
+
481
+ DeregisterRdsDbInstanceRequest.add_member(:rds_db_instance_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RdsDbInstanceArn"))
482
+ DeregisterRdsDbInstanceRequest.struct_class = Types::DeregisterRdsDbInstanceRequest
483
+
484
+ DeregisterVolumeRequest.add_member(:volume_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "VolumeId"))
485
+ DeregisterVolumeRequest.struct_class = Types::DeregisterVolumeRequest
486
+
487
+ DescribeAgentVersionsRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
488
+ DescribeAgentVersionsRequest.add_member(:configuration_manager, Shapes::ShapeRef.new(shape: StackConfigurationManager, location_name: "ConfigurationManager"))
489
+ DescribeAgentVersionsRequest.struct_class = Types::DescribeAgentVersionsRequest
490
+
491
+ DescribeAgentVersionsResult.add_member(:agent_versions, Shapes::ShapeRef.new(shape: AgentVersions, location_name: "AgentVersions"))
492
+ DescribeAgentVersionsResult.struct_class = Types::DescribeAgentVersionsResult
493
+
494
+ DescribeAppsRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
495
+ DescribeAppsRequest.add_member(:app_ids, Shapes::ShapeRef.new(shape: Strings, location_name: "AppIds"))
496
+ DescribeAppsRequest.struct_class = Types::DescribeAppsRequest
497
+
498
+ DescribeAppsResult.add_member(:apps, Shapes::ShapeRef.new(shape: Apps, location_name: "Apps"))
499
+ DescribeAppsResult.struct_class = Types::DescribeAppsResult
500
+
501
+ DescribeCommandsRequest.add_member(:deployment_id, Shapes::ShapeRef.new(shape: String, location_name: "DeploymentId"))
502
+ DescribeCommandsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
503
+ DescribeCommandsRequest.add_member(:command_ids, Shapes::ShapeRef.new(shape: Strings, location_name: "CommandIds"))
504
+ DescribeCommandsRequest.struct_class = Types::DescribeCommandsRequest
505
+
506
+ DescribeCommandsResult.add_member(:commands, Shapes::ShapeRef.new(shape: Commands, location_name: "Commands"))
507
+ DescribeCommandsResult.struct_class = Types::DescribeCommandsResult
508
+
509
+ DescribeDeploymentsRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
510
+ DescribeDeploymentsRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: String, location_name: "AppId"))
511
+ DescribeDeploymentsRequest.add_member(:deployment_ids, Shapes::ShapeRef.new(shape: Strings, location_name: "DeploymentIds"))
512
+ DescribeDeploymentsRequest.struct_class = Types::DescribeDeploymentsRequest
513
+
514
+ DescribeDeploymentsResult.add_member(:deployments, Shapes::ShapeRef.new(shape: Deployments, location_name: "Deployments"))
515
+ DescribeDeploymentsResult.struct_class = Types::DescribeDeploymentsResult
516
+
517
+ DescribeEcsClustersRequest.add_member(:ecs_cluster_arns, Shapes::ShapeRef.new(shape: Strings, location_name: "EcsClusterArns"))
518
+ DescribeEcsClustersRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
519
+ DescribeEcsClustersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
520
+ DescribeEcsClustersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
521
+ DescribeEcsClustersRequest.struct_class = Types::DescribeEcsClustersRequest
522
+
523
+ DescribeEcsClustersResult.add_member(:ecs_clusters, Shapes::ShapeRef.new(shape: EcsClusters, location_name: "EcsClusters"))
524
+ DescribeEcsClustersResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
525
+ DescribeEcsClustersResult.struct_class = Types::DescribeEcsClustersResult
526
+
527
+ DescribeElasticIpsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
528
+ DescribeElasticIpsRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
529
+ DescribeElasticIpsRequest.add_member(:ips, Shapes::ShapeRef.new(shape: Strings, location_name: "Ips"))
530
+ DescribeElasticIpsRequest.struct_class = Types::DescribeElasticIpsRequest
531
+
532
+ DescribeElasticIpsResult.add_member(:elastic_ips, Shapes::ShapeRef.new(shape: ElasticIps, location_name: "ElasticIps"))
533
+ DescribeElasticIpsResult.struct_class = Types::DescribeElasticIpsResult
534
+
535
+ DescribeElasticLoadBalancersRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
536
+ DescribeElasticLoadBalancersRequest.add_member(:layer_ids, Shapes::ShapeRef.new(shape: Strings, location_name: "LayerIds"))
537
+ DescribeElasticLoadBalancersRequest.struct_class = Types::DescribeElasticLoadBalancersRequest
538
+
539
+ DescribeElasticLoadBalancersResult.add_member(:elastic_load_balancers, Shapes::ShapeRef.new(shape: ElasticLoadBalancers, location_name: "ElasticLoadBalancers"))
540
+ DescribeElasticLoadBalancersResult.struct_class = Types::DescribeElasticLoadBalancersResult
541
+
542
+ DescribeInstancesRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
543
+ DescribeInstancesRequest.add_member(:layer_id, Shapes::ShapeRef.new(shape: String, location_name: "LayerId"))
544
+ DescribeInstancesRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: Strings, location_name: "InstanceIds"))
545
+ DescribeInstancesRequest.struct_class = Types::DescribeInstancesRequest
546
+
547
+ DescribeInstancesResult.add_member(:instances, Shapes::ShapeRef.new(shape: Instances, location_name: "Instances"))
548
+ DescribeInstancesResult.struct_class = Types::DescribeInstancesResult
549
+
550
+ DescribeLayersRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
551
+ DescribeLayersRequest.add_member(:layer_ids, Shapes::ShapeRef.new(shape: Strings, location_name: "LayerIds"))
552
+ DescribeLayersRequest.struct_class = Types::DescribeLayersRequest
553
+
554
+ DescribeLayersResult.add_member(:layers, Shapes::ShapeRef.new(shape: Layers, location_name: "Layers"))
555
+ DescribeLayersResult.struct_class = Types::DescribeLayersResult
556
+
557
+ DescribeLoadBasedAutoScalingRequest.add_member(:layer_ids, Shapes::ShapeRef.new(shape: Strings, required: true, location_name: "LayerIds"))
558
+ DescribeLoadBasedAutoScalingRequest.struct_class = Types::DescribeLoadBasedAutoScalingRequest
559
+
560
+ DescribeLoadBasedAutoScalingResult.add_member(:load_based_auto_scaling_configurations, Shapes::ShapeRef.new(shape: LoadBasedAutoScalingConfigurations, location_name: "LoadBasedAutoScalingConfigurations"))
561
+ DescribeLoadBasedAutoScalingResult.struct_class = Types::DescribeLoadBasedAutoScalingResult
562
+
563
+ DescribeMyUserProfileResult.add_member(:user_profile, Shapes::ShapeRef.new(shape: SelfUserProfile, location_name: "UserProfile"))
564
+ DescribeMyUserProfileResult.struct_class = Types::DescribeMyUserProfileResult
565
+
566
+ DescribePermissionsRequest.add_member(:iam_user_arn, Shapes::ShapeRef.new(shape: String, location_name: "IamUserArn"))
567
+ DescribePermissionsRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
568
+ DescribePermissionsRequest.struct_class = Types::DescribePermissionsRequest
569
+
570
+ DescribePermissionsResult.add_member(:permissions, Shapes::ShapeRef.new(shape: Permissions, location_name: "Permissions"))
571
+ DescribePermissionsResult.struct_class = Types::DescribePermissionsResult
572
+
573
+ DescribeRaidArraysRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
574
+ DescribeRaidArraysRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
575
+ DescribeRaidArraysRequest.add_member(:raid_array_ids, Shapes::ShapeRef.new(shape: Strings, location_name: "RaidArrayIds"))
576
+ DescribeRaidArraysRequest.struct_class = Types::DescribeRaidArraysRequest
577
+
578
+ DescribeRaidArraysResult.add_member(:raid_arrays, Shapes::ShapeRef.new(shape: RaidArrays, location_name: "RaidArrays"))
579
+ DescribeRaidArraysResult.struct_class = Types::DescribeRaidArraysResult
580
+
581
+ DescribeRdsDbInstancesRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StackId"))
582
+ DescribeRdsDbInstancesRequest.add_member(:rds_db_instance_arns, Shapes::ShapeRef.new(shape: Strings, location_name: "RdsDbInstanceArns"))
583
+ DescribeRdsDbInstancesRequest.struct_class = Types::DescribeRdsDbInstancesRequest
584
+
585
+ DescribeRdsDbInstancesResult.add_member(:rds_db_instances, Shapes::ShapeRef.new(shape: RdsDbInstances, location_name: "RdsDbInstances"))
586
+ DescribeRdsDbInstancesResult.struct_class = Types::DescribeRdsDbInstancesResult
587
+
588
+ DescribeServiceErrorsRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
589
+ DescribeServiceErrorsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
590
+ DescribeServiceErrorsRequest.add_member(:service_error_ids, Shapes::ShapeRef.new(shape: Strings, location_name: "ServiceErrorIds"))
591
+ DescribeServiceErrorsRequest.struct_class = Types::DescribeServiceErrorsRequest
592
+
593
+ DescribeServiceErrorsResult.add_member(:service_errors, Shapes::ShapeRef.new(shape: ServiceErrors, location_name: "ServiceErrors"))
594
+ DescribeServiceErrorsResult.struct_class = Types::DescribeServiceErrorsResult
595
+
596
+ DescribeStackProvisioningParametersRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StackId"))
597
+ DescribeStackProvisioningParametersRequest.struct_class = Types::DescribeStackProvisioningParametersRequest
598
+
599
+ DescribeStackProvisioningParametersResult.add_member(:agent_installer_url, Shapes::ShapeRef.new(shape: String, location_name: "AgentInstallerUrl"))
600
+ DescribeStackProvisioningParametersResult.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
601
+ DescribeStackProvisioningParametersResult.struct_class = Types::DescribeStackProvisioningParametersResult
602
+
603
+ DescribeStackSummaryRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StackId"))
604
+ DescribeStackSummaryRequest.struct_class = Types::DescribeStackSummaryRequest
605
+
606
+ DescribeStackSummaryResult.add_member(:stack_summary, Shapes::ShapeRef.new(shape: StackSummary, location_name: "StackSummary"))
607
+ DescribeStackSummaryResult.struct_class = Types::DescribeStackSummaryResult
608
+
609
+ DescribeStacksRequest.add_member(:stack_ids, Shapes::ShapeRef.new(shape: Strings, location_name: "StackIds"))
610
+ DescribeStacksRequest.struct_class = Types::DescribeStacksRequest
611
+
612
+ DescribeStacksResult.add_member(:stacks, Shapes::ShapeRef.new(shape: Stacks, location_name: "Stacks"))
613
+ DescribeStacksResult.struct_class = Types::DescribeStacksResult
614
+
615
+ DescribeTimeBasedAutoScalingRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: Strings, required: true, location_name: "InstanceIds"))
616
+ DescribeTimeBasedAutoScalingRequest.struct_class = Types::DescribeTimeBasedAutoScalingRequest
617
+
618
+ DescribeTimeBasedAutoScalingResult.add_member(:time_based_auto_scaling_configurations, Shapes::ShapeRef.new(shape: TimeBasedAutoScalingConfigurations, location_name: "TimeBasedAutoScalingConfigurations"))
619
+ DescribeTimeBasedAutoScalingResult.struct_class = Types::DescribeTimeBasedAutoScalingResult
620
+
621
+ DescribeUserProfilesRequest.add_member(:iam_user_arns, Shapes::ShapeRef.new(shape: Strings, location_name: "IamUserArns"))
622
+ DescribeUserProfilesRequest.struct_class = Types::DescribeUserProfilesRequest
623
+
624
+ DescribeUserProfilesResult.add_member(:user_profiles, Shapes::ShapeRef.new(shape: UserProfiles, location_name: "UserProfiles"))
625
+ DescribeUserProfilesResult.struct_class = Types::DescribeUserProfilesResult
626
+
627
+ DescribeVolumesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
628
+ DescribeVolumesRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
629
+ DescribeVolumesRequest.add_member(:raid_array_id, Shapes::ShapeRef.new(shape: String, location_name: "RaidArrayId"))
630
+ DescribeVolumesRequest.add_member(:volume_ids, Shapes::ShapeRef.new(shape: Strings, location_name: "VolumeIds"))
631
+ DescribeVolumesRequest.struct_class = Types::DescribeVolumesRequest
632
+
633
+ DescribeVolumesResult.add_member(:volumes, Shapes::ShapeRef.new(shape: Volumes, location_name: "Volumes"))
634
+ DescribeVolumesResult.struct_class = Types::DescribeVolumesResult
635
+
636
+ DetachElasticLoadBalancerRequest.add_member(:elastic_load_balancer_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ElasticLoadBalancerName"))
637
+ DetachElasticLoadBalancerRequest.add_member(:layer_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LayerId"))
638
+ DetachElasticLoadBalancerRequest.struct_class = Types::DetachElasticLoadBalancerRequest
639
+
640
+ DisassociateElasticIpRequest.add_member(:elastic_ip, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ElasticIp"))
641
+ DisassociateElasticIpRequest.struct_class = Types::DisassociateElasticIpRequest
642
+
643
+ EbsBlockDevice.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotId"))
644
+ EbsBlockDevice.add_member(:iops, Shapes::ShapeRef.new(shape: Integer, location_name: "Iops"))
645
+ EbsBlockDevice.add_member(:volume_size, Shapes::ShapeRef.new(shape: Integer, location_name: "VolumeSize"))
646
+ EbsBlockDevice.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "VolumeType"))
647
+ EbsBlockDevice.add_member(:delete_on_termination, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeleteOnTermination"))
648
+ EbsBlockDevice.struct_class = Types::EbsBlockDevice
649
+
650
+ EcsCluster.add_member(:ecs_cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "EcsClusterArn"))
651
+ EcsCluster.add_member(:ecs_cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "EcsClusterName"))
652
+ EcsCluster.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
653
+ EcsCluster.add_member(:registered_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "RegisteredAt"))
654
+ EcsCluster.struct_class = Types::EcsCluster
655
+
656
+ EcsClusters.member = Shapes::ShapeRef.new(shape: EcsCluster)
657
+
658
+ ElasticIp.add_member(:ip, Shapes::ShapeRef.new(shape: String, location_name: "Ip"))
659
+ ElasticIp.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
660
+ ElasticIp.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
661
+ ElasticIp.add_member(:region, Shapes::ShapeRef.new(shape: String, location_name: "Region"))
662
+ ElasticIp.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
663
+ ElasticIp.struct_class = Types::ElasticIp
664
+
665
+ ElasticIps.member = Shapes::ShapeRef.new(shape: ElasticIp)
666
+
667
+ ElasticLoadBalancer.add_member(:elastic_load_balancer_name, Shapes::ShapeRef.new(shape: String, location_name: "ElasticLoadBalancerName"))
668
+ ElasticLoadBalancer.add_member(:region, Shapes::ShapeRef.new(shape: String, location_name: "Region"))
669
+ ElasticLoadBalancer.add_member(:dns_name, Shapes::ShapeRef.new(shape: String, location_name: "DnsName"))
670
+ ElasticLoadBalancer.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
671
+ ElasticLoadBalancer.add_member(:layer_id, Shapes::ShapeRef.new(shape: String, location_name: "LayerId"))
672
+ ElasticLoadBalancer.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
673
+ ElasticLoadBalancer.add_member(:availability_zones, Shapes::ShapeRef.new(shape: Strings, location_name: "AvailabilityZones"))
674
+ ElasticLoadBalancer.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: Strings, location_name: "SubnetIds"))
675
+ ElasticLoadBalancer.add_member(:ec2_instance_ids, Shapes::ShapeRef.new(shape: Strings, location_name: "Ec2InstanceIds"))
676
+ ElasticLoadBalancer.struct_class = Types::ElasticLoadBalancer
677
+
678
+ ElasticLoadBalancers.member = Shapes::ShapeRef.new(shape: ElasticLoadBalancer)
679
+
680
+ EnvironmentVariable.add_member(:key, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Key"))
681
+ EnvironmentVariable.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
682
+ EnvironmentVariable.add_member(:secure, Shapes::ShapeRef.new(shape: Boolean, location_name: "Secure"))
683
+ EnvironmentVariable.struct_class = Types::EnvironmentVariable
684
+
685
+ EnvironmentVariables.member = Shapes::ShapeRef.new(shape: EnvironmentVariable)
686
+
687
+ GetHostnameSuggestionRequest.add_member(:layer_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LayerId"))
688
+ GetHostnameSuggestionRequest.struct_class = Types::GetHostnameSuggestionRequest
689
+
690
+ GetHostnameSuggestionResult.add_member(:layer_id, Shapes::ShapeRef.new(shape: String, location_name: "LayerId"))
691
+ GetHostnameSuggestionResult.add_member(:hostname, Shapes::ShapeRef.new(shape: String, location_name: "Hostname"))
692
+ GetHostnameSuggestionResult.struct_class = Types::GetHostnameSuggestionResult
693
+
694
+ GrantAccessRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
695
+ GrantAccessRequest.add_member(:valid_for_in_minutes, Shapes::ShapeRef.new(shape: ValidForInMinutes, location_name: "ValidForInMinutes"))
696
+ GrantAccessRequest.struct_class = Types::GrantAccessRequest
697
+
698
+ GrantAccessResult.add_member(:temporary_credential, Shapes::ShapeRef.new(shape: TemporaryCredential, location_name: "TemporaryCredential"))
699
+ GrantAccessResult.struct_class = Types::GrantAccessResult
700
+
701
+ Instance.add_member(:agent_version, Shapes::ShapeRef.new(shape: String, location_name: "AgentVersion"))
702
+ Instance.add_member(:ami_id, Shapes::ShapeRef.new(shape: String, location_name: "AmiId"))
703
+ Instance.add_member(:architecture, Shapes::ShapeRef.new(shape: Architecture, location_name: "Architecture"))
704
+ Instance.add_member(:auto_scaling_type, Shapes::ShapeRef.new(shape: AutoScalingType, location_name: "AutoScalingType"))
705
+ Instance.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
706
+ Instance.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: BlockDeviceMappings, location_name: "BlockDeviceMappings"))
707
+ Instance.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
708
+ Instance.add_member(:ebs_optimized, Shapes::ShapeRef.new(shape: Boolean, location_name: "EbsOptimized"))
709
+ Instance.add_member(:ec2_instance_id, Shapes::ShapeRef.new(shape: String, location_name: "Ec2InstanceId"))
710
+ Instance.add_member(:ecs_cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "EcsClusterArn"))
711
+ Instance.add_member(:ecs_container_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "EcsContainerInstanceArn"))
712
+ Instance.add_member(:elastic_ip, Shapes::ShapeRef.new(shape: String, location_name: "ElasticIp"))
713
+ Instance.add_member(:hostname, Shapes::ShapeRef.new(shape: String, location_name: "Hostname"))
714
+ Instance.add_member(:infrastructure_class, Shapes::ShapeRef.new(shape: String, location_name: "InfrastructureClass"))
715
+ Instance.add_member(:install_updates_on_boot, Shapes::ShapeRef.new(shape: Boolean, location_name: "InstallUpdatesOnBoot"))
716
+ Instance.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
717
+ Instance.add_member(:instance_profile_arn, Shapes::ShapeRef.new(shape: String, location_name: "InstanceProfileArn"))
718
+ Instance.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "InstanceType"))
719
+ Instance.add_member(:last_service_error_id, Shapes::ShapeRef.new(shape: String, location_name: "LastServiceErrorId"))
720
+ Instance.add_member(:layer_ids, Shapes::ShapeRef.new(shape: Strings, location_name: "LayerIds"))
721
+ Instance.add_member(:os, Shapes::ShapeRef.new(shape: String, location_name: "Os"))
722
+ Instance.add_member(:platform, Shapes::ShapeRef.new(shape: String, location_name: "Platform"))
723
+ Instance.add_member(:private_dns, Shapes::ShapeRef.new(shape: String, location_name: "PrivateDns"))
724
+ Instance.add_member(:private_ip, Shapes::ShapeRef.new(shape: String, location_name: "PrivateIp"))
725
+ Instance.add_member(:public_dns, Shapes::ShapeRef.new(shape: String, location_name: "PublicDns"))
726
+ Instance.add_member(:public_ip, Shapes::ShapeRef.new(shape: String, location_name: "PublicIp"))
727
+ Instance.add_member(:registered_by, Shapes::ShapeRef.new(shape: String, location_name: "RegisteredBy"))
728
+ Instance.add_member(:reported_agent_version, Shapes::ShapeRef.new(shape: String, location_name: "ReportedAgentVersion"))
729
+ Instance.add_member(:reported_os, Shapes::ShapeRef.new(shape: ReportedOs, location_name: "ReportedOs"))
730
+ Instance.add_member(:root_device_type, Shapes::ShapeRef.new(shape: RootDeviceType, location_name: "RootDeviceType"))
731
+ Instance.add_member(:root_device_volume_id, Shapes::ShapeRef.new(shape: String, location_name: "RootDeviceVolumeId"))
732
+ Instance.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: Strings, location_name: "SecurityGroupIds"))
733
+ Instance.add_member(:ssh_host_dsa_key_fingerprint, Shapes::ShapeRef.new(shape: String, location_name: "SshHostDsaKeyFingerprint"))
734
+ Instance.add_member(:ssh_host_rsa_key_fingerprint, Shapes::ShapeRef.new(shape: String, location_name: "SshHostRsaKeyFingerprint"))
735
+ Instance.add_member(:ssh_key_name, Shapes::ShapeRef.new(shape: String, location_name: "SshKeyName"))
736
+ Instance.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
737
+ Instance.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
738
+ Instance.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "SubnetId"))
739
+ Instance.add_member(:tenancy, Shapes::ShapeRef.new(shape: String, location_name: "Tenancy"))
740
+ Instance.add_member(:virtualization_type, Shapes::ShapeRef.new(shape: VirtualizationType, location_name: "VirtualizationType"))
741
+ Instance.struct_class = Types::Instance
742
+
743
+ InstanceIdentity.add_member(:document, Shapes::ShapeRef.new(shape: String, location_name: "Document"))
744
+ InstanceIdentity.add_member(:signature, Shapes::ShapeRef.new(shape: String, location_name: "Signature"))
745
+ InstanceIdentity.struct_class = Types::InstanceIdentity
746
+
747
+ Instances.member = Shapes::ShapeRef.new(shape: Instance)
748
+
749
+ InstancesCount.add_member(:assigning, Shapes::ShapeRef.new(shape: Integer, location_name: "Assigning"))
750
+ InstancesCount.add_member(:booting, Shapes::ShapeRef.new(shape: Integer, location_name: "Booting"))
751
+ InstancesCount.add_member(:connection_lost, Shapes::ShapeRef.new(shape: Integer, location_name: "ConnectionLost"))
752
+ InstancesCount.add_member(:deregistering, Shapes::ShapeRef.new(shape: Integer, location_name: "Deregistering"))
753
+ InstancesCount.add_member(:online, Shapes::ShapeRef.new(shape: Integer, location_name: "Online"))
754
+ InstancesCount.add_member(:pending, Shapes::ShapeRef.new(shape: Integer, location_name: "Pending"))
755
+ InstancesCount.add_member(:rebooting, Shapes::ShapeRef.new(shape: Integer, location_name: "Rebooting"))
756
+ InstancesCount.add_member(:registered, Shapes::ShapeRef.new(shape: Integer, location_name: "Registered"))
757
+ InstancesCount.add_member(:registering, Shapes::ShapeRef.new(shape: Integer, location_name: "Registering"))
758
+ InstancesCount.add_member(:requested, Shapes::ShapeRef.new(shape: Integer, location_name: "Requested"))
759
+ InstancesCount.add_member(:running_setup, Shapes::ShapeRef.new(shape: Integer, location_name: "RunningSetup"))
760
+ InstancesCount.add_member(:setup_failed, Shapes::ShapeRef.new(shape: Integer, location_name: "SetupFailed"))
761
+ InstancesCount.add_member(:shutting_down, Shapes::ShapeRef.new(shape: Integer, location_name: "ShuttingDown"))
762
+ InstancesCount.add_member(:start_failed, Shapes::ShapeRef.new(shape: Integer, location_name: "StartFailed"))
763
+ InstancesCount.add_member(:stopped, Shapes::ShapeRef.new(shape: Integer, location_name: "Stopped"))
764
+ InstancesCount.add_member(:stopping, Shapes::ShapeRef.new(shape: Integer, location_name: "Stopping"))
765
+ InstancesCount.add_member(:terminated, Shapes::ShapeRef.new(shape: Integer, location_name: "Terminated"))
766
+ InstancesCount.add_member(:terminating, Shapes::ShapeRef.new(shape: Integer, location_name: "Terminating"))
767
+ InstancesCount.add_member(:unassigning, Shapes::ShapeRef.new(shape: Integer, location_name: "Unassigning"))
768
+ InstancesCount.struct_class = Types::InstancesCount
769
+
770
+ Layer.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
771
+ Layer.add_member(:layer_id, Shapes::ShapeRef.new(shape: String, location_name: "LayerId"))
772
+ Layer.add_member(:type, Shapes::ShapeRef.new(shape: LayerType, location_name: "Type"))
773
+ Layer.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
774
+ Layer.add_member(:shortname, Shapes::ShapeRef.new(shape: String, location_name: "Shortname"))
775
+ Layer.add_member(:attributes, Shapes::ShapeRef.new(shape: LayerAttributes, location_name: "Attributes"))
776
+ Layer.add_member(:custom_instance_profile_arn, Shapes::ShapeRef.new(shape: String, location_name: "CustomInstanceProfileArn"))
777
+ Layer.add_member(:custom_json, Shapes::ShapeRef.new(shape: String, location_name: "CustomJson"))
778
+ Layer.add_member(:custom_security_group_ids, Shapes::ShapeRef.new(shape: Strings, location_name: "CustomSecurityGroupIds"))
779
+ Layer.add_member(:default_security_group_names, Shapes::ShapeRef.new(shape: Strings, location_name: "DefaultSecurityGroupNames"))
780
+ Layer.add_member(:packages, Shapes::ShapeRef.new(shape: Strings, location_name: "Packages"))
781
+ Layer.add_member(:volume_configurations, Shapes::ShapeRef.new(shape: VolumeConfigurations, location_name: "VolumeConfigurations"))
782
+ Layer.add_member(:enable_auto_healing, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableAutoHealing"))
783
+ Layer.add_member(:auto_assign_elastic_ips, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoAssignElasticIps"))
784
+ Layer.add_member(:auto_assign_public_ips, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoAssignPublicIps"))
785
+ Layer.add_member(:default_recipes, Shapes::ShapeRef.new(shape: Recipes, location_name: "DefaultRecipes"))
786
+ Layer.add_member(:custom_recipes, Shapes::ShapeRef.new(shape: Recipes, location_name: "CustomRecipes"))
787
+ Layer.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
788
+ Layer.add_member(:install_updates_on_boot, Shapes::ShapeRef.new(shape: Boolean, location_name: "InstallUpdatesOnBoot"))
789
+ Layer.add_member(:use_ebs_optimized_instances, Shapes::ShapeRef.new(shape: Boolean, location_name: "UseEbsOptimizedInstances"))
790
+ Layer.add_member(:lifecycle_event_configuration, Shapes::ShapeRef.new(shape: LifecycleEventConfiguration, location_name: "LifecycleEventConfiguration"))
791
+ Layer.struct_class = Types::Layer
792
+
793
+ LayerAttributes.key = Shapes::ShapeRef.new(shape: LayerAttributesKeys)
794
+ LayerAttributes.value = Shapes::ShapeRef.new(shape: String)
795
+
796
+ Layers.member = Shapes::ShapeRef.new(shape: Layer)
797
+
798
+ LifecycleEventConfiguration.add_member(:shutdown, Shapes::ShapeRef.new(shape: ShutdownEventConfiguration, location_name: "Shutdown"))
799
+ LifecycleEventConfiguration.struct_class = Types::LifecycleEventConfiguration
800
+
801
+ LoadBasedAutoScalingConfiguration.add_member(:layer_id, Shapes::ShapeRef.new(shape: String, location_name: "LayerId"))
802
+ LoadBasedAutoScalingConfiguration.add_member(:enable, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enable"))
803
+ LoadBasedAutoScalingConfiguration.add_member(:up_scaling, Shapes::ShapeRef.new(shape: AutoScalingThresholds, location_name: "UpScaling"))
804
+ LoadBasedAutoScalingConfiguration.add_member(:down_scaling, Shapes::ShapeRef.new(shape: AutoScalingThresholds, location_name: "DownScaling"))
805
+ LoadBasedAutoScalingConfiguration.struct_class = Types::LoadBasedAutoScalingConfiguration
806
+
807
+ LoadBasedAutoScalingConfigurations.member = Shapes::ShapeRef.new(shape: LoadBasedAutoScalingConfiguration)
808
+
809
+ Parameters.key = Shapes::ShapeRef.new(shape: String)
810
+ Parameters.value = Shapes::ShapeRef.new(shape: String)
811
+
812
+ Permission.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
813
+ Permission.add_member(:iam_user_arn, Shapes::ShapeRef.new(shape: String, location_name: "IamUserArn"))
814
+ Permission.add_member(:allow_ssh, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllowSsh"))
815
+ Permission.add_member(:allow_sudo, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllowSudo"))
816
+ Permission.add_member(:level, Shapes::ShapeRef.new(shape: String, location_name: "Level"))
817
+ Permission.struct_class = Types::Permission
818
+
819
+ Permissions.member = Shapes::ShapeRef.new(shape: Permission)
820
+
821
+ RaidArray.add_member(:raid_array_id, Shapes::ShapeRef.new(shape: String, location_name: "RaidArrayId"))
822
+ RaidArray.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
823
+ RaidArray.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
824
+ RaidArray.add_member(:raid_level, Shapes::ShapeRef.new(shape: Integer, location_name: "RaidLevel"))
825
+ RaidArray.add_member(:number_of_disks, Shapes::ShapeRef.new(shape: Integer, location_name: "NumberOfDisks"))
826
+ RaidArray.add_member(:size, Shapes::ShapeRef.new(shape: Integer, location_name: "Size"))
827
+ RaidArray.add_member(:device, Shapes::ShapeRef.new(shape: String, location_name: "Device"))
828
+ RaidArray.add_member(:mount_point, Shapes::ShapeRef.new(shape: String, location_name: "MountPoint"))
829
+ RaidArray.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
830
+ RaidArray.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
831
+ RaidArray.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
832
+ RaidArray.add_member(:volume_type, Shapes::ShapeRef.new(shape: String, location_name: "VolumeType"))
833
+ RaidArray.add_member(:iops, Shapes::ShapeRef.new(shape: Integer, location_name: "Iops"))
834
+ RaidArray.struct_class = Types::RaidArray
835
+
836
+ RaidArrays.member = Shapes::ShapeRef.new(shape: RaidArray)
837
+
838
+ RdsDbInstance.add_member(:rds_db_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "RdsDbInstanceArn"))
839
+ RdsDbInstance.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DbInstanceIdentifier"))
840
+ RdsDbInstance.add_member(:db_user, Shapes::ShapeRef.new(shape: String, location_name: "DbUser"))
841
+ RdsDbInstance.add_member(:db_password, Shapes::ShapeRef.new(shape: String, location_name: "DbPassword"))
842
+ RdsDbInstance.add_member(:region, Shapes::ShapeRef.new(shape: String, location_name: "Region"))
843
+ RdsDbInstance.add_member(:address, Shapes::ShapeRef.new(shape: String, location_name: "Address"))
844
+ RdsDbInstance.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
845
+ RdsDbInstance.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
846
+ RdsDbInstance.add_member(:missing_on_rds, Shapes::ShapeRef.new(shape: Boolean, location_name: "MissingOnRds"))
847
+ RdsDbInstance.struct_class = Types::RdsDbInstance
848
+
849
+ RdsDbInstances.member = Shapes::ShapeRef.new(shape: RdsDbInstance)
850
+
851
+ RebootInstanceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
852
+ RebootInstanceRequest.struct_class = Types::RebootInstanceRequest
853
+
854
+ Recipes.add_member(:setup, Shapes::ShapeRef.new(shape: Strings, location_name: "Setup"))
855
+ Recipes.add_member(:configure, Shapes::ShapeRef.new(shape: Strings, location_name: "Configure"))
856
+ Recipes.add_member(:deploy, Shapes::ShapeRef.new(shape: Strings, location_name: "Deploy"))
857
+ Recipes.add_member(:undeploy, Shapes::ShapeRef.new(shape: Strings, location_name: "Undeploy"))
858
+ Recipes.add_member(:shutdown, Shapes::ShapeRef.new(shape: Strings, location_name: "Shutdown"))
859
+ Recipes.struct_class = Types::Recipes
860
+
861
+ RegisterEcsClusterRequest.add_member(:ecs_cluster_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EcsClusterArn"))
862
+ RegisterEcsClusterRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StackId"))
863
+ RegisterEcsClusterRequest.struct_class = Types::RegisterEcsClusterRequest
864
+
865
+ RegisterEcsClusterResult.add_member(:ecs_cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "EcsClusterArn"))
866
+ RegisterEcsClusterResult.struct_class = Types::RegisterEcsClusterResult
867
+
868
+ RegisterElasticIpRequest.add_member(:elastic_ip, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ElasticIp"))
869
+ RegisterElasticIpRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StackId"))
870
+ RegisterElasticIpRequest.struct_class = Types::RegisterElasticIpRequest
871
+
872
+ RegisterElasticIpResult.add_member(:elastic_ip, Shapes::ShapeRef.new(shape: String, location_name: "ElasticIp"))
873
+ RegisterElasticIpResult.struct_class = Types::RegisterElasticIpResult
874
+
875
+ RegisterInstanceRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StackId"))
876
+ RegisterInstanceRequest.add_member(:hostname, Shapes::ShapeRef.new(shape: String, location_name: "Hostname"))
877
+ RegisterInstanceRequest.add_member(:public_ip, Shapes::ShapeRef.new(shape: String, location_name: "PublicIp"))
878
+ RegisterInstanceRequest.add_member(:private_ip, Shapes::ShapeRef.new(shape: String, location_name: "PrivateIp"))
879
+ RegisterInstanceRequest.add_member(:rsa_public_key, Shapes::ShapeRef.new(shape: String, location_name: "RsaPublicKey"))
880
+ RegisterInstanceRequest.add_member(:rsa_public_key_fingerprint, Shapes::ShapeRef.new(shape: String, location_name: "RsaPublicKeyFingerprint"))
881
+ RegisterInstanceRequest.add_member(:instance_identity, Shapes::ShapeRef.new(shape: InstanceIdentity, location_name: "InstanceIdentity"))
882
+ RegisterInstanceRequest.struct_class = Types::RegisterInstanceRequest
883
+
884
+ RegisterInstanceResult.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
885
+ RegisterInstanceResult.struct_class = Types::RegisterInstanceResult
886
+
887
+ RegisterRdsDbInstanceRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StackId"))
888
+ RegisterRdsDbInstanceRequest.add_member(:rds_db_instance_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RdsDbInstanceArn"))
889
+ RegisterRdsDbInstanceRequest.add_member(:db_user, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DbUser"))
890
+ RegisterRdsDbInstanceRequest.add_member(:db_password, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DbPassword"))
891
+ RegisterRdsDbInstanceRequest.struct_class = Types::RegisterRdsDbInstanceRequest
892
+
893
+ RegisterVolumeRequest.add_member(:ec2_volume_id, Shapes::ShapeRef.new(shape: String, location_name: "Ec2VolumeId"))
894
+ RegisterVolumeRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StackId"))
895
+ RegisterVolumeRequest.struct_class = Types::RegisterVolumeRequest
896
+
897
+ RegisterVolumeResult.add_member(:volume_id, Shapes::ShapeRef.new(shape: String, location_name: "VolumeId"))
898
+ RegisterVolumeResult.struct_class = Types::RegisterVolumeResult
899
+
900
+ ReportedOs.add_member(:family, Shapes::ShapeRef.new(shape: String, location_name: "Family"))
901
+ ReportedOs.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
902
+ ReportedOs.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "Version"))
903
+ ReportedOs.struct_class = Types::ReportedOs
904
+
905
+ SelfUserProfile.add_member(:iam_user_arn, Shapes::ShapeRef.new(shape: String, location_name: "IamUserArn"))
906
+ SelfUserProfile.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
907
+ SelfUserProfile.add_member(:ssh_username, Shapes::ShapeRef.new(shape: String, location_name: "SshUsername"))
908
+ SelfUserProfile.add_member(:ssh_public_key, Shapes::ShapeRef.new(shape: String, location_name: "SshPublicKey"))
909
+ SelfUserProfile.struct_class = Types::SelfUserProfile
910
+
911
+ ServiceError.add_member(:service_error_id, Shapes::ShapeRef.new(shape: String, location_name: "ServiceErrorId"))
912
+ ServiceError.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
913
+ ServiceError.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
914
+ ServiceError.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
915
+ ServiceError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
916
+ ServiceError.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
917
+ ServiceError.struct_class = Types::ServiceError
918
+
919
+ ServiceErrors.member = Shapes::ShapeRef.new(shape: ServiceError)
920
+
921
+ SetLoadBasedAutoScalingRequest.add_member(:layer_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LayerId"))
922
+ SetLoadBasedAutoScalingRequest.add_member(:enable, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enable"))
923
+ SetLoadBasedAutoScalingRequest.add_member(:up_scaling, Shapes::ShapeRef.new(shape: AutoScalingThresholds, location_name: "UpScaling"))
924
+ SetLoadBasedAutoScalingRequest.add_member(:down_scaling, Shapes::ShapeRef.new(shape: AutoScalingThresholds, location_name: "DownScaling"))
925
+ SetLoadBasedAutoScalingRequest.struct_class = Types::SetLoadBasedAutoScalingRequest
926
+
927
+ SetPermissionRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StackId"))
928
+ SetPermissionRequest.add_member(:iam_user_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "IamUserArn"))
929
+ SetPermissionRequest.add_member(:allow_ssh, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllowSsh"))
930
+ SetPermissionRequest.add_member(:allow_sudo, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllowSudo"))
931
+ SetPermissionRequest.add_member(:level, Shapes::ShapeRef.new(shape: String, location_name: "Level"))
932
+ SetPermissionRequest.struct_class = Types::SetPermissionRequest
933
+
934
+ SetTimeBasedAutoScalingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
935
+ SetTimeBasedAutoScalingRequest.add_member(:auto_scaling_schedule, Shapes::ShapeRef.new(shape: WeeklyAutoScalingSchedule, location_name: "AutoScalingSchedule"))
936
+ SetTimeBasedAutoScalingRequest.struct_class = Types::SetTimeBasedAutoScalingRequest
937
+
938
+ ShutdownEventConfiguration.add_member(:execution_timeout, Shapes::ShapeRef.new(shape: Integer, location_name: "ExecutionTimeout"))
939
+ ShutdownEventConfiguration.add_member(:delay_until_elb_connections_drained, Shapes::ShapeRef.new(shape: Boolean, location_name: "DelayUntilElbConnectionsDrained"))
940
+ ShutdownEventConfiguration.struct_class = Types::ShutdownEventConfiguration
941
+
942
+ Source.add_member(:type, Shapes::ShapeRef.new(shape: SourceType, location_name: "Type"))
943
+ Source.add_member(:url, Shapes::ShapeRef.new(shape: String, location_name: "Url"))
944
+ Source.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
945
+ Source.add_member(:password, Shapes::ShapeRef.new(shape: String, location_name: "Password"))
946
+ Source.add_member(:ssh_key, Shapes::ShapeRef.new(shape: String, location_name: "SshKey"))
947
+ Source.add_member(:revision, Shapes::ShapeRef.new(shape: String, location_name: "Revision"))
948
+ Source.struct_class = Types::Source
949
+
950
+ SslConfiguration.add_member(:certificate, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Certificate"))
951
+ SslConfiguration.add_member(:private_key, Shapes::ShapeRef.new(shape: String, required: true, location_name: "PrivateKey"))
952
+ SslConfiguration.add_member(:chain, Shapes::ShapeRef.new(shape: String, location_name: "Chain"))
953
+ SslConfiguration.struct_class = Types::SslConfiguration
954
+
955
+ Stack.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
956
+ Stack.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
957
+ Stack.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
958
+ Stack.add_member(:region, Shapes::ShapeRef.new(shape: String, location_name: "Region"))
959
+ Stack.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
960
+ Stack.add_member(:attributes, Shapes::ShapeRef.new(shape: StackAttributes, location_name: "Attributes"))
961
+ Stack.add_member(:service_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "ServiceRoleArn"))
962
+ Stack.add_member(:default_instance_profile_arn, Shapes::ShapeRef.new(shape: String, location_name: "DefaultInstanceProfileArn"))
963
+ Stack.add_member(:default_os, Shapes::ShapeRef.new(shape: String, location_name: "DefaultOs"))
964
+ Stack.add_member(:hostname_theme, Shapes::ShapeRef.new(shape: String, location_name: "HostnameTheme"))
965
+ Stack.add_member(:default_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "DefaultAvailabilityZone"))
966
+ Stack.add_member(:default_subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "DefaultSubnetId"))
967
+ Stack.add_member(:custom_json, Shapes::ShapeRef.new(shape: String, location_name: "CustomJson"))
968
+ Stack.add_member(:configuration_manager, Shapes::ShapeRef.new(shape: StackConfigurationManager, location_name: "ConfigurationManager"))
969
+ Stack.add_member(:chef_configuration, Shapes::ShapeRef.new(shape: ChefConfiguration, location_name: "ChefConfiguration"))
970
+ Stack.add_member(:use_custom_cookbooks, Shapes::ShapeRef.new(shape: Boolean, location_name: "UseCustomCookbooks"))
971
+ Stack.add_member(:use_opsworks_security_groups, Shapes::ShapeRef.new(shape: Boolean, location_name: "UseOpsworksSecurityGroups"))
972
+ Stack.add_member(:custom_cookbooks_source, Shapes::ShapeRef.new(shape: Source, location_name: "CustomCookbooksSource"))
973
+ Stack.add_member(:default_ssh_key_name, Shapes::ShapeRef.new(shape: String, location_name: "DefaultSshKeyName"))
974
+ Stack.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
975
+ Stack.add_member(:default_root_device_type, Shapes::ShapeRef.new(shape: RootDeviceType, location_name: "DefaultRootDeviceType"))
976
+ Stack.add_member(:agent_version, Shapes::ShapeRef.new(shape: String, location_name: "AgentVersion"))
977
+ Stack.struct_class = Types::Stack
978
+
979
+ StackAttributes.key = Shapes::ShapeRef.new(shape: StackAttributesKeys)
980
+ StackAttributes.value = Shapes::ShapeRef.new(shape: String)
981
+
982
+ StackConfigurationManager.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
983
+ StackConfigurationManager.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "Version"))
984
+ StackConfigurationManager.struct_class = Types::StackConfigurationManager
985
+
986
+ StackSummary.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, location_name: "StackId"))
987
+ StackSummary.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
988
+ StackSummary.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
989
+ StackSummary.add_member(:layers_count, Shapes::ShapeRef.new(shape: Integer, location_name: "LayersCount"))
990
+ StackSummary.add_member(:apps_count, Shapes::ShapeRef.new(shape: Integer, location_name: "AppsCount"))
991
+ StackSummary.add_member(:instances_count, Shapes::ShapeRef.new(shape: InstancesCount, location_name: "InstancesCount"))
992
+ StackSummary.struct_class = Types::StackSummary
993
+
994
+ Stacks.member = Shapes::ShapeRef.new(shape: Stack)
995
+
996
+ StartInstanceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
997
+ StartInstanceRequest.struct_class = Types::StartInstanceRequest
998
+
999
+ StartStackRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StackId"))
1000
+ StartStackRequest.struct_class = Types::StartStackRequest
1001
+
1002
+ StopInstanceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
1003
+ StopInstanceRequest.struct_class = Types::StopInstanceRequest
1004
+
1005
+ StopStackRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StackId"))
1006
+ StopStackRequest.struct_class = Types::StopStackRequest
1007
+
1008
+ Strings.member = Shapes::ShapeRef.new(shape: String)
1009
+
1010
+ TemporaryCredential.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
1011
+ TemporaryCredential.add_member(:password, Shapes::ShapeRef.new(shape: String, location_name: "Password"))
1012
+ TemporaryCredential.add_member(:valid_for_in_minutes, Shapes::ShapeRef.new(shape: Integer, location_name: "ValidForInMinutes"))
1013
+ TemporaryCredential.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
1014
+ TemporaryCredential.struct_class = Types::TemporaryCredential
1015
+
1016
+ TimeBasedAutoScalingConfiguration.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
1017
+ TimeBasedAutoScalingConfiguration.add_member(:auto_scaling_schedule, Shapes::ShapeRef.new(shape: WeeklyAutoScalingSchedule, location_name: "AutoScalingSchedule"))
1018
+ TimeBasedAutoScalingConfiguration.struct_class = Types::TimeBasedAutoScalingConfiguration
1019
+
1020
+ TimeBasedAutoScalingConfigurations.member = Shapes::ShapeRef.new(shape: TimeBasedAutoScalingConfiguration)
1021
+
1022
+ UnassignInstanceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
1023
+ UnassignInstanceRequest.struct_class = Types::UnassignInstanceRequest
1024
+
1025
+ UnassignVolumeRequest.add_member(:volume_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "VolumeId"))
1026
+ UnassignVolumeRequest.struct_class = Types::UnassignVolumeRequest
1027
+
1028
+ UpdateAppRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AppId"))
1029
+ UpdateAppRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
1030
+ UpdateAppRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
1031
+ UpdateAppRequest.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSources, location_name: "DataSources"))
1032
+ UpdateAppRequest.add_member(:type, Shapes::ShapeRef.new(shape: AppType, location_name: "Type"))
1033
+ UpdateAppRequest.add_member(:app_source, Shapes::ShapeRef.new(shape: Source, location_name: "AppSource"))
1034
+ UpdateAppRequest.add_member(:domains, Shapes::ShapeRef.new(shape: Strings, location_name: "Domains"))
1035
+ UpdateAppRequest.add_member(:enable_ssl, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableSsl"))
1036
+ UpdateAppRequest.add_member(:ssl_configuration, Shapes::ShapeRef.new(shape: SslConfiguration, location_name: "SslConfiguration"))
1037
+ UpdateAppRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: AppAttributes, location_name: "Attributes"))
1038
+ UpdateAppRequest.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentVariables, location_name: "Environment"))
1039
+ UpdateAppRequest.struct_class = Types::UpdateAppRequest
1040
+
1041
+ UpdateElasticIpRequest.add_member(:elastic_ip, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ElasticIp"))
1042
+ UpdateElasticIpRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
1043
+ UpdateElasticIpRequest.struct_class = Types::UpdateElasticIpRequest
1044
+
1045
+ UpdateInstanceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
1046
+ UpdateInstanceRequest.add_member(:layer_ids, Shapes::ShapeRef.new(shape: Strings, location_name: "LayerIds"))
1047
+ UpdateInstanceRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "InstanceType"))
1048
+ UpdateInstanceRequest.add_member(:auto_scaling_type, Shapes::ShapeRef.new(shape: AutoScalingType, location_name: "AutoScalingType"))
1049
+ UpdateInstanceRequest.add_member(:hostname, Shapes::ShapeRef.new(shape: String, location_name: "Hostname"))
1050
+ UpdateInstanceRequest.add_member(:os, Shapes::ShapeRef.new(shape: String, location_name: "Os"))
1051
+ UpdateInstanceRequest.add_member(:ami_id, Shapes::ShapeRef.new(shape: String, location_name: "AmiId"))
1052
+ UpdateInstanceRequest.add_member(:ssh_key_name, Shapes::ShapeRef.new(shape: String, location_name: "SshKeyName"))
1053
+ UpdateInstanceRequest.add_member(:architecture, Shapes::ShapeRef.new(shape: Architecture, location_name: "Architecture"))
1054
+ UpdateInstanceRequest.add_member(:install_updates_on_boot, Shapes::ShapeRef.new(shape: Boolean, location_name: "InstallUpdatesOnBoot"))
1055
+ UpdateInstanceRequest.add_member(:ebs_optimized, Shapes::ShapeRef.new(shape: Boolean, location_name: "EbsOptimized"))
1056
+ UpdateInstanceRequest.add_member(:agent_version, Shapes::ShapeRef.new(shape: String, location_name: "AgentVersion"))
1057
+ UpdateInstanceRequest.struct_class = Types::UpdateInstanceRequest
1058
+
1059
+ UpdateLayerRequest.add_member(:layer_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LayerId"))
1060
+ UpdateLayerRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
1061
+ UpdateLayerRequest.add_member(:shortname, Shapes::ShapeRef.new(shape: String, location_name: "Shortname"))
1062
+ UpdateLayerRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: LayerAttributes, location_name: "Attributes"))
1063
+ UpdateLayerRequest.add_member(:custom_instance_profile_arn, Shapes::ShapeRef.new(shape: String, location_name: "CustomInstanceProfileArn"))
1064
+ UpdateLayerRequest.add_member(:custom_json, Shapes::ShapeRef.new(shape: String, location_name: "CustomJson"))
1065
+ UpdateLayerRequest.add_member(:custom_security_group_ids, Shapes::ShapeRef.new(shape: Strings, location_name: "CustomSecurityGroupIds"))
1066
+ UpdateLayerRequest.add_member(:packages, Shapes::ShapeRef.new(shape: Strings, location_name: "Packages"))
1067
+ UpdateLayerRequest.add_member(:volume_configurations, Shapes::ShapeRef.new(shape: VolumeConfigurations, location_name: "VolumeConfigurations"))
1068
+ UpdateLayerRequest.add_member(:enable_auto_healing, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableAutoHealing"))
1069
+ UpdateLayerRequest.add_member(:auto_assign_elastic_ips, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoAssignElasticIps"))
1070
+ UpdateLayerRequest.add_member(:auto_assign_public_ips, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoAssignPublicIps"))
1071
+ UpdateLayerRequest.add_member(:custom_recipes, Shapes::ShapeRef.new(shape: Recipes, location_name: "CustomRecipes"))
1072
+ UpdateLayerRequest.add_member(:install_updates_on_boot, Shapes::ShapeRef.new(shape: Boolean, location_name: "InstallUpdatesOnBoot"))
1073
+ UpdateLayerRequest.add_member(:use_ebs_optimized_instances, Shapes::ShapeRef.new(shape: Boolean, location_name: "UseEbsOptimizedInstances"))
1074
+ UpdateLayerRequest.add_member(:lifecycle_event_configuration, Shapes::ShapeRef.new(shape: LifecycleEventConfiguration, location_name: "LifecycleEventConfiguration"))
1075
+ UpdateLayerRequest.struct_class = Types::UpdateLayerRequest
1076
+
1077
+ UpdateMyUserProfileRequest.add_member(:ssh_public_key, Shapes::ShapeRef.new(shape: String, location_name: "SshPublicKey"))
1078
+ UpdateMyUserProfileRequest.struct_class = Types::UpdateMyUserProfileRequest
1079
+
1080
+ UpdateRdsDbInstanceRequest.add_member(:rds_db_instance_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RdsDbInstanceArn"))
1081
+ UpdateRdsDbInstanceRequest.add_member(:db_user, Shapes::ShapeRef.new(shape: String, location_name: "DbUser"))
1082
+ UpdateRdsDbInstanceRequest.add_member(:db_password, Shapes::ShapeRef.new(shape: String, location_name: "DbPassword"))
1083
+ UpdateRdsDbInstanceRequest.struct_class = Types::UpdateRdsDbInstanceRequest
1084
+
1085
+ UpdateStackRequest.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StackId"))
1086
+ UpdateStackRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
1087
+ UpdateStackRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: StackAttributes, location_name: "Attributes"))
1088
+ UpdateStackRequest.add_member(:service_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "ServiceRoleArn"))
1089
+ UpdateStackRequest.add_member(:default_instance_profile_arn, Shapes::ShapeRef.new(shape: String, location_name: "DefaultInstanceProfileArn"))
1090
+ UpdateStackRequest.add_member(:default_os, Shapes::ShapeRef.new(shape: String, location_name: "DefaultOs"))
1091
+ UpdateStackRequest.add_member(:hostname_theme, Shapes::ShapeRef.new(shape: String, location_name: "HostnameTheme"))
1092
+ UpdateStackRequest.add_member(:default_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "DefaultAvailabilityZone"))
1093
+ UpdateStackRequest.add_member(:default_subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "DefaultSubnetId"))
1094
+ UpdateStackRequest.add_member(:custom_json, Shapes::ShapeRef.new(shape: String, location_name: "CustomJson"))
1095
+ UpdateStackRequest.add_member(:configuration_manager, Shapes::ShapeRef.new(shape: StackConfigurationManager, location_name: "ConfigurationManager"))
1096
+ UpdateStackRequest.add_member(:chef_configuration, Shapes::ShapeRef.new(shape: ChefConfiguration, location_name: "ChefConfiguration"))
1097
+ UpdateStackRequest.add_member(:use_custom_cookbooks, Shapes::ShapeRef.new(shape: Boolean, location_name: "UseCustomCookbooks"))
1098
+ UpdateStackRequest.add_member(:custom_cookbooks_source, Shapes::ShapeRef.new(shape: Source, location_name: "CustomCookbooksSource"))
1099
+ UpdateStackRequest.add_member(:default_ssh_key_name, Shapes::ShapeRef.new(shape: String, location_name: "DefaultSshKeyName"))
1100
+ UpdateStackRequest.add_member(:default_root_device_type, Shapes::ShapeRef.new(shape: RootDeviceType, location_name: "DefaultRootDeviceType"))
1101
+ UpdateStackRequest.add_member(:use_opsworks_security_groups, Shapes::ShapeRef.new(shape: Boolean, location_name: "UseOpsworksSecurityGroups"))
1102
+ UpdateStackRequest.add_member(:agent_version, Shapes::ShapeRef.new(shape: String, location_name: "AgentVersion"))
1103
+ UpdateStackRequest.struct_class = Types::UpdateStackRequest
1104
+
1105
+ UpdateUserProfileRequest.add_member(:iam_user_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "IamUserArn"))
1106
+ UpdateUserProfileRequest.add_member(:ssh_username, Shapes::ShapeRef.new(shape: String, location_name: "SshUsername"))
1107
+ UpdateUserProfileRequest.add_member(:ssh_public_key, Shapes::ShapeRef.new(shape: String, location_name: "SshPublicKey"))
1108
+ UpdateUserProfileRequest.add_member(:allow_self_management, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllowSelfManagement"))
1109
+ UpdateUserProfileRequest.struct_class = Types::UpdateUserProfileRequest
1110
+
1111
+ UpdateVolumeRequest.add_member(:volume_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "VolumeId"))
1112
+ UpdateVolumeRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
1113
+ UpdateVolumeRequest.add_member(:mount_point, Shapes::ShapeRef.new(shape: String, location_name: "MountPoint"))
1114
+ UpdateVolumeRequest.struct_class = Types::UpdateVolumeRequest
1115
+
1116
+ UserProfile.add_member(:iam_user_arn, Shapes::ShapeRef.new(shape: String, location_name: "IamUserArn"))
1117
+ UserProfile.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
1118
+ UserProfile.add_member(:ssh_username, Shapes::ShapeRef.new(shape: String, location_name: "SshUsername"))
1119
+ UserProfile.add_member(:ssh_public_key, Shapes::ShapeRef.new(shape: String, location_name: "SshPublicKey"))
1120
+ UserProfile.add_member(:allow_self_management, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllowSelfManagement"))
1121
+ UserProfile.struct_class = Types::UserProfile
1122
+
1123
+ UserProfiles.member = Shapes::ShapeRef.new(shape: UserProfile)
1124
+
1125
+ Volume.add_member(:volume_id, Shapes::ShapeRef.new(shape: String, location_name: "VolumeId"))
1126
+ Volume.add_member(:ec2_volume_id, Shapes::ShapeRef.new(shape: String, location_name: "Ec2VolumeId"))
1127
+ Volume.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
1128
+ Volume.add_member(:raid_array_id, Shapes::ShapeRef.new(shape: String, location_name: "RaidArrayId"))
1129
+ Volume.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
1130
+ Volume.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
1131
+ Volume.add_member(:size, Shapes::ShapeRef.new(shape: Integer, location_name: "Size"))
1132
+ Volume.add_member(:device, Shapes::ShapeRef.new(shape: String, location_name: "Device"))
1133
+ Volume.add_member(:mount_point, Shapes::ShapeRef.new(shape: String, location_name: "MountPoint"))
1134
+ Volume.add_member(:region, Shapes::ShapeRef.new(shape: String, location_name: "Region"))
1135
+ Volume.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
1136
+ Volume.add_member(:volume_type, Shapes::ShapeRef.new(shape: String, location_name: "VolumeType"))
1137
+ Volume.add_member(:iops, Shapes::ShapeRef.new(shape: Integer, location_name: "Iops"))
1138
+ Volume.struct_class = Types::Volume
1139
+
1140
+ VolumeConfiguration.add_member(:mount_point, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MountPoint"))
1141
+ VolumeConfiguration.add_member(:raid_level, Shapes::ShapeRef.new(shape: Integer, location_name: "RaidLevel"))
1142
+ VolumeConfiguration.add_member(:number_of_disks, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "NumberOfDisks"))
1143
+ VolumeConfiguration.add_member(:size, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "Size"))
1144
+ VolumeConfiguration.add_member(:volume_type, Shapes::ShapeRef.new(shape: String, location_name: "VolumeType"))
1145
+ VolumeConfiguration.add_member(:iops, Shapes::ShapeRef.new(shape: Integer, location_name: "Iops"))
1146
+ VolumeConfiguration.struct_class = Types::VolumeConfiguration
1147
+
1148
+ VolumeConfigurations.member = Shapes::ShapeRef.new(shape: VolumeConfiguration)
1149
+
1150
+ Volumes.member = Shapes::ShapeRef.new(shape: Volume)
1151
+
1152
+ WeeklyAutoScalingSchedule.add_member(:monday, Shapes::ShapeRef.new(shape: DailyAutoScalingSchedule, location_name: "Monday"))
1153
+ WeeklyAutoScalingSchedule.add_member(:tuesday, Shapes::ShapeRef.new(shape: DailyAutoScalingSchedule, location_name: "Tuesday"))
1154
+ WeeklyAutoScalingSchedule.add_member(:wednesday, Shapes::ShapeRef.new(shape: DailyAutoScalingSchedule, location_name: "Wednesday"))
1155
+ WeeklyAutoScalingSchedule.add_member(:thursday, Shapes::ShapeRef.new(shape: DailyAutoScalingSchedule, location_name: "Thursday"))
1156
+ WeeklyAutoScalingSchedule.add_member(:friday, Shapes::ShapeRef.new(shape: DailyAutoScalingSchedule, location_name: "Friday"))
1157
+ WeeklyAutoScalingSchedule.add_member(:saturday, Shapes::ShapeRef.new(shape: DailyAutoScalingSchedule, location_name: "Saturday"))
1158
+ WeeklyAutoScalingSchedule.add_member(:sunday, Shapes::ShapeRef.new(shape: DailyAutoScalingSchedule, location_name: "Sunday"))
1159
+ WeeklyAutoScalingSchedule.struct_class = Types::WeeklyAutoScalingSchedule
1160
+
1161
+
1162
+ # @api private
1163
+ API = Seahorse::Model::Api.new.tap do |api|
1164
+
1165
+ api.version = "2013-02-18"
1166
+
1167
+ api.metadata = {
1168
+ "endpointPrefix" => "opsworks",
1169
+ "jsonVersion" => "1.1",
1170
+ "protocol" => "json",
1171
+ "serviceFullName" => "AWS OpsWorks",
1172
+ "signatureVersion" => "v4",
1173
+ "targetPrefix" => "OpsWorks_20130218",
1174
+ }
1175
+
1176
+ api.add_operation(:assign_instance, Seahorse::Model::Operation.new.tap do |o|
1177
+ o.name = "AssignInstance"
1178
+ o.http_method = "POST"
1179
+ o.http_request_uri = "/"
1180
+ o.input = Shapes::ShapeRef.new(shape: AssignInstanceRequest)
1181
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1182
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1183
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1184
+ end)
1185
+
1186
+ api.add_operation(:assign_volume, Seahorse::Model::Operation.new.tap do |o|
1187
+ o.name = "AssignVolume"
1188
+ o.http_method = "POST"
1189
+ o.http_request_uri = "/"
1190
+ o.input = Shapes::ShapeRef.new(shape: AssignVolumeRequest)
1191
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1192
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1193
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1194
+ end)
1195
+
1196
+ api.add_operation(:associate_elastic_ip, Seahorse::Model::Operation.new.tap do |o|
1197
+ o.name = "AssociateElasticIp"
1198
+ o.http_method = "POST"
1199
+ o.http_request_uri = "/"
1200
+ o.input = Shapes::ShapeRef.new(shape: AssociateElasticIpRequest)
1201
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1202
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1203
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1204
+ end)
1205
+
1206
+ api.add_operation(:attach_elastic_load_balancer, Seahorse::Model::Operation.new.tap do |o|
1207
+ o.name = "AttachElasticLoadBalancer"
1208
+ o.http_method = "POST"
1209
+ o.http_request_uri = "/"
1210
+ o.input = Shapes::ShapeRef.new(shape: AttachElasticLoadBalancerRequest)
1211
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1212
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1213
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1214
+ end)
1215
+
1216
+ api.add_operation(:clone_stack, Seahorse::Model::Operation.new.tap do |o|
1217
+ o.name = "CloneStack"
1218
+ o.http_method = "POST"
1219
+ o.http_request_uri = "/"
1220
+ o.input = Shapes::ShapeRef.new(shape: CloneStackRequest)
1221
+ o.output = Shapes::ShapeRef.new(shape: CloneStackResult)
1222
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1223
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1224
+ end)
1225
+
1226
+ api.add_operation(:create_app, Seahorse::Model::Operation.new.tap do |o|
1227
+ o.name = "CreateApp"
1228
+ o.http_method = "POST"
1229
+ o.http_request_uri = "/"
1230
+ o.input = Shapes::ShapeRef.new(shape: CreateAppRequest)
1231
+ o.output = Shapes::ShapeRef.new(shape: CreateAppResult)
1232
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1233
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1234
+ end)
1235
+
1236
+ api.add_operation(:create_deployment, Seahorse::Model::Operation.new.tap do |o|
1237
+ o.name = "CreateDeployment"
1238
+ o.http_method = "POST"
1239
+ o.http_request_uri = "/"
1240
+ o.input = Shapes::ShapeRef.new(shape: CreateDeploymentRequest)
1241
+ o.output = Shapes::ShapeRef.new(shape: CreateDeploymentResult)
1242
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1243
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1244
+ end)
1245
+
1246
+ api.add_operation(:create_instance, Seahorse::Model::Operation.new.tap do |o|
1247
+ o.name = "CreateInstance"
1248
+ o.http_method = "POST"
1249
+ o.http_request_uri = "/"
1250
+ o.input = Shapes::ShapeRef.new(shape: CreateInstanceRequest)
1251
+ o.output = Shapes::ShapeRef.new(shape: CreateInstanceResult)
1252
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1253
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1254
+ end)
1255
+
1256
+ api.add_operation(:create_layer, Seahorse::Model::Operation.new.tap do |o|
1257
+ o.name = "CreateLayer"
1258
+ o.http_method = "POST"
1259
+ o.http_request_uri = "/"
1260
+ o.input = Shapes::ShapeRef.new(shape: CreateLayerRequest)
1261
+ o.output = Shapes::ShapeRef.new(shape: CreateLayerResult)
1262
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1263
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1264
+ end)
1265
+
1266
+ api.add_operation(:create_stack, Seahorse::Model::Operation.new.tap do |o|
1267
+ o.name = "CreateStack"
1268
+ o.http_method = "POST"
1269
+ o.http_request_uri = "/"
1270
+ o.input = Shapes::ShapeRef.new(shape: CreateStackRequest)
1271
+ o.output = Shapes::ShapeRef.new(shape: CreateStackResult)
1272
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1273
+ end)
1274
+
1275
+ api.add_operation(:create_user_profile, Seahorse::Model::Operation.new.tap do |o|
1276
+ o.name = "CreateUserProfile"
1277
+ o.http_method = "POST"
1278
+ o.http_request_uri = "/"
1279
+ o.input = Shapes::ShapeRef.new(shape: CreateUserProfileRequest)
1280
+ o.output = Shapes::ShapeRef.new(shape: CreateUserProfileResult)
1281
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1282
+ end)
1283
+
1284
+ api.add_operation(:delete_app, Seahorse::Model::Operation.new.tap do |o|
1285
+ o.name = "DeleteApp"
1286
+ o.http_method = "POST"
1287
+ o.http_request_uri = "/"
1288
+ o.input = Shapes::ShapeRef.new(shape: DeleteAppRequest)
1289
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1290
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1291
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1292
+ end)
1293
+
1294
+ api.add_operation(:delete_instance, Seahorse::Model::Operation.new.tap do |o|
1295
+ o.name = "DeleteInstance"
1296
+ o.http_method = "POST"
1297
+ o.http_request_uri = "/"
1298
+ o.input = Shapes::ShapeRef.new(shape: DeleteInstanceRequest)
1299
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1300
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1301
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1302
+ end)
1303
+
1304
+ api.add_operation(:delete_layer, Seahorse::Model::Operation.new.tap do |o|
1305
+ o.name = "DeleteLayer"
1306
+ o.http_method = "POST"
1307
+ o.http_request_uri = "/"
1308
+ o.input = Shapes::ShapeRef.new(shape: DeleteLayerRequest)
1309
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1310
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1311
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1312
+ end)
1313
+
1314
+ api.add_operation(:delete_stack, Seahorse::Model::Operation.new.tap do |o|
1315
+ o.name = "DeleteStack"
1316
+ o.http_method = "POST"
1317
+ o.http_request_uri = "/"
1318
+ o.input = Shapes::ShapeRef.new(shape: DeleteStackRequest)
1319
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1320
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1321
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1322
+ end)
1323
+
1324
+ api.add_operation(:delete_user_profile, Seahorse::Model::Operation.new.tap do |o|
1325
+ o.name = "DeleteUserProfile"
1326
+ o.http_method = "POST"
1327
+ o.http_request_uri = "/"
1328
+ o.input = Shapes::ShapeRef.new(shape: DeleteUserProfileRequest)
1329
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1330
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1331
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1332
+ end)
1333
+
1334
+ api.add_operation(:deregister_ecs_cluster, Seahorse::Model::Operation.new.tap do |o|
1335
+ o.name = "DeregisterEcsCluster"
1336
+ o.http_method = "POST"
1337
+ o.http_request_uri = "/"
1338
+ o.input = Shapes::ShapeRef.new(shape: DeregisterEcsClusterRequest)
1339
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1340
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1341
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1342
+ end)
1343
+
1344
+ api.add_operation(:deregister_elastic_ip, Seahorse::Model::Operation.new.tap do |o|
1345
+ o.name = "DeregisterElasticIp"
1346
+ o.http_method = "POST"
1347
+ o.http_request_uri = "/"
1348
+ o.input = Shapes::ShapeRef.new(shape: DeregisterElasticIpRequest)
1349
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1350
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1351
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1352
+ end)
1353
+
1354
+ api.add_operation(:deregister_instance, Seahorse::Model::Operation.new.tap do |o|
1355
+ o.name = "DeregisterInstance"
1356
+ o.http_method = "POST"
1357
+ o.http_request_uri = "/"
1358
+ o.input = Shapes::ShapeRef.new(shape: DeregisterInstanceRequest)
1359
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1360
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1361
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1362
+ end)
1363
+
1364
+ api.add_operation(:deregister_rds_db_instance, Seahorse::Model::Operation.new.tap do |o|
1365
+ o.name = "DeregisterRdsDbInstance"
1366
+ o.http_method = "POST"
1367
+ o.http_request_uri = "/"
1368
+ o.input = Shapes::ShapeRef.new(shape: DeregisterRdsDbInstanceRequest)
1369
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1370
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1371
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1372
+ end)
1373
+
1374
+ api.add_operation(:deregister_volume, Seahorse::Model::Operation.new.tap do |o|
1375
+ o.name = "DeregisterVolume"
1376
+ o.http_method = "POST"
1377
+ o.http_request_uri = "/"
1378
+ o.input = Shapes::ShapeRef.new(shape: DeregisterVolumeRequest)
1379
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1380
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1381
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1382
+ end)
1383
+
1384
+ api.add_operation(:describe_agent_versions, Seahorse::Model::Operation.new.tap do |o|
1385
+ o.name = "DescribeAgentVersions"
1386
+ o.http_method = "POST"
1387
+ o.http_request_uri = "/"
1388
+ o.input = Shapes::ShapeRef.new(shape: DescribeAgentVersionsRequest)
1389
+ o.output = Shapes::ShapeRef.new(shape: DescribeAgentVersionsResult)
1390
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1391
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1392
+ end)
1393
+
1394
+ api.add_operation(:describe_apps, Seahorse::Model::Operation.new.tap do |o|
1395
+ o.name = "DescribeApps"
1396
+ o.http_method = "POST"
1397
+ o.http_request_uri = "/"
1398
+ o.input = Shapes::ShapeRef.new(shape: DescribeAppsRequest)
1399
+ o.output = Shapes::ShapeRef.new(shape: DescribeAppsResult)
1400
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1401
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1402
+ end)
1403
+
1404
+ api.add_operation(:describe_commands, Seahorse::Model::Operation.new.tap do |o|
1405
+ o.name = "DescribeCommands"
1406
+ o.http_method = "POST"
1407
+ o.http_request_uri = "/"
1408
+ o.input = Shapes::ShapeRef.new(shape: DescribeCommandsRequest)
1409
+ o.output = Shapes::ShapeRef.new(shape: DescribeCommandsResult)
1410
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1411
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1412
+ end)
1413
+
1414
+ api.add_operation(:describe_deployments, Seahorse::Model::Operation.new.tap do |o|
1415
+ o.name = "DescribeDeployments"
1416
+ o.http_method = "POST"
1417
+ o.http_request_uri = "/"
1418
+ o.input = Shapes::ShapeRef.new(shape: DescribeDeploymentsRequest)
1419
+ o.output = Shapes::ShapeRef.new(shape: DescribeDeploymentsResult)
1420
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1421
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1422
+ end)
1423
+
1424
+ api.add_operation(:describe_ecs_clusters, Seahorse::Model::Operation.new.tap do |o|
1425
+ o.name = "DescribeEcsClusters"
1426
+ o.http_method = "POST"
1427
+ o.http_request_uri = "/"
1428
+ o.input = Shapes::ShapeRef.new(shape: DescribeEcsClustersRequest)
1429
+ o.output = Shapes::ShapeRef.new(shape: DescribeEcsClustersResult)
1430
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1431
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1432
+ o[:pager] = Aws::Pager.new(
1433
+ limit_key: "max_results",
1434
+ tokens: {
1435
+ "next_token" => "next_token"
1436
+ }
1437
+ )
1438
+ end)
1439
+
1440
+ api.add_operation(:describe_elastic_ips, Seahorse::Model::Operation.new.tap do |o|
1441
+ o.name = "DescribeElasticIps"
1442
+ o.http_method = "POST"
1443
+ o.http_request_uri = "/"
1444
+ o.input = Shapes::ShapeRef.new(shape: DescribeElasticIpsRequest)
1445
+ o.output = Shapes::ShapeRef.new(shape: DescribeElasticIpsResult)
1446
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1447
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1448
+ end)
1449
+
1450
+ api.add_operation(:describe_elastic_load_balancers, Seahorse::Model::Operation.new.tap do |o|
1451
+ o.name = "DescribeElasticLoadBalancers"
1452
+ o.http_method = "POST"
1453
+ o.http_request_uri = "/"
1454
+ o.input = Shapes::ShapeRef.new(shape: DescribeElasticLoadBalancersRequest)
1455
+ o.output = Shapes::ShapeRef.new(shape: DescribeElasticLoadBalancersResult)
1456
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1457
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1458
+ end)
1459
+
1460
+ api.add_operation(:describe_instances, Seahorse::Model::Operation.new.tap do |o|
1461
+ o.name = "DescribeInstances"
1462
+ o.http_method = "POST"
1463
+ o.http_request_uri = "/"
1464
+ o.input = Shapes::ShapeRef.new(shape: DescribeInstancesRequest)
1465
+ o.output = Shapes::ShapeRef.new(shape: DescribeInstancesResult)
1466
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1467
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1468
+ end)
1469
+
1470
+ api.add_operation(:describe_layers, Seahorse::Model::Operation.new.tap do |o|
1471
+ o.name = "DescribeLayers"
1472
+ o.http_method = "POST"
1473
+ o.http_request_uri = "/"
1474
+ o.input = Shapes::ShapeRef.new(shape: DescribeLayersRequest)
1475
+ o.output = Shapes::ShapeRef.new(shape: DescribeLayersResult)
1476
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1477
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1478
+ end)
1479
+
1480
+ api.add_operation(:describe_load_based_auto_scaling, Seahorse::Model::Operation.new.tap do |o|
1481
+ o.name = "DescribeLoadBasedAutoScaling"
1482
+ o.http_method = "POST"
1483
+ o.http_request_uri = "/"
1484
+ o.input = Shapes::ShapeRef.new(shape: DescribeLoadBasedAutoScalingRequest)
1485
+ o.output = Shapes::ShapeRef.new(shape: DescribeLoadBasedAutoScalingResult)
1486
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1487
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1488
+ end)
1489
+
1490
+ api.add_operation(:describe_my_user_profile, Seahorse::Model::Operation.new.tap do |o|
1491
+ o.name = "DescribeMyUserProfile"
1492
+ o.http_method = "POST"
1493
+ o.http_request_uri = "/"
1494
+ o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1495
+ o.output = Shapes::ShapeRef.new(shape: DescribeMyUserProfileResult)
1496
+ end)
1497
+
1498
+ api.add_operation(:describe_permissions, Seahorse::Model::Operation.new.tap do |o|
1499
+ o.name = "DescribePermissions"
1500
+ o.http_method = "POST"
1501
+ o.http_request_uri = "/"
1502
+ o.input = Shapes::ShapeRef.new(shape: DescribePermissionsRequest)
1503
+ o.output = Shapes::ShapeRef.new(shape: DescribePermissionsResult)
1504
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1505
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1506
+ end)
1507
+
1508
+ api.add_operation(:describe_raid_arrays, Seahorse::Model::Operation.new.tap do |o|
1509
+ o.name = "DescribeRaidArrays"
1510
+ o.http_method = "POST"
1511
+ o.http_request_uri = "/"
1512
+ o.input = Shapes::ShapeRef.new(shape: DescribeRaidArraysRequest)
1513
+ o.output = Shapes::ShapeRef.new(shape: DescribeRaidArraysResult)
1514
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1515
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1516
+ end)
1517
+
1518
+ api.add_operation(:describe_rds_db_instances, Seahorse::Model::Operation.new.tap do |o|
1519
+ o.name = "DescribeRdsDbInstances"
1520
+ o.http_method = "POST"
1521
+ o.http_request_uri = "/"
1522
+ o.input = Shapes::ShapeRef.new(shape: DescribeRdsDbInstancesRequest)
1523
+ o.output = Shapes::ShapeRef.new(shape: DescribeRdsDbInstancesResult)
1524
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1525
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1526
+ end)
1527
+
1528
+ api.add_operation(:describe_service_errors, Seahorse::Model::Operation.new.tap do |o|
1529
+ o.name = "DescribeServiceErrors"
1530
+ o.http_method = "POST"
1531
+ o.http_request_uri = "/"
1532
+ o.input = Shapes::ShapeRef.new(shape: DescribeServiceErrorsRequest)
1533
+ o.output = Shapes::ShapeRef.new(shape: DescribeServiceErrorsResult)
1534
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1535
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1536
+ end)
1537
+
1538
+ api.add_operation(:describe_stack_provisioning_parameters, Seahorse::Model::Operation.new.tap do |o|
1539
+ o.name = "DescribeStackProvisioningParameters"
1540
+ o.http_method = "POST"
1541
+ o.http_request_uri = "/"
1542
+ o.input = Shapes::ShapeRef.new(shape: DescribeStackProvisioningParametersRequest)
1543
+ o.output = Shapes::ShapeRef.new(shape: DescribeStackProvisioningParametersResult)
1544
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1545
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1546
+ end)
1547
+
1548
+ api.add_operation(:describe_stack_summary, Seahorse::Model::Operation.new.tap do |o|
1549
+ o.name = "DescribeStackSummary"
1550
+ o.http_method = "POST"
1551
+ o.http_request_uri = "/"
1552
+ o.input = Shapes::ShapeRef.new(shape: DescribeStackSummaryRequest)
1553
+ o.output = Shapes::ShapeRef.new(shape: DescribeStackSummaryResult)
1554
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1555
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1556
+ end)
1557
+
1558
+ api.add_operation(:describe_stacks, Seahorse::Model::Operation.new.tap do |o|
1559
+ o.name = "DescribeStacks"
1560
+ o.http_method = "POST"
1561
+ o.http_request_uri = "/"
1562
+ o.input = Shapes::ShapeRef.new(shape: DescribeStacksRequest)
1563
+ o.output = Shapes::ShapeRef.new(shape: DescribeStacksResult)
1564
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1565
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1566
+ end)
1567
+
1568
+ api.add_operation(:describe_time_based_auto_scaling, Seahorse::Model::Operation.new.tap do |o|
1569
+ o.name = "DescribeTimeBasedAutoScaling"
1570
+ o.http_method = "POST"
1571
+ o.http_request_uri = "/"
1572
+ o.input = Shapes::ShapeRef.new(shape: DescribeTimeBasedAutoScalingRequest)
1573
+ o.output = Shapes::ShapeRef.new(shape: DescribeTimeBasedAutoScalingResult)
1574
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1575
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1576
+ end)
1577
+
1578
+ api.add_operation(:describe_user_profiles, Seahorse::Model::Operation.new.tap do |o|
1579
+ o.name = "DescribeUserProfiles"
1580
+ o.http_method = "POST"
1581
+ o.http_request_uri = "/"
1582
+ o.input = Shapes::ShapeRef.new(shape: DescribeUserProfilesRequest)
1583
+ o.output = Shapes::ShapeRef.new(shape: DescribeUserProfilesResult)
1584
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1585
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1586
+ end)
1587
+
1588
+ api.add_operation(:describe_volumes, Seahorse::Model::Operation.new.tap do |o|
1589
+ o.name = "DescribeVolumes"
1590
+ o.http_method = "POST"
1591
+ o.http_request_uri = "/"
1592
+ o.input = Shapes::ShapeRef.new(shape: DescribeVolumesRequest)
1593
+ o.output = Shapes::ShapeRef.new(shape: DescribeVolumesResult)
1594
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1595
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1596
+ end)
1597
+
1598
+ api.add_operation(:detach_elastic_load_balancer, Seahorse::Model::Operation.new.tap do |o|
1599
+ o.name = "DetachElasticLoadBalancer"
1600
+ o.http_method = "POST"
1601
+ o.http_request_uri = "/"
1602
+ o.input = Shapes::ShapeRef.new(shape: DetachElasticLoadBalancerRequest)
1603
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1604
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1605
+ end)
1606
+
1607
+ api.add_operation(:disassociate_elastic_ip, Seahorse::Model::Operation.new.tap do |o|
1608
+ o.name = "DisassociateElasticIp"
1609
+ o.http_method = "POST"
1610
+ o.http_request_uri = "/"
1611
+ o.input = Shapes::ShapeRef.new(shape: DisassociateElasticIpRequest)
1612
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1613
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1614
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1615
+ end)
1616
+
1617
+ api.add_operation(:get_hostname_suggestion, Seahorse::Model::Operation.new.tap do |o|
1618
+ o.name = "GetHostnameSuggestion"
1619
+ o.http_method = "POST"
1620
+ o.http_request_uri = "/"
1621
+ o.input = Shapes::ShapeRef.new(shape: GetHostnameSuggestionRequest)
1622
+ o.output = Shapes::ShapeRef.new(shape: GetHostnameSuggestionResult)
1623
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1624
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1625
+ end)
1626
+
1627
+ api.add_operation(:grant_access, Seahorse::Model::Operation.new.tap do |o|
1628
+ o.name = "GrantAccess"
1629
+ o.http_method = "POST"
1630
+ o.http_request_uri = "/"
1631
+ o.input = Shapes::ShapeRef.new(shape: GrantAccessRequest)
1632
+ o.output = Shapes::ShapeRef.new(shape: GrantAccessResult)
1633
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1634
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1635
+ end)
1636
+
1637
+ api.add_operation(:reboot_instance, Seahorse::Model::Operation.new.tap do |o|
1638
+ o.name = "RebootInstance"
1639
+ o.http_method = "POST"
1640
+ o.http_request_uri = "/"
1641
+ o.input = Shapes::ShapeRef.new(shape: RebootInstanceRequest)
1642
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1643
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1644
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1645
+ end)
1646
+
1647
+ api.add_operation(:register_ecs_cluster, Seahorse::Model::Operation.new.tap do |o|
1648
+ o.name = "RegisterEcsCluster"
1649
+ o.http_method = "POST"
1650
+ o.http_request_uri = "/"
1651
+ o.input = Shapes::ShapeRef.new(shape: RegisterEcsClusterRequest)
1652
+ o.output = Shapes::ShapeRef.new(shape: RegisterEcsClusterResult)
1653
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1654
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1655
+ end)
1656
+
1657
+ api.add_operation(:register_elastic_ip, Seahorse::Model::Operation.new.tap do |o|
1658
+ o.name = "RegisterElasticIp"
1659
+ o.http_method = "POST"
1660
+ o.http_request_uri = "/"
1661
+ o.input = Shapes::ShapeRef.new(shape: RegisterElasticIpRequest)
1662
+ o.output = Shapes::ShapeRef.new(shape: RegisterElasticIpResult)
1663
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1664
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1665
+ end)
1666
+
1667
+ api.add_operation(:register_instance, Seahorse::Model::Operation.new.tap do |o|
1668
+ o.name = "RegisterInstance"
1669
+ o.http_method = "POST"
1670
+ o.http_request_uri = "/"
1671
+ o.input = Shapes::ShapeRef.new(shape: RegisterInstanceRequest)
1672
+ o.output = Shapes::ShapeRef.new(shape: RegisterInstanceResult)
1673
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1674
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1675
+ end)
1676
+
1677
+ api.add_operation(:register_rds_db_instance, Seahorse::Model::Operation.new.tap do |o|
1678
+ o.name = "RegisterRdsDbInstance"
1679
+ o.http_method = "POST"
1680
+ o.http_request_uri = "/"
1681
+ o.input = Shapes::ShapeRef.new(shape: RegisterRdsDbInstanceRequest)
1682
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1683
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1684
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1685
+ end)
1686
+
1687
+ api.add_operation(:register_volume, Seahorse::Model::Operation.new.tap do |o|
1688
+ o.name = "RegisterVolume"
1689
+ o.http_method = "POST"
1690
+ o.http_request_uri = "/"
1691
+ o.input = Shapes::ShapeRef.new(shape: RegisterVolumeRequest)
1692
+ o.output = Shapes::ShapeRef.new(shape: RegisterVolumeResult)
1693
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1694
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1695
+ end)
1696
+
1697
+ api.add_operation(:set_load_based_auto_scaling, Seahorse::Model::Operation.new.tap do |o|
1698
+ o.name = "SetLoadBasedAutoScaling"
1699
+ o.http_method = "POST"
1700
+ o.http_request_uri = "/"
1701
+ o.input = Shapes::ShapeRef.new(shape: SetLoadBasedAutoScalingRequest)
1702
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1703
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1704
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1705
+ end)
1706
+
1707
+ api.add_operation(:set_permission, Seahorse::Model::Operation.new.tap do |o|
1708
+ o.name = "SetPermission"
1709
+ o.http_method = "POST"
1710
+ o.http_request_uri = "/"
1711
+ o.input = Shapes::ShapeRef.new(shape: SetPermissionRequest)
1712
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1713
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1714
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1715
+ end)
1716
+
1717
+ api.add_operation(:set_time_based_auto_scaling, Seahorse::Model::Operation.new.tap do |o|
1718
+ o.name = "SetTimeBasedAutoScaling"
1719
+ o.http_method = "POST"
1720
+ o.http_request_uri = "/"
1721
+ o.input = Shapes::ShapeRef.new(shape: SetTimeBasedAutoScalingRequest)
1722
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1723
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1724
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1725
+ end)
1726
+
1727
+ api.add_operation(:start_instance, Seahorse::Model::Operation.new.tap do |o|
1728
+ o.name = "StartInstance"
1729
+ o.http_method = "POST"
1730
+ o.http_request_uri = "/"
1731
+ o.input = Shapes::ShapeRef.new(shape: StartInstanceRequest)
1732
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1733
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1734
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1735
+ end)
1736
+
1737
+ api.add_operation(:start_stack, Seahorse::Model::Operation.new.tap do |o|
1738
+ o.name = "StartStack"
1739
+ o.http_method = "POST"
1740
+ o.http_request_uri = "/"
1741
+ o.input = Shapes::ShapeRef.new(shape: StartStackRequest)
1742
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1743
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1744
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1745
+ end)
1746
+
1747
+ api.add_operation(:stop_instance, Seahorse::Model::Operation.new.tap do |o|
1748
+ o.name = "StopInstance"
1749
+ o.http_method = "POST"
1750
+ o.http_request_uri = "/"
1751
+ o.input = Shapes::ShapeRef.new(shape: StopInstanceRequest)
1752
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1753
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1754
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1755
+ end)
1756
+
1757
+ api.add_operation(:stop_stack, Seahorse::Model::Operation.new.tap do |o|
1758
+ o.name = "StopStack"
1759
+ o.http_method = "POST"
1760
+ o.http_request_uri = "/"
1761
+ o.input = Shapes::ShapeRef.new(shape: StopStackRequest)
1762
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1763
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1764
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1765
+ end)
1766
+
1767
+ api.add_operation(:unassign_instance, Seahorse::Model::Operation.new.tap do |o|
1768
+ o.name = "UnassignInstance"
1769
+ o.http_method = "POST"
1770
+ o.http_request_uri = "/"
1771
+ o.input = Shapes::ShapeRef.new(shape: UnassignInstanceRequest)
1772
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1773
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1774
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1775
+ end)
1776
+
1777
+ api.add_operation(:unassign_volume, Seahorse::Model::Operation.new.tap do |o|
1778
+ o.name = "UnassignVolume"
1779
+ o.http_method = "POST"
1780
+ o.http_request_uri = "/"
1781
+ o.input = Shapes::ShapeRef.new(shape: UnassignVolumeRequest)
1782
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1783
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1784
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1785
+ end)
1786
+
1787
+ api.add_operation(:update_app, Seahorse::Model::Operation.new.tap do |o|
1788
+ o.name = "UpdateApp"
1789
+ o.http_method = "POST"
1790
+ o.http_request_uri = "/"
1791
+ o.input = Shapes::ShapeRef.new(shape: UpdateAppRequest)
1792
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1793
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1794
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1795
+ end)
1796
+
1797
+ api.add_operation(:update_elastic_ip, Seahorse::Model::Operation.new.tap do |o|
1798
+ o.name = "UpdateElasticIp"
1799
+ o.http_method = "POST"
1800
+ o.http_request_uri = "/"
1801
+ o.input = Shapes::ShapeRef.new(shape: UpdateElasticIpRequest)
1802
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1803
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1804
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1805
+ end)
1806
+
1807
+ api.add_operation(:update_instance, Seahorse::Model::Operation.new.tap do |o|
1808
+ o.name = "UpdateInstance"
1809
+ o.http_method = "POST"
1810
+ o.http_request_uri = "/"
1811
+ o.input = Shapes::ShapeRef.new(shape: UpdateInstanceRequest)
1812
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1813
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1814
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1815
+ end)
1816
+
1817
+ api.add_operation(:update_layer, Seahorse::Model::Operation.new.tap do |o|
1818
+ o.name = "UpdateLayer"
1819
+ o.http_method = "POST"
1820
+ o.http_request_uri = "/"
1821
+ o.input = Shapes::ShapeRef.new(shape: UpdateLayerRequest)
1822
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1823
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1824
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1825
+ end)
1826
+
1827
+ api.add_operation(:update_my_user_profile, Seahorse::Model::Operation.new.tap do |o|
1828
+ o.name = "UpdateMyUserProfile"
1829
+ o.http_method = "POST"
1830
+ o.http_request_uri = "/"
1831
+ o.input = Shapes::ShapeRef.new(shape: UpdateMyUserProfileRequest)
1832
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1833
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1834
+ end)
1835
+
1836
+ api.add_operation(:update_rds_db_instance, Seahorse::Model::Operation.new.tap do |o|
1837
+ o.name = "UpdateRdsDbInstance"
1838
+ o.http_method = "POST"
1839
+ o.http_request_uri = "/"
1840
+ o.input = Shapes::ShapeRef.new(shape: UpdateRdsDbInstanceRequest)
1841
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1842
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1843
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1844
+ end)
1845
+
1846
+ api.add_operation(:update_stack, Seahorse::Model::Operation.new.tap do |o|
1847
+ o.name = "UpdateStack"
1848
+ o.http_method = "POST"
1849
+ o.http_request_uri = "/"
1850
+ o.input = Shapes::ShapeRef.new(shape: UpdateStackRequest)
1851
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1852
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1853
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1854
+ end)
1855
+
1856
+ api.add_operation(:update_user_profile, Seahorse::Model::Operation.new.tap do |o|
1857
+ o.name = "UpdateUserProfile"
1858
+ o.http_method = "POST"
1859
+ o.http_request_uri = "/"
1860
+ o.input = Shapes::ShapeRef.new(shape: UpdateUserProfileRequest)
1861
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1862
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1863
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1864
+ end)
1865
+
1866
+ api.add_operation(:update_volume, Seahorse::Model::Operation.new.tap do |o|
1867
+ o.name = "UpdateVolume"
1868
+ o.http_method = "POST"
1869
+ o.http_request_uri = "/"
1870
+ o.input = Shapes::ShapeRef.new(shape: UpdateVolumeRequest)
1871
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1872
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1873
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1874
+ end)
1875
+ end
1876
+
1877
+ end
1878
+ end
1879
+ end