aws-sdk 1.8.2 → 1.8.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,547 @@
1
+ # Copyright 2011-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License"). You
4
+ # may not use this file except in compliance with the License. A copy of
5
+ # the License is located at
6
+ #
7
+ # http://aws.amazon.com/apache2.0/
8
+ #
9
+ # or in the "license" file accompanying this file. This file is
10
+ # distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
11
+ # ANY KIND, either express or implied. See the License for the specific
12
+ # language governing permissions and limitations under the License.
13
+
14
+ ---
15
+ :api_version: '2012-12-12'
16
+ :namespace: https://route53.amazonaws.com/doc/2012-12-12/
17
+ :operations:
18
+ - :name: ChangeResourceRecordSets
19
+ :method: :change_resource_record_sets
20
+ :http:
21
+ :verb: POST
22
+ :uri: /2012-12-12/hostedzone/:hosted_zone_id/rrset/
23
+ :inputs:
24
+ :hosted_zone_id:
25
+ :type: :string
26
+ :required: true
27
+ :position: 0
28
+ :lstrip: /hostedzone/
29
+ :change_batch:
30
+ :name: ChangeBatch
31
+ :type: :hash
32
+ :required: true
33
+ :position: 1
34
+ :members:
35
+ :comment:
36
+ :name: Comment
37
+ :type: :string
38
+ :position: 0
39
+ :changes:
40
+ :name: Changes
41
+ :type: :array
42
+ :required: true
43
+ :position: 1
44
+ :members:
45
+ :name: Change
46
+ :type: :hash
47
+ :members:
48
+ :action:
49
+ :name: Action
50
+ :type: :string
51
+ :required: true
52
+ :position: 0
53
+ :resource_record_set:
54
+ :name: ResourceRecordSet
55
+ :type: :hash
56
+ :required: true
57
+ :position: 1
58
+ :members:
59
+ :name:
60
+ :name: Name
61
+ :type: :string
62
+ :required: true
63
+ :position: 0
64
+ :type:
65
+ :name: Type
66
+ :type: :string
67
+ :required: true
68
+ :position: 1
69
+ :set_identifier:
70
+ :name: SetIdentifier
71
+ :type: :string
72
+ :position: 2
73
+ :weight:
74
+ :name: Weight
75
+ :type: :integer
76
+ :position: 3
77
+ :region:
78
+ :name: Region
79
+ :type: :string
80
+ :position: 4
81
+ :failover:
82
+ :name: Failover
83
+ :type: :string
84
+ :position: 5
85
+ :ttl:
86
+ :name: TTL
87
+ :type: :integer
88
+ :position: 6
89
+ :resource_records:
90
+ :name: ResourceRecords
91
+ :type: :array
92
+ :position: 7
93
+ :members:
94
+ :name: ResourceRecord
95
+ :type: :hash
96
+ :members:
97
+ :value:
98
+ :name: Value
99
+ :type: :string
100
+ :required: true
101
+ :position: 0
102
+ :alias_target:
103
+ :name: AliasTarget
104
+ :type: :hash
105
+ :position: 8
106
+ :members:
107
+ :hosted_zone_id:
108
+ :name: HostedZoneId
109
+ :type: :string
110
+ :required: true
111
+ :position: 0
112
+ :lstrip: /hostedzone/
113
+ :dns_name:
114
+ :name: DNSName
115
+ :type: :string
116
+ :required: true
117
+ :position: 1
118
+ :evaluate_target_health:
119
+ :name: EvaluateTargetHealth
120
+ :type: :boolean
121
+ :required: true
122
+ :position: 2
123
+ :health_check_id:
124
+ :name: HealthCheckId
125
+ :type: :string
126
+ :position: 9
127
+ :outputs:
128
+ :children:
129
+ ChangeInfo:
130
+ :children:
131
+ Id:
132
+ :type: :string
133
+ Status:
134
+ :type: :string
135
+ SubmittedAt:
136
+ :type: :time
137
+ Comment:
138
+ :type: :string
139
+ - :name: CreateHealthCheck
140
+ :method: :create_health_check
141
+ :http:
142
+ :verb: POST
143
+ :uri: /2012-12-12/healthcheck
144
+ :response_code: 201
145
+ :response_headers:
146
+ :location: Location
147
+ :inputs:
148
+ :caller_reference:
149
+ :name: CallerReference
150
+ :type: :string
151
+ :required: true
152
+ :position: 0
153
+ :health_check_config:
154
+ :name: HealthCheckConfig
155
+ :type: :hash
156
+ :required: true
157
+ :position: 1
158
+ :members:
159
+ :ip_address:
160
+ :name: IPAddress
161
+ :type: :string
162
+ :required: true
163
+ :position: 0
164
+ :port:
165
+ :name: Port
166
+ :type: :integer
167
+ :position: 1
168
+ :type:
169
+ :name: Type
170
+ :type: :string
171
+ :required: true
172
+ :position: 2
173
+ :resource_path:
174
+ :name: ResourcePath
175
+ :type: :string
176
+ :position: 3
177
+ :fully_qualified_domain_name:
178
+ :name: FullyQualifiedDomainName
179
+ :type: :string
180
+ :position: 4
181
+ :outputs:
182
+ :children:
183
+ HealthCheck:
184
+ :children:
185
+ Id:
186
+ :type: :string
187
+ CallerReference:
188
+ :type: :string
189
+ HealthCheckConfig:
190
+ :children:
191
+ IPAddress:
192
+ :type: :string
193
+ Port:
194
+ :type: :integer
195
+ Type:
196
+ :type: :string
197
+ ResourcePath:
198
+ :type: :string
199
+ FullyQualifiedDomainName:
200
+ :type: :string
201
+ - :name: CreateHostedZone
202
+ :method: :create_hosted_zone
203
+ :http:
204
+ :verb: POST
205
+ :uri: /2012-12-12/hostedzone
206
+ :response_code: 201
207
+ :response_headers:
208
+ :location: Location
209
+ :inputs:
210
+ :name:
211
+ :name: Name
212
+ :type: :string
213
+ :required: true
214
+ :position: 0
215
+ :caller_reference:
216
+ :name: CallerReference
217
+ :type: :string
218
+ :required: true
219
+ :position: 1
220
+ :hosted_zone_config:
221
+ :name: HostedZoneConfig
222
+ :type: :hash
223
+ :position: 2
224
+ :members:
225
+ :comment:
226
+ :name: Comment
227
+ :type: :string
228
+ :position: 0
229
+ :outputs:
230
+ :children:
231
+ HostedZone:
232
+ :children:
233
+ Id:
234
+ :type: :string
235
+ Name:
236
+ :type: :string
237
+ CallerReference:
238
+ :type: :string
239
+ Config:
240
+ :children:
241
+ Comment:
242
+ :type: :string
243
+ ResourceRecordSetCount:
244
+ :type: :integer
245
+ ChangeInfo:
246
+ :children:
247
+ Id:
248
+ :type: :string
249
+ Status:
250
+ :type: :string
251
+ SubmittedAt:
252
+ :type: :time
253
+ Comment:
254
+ :type: :string
255
+ DelegationSet:
256
+ :children:
257
+ NameServers:
258
+ :ignore: true
259
+ :children:
260
+ NameServer:
261
+ :rename: :name_servers
262
+ :list: true
263
+ :type: :string
264
+ - :name: DeleteHealthCheck
265
+ :method: :delete_health_check
266
+ :http:
267
+ :verb: DELETE
268
+ :uri: /2012-12-12/healthcheck/:health_check_id
269
+ :inputs:
270
+ :health_check_id:
271
+ :type: :string
272
+ :required: true
273
+ :position: 0
274
+ :outputs: {}
275
+ - :name: DeleteHostedZone
276
+ :method: :delete_hosted_zone
277
+ :http:
278
+ :verb: DELETE
279
+ :uri: /2012-12-12/hostedzone/:id
280
+ :inputs:
281
+ :id:
282
+ :type: :string
283
+ :required: true
284
+ :position: 0
285
+ :lstrip: /hostedzone/
286
+ :outputs:
287
+ :children:
288
+ ChangeInfo:
289
+ :children:
290
+ Id:
291
+ :type: :string
292
+ Status:
293
+ :type: :string
294
+ SubmittedAt:
295
+ :type: :time
296
+ Comment:
297
+ :type: :string
298
+ - :name: GetChange
299
+ :method: :get_change
300
+ :http:
301
+ :verb: GET
302
+ :uri: /2012-12-12/change/:id
303
+ :inputs:
304
+ :id:
305
+ :type: :string
306
+ :required: true
307
+ :position: 0
308
+ :lstrip: /change/
309
+ :outputs:
310
+ :children:
311
+ ChangeInfo:
312
+ :children:
313
+ Id:
314
+ :type: :string
315
+ Status:
316
+ :type: :string
317
+ SubmittedAt:
318
+ :type: :time
319
+ Comment:
320
+ :type: :string
321
+ - :name: GetHealthCheck
322
+ :method: :get_health_check
323
+ :http:
324
+ :verb: GET
325
+ :uri: /2012-12-12/healthcheck/:health_check_id
326
+ :inputs:
327
+ :health_check_id:
328
+ :type: :string
329
+ :required: true
330
+ :position: 0
331
+ :outputs:
332
+ :children:
333
+ HealthCheck:
334
+ :children:
335
+ Id:
336
+ :type: :string
337
+ CallerReference:
338
+ :type: :string
339
+ HealthCheckConfig:
340
+ :children:
341
+ IPAddress:
342
+ :type: :string
343
+ Port:
344
+ :type: :integer
345
+ Type:
346
+ :type: :string
347
+ ResourcePath:
348
+ :type: :string
349
+ FullyQualifiedDomainName:
350
+ :type: :string
351
+ - :name: GetHostedZone
352
+ :method: :get_hosted_zone
353
+ :http:
354
+ :verb: GET
355
+ :uri: /2012-12-12/hostedzone/:id
356
+ :inputs:
357
+ :id:
358
+ :type: :string
359
+ :required: true
360
+ :position: 0
361
+ :lstrip: /hostedzone/
362
+ :outputs:
363
+ :children:
364
+ HostedZone:
365
+ :children:
366
+ Id:
367
+ :type: :string
368
+ Name:
369
+ :type: :string
370
+ CallerReference:
371
+ :type: :string
372
+ Config:
373
+ :children:
374
+ Comment:
375
+ :type: :string
376
+ ResourceRecordSetCount:
377
+ :type: :integer
378
+ DelegationSet:
379
+ :children:
380
+ NameServers:
381
+ :ignore: true
382
+ :children:
383
+ NameServer:
384
+ :rename: :name_servers
385
+ :list: true
386
+ :type: :string
387
+ - :name: ListHealthChecks
388
+ :method: :list_health_checks
389
+ :http:
390
+ :verb: GET
391
+ :uri: /2012-12-12/healthcheck?marker=:marker&maxitems=:max_items
392
+ :inputs:
393
+ :marker:
394
+ :type: :string
395
+ :position: 0
396
+ :max_items:
397
+ :type: :integer
398
+ :position: 1
399
+ :outputs:
400
+ :children:
401
+ HealthChecks:
402
+ :ignore: true
403
+ :children:
404
+ HealthCheck:
405
+ :rename: :health_checks
406
+ :list: true
407
+ :children:
408
+ Id:
409
+ :type: :string
410
+ CallerReference:
411
+ :type: :string
412
+ HealthCheckConfig:
413
+ :children:
414
+ IPAddress:
415
+ :type: :string
416
+ Port:
417
+ :type: :integer
418
+ Type:
419
+ :type: :string
420
+ ResourcePath:
421
+ :type: :string
422
+ FullyQualifiedDomainName:
423
+ :type: :string
424
+ Marker:
425
+ :type: :string
426
+ IsTruncated:
427
+ :type: :boolean
428
+ NextMarker:
429
+ :type: :string
430
+ MaxItems:
431
+ :type: :string
432
+ - :name: ListHostedZones
433
+ :method: :list_hosted_zones
434
+ :http:
435
+ :verb: GET
436
+ :uri: /2012-12-12/hostedzone?marker=:marker&maxitems=:max_items
437
+ :inputs:
438
+ :marker:
439
+ :type: :string
440
+ :position: 0
441
+ :max_items:
442
+ :type: :integer
443
+ :position: 1
444
+ :outputs:
445
+ :children:
446
+ HostedZones:
447
+ :ignore: true
448
+ :children:
449
+ HostedZone:
450
+ :rename: :hosted_zones
451
+ :list: true
452
+ :children:
453
+ Id:
454
+ :type: :string
455
+ Name:
456
+ :type: :string
457
+ CallerReference:
458
+ :type: :string
459
+ Config:
460
+ :children:
461
+ Comment:
462
+ :type: :string
463
+ ResourceRecordSetCount:
464
+ :type: :integer
465
+ Marker:
466
+ :type: :string
467
+ IsTruncated:
468
+ :type: :boolean
469
+ NextMarker:
470
+ :type: :string
471
+ MaxItems:
472
+ :type: :integer
473
+ - :name: ListResourceRecordSets
474
+ :method: :list_resource_record_sets
475
+ :http:
476
+ :verb: GET
477
+ :uri: /2012-12-12/hostedzone/:hosted_zone_id/rrset?type=:start_record_type&name=:start_record_name&identifier=:start_record_identifier&maxitems=:max_items
478
+ :inputs:
479
+ :hosted_zone_id:
480
+ :type: :string
481
+ :required: true
482
+ :position: 0
483
+ :lstrip: /hostedzone/
484
+ :start_record_name:
485
+ :type: :string
486
+ :position: 1
487
+ :start_record_type:
488
+ :type: :string
489
+ :position: 2
490
+ :start_record_identifier:
491
+ :type: :string
492
+ :position: 3
493
+ :max_items:
494
+ :type: :integer
495
+ :position: 4
496
+ :outputs:
497
+ :children:
498
+ ResourceRecordSets:
499
+ :ignore: true
500
+ :children:
501
+ ResourceRecordSet:
502
+ :rename: :resource_record_sets
503
+ :list: true
504
+ :children:
505
+ Name:
506
+ :type: :string
507
+ Type:
508
+ :type: :string
509
+ SetIdentifier:
510
+ :type: :string
511
+ Weight:
512
+ :type: :integer
513
+ Region:
514
+ :type: :string
515
+ Failover:
516
+ :type: :string
517
+ TTL:
518
+ :type: :integer
519
+ ResourceRecords:
520
+ :ignore: true
521
+ :children:
522
+ ResourceRecord:
523
+ :rename: :resource_records
524
+ :list: true
525
+ :children:
526
+ Value:
527
+ :type: :string
528
+ AliasTarget:
529
+ :children:
530
+ HostedZoneId:
531
+ :type: :string
532
+ DNSName:
533
+ :type: :string
534
+ EvaluateTargetHealth:
535
+ :type: :boolean
536
+ HealthCheckId:
537
+ :type: :string
538
+ IsTruncated:
539
+ :type: :boolean
540
+ NextRecordName:
541
+ :type: :string
542
+ NextRecordType:
543
+ :type: :string
544
+ NextRecordIdentifier:
545
+ :type: :string
546
+ MaxItems:
547
+ :type: :integer