aws-sdk-core 2.0.0.rc5 → 2.0.0.rc6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 18280fea7823324905c5f5fc351e981b38ab52c5
4
- data.tar.gz: 33b5267b80fea10b37ee6d3a1a50e45ea0d504ff
3
+ metadata.gz: eff2e4be5f8c45043fdbad67b60b911babe65286
4
+ data.tar.gz: 1af7695d730d5147a582331682bab6346426b496
5
5
  SHA512:
6
- metadata.gz: dc81dd5ca949a1ddac3c437efa16cd55dc9af4881e6eead48a57b8d8ce9cbd845dda09600b451aae311220a18006aba79522a777d9b3ec6250eeb5029c12f93e
7
- data.tar.gz: 8b51c114e47fefef3856d6c149f6ede5fd2375f77e9824e40961c69cbab35b43bb3fd44cc19ddced9ffa1307f65c3d1a73a119e2275e11abdeecf5d9c981754f
6
+ metadata.gz: d8ff8189be667de3d08b1e77d25919dc259e7d5b8ea6d5296564f1f3ad8d7dace3c7b72a61344041c4f7700b573a9ba90a516858f8183403d15c3f09bf7a454a
7
+ data.tar.gz: 93c88ddd47d0ad1dd2295eaab70acf6ef0c9ff0e19d726a2ed8895dbf8d431a05422aa095e387d9dc645a6d6f53927277ff774e1cd3e20d5e0473516e04d859c
@@ -0,0 +1,1077 @@
1
+ {
2
+ "version": "2013-04-01",
3
+ "metadata": {
4
+ "endpoint_prefix": "route53",
5
+ "regional_endpoints": {
6
+ "us-east-1": "route53.amazonaws.com",
7
+ "us-west-1": "route53.amazonaws.com",
8
+ "us-west-2": "route53.amazonaws.com",
9
+ "eu-west-1": "route53.amazonaws.com",
10
+ "ap-northeast-1": "route53.amazonaws.com",
11
+ "ap-southeast-1": "route53.amazonaws.com",
12
+ "ap-southeast-2": "route53.amazonaws.com",
13
+ "sa-east-1": "route53.amazonaws.com"
14
+ },
15
+ "service_abbreviation": "Route 53",
16
+ "service_class_name": "Route53",
17
+ "service_full_name": "Amazon Route 53"
18
+ },
19
+ "plugins": [
20
+ "Seahorse::Client::Plugins::Logging",
21
+ "Seahorse::Client::Plugins::RestfulBindings",
22
+ "Seahorse::Client::Plugins::ContentLength",
23
+ "Aws::Plugins::UserAgent",
24
+ "Aws::Plugins::RetryErrors",
25
+ "Aws::Plugins::GlobalConfiguration",
26
+ "Aws::Plugins::RegionalEndpoint",
27
+ "Aws::Plugins::InstanceProfileCredentials",
28
+ "Aws::Plugins::ResponsePaging",
29
+ "Aws::Plugins::Credentials",
30
+ "Aws::Plugins::XmlProtocol",
31
+ "Aws::Plugins::SignatureV3"
32
+ ],
33
+ "operations": {
34
+ "change_resource_record_sets": {
35
+ "name": "ChangeResourceRecordSets",
36
+ "http_method": "POST",
37
+ "http_path": "/2013-04-01/hostedzone/{hosted_zone_id}/rrset/",
38
+ "input": {
39
+ "type": "input",
40
+ "serialized_name": "ChangeResourceRecordSetsRequest",
41
+ "metadata": {
42
+ "xmlns_uri": "https://route53.amazonaws.com/doc/2013-04-01/"
43
+ },
44
+ "members": {
45
+ "hosted_zone_id": {
46
+ "type": "string",
47
+ "required": true,
48
+ "location": "uri"
49
+ },
50
+ "change_batch": {
51
+ "type": "structure",
52
+ "required": true,
53
+ "serialized_name": "ChangeBatch",
54
+ "members": {
55
+ "comment": {
56
+ "type": "string",
57
+ "serialized_name": "Comment"
58
+ },
59
+ "changes": {
60
+ "type": "list",
61
+ "required": true,
62
+ "serialized_name": "Changes",
63
+ "members": {
64
+ "type": "structure",
65
+ "serialized_name": "Change",
66
+ "members": {
67
+ "action": {
68
+ "type": "string",
69
+ "required": true,
70
+ "serialized_name": "Action",
71
+ "enum": [
72
+ "CREATE",
73
+ "DELETE",
74
+ "UPSERT"
75
+ ]
76
+ },
77
+ "resource_record_set": {
78
+ "type": "structure",
79
+ "required": true,
80
+ "serialized_name": "ResourceRecordSet",
81
+ "members": {
82
+ "name": {
83
+ "type": "string",
84
+ "required": true,
85
+ "serialized_name": "Name"
86
+ },
87
+ "type": {
88
+ "type": "string",
89
+ "required": true,
90
+ "serialized_name": "Type",
91
+ "enum": [
92
+ "SOA",
93
+ "A",
94
+ "TXT",
95
+ "NS",
96
+ "CNAME",
97
+ "MX",
98
+ "PTR",
99
+ "SRV",
100
+ "SPF",
101
+ "AAAA"
102
+ ]
103
+ },
104
+ "set_identifier": {
105
+ "type": "string",
106
+ "serialized_name": "SetIdentifier"
107
+ },
108
+ "weight": {
109
+ "type": "integer",
110
+ "serialized_name": "Weight"
111
+ },
112
+ "region": {
113
+ "type": "string",
114
+ "serialized_name": "Region",
115
+ "enum": [
116
+ "us-east-1",
117
+ "us-west-1",
118
+ "us-west-2",
119
+ "eu-west-1",
120
+ "ap-southeast-1",
121
+ "ap-southeast-2",
122
+ "ap-northeast-1",
123
+ "sa-east-1",
124
+ "cn-north-1"
125
+ ]
126
+ },
127
+ "failover": {
128
+ "type": "string",
129
+ "serialized_name": "Failover",
130
+ "enum": [
131
+ "PRIMARY",
132
+ "SECONDARY"
133
+ ]
134
+ },
135
+ "ttl": {
136
+ "type": "integer",
137
+ "serialized_name": "TTL"
138
+ },
139
+ "resource_records": {
140
+ "type": "list",
141
+ "serialized_name": "ResourceRecords",
142
+ "members": {
143
+ "type": "structure",
144
+ "serialized_name": "ResourceRecord",
145
+ "members": {
146
+ "value": {
147
+ "type": "string",
148
+ "required": true,
149
+ "serialized_name": "Value"
150
+ }
151
+ }
152
+ }
153
+ },
154
+ "alias_target": {
155
+ "type": "structure",
156
+ "serialized_name": "AliasTarget",
157
+ "members": {
158
+ "hosted_zone_id": {
159
+ "type": "string",
160
+ "required": true,
161
+ "serialized_name": "HostedZoneId"
162
+ },
163
+ "dns_name": {
164
+ "type": "string",
165
+ "required": true,
166
+ "serialized_name": "DNSName"
167
+ },
168
+ "evaluate_target_health": {
169
+ "type": "boolean",
170
+ "required": true,
171
+ "serialized_name": "EvaluateTargetHealth"
172
+ }
173
+ }
174
+ },
175
+ "health_check_id": {
176
+ "type": "string",
177
+ "serialized_name": "HealthCheckId"
178
+ }
179
+ }
180
+ }
181
+ }
182
+ }
183
+ }
184
+ }
185
+ }
186
+ }
187
+ },
188
+ "output": {
189
+ "type": "output",
190
+ "members": {
191
+ "change_info": {
192
+ "type": "structure",
193
+ "serialized_name": "ChangeInfo",
194
+ "members": {
195
+ "id": {
196
+ "type": "string",
197
+ "serialized_name": "Id"
198
+ },
199
+ "status": {
200
+ "type": "string",
201
+ "serialized_name": "Status",
202
+ "enum": [
203
+ "PENDING",
204
+ "INSYNC"
205
+ ]
206
+ },
207
+ "submitted_at": {
208
+ "type": "iso8601_timestamp",
209
+ "serialized_name": "SubmittedAt"
210
+ },
211
+ "comment": {
212
+ "type": "string",
213
+ "serialized_name": "Comment"
214
+ }
215
+ }
216
+ }
217
+ }
218
+ }
219
+ },
220
+ "create_health_check": {
221
+ "name": "CreateHealthCheck",
222
+ "http_method": "POST",
223
+ "http_path": "/2013-04-01/healthcheck",
224
+ "input": {
225
+ "type": "input",
226
+ "serialized_name": "CreateHealthCheckRequest",
227
+ "metadata": {
228
+ "xmlns_uri": "https://route53.amazonaws.com/doc/2013-04-01/"
229
+ },
230
+ "members": {
231
+ "caller_reference": {
232
+ "type": "string",
233
+ "required": true,
234
+ "serialized_name": "CallerReference"
235
+ },
236
+ "health_check_config": {
237
+ "type": "structure",
238
+ "required": true,
239
+ "serialized_name": "HealthCheckConfig",
240
+ "members": {
241
+ "ip_address": {
242
+ "type": "string",
243
+ "required": true,
244
+ "serialized_name": "IPAddress"
245
+ },
246
+ "port": {
247
+ "type": "integer",
248
+ "serialized_name": "Port"
249
+ },
250
+ "type": {
251
+ "type": "string",
252
+ "required": true,
253
+ "serialized_name": "Type",
254
+ "enum": [
255
+ "HTTP",
256
+ "HTTPS",
257
+ "HTTP_STR_MATCH",
258
+ "HTTPS_STR_MATCH",
259
+ "TCP"
260
+ ]
261
+ },
262
+ "resource_path": {
263
+ "type": "string",
264
+ "serialized_name": "ResourcePath"
265
+ },
266
+ "fully_qualified_domain_name": {
267
+ "type": "string",
268
+ "serialized_name": "FullyQualifiedDomainName"
269
+ },
270
+ "search_string": {
271
+ "type": "string",
272
+ "serialized_name": "SearchString"
273
+ }
274
+ }
275
+ }
276
+ }
277
+ },
278
+ "output": {
279
+ "type": "output",
280
+ "members": {
281
+ "health_check": {
282
+ "type": "structure",
283
+ "serialized_name": "HealthCheck",
284
+ "members": {
285
+ "id": {
286
+ "type": "string",
287
+ "serialized_name": "Id"
288
+ },
289
+ "caller_reference": {
290
+ "type": "string",
291
+ "serialized_name": "CallerReference"
292
+ },
293
+ "health_check_config": {
294
+ "type": "structure",
295
+ "serialized_name": "HealthCheckConfig",
296
+ "members": {
297
+ "ip_address": {
298
+ "type": "string",
299
+ "serialized_name": "IPAddress"
300
+ },
301
+ "port": {
302
+ "type": "integer",
303
+ "serialized_name": "Port"
304
+ },
305
+ "type": {
306
+ "type": "string",
307
+ "serialized_name": "Type",
308
+ "enum": [
309
+ "HTTP",
310
+ "HTTPS",
311
+ "HTTP_STR_MATCH",
312
+ "HTTPS_STR_MATCH",
313
+ "TCP"
314
+ ]
315
+ },
316
+ "resource_path": {
317
+ "type": "string",
318
+ "serialized_name": "ResourcePath"
319
+ },
320
+ "fully_qualified_domain_name": {
321
+ "type": "string",
322
+ "serialized_name": "FullyQualifiedDomainName"
323
+ },
324
+ "search_string": {
325
+ "type": "string",
326
+ "serialized_name": "SearchString"
327
+ }
328
+ }
329
+ }
330
+ }
331
+ },
332
+ "location": {
333
+ "type": "string",
334
+ "location": "header",
335
+ "serialized_name": "Location"
336
+ }
337
+ }
338
+ }
339
+ },
340
+ "create_hosted_zone": {
341
+ "name": "CreateHostedZone",
342
+ "http_method": "POST",
343
+ "http_path": "/2013-04-01/hostedzone",
344
+ "input": {
345
+ "type": "input",
346
+ "serialized_name": "CreateHostedZoneRequest",
347
+ "metadata": {
348
+ "xmlns_uri": "https://route53.amazonaws.com/doc/2013-04-01/"
349
+ },
350
+ "members": {
351
+ "name": {
352
+ "type": "string",
353
+ "required": true,
354
+ "serialized_name": "Name"
355
+ },
356
+ "caller_reference": {
357
+ "type": "string",
358
+ "required": true,
359
+ "serialized_name": "CallerReference"
360
+ },
361
+ "hosted_zone_config": {
362
+ "type": "structure",
363
+ "serialized_name": "HostedZoneConfig",
364
+ "members": {
365
+ "comment": {
366
+ "type": "string",
367
+ "serialized_name": "Comment"
368
+ }
369
+ }
370
+ }
371
+ }
372
+ },
373
+ "output": {
374
+ "type": "output",
375
+ "members": {
376
+ "hosted_zone": {
377
+ "type": "structure",
378
+ "serialized_name": "HostedZone",
379
+ "members": {
380
+ "id": {
381
+ "type": "string",
382
+ "serialized_name": "Id"
383
+ },
384
+ "name": {
385
+ "type": "string",
386
+ "serialized_name": "Name"
387
+ },
388
+ "caller_reference": {
389
+ "type": "string",
390
+ "serialized_name": "CallerReference"
391
+ },
392
+ "config": {
393
+ "type": "structure",
394
+ "serialized_name": "Config",
395
+ "members": {
396
+ "comment": {
397
+ "type": "string",
398
+ "serialized_name": "Comment"
399
+ }
400
+ }
401
+ },
402
+ "resource_record_set_count": {
403
+ "type": "integer",
404
+ "serialized_name": "ResourceRecordSetCount"
405
+ }
406
+ }
407
+ },
408
+ "change_info": {
409
+ "type": "structure",
410
+ "serialized_name": "ChangeInfo",
411
+ "members": {
412
+ "id": {
413
+ "type": "string",
414
+ "serialized_name": "Id"
415
+ },
416
+ "status": {
417
+ "type": "string",
418
+ "serialized_name": "Status",
419
+ "enum": [
420
+ "PENDING",
421
+ "INSYNC"
422
+ ]
423
+ },
424
+ "submitted_at": {
425
+ "type": "iso8601_timestamp",
426
+ "serialized_name": "SubmittedAt"
427
+ },
428
+ "comment": {
429
+ "type": "string",
430
+ "serialized_name": "Comment"
431
+ }
432
+ }
433
+ },
434
+ "delegation_set": {
435
+ "type": "structure",
436
+ "serialized_name": "DelegationSet",
437
+ "members": {
438
+ "name_servers": {
439
+ "type": "list",
440
+ "serialized_name": "NameServers",
441
+ "members": {
442
+ "type": "string",
443
+ "serialized_name": "NameServer"
444
+ }
445
+ }
446
+ }
447
+ },
448
+ "location": {
449
+ "type": "string",
450
+ "location": "header",
451
+ "serialized_name": "Location"
452
+ }
453
+ }
454
+ }
455
+ },
456
+ "delete_health_check": {
457
+ "name": "DeleteHealthCheck",
458
+ "http_method": "DELETE",
459
+ "http_path": "/2013-04-01/healthcheck/{health_check_id}",
460
+ "input": {
461
+ "type": "input",
462
+ "members": {
463
+ "health_check_id": {
464
+ "type": "string",
465
+ "required": true,
466
+ "location": "uri"
467
+ }
468
+ }
469
+ }
470
+ },
471
+ "delete_hosted_zone": {
472
+ "name": "DeleteHostedZone",
473
+ "http_method": "DELETE",
474
+ "http_path": "/2013-04-01/hostedzone/{id}",
475
+ "input": {
476
+ "type": "input",
477
+ "members": {
478
+ "id": {
479
+ "type": "string",
480
+ "required": true,
481
+ "location": "uri"
482
+ }
483
+ }
484
+ },
485
+ "output": {
486
+ "type": "output",
487
+ "members": {
488
+ "change_info": {
489
+ "type": "structure",
490
+ "serialized_name": "ChangeInfo",
491
+ "members": {
492
+ "id": {
493
+ "type": "string",
494
+ "serialized_name": "Id"
495
+ },
496
+ "status": {
497
+ "type": "string",
498
+ "serialized_name": "Status",
499
+ "enum": [
500
+ "PENDING",
501
+ "INSYNC"
502
+ ]
503
+ },
504
+ "submitted_at": {
505
+ "type": "iso8601_timestamp",
506
+ "serialized_name": "SubmittedAt"
507
+ },
508
+ "comment": {
509
+ "type": "string",
510
+ "serialized_name": "Comment"
511
+ }
512
+ }
513
+ }
514
+ }
515
+ }
516
+ },
517
+ "get_change": {
518
+ "name": "GetChange",
519
+ "http_method": "GET",
520
+ "http_path": "/2013-04-01/change/{id}",
521
+ "input": {
522
+ "type": "input",
523
+ "members": {
524
+ "id": {
525
+ "type": "string",
526
+ "required": true,
527
+ "location": "uri"
528
+ }
529
+ }
530
+ },
531
+ "output": {
532
+ "type": "output",
533
+ "members": {
534
+ "change_info": {
535
+ "type": "structure",
536
+ "serialized_name": "ChangeInfo",
537
+ "members": {
538
+ "id": {
539
+ "type": "string",
540
+ "serialized_name": "Id"
541
+ },
542
+ "status": {
543
+ "type": "string",
544
+ "serialized_name": "Status",
545
+ "enum": [
546
+ "PENDING",
547
+ "INSYNC"
548
+ ]
549
+ },
550
+ "submitted_at": {
551
+ "type": "iso8601_timestamp",
552
+ "serialized_name": "SubmittedAt"
553
+ },
554
+ "comment": {
555
+ "type": "string",
556
+ "serialized_name": "Comment"
557
+ }
558
+ }
559
+ }
560
+ }
561
+ }
562
+ },
563
+ "get_health_check": {
564
+ "name": "GetHealthCheck",
565
+ "http_method": "GET",
566
+ "http_path": "/2013-04-01/healthcheck/{health_check_id}",
567
+ "input": {
568
+ "type": "input",
569
+ "members": {
570
+ "health_check_id": {
571
+ "type": "string",
572
+ "required": true,
573
+ "location": "uri"
574
+ }
575
+ }
576
+ },
577
+ "output": {
578
+ "type": "output",
579
+ "members": {
580
+ "health_check": {
581
+ "type": "structure",
582
+ "serialized_name": "HealthCheck",
583
+ "members": {
584
+ "id": {
585
+ "type": "string",
586
+ "serialized_name": "Id"
587
+ },
588
+ "caller_reference": {
589
+ "type": "string",
590
+ "serialized_name": "CallerReference"
591
+ },
592
+ "health_check_config": {
593
+ "type": "structure",
594
+ "serialized_name": "HealthCheckConfig",
595
+ "members": {
596
+ "ip_address": {
597
+ "type": "string",
598
+ "serialized_name": "IPAddress"
599
+ },
600
+ "port": {
601
+ "type": "integer",
602
+ "serialized_name": "Port"
603
+ },
604
+ "type": {
605
+ "type": "string",
606
+ "serialized_name": "Type",
607
+ "enum": [
608
+ "HTTP",
609
+ "HTTPS",
610
+ "HTTP_STR_MATCH",
611
+ "HTTPS_STR_MATCH",
612
+ "TCP"
613
+ ]
614
+ },
615
+ "resource_path": {
616
+ "type": "string",
617
+ "serialized_name": "ResourcePath"
618
+ },
619
+ "fully_qualified_domain_name": {
620
+ "type": "string",
621
+ "serialized_name": "FullyQualifiedDomainName"
622
+ },
623
+ "search_string": {
624
+ "type": "string",
625
+ "serialized_name": "SearchString"
626
+ }
627
+ }
628
+ }
629
+ }
630
+ }
631
+ }
632
+ }
633
+ },
634
+ "get_hosted_zone": {
635
+ "name": "GetHostedZone",
636
+ "http_method": "GET",
637
+ "http_path": "/2013-04-01/hostedzone/{id}",
638
+ "input": {
639
+ "type": "input",
640
+ "members": {
641
+ "id": {
642
+ "type": "string",
643
+ "required": true,
644
+ "location": "uri"
645
+ }
646
+ }
647
+ },
648
+ "output": {
649
+ "type": "output",
650
+ "members": {
651
+ "hosted_zone": {
652
+ "type": "structure",
653
+ "serialized_name": "HostedZone",
654
+ "members": {
655
+ "id": {
656
+ "type": "string",
657
+ "serialized_name": "Id"
658
+ },
659
+ "name": {
660
+ "type": "string",
661
+ "serialized_name": "Name"
662
+ },
663
+ "caller_reference": {
664
+ "type": "string",
665
+ "serialized_name": "CallerReference"
666
+ },
667
+ "config": {
668
+ "type": "structure",
669
+ "serialized_name": "Config",
670
+ "members": {
671
+ "comment": {
672
+ "type": "string",
673
+ "serialized_name": "Comment"
674
+ }
675
+ }
676
+ },
677
+ "resource_record_set_count": {
678
+ "type": "integer",
679
+ "serialized_name": "ResourceRecordSetCount"
680
+ }
681
+ }
682
+ },
683
+ "delegation_set": {
684
+ "type": "structure",
685
+ "serialized_name": "DelegationSet",
686
+ "members": {
687
+ "name_servers": {
688
+ "type": "list",
689
+ "serialized_name": "NameServers",
690
+ "members": {
691
+ "type": "string",
692
+ "serialized_name": "NameServer"
693
+ }
694
+ }
695
+ }
696
+ }
697
+ }
698
+ }
699
+ },
700
+ "list_health_checks": {
701
+ "name": "ListHealthChecks",
702
+ "http_method": "GET",
703
+ "http_path": "/2013-04-01/healthcheck?marker={marker}&maxitems={max_items}",
704
+ "metadata": {
705
+ "paging": {
706
+ "tokens": {
707
+ "marker": "next_marker"
708
+ },
709
+ "truncated_if": "is_truncated"
710
+ }
711
+ },
712
+ "input": {
713
+ "type": "input",
714
+ "members": {
715
+ "marker": {
716
+ "type": "string",
717
+ "location": "uri"
718
+ },
719
+ "max_items": {
720
+ "type": "integer",
721
+ "location": "uri"
722
+ }
723
+ }
724
+ },
725
+ "output": {
726
+ "type": "output",
727
+ "members": {
728
+ "health_checks": {
729
+ "type": "list",
730
+ "serialized_name": "HealthChecks",
731
+ "members": {
732
+ "type": "structure",
733
+ "serialized_name": "HealthCheck",
734
+ "members": {
735
+ "id": {
736
+ "type": "string",
737
+ "serialized_name": "Id"
738
+ },
739
+ "caller_reference": {
740
+ "type": "string",
741
+ "serialized_name": "CallerReference"
742
+ },
743
+ "health_check_config": {
744
+ "type": "structure",
745
+ "serialized_name": "HealthCheckConfig",
746
+ "members": {
747
+ "ip_address": {
748
+ "type": "string",
749
+ "serialized_name": "IPAddress"
750
+ },
751
+ "port": {
752
+ "type": "integer",
753
+ "serialized_name": "Port"
754
+ },
755
+ "type": {
756
+ "type": "string",
757
+ "serialized_name": "Type",
758
+ "enum": [
759
+ "HTTP",
760
+ "HTTPS",
761
+ "HTTP_STR_MATCH",
762
+ "HTTPS_STR_MATCH",
763
+ "TCP"
764
+ ]
765
+ },
766
+ "resource_path": {
767
+ "type": "string",
768
+ "serialized_name": "ResourcePath"
769
+ },
770
+ "fully_qualified_domain_name": {
771
+ "type": "string",
772
+ "serialized_name": "FullyQualifiedDomainName"
773
+ },
774
+ "search_string": {
775
+ "type": "string",
776
+ "serialized_name": "SearchString"
777
+ }
778
+ }
779
+ }
780
+ }
781
+ }
782
+ },
783
+ "marker": {
784
+ "type": "string",
785
+ "serialized_name": "Marker"
786
+ },
787
+ "is_truncated": {
788
+ "type": "boolean",
789
+ "serialized_name": "IsTruncated"
790
+ },
791
+ "next_marker": {
792
+ "type": "string",
793
+ "serialized_name": "NextMarker"
794
+ },
795
+ "max_items": {
796
+ "type": "integer",
797
+ "serialized_name": "MaxItems"
798
+ }
799
+ }
800
+ }
801
+ },
802
+ "list_hosted_zones": {
803
+ "name": "ListHostedZones",
804
+ "http_method": "GET",
805
+ "http_path": "/2013-04-01/hostedzone?marker={marker}&maxitems={max_items}",
806
+ "metadata": {
807
+ "paging": {
808
+ "tokens": {
809
+ "marker": "next_marker"
810
+ },
811
+ "truncated_if": "is_truncated"
812
+ }
813
+ },
814
+ "input": {
815
+ "type": "input",
816
+ "members": {
817
+ "marker": {
818
+ "type": "string",
819
+ "location": "uri"
820
+ },
821
+ "max_items": {
822
+ "type": "integer",
823
+ "location": "uri"
824
+ }
825
+ }
826
+ },
827
+ "output": {
828
+ "type": "output",
829
+ "members": {
830
+ "hosted_zones": {
831
+ "type": "list",
832
+ "serialized_name": "HostedZones",
833
+ "members": {
834
+ "type": "structure",
835
+ "serialized_name": "HostedZone",
836
+ "members": {
837
+ "id": {
838
+ "type": "string",
839
+ "serialized_name": "Id"
840
+ },
841
+ "name": {
842
+ "type": "string",
843
+ "serialized_name": "Name"
844
+ },
845
+ "caller_reference": {
846
+ "type": "string",
847
+ "serialized_name": "CallerReference"
848
+ },
849
+ "config": {
850
+ "type": "structure",
851
+ "serialized_name": "Config",
852
+ "members": {
853
+ "comment": {
854
+ "type": "string",
855
+ "serialized_name": "Comment"
856
+ }
857
+ }
858
+ },
859
+ "resource_record_set_count": {
860
+ "type": "integer",
861
+ "serialized_name": "ResourceRecordSetCount"
862
+ }
863
+ }
864
+ }
865
+ },
866
+ "marker": {
867
+ "type": "string",
868
+ "serialized_name": "Marker"
869
+ },
870
+ "is_truncated": {
871
+ "type": "boolean",
872
+ "serialized_name": "IsTruncated"
873
+ },
874
+ "next_marker": {
875
+ "type": "string",
876
+ "serialized_name": "NextMarker"
877
+ },
878
+ "max_items": {
879
+ "type": "integer",
880
+ "serialized_name": "MaxItems"
881
+ }
882
+ }
883
+ }
884
+ },
885
+ "list_resource_record_sets": {
886
+ "name": "ListResourceRecordSets",
887
+ "http_method": "GET",
888
+ "http_path": "/2013-04-01/hostedzone/{hosted_zone_id}/rrset?type={start_record_type}&name={start_record_name}&identifier={start_record_identifier}&maxitems={max_items}",
889
+ "metadata": {
890
+ "paging": {
891
+ "tokens": {
892
+ "start_record_name": "next_rec||d_name",
893
+ "start_record_type": "next_rec||d_type",
894
+ "start_record_identifier": "next_rec||d_identifier"
895
+ },
896
+ "truncated_if": "is_truncated"
897
+ }
898
+ },
899
+ "input": {
900
+ "type": "input",
901
+ "members": {
902
+ "hosted_zone_id": {
903
+ "type": "string",
904
+ "required": true,
905
+ "location": "uri"
906
+ },
907
+ "start_record_name": {
908
+ "type": "string",
909
+ "location": "uri"
910
+ },
911
+ "start_record_type": {
912
+ "type": "string",
913
+ "location": "uri",
914
+ "enum": [
915
+ "SOA",
916
+ "A",
917
+ "TXT",
918
+ "NS",
919
+ "CNAME",
920
+ "MX",
921
+ "PTR",
922
+ "SRV",
923
+ "SPF",
924
+ "AAAA"
925
+ ]
926
+ },
927
+ "start_record_identifier": {
928
+ "type": "string",
929
+ "location": "uri"
930
+ },
931
+ "max_items": {
932
+ "type": "integer",
933
+ "location": "uri"
934
+ }
935
+ }
936
+ },
937
+ "output": {
938
+ "type": "output",
939
+ "members": {
940
+ "resource_record_sets": {
941
+ "type": "list",
942
+ "serialized_name": "ResourceRecordSets",
943
+ "members": {
944
+ "type": "structure",
945
+ "serialized_name": "ResourceRecordSet",
946
+ "members": {
947
+ "name": {
948
+ "type": "string",
949
+ "serialized_name": "Name"
950
+ },
951
+ "type": {
952
+ "type": "string",
953
+ "serialized_name": "Type",
954
+ "enum": [
955
+ "SOA",
956
+ "A",
957
+ "TXT",
958
+ "NS",
959
+ "CNAME",
960
+ "MX",
961
+ "PTR",
962
+ "SRV",
963
+ "SPF",
964
+ "AAAA"
965
+ ]
966
+ },
967
+ "set_identifier": {
968
+ "type": "string",
969
+ "serialized_name": "SetIdentifier"
970
+ },
971
+ "weight": {
972
+ "type": "integer",
973
+ "serialized_name": "Weight"
974
+ },
975
+ "region": {
976
+ "type": "string",
977
+ "serialized_name": "Region",
978
+ "enum": [
979
+ "us-east-1",
980
+ "us-west-1",
981
+ "us-west-2",
982
+ "eu-west-1",
983
+ "ap-southeast-1",
984
+ "ap-southeast-2",
985
+ "ap-northeast-1",
986
+ "sa-east-1",
987
+ "cn-north-1"
988
+ ]
989
+ },
990
+ "failover": {
991
+ "type": "string",
992
+ "serialized_name": "Failover",
993
+ "enum": [
994
+ "PRIMARY",
995
+ "SECONDARY"
996
+ ]
997
+ },
998
+ "ttl": {
999
+ "type": "integer",
1000
+ "serialized_name": "TTL"
1001
+ },
1002
+ "resource_records": {
1003
+ "type": "list",
1004
+ "serialized_name": "ResourceRecords",
1005
+ "members": {
1006
+ "type": "structure",
1007
+ "serialized_name": "ResourceRecord",
1008
+ "members": {
1009
+ "value": {
1010
+ "type": "string",
1011
+ "serialized_name": "Value"
1012
+ }
1013
+ }
1014
+ }
1015
+ },
1016
+ "alias_target": {
1017
+ "type": "structure",
1018
+ "serialized_name": "AliasTarget",
1019
+ "members": {
1020
+ "hosted_zone_id": {
1021
+ "type": "string",
1022
+ "serialized_name": "HostedZoneId"
1023
+ },
1024
+ "dns_name": {
1025
+ "type": "string",
1026
+ "serialized_name": "DNSName"
1027
+ },
1028
+ "evaluate_target_health": {
1029
+ "type": "boolean",
1030
+ "serialized_name": "EvaluateTargetHealth"
1031
+ }
1032
+ }
1033
+ },
1034
+ "health_check_id": {
1035
+ "type": "string",
1036
+ "serialized_name": "HealthCheckId"
1037
+ }
1038
+ }
1039
+ }
1040
+ },
1041
+ "is_truncated": {
1042
+ "type": "boolean",
1043
+ "serialized_name": "IsTruncated"
1044
+ },
1045
+ "next_record_name": {
1046
+ "type": "string",
1047
+ "serialized_name": "NextRecordName"
1048
+ },
1049
+ "next_record_type": {
1050
+ "type": "string",
1051
+ "serialized_name": "NextRecordType",
1052
+ "enum": [
1053
+ "SOA",
1054
+ "A",
1055
+ "TXT",
1056
+ "NS",
1057
+ "CNAME",
1058
+ "MX",
1059
+ "PTR",
1060
+ "SRV",
1061
+ "SPF",
1062
+ "AAAA"
1063
+ ]
1064
+ },
1065
+ "next_record_identifier": {
1066
+ "type": "string",
1067
+ "serialized_name": "NextRecordIdentifier"
1068
+ },
1069
+ "max_items": {
1070
+ "type": "integer",
1071
+ "serialized_name": "MaxItems"
1072
+ }
1073
+ }
1074
+ }
1075
+ }
1076
+ }
1077
+ }