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