@itentialopensource/adapter-amazon_route53 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/.eslintignore +5 -0
  2. package/.eslintrc.js +18 -0
  3. package/.jshintrc +3 -0
  4. package/CHANGELOG.md +9 -0
  5. package/CODE_OF_CONDUCT.md +48 -0
  6. package/CONTRIBUTING.md +158 -0
  7. package/LICENSE +201 -0
  8. package/README.md +687 -0
  9. package/adapter.js +7594 -0
  10. package/adapterBase.js +1028 -0
  11. package/entities/.generic/action.json +109 -0
  12. package/entities/.generic/schema.json +23 -0
  13. package/entities/.system/action.json +50 -0
  14. package/entities/.system/mockdatafiles/getToken-default.json +3 -0
  15. package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
  16. package/entities/.system/schema.json +19 -0
  17. package/entities/.system/schemaTokenReq.json +53 -0
  18. package/entities/.system/schemaTokenResp.json +53 -0
  19. package/entities/20130401/action.json +1318 -0
  20. package/entities/20130401/schema.json +247 -0
  21. package/error.json +184 -0
  22. package/package.json +86 -0
  23. package/pronghorn.json +3445 -0
  24. package/propertiesSchema.json +840 -0
  25. package/refs?service=git-upload-pack +0 -0
  26. package/report/creationReport.json +492 -0
  27. package/report/route53-openapi.json-OpenApi3Json.json +15721 -0
  28. package/report/updateReport1646598657887.json +95 -0
  29. package/sampleProperties.json +106 -0
  30. package/test/integration/adapterTestBasicGet.js +85 -0
  31. package/test/integration/adapterTestConnectivity.js +93 -0
  32. package/test/integration/adapterTestIntegration.js +2453 -0
  33. package/test/unit/adapterBaseTestUnit.js +944 -0
  34. package/test/unit/adapterTestUnit.js +3446 -0
  35. package/utils/addAuth.js +94 -0
  36. package/utils/artifactize.js +146 -0
  37. package/utils/basicGet.js +50 -0
  38. package/utils/checkMigrate.js +63 -0
  39. package/utils/entitiesToDB.js +224 -0
  40. package/utils/findPath.js +74 -0
  41. package/utils/modify.js +154 -0
  42. package/utils/packModificationScript.js +35 -0
  43. package/utils/patches2bundledDeps.js +90 -0
  44. package/utils/pre-commit.sh +27 -0
  45. package/utils/removeHooks.js +20 -0
  46. package/utils/setup.js +33 -0
  47. package/utils/tbScript.js +169 -0
  48. package/utils/tbUtils.js +451 -0
  49. package/utils/testRunner.js +298 -0
  50. package/utils/troubleshootingAdapter.js +190 -0
  51. package/workflows/README.md +3 -0
@@ -0,0 +1,1318 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "activateKeySigningKey",
5
+ "protocol": "REST",
6
+ "method": "POST",
7
+ "entitypath": "{base_path}/{version}/2013-04-01/keysigningkey/{pathv1}/{pathv2}/activate?{query}",
8
+ "requestSchema": "schema.json",
9
+ "responseSchema": "schema.json",
10
+ "timeout": 0,
11
+ "sendEmpty": false,
12
+ "requestDatatype": "XML",
13
+ "responseDatatype": "XML2JSON",
14
+ "headers": {},
15
+ "responseObjects": [
16
+ {
17
+ "type": "default",
18
+ "key": "",
19
+ "mockFile": ""
20
+ }
21
+ ]
22
+ },
23
+ {
24
+ "name": "associateVPCWithHostedZone",
25
+ "protocol": "REST",
26
+ "method": "POST",
27
+ "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}/associatevpc?{query}",
28
+ "requestSchema": "schema.json",
29
+ "responseSchema": "schema.json",
30
+ "timeout": 0,
31
+ "sendEmpty": false,
32
+ "requestDatatype": "XML",
33
+ "responseDatatype": "XML2JSON",
34
+ "headers": {},
35
+ "responseObjects": [
36
+ {
37
+ "type": "default",
38
+ "key": "",
39
+ "mockFile": ""
40
+ }
41
+ ]
42
+ },
43
+ {
44
+ "name": "changeResourceRecordSets",
45
+ "protocol": "REST",
46
+ "method": "POST",
47
+ "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}/rrset/?{query}",
48
+ "requestSchema": "schema.json",
49
+ "responseSchema": "schema.json",
50
+ "timeout": 0,
51
+ "sendEmpty": false,
52
+ "requestDatatype": "XML",
53
+ "responseDatatype": "XML2JSON",
54
+ "headers": {},
55
+ "responseObjects": [
56
+ {
57
+ "type": "default",
58
+ "key": "",
59
+ "mockFile": ""
60
+ }
61
+ ]
62
+ },
63
+ {
64
+ "name": "changeTagsForResource",
65
+ "protocol": "REST",
66
+ "method": "POST",
67
+ "entitypath": "{base_path}/{version}/2013-04-01/tags/{pathv1}/{pathv2}?{query}",
68
+ "requestSchema": "schema.json",
69
+ "responseSchema": "schema.json",
70
+ "timeout": 0,
71
+ "sendEmpty": false,
72
+ "requestDatatype": "XML",
73
+ "responseDatatype": "XML2JSON",
74
+ "headers": {},
75
+ "responseObjects": [
76
+ {
77
+ "type": "default",
78
+ "key": "",
79
+ "mockFile": ""
80
+ }
81
+ ]
82
+ },
83
+ {
84
+ "name": "listTagsForResource",
85
+ "protocol": "REST",
86
+ "method": "GET",
87
+ "entitypath": "{base_path}/{version}/2013-04-01/tags/{pathv1}/{pathv2}?{query}",
88
+ "requestSchema": "schema.json",
89
+ "responseSchema": "schema.json",
90
+ "timeout": 0,
91
+ "sendEmpty": false,
92
+ "sendGetBody": false,
93
+ "requestDatatype": "XML",
94
+ "responseDatatype": "XML2JSON",
95
+ "headers": {},
96
+ "responseObjects": [
97
+ {
98
+ "type": "default",
99
+ "key": "",
100
+ "mockFile": ""
101
+ }
102
+ ]
103
+ },
104
+ {
105
+ "name": "createHealthCheck",
106
+ "protocol": "REST",
107
+ "method": "POST",
108
+ "entitypath": "{base_path}/{version}/2013-04-01/healthcheck?{query}",
109
+ "requestSchema": "schema.json",
110
+ "responseSchema": "schema.json",
111
+ "timeout": 0,
112
+ "sendEmpty": false,
113
+ "requestDatatype": "XML",
114
+ "responseDatatype": "XML2JSON",
115
+ "headers": {},
116
+ "responseObjects": [
117
+ {
118
+ "type": "default",
119
+ "key": "",
120
+ "mockFile": ""
121
+ }
122
+ ]
123
+ },
124
+ {
125
+ "name": "listHealthChecks",
126
+ "protocol": "REST",
127
+ "method": "GET",
128
+ "entitypath": "{base_path}/{version}/2013-04-01/healthcheck?{query}",
129
+ "requestSchema": "schema.json",
130
+ "responseSchema": "schema.json",
131
+ "timeout": 0,
132
+ "sendEmpty": false,
133
+ "sendGetBody": false,
134
+ "requestDatatype": "XML",
135
+ "responseDatatype": "XML2JSON",
136
+ "headers": {},
137
+ "responseObjects": [
138
+ {
139
+ "type": "default",
140
+ "key": "",
141
+ "mockFile": ""
142
+ }
143
+ ]
144
+ },
145
+ {
146
+ "name": "createHostedZone",
147
+ "protocol": "REST",
148
+ "method": "POST",
149
+ "entitypath": "{base_path}/{version}/2013-04-01/hostedzone?{query}",
150
+ "requestSchema": "schema.json",
151
+ "responseSchema": "schema.json",
152
+ "timeout": 0,
153
+ "sendEmpty": false,
154
+ "requestDatatype": "XML",
155
+ "responseDatatype": "XML2JSON",
156
+ "headers": {},
157
+ "responseObjects": [
158
+ {
159
+ "type": "default",
160
+ "key": "",
161
+ "mockFile": ""
162
+ }
163
+ ]
164
+ },
165
+ {
166
+ "name": "listHostedZones",
167
+ "protocol": "REST",
168
+ "method": "GET",
169
+ "entitypath": "{base_path}/{version}/2013-04-01/hostedzone?{query}",
170
+ "requestSchema": "schema.json",
171
+ "responseSchema": "schema.json",
172
+ "timeout": 0,
173
+ "sendEmpty": false,
174
+ "sendGetBody": false,
175
+ "requestDatatype": "XML",
176
+ "responseDatatype": "XML2JSON",
177
+ "headers": {},
178
+ "responseObjects": [
179
+ {
180
+ "type": "default",
181
+ "key": "",
182
+ "mockFile": ""
183
+ }
184
+ ]
185
+ },
186
+ {
187
+ "name": "createKeySigningKey",
188
+ "protocol": "REST",
189
+ "method": "POST",
190
+ "entitypath": "{base_path}/{version}/2013-04-01/keysigningkey?{query}",
191
+ "requestSchema": "schema.json",
192
+ "responseSchema": "schema.json",
193
+ "timeout": 0,
194
+ "sendEmpty": false,
195
+ "requestDatatype": "XML",
196
+ "responseDatatype": "XML2JSON",
197
+ "headers": {},
198
+ "responseObjects": [
199
+ {
200
+ "type": "default",
201
+ "key": "",
202
+ "mockFile": ""
203
+ }
204
+ ]
205
+ },
206
+ {
207
+ "name": "createQueryLoggingConfig",
208
+ "protocol": "REST",
209
+ "method": "POST",
210
+ "entitypath": "{base_path}/{version}/2013-04-01/queryloggingconfig?{query}",
211
+ "requestSchema": "schema.json",
212
+ "responseSchema": "schema.json",
213
+ "timeout": 0,
214
+ "sendEmpty": false,
215
+ "requestDatatype": "XML",
216
+ "responseDatatype": "XML2JSON",
217
+ "headers": {},
218
+ "responseObjects": [
219
+ {
220
+ "type": "default",
221
+ "key": "",
222
+ "mockFile": ""
223
+ }
224
+ ]
225
+ },
226
+ {
227
+ "name": "listQueryLoggingConfigs",
228
+ "protocol": "REST",
229
+ "method": "GET",
230
+ "entitypath": "{base_path}/{version}/2013-04-01/queryloggingconfig?{query}",
231
+ "requestSchema": "schema.json",
232
+ "responseSchema": "schema.json",
233
+ "timeout": 0,
234
+ "sendEmpty": false,
235
+ "sendGetBody": false,
236
+ "requestDatatype": "XML",
237
+ "responseDatatype": "XML2JSON",
238
+ "headers": {},
239
+ "responseObjects": [
240
+ {
241
+ "type": "default",
242
+ "key": "",
243
+ "mockFile": ""
244
+ }
245
+ ]
246
+ },
247
+ {
248
+ "name": "createReusableDelegationSet",
249
+ "protocol": "REST",
250
+ "method": "POST",
251
+ "entitypath": "{base_path}/{version}/2013-04-01/delegationset?{query}",
252
+ "requestSchema": "schema.json",
253
+ "responseSchema": "schema.json",
254
+ "timeout": 0,
255
+ "sendEmpty": false,
256
+ "requestDatatype": "XML",
257
+ "responseDatatype": "XML2JSON",
258
+ "headers": {},
259
+ "responseObjects": [
260
+ {
261
+ "type": "default",
262
+ "key": "",
263
+ "mockFile": ""
264
+ }
265
+ ]
266
+ },
267
+ {
268
+ "name": "listReusableDelegationSets",
269
+ "protocol": "REST",
270
+ "method": "GET",
271
+ "entitypath": "{base_path}/{version}/2013-04-01/delegationset?{query}",
272
+ "requestSchema": "schema.json",
273
+ "responseSchema": "schema.json",
274
+ "timeout": 0,
275
+ "sendEmpty": false,
276
+ "sendGetBody": false,
277
+ "requestDatatype": "XML",
278
+ "responseDatatype": "XML2JSON",
279
+ "headers": {},
280
+ "responseObjects": [
281
+ {
282
+ "type": "default",
283
+ "key": "",
284
+ "mockFile": ""
285
+ }
286
+ ]
287
+ },
288
+ {
289
+ "name": "createTrafficPolicy",
290
+ "protocol": "REST",
291
+ "method": "POST",
292
+ "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicy?{query}",
293
+ "requestSchema": "schema.json",
294
+ "responseSchema": "schema.json",
295
+ "timeout": 0,
296
+ "sendEmpty": false,
297
+ "requestDatatype": "XML",
298
+ "responseDatatype": "XML2JSON",
299
+ "headers": {},
300
+ "responseObjects": [
301
+ {
302
+ "type": "default",
303
+ "key": "",
304
+ "mockFile": ""
305
+ }
306
+ ]
307
+ },
308
+ {
309
+ "name": "createTrafficPolicyInstance",
310
+ "protocol": "REST",
311
+ "method": "POST",
312
+ "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicyinstance?{query}",
313
+ "requestSchema": "schema.json",
314
+ "responseSchema": "schema.json",
315
+ "timeout": 0,
316
+ "sendEmpty": false,
317
+ "requestDatatype": "XML",
318
+ "responseDatatype": "XML2JSON",
319
+ "headers": {},
320
+ "responseObjects": [
321
+ {
322
+ "type": "default",
323
+ "key": "",
324
+ "mockFile": ""
325
+ }
326
+ ]
327
+ },
328
+ {
329
+ "name": "createTrafficPolicyVersion",
330
+ "protocol": "REST",
331
+ "method": "POST",
332
+ "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicy/{pathv1}?{query}",
333
+ "requestSchema": "schema.json",
334
+ "responseSchema": "schema.json",
335
+ "timeout": 0,
336
+ "sendEmpty": false,
337
+ "requestDatatype": "XML",
338
+ "responseDatatype": "XML2JSON",
339
+ "headers": {},
340
+ "responseObjects": [
341
+ {
342
+ "type": "default",
343
+ "key": "",
344
+ "mockFile": ""
345
+ }
346
+ ]
347
+ },
348
+ {
349
+ "name": "createVPCAssociationAuthorization",
350
+ "protocol": "REST",
351
+ "method": "POST",
352
+ "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}/authorizevpcassociation?{query}",
353
+ "requestSchema": "schema.json",
354
+ "responseSchema": "schema.json",
355
+ "timeout": 0,
356
+ "sendEmpty": false,
357
+ "requestDatatype": "XML",
358
+ "responseDatatype": "XML2JSON",
359
+ "headers": {},
360
+ "responseObjects": [
361
+ {
362
+ "type": "default",
363
+ "key": "",
364
+ "mockFile": ""
365
+ }
366
+ ]
367
+ },
368
+ {
369
+ "name": "listVPCAssociationAuthorizations",
370
+ "protocol": "REST",
371
+ "method": "GET",
372
+ "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}/authorizevpcassociation?{query}",
373
+ "requestSchema": "schema.json",
374
+ "responseSchema": "schema.json",
375
+ "timeout": 0,
376
+ "sendEmpty": false,
377
+ "sendGetBody": false,
378
+ "requestDatatype": "XML",
379
+ "responseDatatype": "XML2JSON",
380
+ "headers": {},
381
+ "responseObjects": [
382
+ {
383
+ "type": "default",
384
+ "key": "",
385
+ "mockFile": ""
386
+ }
387
+ ]
388
+ },
389
+ {
390
+ "name": "deactivateKeySigningKey",
391
+ "protocol": "REST",
392
+ "method": "POST",
393
+ "entitypath": "{base_path}/{version}/2013-04-01/keysigningkey/{pathv1}/{pathv2}/deactivate?{query}",
394
+ "requestSchema": "schema.json",
395
+ "responseSchema": "schema.json",
396
+ "timeout": 0,
397
+ "sendEmpty": false,
398
+ "requestDatatype": "XML",
399
+ "responseDatatype": "XML2JSON",
400
+ "headers": {},
401
+ "responseObjects": [
402
+ {
403
+ "type": "default",
404
+ "key": "",
405
+ "mockFile": ""
406
+ }
407
+ ]
408
+ },
409
+ {
410
+ "name": "deleteHealthCheck",
411
+ "protocol": "REST",
412
+ "method": "DELETE",
413
+ "entitypath": "{base_path}/{version}/2013-04-01/healthcheck/{pathv1}?{query}",
414
+ "requestSchema": "schema.json",
415
+ "responseSchema": "schema.json",
416
+ "timeout": 0,
417
+ "sendEmpty": false,
418
+ "requestDatatype": "XML",
419
+ "responseDatatype": "XML2JSON",
420
+ "headers": {},
421
+ "responseObjects": [
422
+ {
423
+ "type": "default",
424
+ "key": "",
425
+ "mockFile": ""
426
+ }
427
+ ]
428
+ },
429
+ {
430
+ "name": "getHealthCheck",
431
+ "protocol": "REST",
432
+ "method": "GET",
433
+ "entitypath": "{base_path}/{version}/2013-04-01/healthcheck/{pathv1}?{query}",
434
+ "requestSchema": "schema.json",
435
+ "responseSchema": "schema.json",
436
+ "timeout": 0,
437
+ "sendEmpty": false,
438
+ "sendGetBody": false,
439
+ "requestDatatype": "XML",
440
+ "responseDatatype": "XML2JSON",
441
+ "headers": {},
442
+ "responseObjects": [
443
+ {
444
+ "type": "default",
445
+ "key": "",
446
+ "mockFile": ""
447
+ }
448
+ ]
449
+ },
450
+ {
451
+ "name": "updateHealthCheck",
452
+ "protocol": "REST",
453
+ "method": "POST",
454
+ "entitypath": "{base_path}/{version}/2013-04-01/healthcheck/{pathv1}?{query}",
455
+ "requestSchema": "schema.json",
456
+ "responseSchema": "schema.json",
457
+ "timeout": 0,
458
+ "sendEmpty": false,
459
+ "requestDatatype": "XML",
460
+ "responseDatatype": "XML2JSON",
461
+ "headers": {},
462
+ "responseObjects": [
463
+ {
464
+ "type": "default",
465
+ "key": "",
466
+ "mockFile": ""
467
+ }
468
+ ]
469
+ },
470
+ {
471
+ "name": "deleteHostedZone",
472
+ "protocol": "REST",
473
+ "method": "DELETE",
474
+ "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}?{query}",
475
+ "requestSchema": "schema.json",
476
+ "responseSchema": "schema.json",
477
+ "timeout": 0,
478
+ "sendEmpty": false,
479
+ "requestDatatype": "XML",
480
+ "responseDatatype": "XML2JSON",
481
+ "headers": {},
482
+ "responseObjects": [
483
+ {
484
+ "type": "default",
485
+ "key": "",
486
+ "mockFile": ""
487
+ }
488
+ ]
489
+ },
490
+ {
491
+ "name": "getHostedZone",
492
+ "protocol": "REST",
493
+ "method": "GET",
494
+ "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}?{query}",
495
+ "requestSchema": "schema.json",
496
+ "responseSchema": "schema.json",
497
+ "timeout": 0,
498
+ "sendEmpty": false,
499
+ "sendGetBody": false,
500
+ "requestDatatype": "XML",
501
+ "responseDatatype": "XML2JSON",
502
+ "headers": {},
503
+ "responseObjects": [
504
+ {
505
+ "type": "default",
506
+ "key": "",
507
+ "mockFile": ""
508
+ }
509
+ ]
510
+ },
511
+ {
512
+ "name": "updateHostedZoneComment",
513
+ "protocol": "REST",
514
+ "method": "POST",
515
+ "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}?{query}",
516
+ "requestSchema": "schema.json",
517
+ "responseSchema": "schema.json",
518
+ "timeout": 0,
519
+ "sendEmpty": false,
520
+ "requestDatatype": "XML",
521
+ "responseDatatype": "XML2JSON",
522
+ "headers": {},
523
+ "responseObjects": [
524
+ {
525
+ "type": "default",
526
+ "key": "",
527
+ "mockFile": ""
528
+ }
529
+ ]
530
+ },
531
+ {
532
+ "name": "deleteKeySigningKey",
533
+ "protocol": "REST",
534
+ "method": "DELETE",
535
+ "entitypath": "{base_path}/{version}/2013-04-01/keysigningkey/{pathv1}/{pathv2}?{query}",
536
+ "requestSchema": "schema.json",
537
+ "responseSchema": "schema.json",
538
+ "timeout": 0,
539
+ "sendEmpty": false,
540
+ "requestDatatype": "XML",
541
+ "responseDatatype": "XML2JSON",
542
+ "headers": {},
543
+ "responseObjects": [
544
+ {
545
+ "type": "default",
546
+ "key": "",
547
+ "mockFile": ""
548
+ }
549
+ ]
550
+ },
551
+ {
552
+ "name": "deleteQueryLoggingConfig",
553
+ "protocol": "REST",
554
+ "method": "DELETE",
555
+ "entitypath": "{base_path}/{version}/2013-04-01/queryloggingconfig/{pathv1}?{query}",
556
+ "requestSchema": "schema.json",
557
+ "responseSchema": "schema.json",
558
+ "timeout": 0,
559
+ "sendEmpty": false,
560
+ "requestDatatype": "XML",
561
+ "responseDatatype": "XML2JSON",
562
+ "headers": {},
563
+ "responseObjects": [
564
+ {
565
+ "type": "default",
566
+ "key": "",
567
+ "mockFile": ""
568
+ }
569
+ ]
570
+ },
571
+ {
572
+ "name": "getQueryLoggingConfig",
573
+ "protocol": "REST",
574
+ "method": "GET",
575
+ "entitypath": "{base_path}/{version}/2013-04-01/queryloggingconfig/{pathv1}?{query}",
576
+ "requestSchema": "schema.json",
577
+ "responseSchema": "schema.json",
578
+ "timeout": 0,
579
+ "sendEmpty": false,
580
+ "sendGetBody": false,
581
+ "requestDatatype": "XML",
582
+ "responseDatatype": "XML2JSON",
583
+ "headers": {},
584
+ "responseObjects": [
585
+ {
586
+ "type": "default",
587
+ "key": "",
588
+ "mockFile": ""
589
+ }
590
+ ]
591
+ },
592
+ {
593
+ "name": "deleteReusableDelegationSet",
594
+ "protocol": "REST",
595
+ "method": "DELETE",
596
+ "entitypath": "{base_path}/{version}/2013-04-01/delegationset/{pathv1}?{query}",
597
+ "requestSchema": "schema.json",
598
+ "responseSchema": "schema.json",
599
+ "timeout": 0,
600
+ "sendEmpty": false,
601
+ "requestDatatype": "XML",
602
+ "responseDatatype": "XML2JSON",
603
+ "headers": {},
604
+ "responseObjects": [
605
+ {
606
+ "type": "default",
607
+ "key": "",
608
+ "mockFile": ""
609
+ }
610
+ ]
611
+ },
612
+ {
613
+ "name": "getReusableDelegationSet",
614
+ "protocol": "REST",
615
+ "method": "GET",
616
+ "entitypath": "{base_path}/{version}/2013-04-01/delegationset/{pathv1}?{query}",
617
+ "requestSchema": "schema.json",
618
+ "responseSchema": "schema.json",
619
+ "timeout": 0,
620
+ "sendEmpty": false,
621
+ "sendGetBody": false,
622
+ "requestDatatype": "XML",
623
+ "responseDatatype": "XML2JSON",
624
+ "headers": {},
625
+ "responseObjects": [
626
+ {
627
+ "type": "default",
628
+ "key": "",
629
+ "mockFile": ""
630
+ }
631
+ ]
632
+ },
633
+ {
634
+ "name": "deleteTrafficPolicy",
635
+ "protocol": "REST",
636
+ "method": "DELETE",
637
+ "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicy/{pathv1}/{pathv2}?{query}",
638
+ "requestSchema": "schema.json",
639
+ "responseSchema": "schema.json",
640
+ "timeout": 0,
641
+ "sendEmpty": false,
642
+ "requestDatatype": "XML",
643
+ "responseDatatype": "XML2JSON",
644
+ "headers": {},
645
+ "responseObjects": [
646
+ {
647
+ "type": "default",
648
+ "key": "",
649
+ "mockFile": ""
650
+ }
651
+ ]
652
+ },
653
+ {
654
+ "name": "getTrafficPolicy",
655
+ "protocol": "REST",
656
+ "method": "GET",
657
+ "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicy/{pathv1}/{pathv2}?{query}",
658
+ "requestSchema": "schema.json",
659
+ "responseSchema": "schema.json",
660
+ "timeout": 0,
661
+ "sendEmpty": false,
662
+ "sendGetBody": false,
663
+ "requestDatatype": "XML",
664
+ "responseDatatype": "XML2JSON",
665
+ "headers": {},
666
+ "responseObjects": [
667
+ {
668
+ "type": "default",
669
+ "key": "",
670
+ "mockFile": ""
671
+ }
672
+ ]
673
+ },
674
+ {
675
+ "name": "updateTrafficPolicyComment",
676
+ "protocol": "REST",
677
+ "method": "POST",
678
+ "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicy/{pathv1}/{pathv2}?{query}",
679
+ "requestSchema": "schema.json",
680
+ "responseSchema": "schema.json",
681
+ "timeout": 0,
682
+ "sendEmpty": false,
683
+ "requestDatatype": "XML",
684
+ "responseDatatype": "XML2JSON",
685
+ "headers": {},
686
+ "responseObjects": [
687
+ {
688
+ "type": "default",
689
+ "key": "",
690
+ "mockFile": ""
691
+ }
692
+ ]
693
+ },
694
+ {
695
+ "name": "deleteTrafficPolicyInstance",
696
+ "protocol": "REST",
697
+ "method": "DELETE",
698
+ "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicyinstance/{pathv1}?{query}",
699
+ "requestSchema": "schema.json",
700
+ "responseSchema": "schema.json",
701
+ "timeout": 0,
702
+ "sendEmpty": false,
703
+ "requestDatatype": "XML",
704
+ "responseDatatype": "XML2JSON",
705
+ "headers": {},
706
+ "responseObjects": [
707
+ {
708
+ "type": "default",
709
+ "key": "",
710
+ "mockFile": ""
711
+ }
712
+ ]
713
+ },
714
+ {
715
+ "name": "getTrafficPolicyInstance",
716
+ "protocol": "REST",
717
+ "method": "GET",
718
+ "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicyinstance/{pathv1}?{query}",
719
+ "requestSchema": "schema.json",
720
+ "responseSchema": "schema.json",
721
+ "timeout": 0,
722
+ "sendEmpty": false,
723
+ "sendGetBody": false,
724
+ "requestDatatype": "XML",
725
+ "responseDatatype": "XML2JSON",
726
+ "headers": {},
727
+ "responseObjects": [
728
+ {
729
+ "type": "default",
730
+ "key": "",
731
+ "mockFile": ""
732
+ }
733
+ ]
734
+ },
735
+ {
736
+ "name": "updateTrafficPolicyInstance",
737
+ "protocol": "REST",
738
+ "method": "POST",
739
+ "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicyinstance/{pathv1}?{query}",
740
+ "requestSchema": "schema.json",
741
+ "responseSchema": "schema.json",
742
+ "timeout": 0,
743
+ "sendEmpty": false,
744
+ "requestDatatype": "XML",
745
+ "responseDatatype": "XML2JSON",
746
+ "headers": {},
747
+ "responseObjects": [
748
+ {
749
+ "type": "default",
750
+ "key": "",
751
+ "mockFile": ""
752
+ }
753
+ ]
754
+ },
755
+ {
756
+ "name": "deleteVPCAssociationAuthorization",
757
+ "protocol": "REST",
758
+ "method": "POST",
759
+ "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}/deauthorizevpcassociation?{query}",
760
+ "requestSchema": "schema.json",
761
+ "responseSchema": "schema.json",
762
+ "timeout": 0,
763
+ "sendEmpty": false,
764
+ "requestDatatype": "XML",
765
+ "responseDatatype": "XML2JSON",
766
+ "headers": {},
767
+ "responseObjects": [
768
+ {
769
+ "type": "default",
770
+ "key": "",
771
+ "mockFile": ""
772
+ }
773
+ ]
774
+ },
775
+ {
776
+ "name": "disableHostedZoneDNSSEC",
777
+ "protocol": "REST",
778
+ "method": "POST",
779
+ "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}/disable-dnssec?{query}",
780
+ "requestSchema": "schema.json",
781
+ "responseSchema": "schema.json",
782
+ "timeout": 0,
783
+ "sendEmpty": false,
784
+ "requestDatatype": "XML",
785
+ "responseDatatype": "XML2JSON",
786
+ "headers": {},
787
+ "responseObjects": [
788
+ {
789
+ "type": "default",
790
+ "key": "",
791
+ "mockFile": ""
792
+ }
793
+ ]
794
+ },
795
+ {
796
+ "name": "disassociateVPCFromHostedZone",
797
+ "protocol": "REST",
798
+ "method": "POST",
799
+ "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}/disassociatevpc?{query}",
800
+ "requestSchema": "schema.json",
801
+ "responseSchema": "schema.json",
802
+ "timeout": 0,
803
+ "sendEmpty": false,
804
+ "requestDatatype": "XML",
805
+ "responseDatatype": "XML2JSON",
806
+ "headers": {},
807
+ "responseObjects": [
808
+ {
809
+ "type": "default",
810
+ "key": "",
811
+ "mockFile": ""
812
+ }
813
+ ]
814
+ },
815
+ {
816
+ "name": "enableHostedZoneDNSSEC",
817
+ "protocol": "REST",
818
+ "method": "POST",
819
+ "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}/enable-dnssec?{query}",
820
+ "requestSchema": "schema.json",
821
+ "responseSchema": "schema.json",
822
+ "timeout": 0,
823
+ "sendEmpty": false,
824
+ "requestDatatype": "XML",
825
+ "responseDatatype": "XML2JSON",
826
+ "headers": {},
827
+ "responseObjects": [
828
+ {
829
+ "type": "default",
830
+ "key": "",
831
+ "mockFile": ""
832
+ }
833
+ ]
834
+ },
835
+ {
836
+ "name": "getAccountLimit",
837
+ "protocol": "REST",
838
+ "method": "GET",
839
+ "entitypath": "{base_path}/{version}/2013-04-01/accountlimit/{pathv1}?{query}",
840
+ "requestSchema": "schema.json",
841
+ "responseSchema": "schema.json",
842
+ "timeout": 0,
843
+ "sendEmpty": false,
844
+ "sendGetBody": false,
845
+ "requestDatatype": "XML",
846
+ "responseDatatype": "XML2JSON",
847
+ "headers": {},
848
+ "responseObjects": [
849
+ {
850
+ "type": "default",
851
+ "key": "",
852
+ "mockFile": ""
853
+ }
854
+ ]
855
+ },
856
+ {
857
+ "name": "getChange",
858
+ "protocol": "REST",
859
+ "method": "GET",
860
+ "entitypath": "{base_path}/{version}/2013-04-01/change/{pathv1}?{query}",
861
+ "requestSchema": "schema.json",
862
+ "responseSchema": "schema.json",
863
+ "timeout": 0,
864
+ "sendEmpty": false,
865
+ "sendGetBody": false,
866
+ "requestDatatype": "XML",
867
+ "responseDatatype": "XML2JSON",
868
+ "headers": {},
869
+ "responseObjects": [
870
+ {
871
+ "type": "default",
872
+ "key": "",
873
+ "mockFile": ""
874
+ }
875
+ ]
876
+ },
877
+ {
878
+ "name": "getCheckerIpRanges",
879
+ "protocol": "REST",
880
+ "method": "GET",
881
+ "entitypath": "{base_path}/{version}/2013-04-01/checkeripranges?{query}",
882
+ "requestSchema": "schema.json",
883
+ "responseSchema": "schema.json",
884
+ "timeout": 0,
885
+ "sendEmpty": false,
886
+ "sendGetBody": false,
887
+ "requestDatatype": "XML",
888
+ "responseDatatype": "XML2JSON",
889
+ "headers": {},
890
+ "responseObjects": [
891
+ {
892
+ "type": "default",
893
+ "key": "",
894
+ "mockFile": ""
895
+ }
896
+ ]
897
+ },
898
+ {
899
+ "name": "getDNSSEC",
900
+ "protocol": "REST",
901
+ "method": "GET",
902
+ "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}/dnssec?{query}",
903
+ "requestSchema": "schema.json",
904
+ "responseSchema": "schema.json",
905
+ "timeout": 0,
906
+ "sendEmpty": false,
907
+ "sendGetBody": false,
908
+ "requestDatatype": "XML",
909
+ "responseDatatype": "XML2JSON",
910
+ "headers": {},
911
+ "responseObjects": [
912
+ {
913
+ "type": "default",
914
+ "key": "",
915
+ "mockFile": ""
916
+ }
917
+ ]
918
+ },
919
+ {
920
+ "name": "getGeoLocation",
921
+ "protocol": "REST",
922
+ "method": "GET",
923
+ "entitypath": "{base_path}/{version}/2013-04-01/geolocation?{query}",
924
+ "requestSchema": "schema.json",
925
+ "responseSchema": "schema.json",
926
+ "timeout": 0,
927
+ "sendEmpty": false,
928
+ "sendGetBody": false,
929
+ "requestDatatype": "XML",
930
+ "responseDatatype": "XML2JSON",
931
+ "headers": {},
932
+ "responseObjects": [
933
+ {
934
+ "type": "default",
935
+ "key": "",
936
+ "mockFile": ""
937
+ }
938
+ ]
939
+ },
940
+ {
941
+ "name": "getHealthCheckCount",
942
+ "protocol": "REST",
943
+ "method": "GET",
944
+ "entitypath": "{base_path}/{version}/2013-04-01/healthcheckcount?{query}",
945
+ "requestSchema": "schema.json",
946
+ "responseSchema": "schema.json",
947
+ "timeout": 0,
948
+ "sendEmpty": false,
949
+ "sendGetBody": false,
950
+ "requestDatatype": "XML",
951
+ "responseDatatype": "XML2JSON",
952
+ "headers": {},
953
+ "responseObjects": [
954
+ {
955
+ "type": "default",
956
+ "key": "",
957
+ "mockFile": ""
958
+ }
959
+ ]
960
+ },
961
+ {
962
+ "name": "getHealthCheckLastFailureReason",
963
+ "protocol": "REST",
964
+ "method": "GET",
965
+ "entitypath": "{base_path}/{version}/2013-04-01/healthcheck/{pathv1}/lastfailurereason?{query}",
966
+ "requestSchema": "schema.json",
967
+ "responseSchema": "schema.json",
968
+ "timeout": 0,
969
+ "sendEmpty": false,
970
+ "sendGetBody": false,
971
+ "requestDatatype": "XML",
972
+ "responseDatatype": "XML2JSON",
973
+ "headers": {},
974
+ "responseObjects": [
975
+ {
976
+ "type": "default",
977
+ "key": "",
978
+ "mockFile": ""
979
+ }
980
+ ]
981
+ },
982
+ {
983
+ "name": "getHealthCheckStatus",
984
+ "protocol": "REST",
985
+ "method": "GET",
986
+ "entitypath": "{base_path}/{version}/2013-04-01/healthcheck/{pathv1}/status?{query}",
987
+ "requestSchema": "schema.json",
988
+ "responseSchema": "schema.json",
989
+ "timeout": 0,
990
+ "sendEmpty": false,
991
+ "sendGetBody": false,
992
+ "requestDatatype": "XML",
993
+ "responseDatatype": "XML2JSON",
994
+ "headers": {},
995
+ "responseObjects": [
996
+ {
997
+ "type": "default",
998
+ "key": "",
999
+ "mockFile": ""
1000
+ }
1001
+ ]
1002
+ },
1003
+ {
1004
+ "name": "getHostedZoneCount",
1005
+ "protocol": "REST",
1006
+ "method": "GET",
1007
+ "entitypath": "{base_path}/{version}/2013-04-01/hostedzonecount?{query}",
1008
+ "requestSchema": "schema.json",
1009
+ "responseSchema": "schema.json",
1010
+ "timeout": 0,
1011
+ "sendEmpty": false,
1012
+ "sendGetBody": false,
1013
+ "requestDatatype": "XML",
1014
+ "responseDatatype": "XML2JSON",
1015
+ "headers": {},
1016
+ "responseObjects": [
1017
+ {
1018
+ "type": "default",
1019
+ "key": "",
1020
+ "mockFile": ""
1021
+ }
1022
+ ]
1023
+ },
1024
+ {
1025
+ "name": "getHostedZoneLimit",
1026
+ "protocol": "REST",
1027
+ "method": "GET",
1028
+ "entitypath": "{base_path}/{version}/2013-04-01/hostedzonelimit/{pathv1}/{pathv2}?{query}",
1029
+ "requestSchema": "schema.json",
1030
+ "responseSchema": "schema.json",
1031
+ "timeout": 0,
1032
+ "sendEmpty": false,
1033
+ "sendGetBody": false,
1034
+ "requestDatatype": "XML",
1035
+ "responseDatatype": "XML2JSON",
1036
+ "headers": {},
1037
+ "responseObjects": [
1038
+ {
1039
+ "type": "default",
1040
+ "key": "",
1041
+ "mockFile": ""
1042
+ }
1043
+ ]
1044
+ },
1045
+ {
1046
+ "name": "getReusableDelegationSetLimit",
1047
+ "protocol": "REST",
1048
+ "method": "GET",
1049
+ "entitypath": "{base_path}/{version}/2013-04-01/reusabledelegationsetlimit/{pathv1}/{pathv2}?{query}",
1050
+ "requestSchema": "schema.json",
1051
+ "responseSchema": "schema.json",
1052
+ "timeout": 0,
1053
+ "sendEmpty": false,
1054
+ "sendGetBody": false,
1055
+ "requestDatatype": "XML",
1056
+ "responseDatatype": "XML2JSON",
1057
+ "headers": {},
1058
+ "responseObjects": [
1059
+ {
1060
+ "type": "default",
1061
+ "key": "",
1062
+ "mockFile": ""
1063
+ }
1064
+ ]
1065
+ },
1066
+ {
1067
+ "name": "getTrafficPolicyInstanceCount",
1068
+ "protocol": "REST",
1069
+ "method": "GET",
1070
+ "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicyinstancecount?{query}",
1071
+ "requestSchema": "schema.json",
1072
+ "responseSchema": "schema.json",
1073
+ "timeout": 0,
1074
+ "sendEmpty": false,
1075
+ "sendGetBody": false,
1076
+ "requestDatatype": "XML",
1077
+ "responseDatatype": "XML2JSON",
1078
+ "headers": {},
1079
+ "responseObjects": [
1080
+ {
1081
+ "type": "default",
1082
+ "key": "",
1083
+ "mockFile": ""
1084
+ }
1085
+ ]
1086
+ },
1087
+ {
1088
+ "name": "listGeoLocations",
1089
+ "protocol": "REST",
1090
+ "method": "GET",
1091
+ "entitypath": "{base_path}/{version}/2013-04-01/geolocations?{query}",
1092
+ "requestSchema": "schema.json",
1093
+ "responseSchema": "schema.json",
1094
+ "timeout": 0,
1095
+ "sendEmpty": false,
1096
+ "sendGetBody": false,
1097
+ "requestDatatype": "XML",
1098
+ "responseDatatype": "XML2JSON",
1099
+ "headers": {},
1100
+ "responseObjects": [
1101
+ {
1102
+ "type": "default",
1103
+ "key": "",
1104
+ "mockFile": ""
1105
+ }
1106
+ ]
1107
+ },
1108
+ {
1109
+ "name": "listHostedZonesByName",
1110
+ "protocol": "REST",
1111
+ "method": "GET",
1112
+ "entitypath": "{base_path}/{version}/2013-04-01/hostedzonesbyname?{query}",
1113
+ "requestSchema": "schema.json",
1114
+ "responseSchema": "schema.json",
1115
+ "timeout": 0,
1116
+ "sendEmpty": false,
1117
+ "sendGetBody": false,
1118
+ "requestDatatype": "XML",
1119
+ "responseDatatype": "XML2JSON",
1120
+ "headers": {},
1121
+ "responseObjects": [
1122
+ {
1123
+ "type": "default",
1124
+ "key": "",
1125
+ "mockFile": ""
1126
+ }
1127
+ ]
1128
+ },
1129
+ {
1130
+ "name": "listHostedZonesByVPC",
1131
+ "protocol": "REST",
1132
+ "method": "GET",
1133
+ "entitypath": "{base_path}/{version}/2013-04-01/hostedzonesbyvpc?{query}",
1134
+ "requestSchema": "schema.json",
1135
+ "responseSchema": "schema.json",
1136
+ "timeout": 0,
1137
+ "sendEmpty": false,
1138
+ "sendGetBody": false,
1139
+ "requestDatatype": "XML",
1140
+ "responseDatatype": "XML2JSON",
1141
+ "headers": {},
1142
+ "responseObjects": [
1143
+ {
1144
+ "type": "default",
1145
+ "key": "",
1146
+ "mockFile": ""
1147
+ }
1148
+ ]
1149
+ },
1150
+ {
1151
+ "name": "listResourceRecordSets",
1152
+ "protocol": "REST",
1153
+ "method": "GET",
1154
+ "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}/rrset?{query}",
1155
+ "requestSchema": "schema.json",
1156
+ "responseSchema": "schema.json",
1157
+ "timeout": 0,
1158
+ "sendEmpty": false,
1159
+ "sendGetBody": false,
1160
+ "requestDatatype": "XML",
1161
+ "responseDatatype": "XML2JSON",
1162
+ "headers": {},
1163
+ "responseObjects": [
1164
+ {
1165
+ "type": "default",
1166
+ "key": "",
1167
+ "mockFile": ""
1168
+ }
1169
+ ]
1170
+ },
1171
+ {
1172
+ "name": "listTagsForResources",
1173
+ "protocol": "REST",
1174
+ "method": "POST",
1175
+ "entitypath": "{base_path}/{version}/2013-04-01/tags/{pathv1}?{query}",
1176
+ "requestSchema": "schema.json",
1177
+ "responseSchema": "schema.json",
1178
+ "timeout": 0,
1179
+ "sendEmpty": false,
1180
+ "requestDatatype": "XML",
1181
+ "responseDatatype": "XML2JSON",
1182
+ "headers": {},
1183
+ "responseObjects": [
1184
+ {
1185
+ "type": "default",
1186
+ "key": "",
1187
+ "mockFile": ""
1188
+ }
1189
+ ]
1190
+ },
1191
+ {
1192
+ "name": "listTrafficPolicies",
1193
+ "protocol": "REST",
1194
+ "method": "GET",
1195
+ "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicies?{query}",
1196
+ "requestSchema": "schema.json",
1197
+ "responseSchema": "schema.json",
1198
+ "timeout": 0,
1199
+ "sendEmpty": false,
1200
+ "sendGetBody": false,
1201
+ "requestDatatype": "XML",
1202
+ "responseDatatype": "XML2JSON",
1203
+ "headers": {},
1204
+ "responseObjects": [
1205
+ {
1206
+ "type": "default",
1207
+ "key": "",
1208
+ "mockFile": ""
1209
+ }
1210
+ ]
1211
+ },
1212
+ {
1213
+ "name": "listTrafficPolicyInstances",
1214
+ "protocol": "REST",
1215
+ "method": "GET",
1216
+ "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicyinstances?{query}",
1217
+ "requestSchema": "schema.json",
1218
+ "responseSchema": "schema.json",
1219
+ "timeout": 0,
1220
+ "sendEmpty": false,
1221
+ "sendGetBody": false,
1222
+ "requestDatatype": "XML",
1223
+ "responseDatatype": "XML2JSON",
1224
+ "headers": {},
1225
+ "responseObjects": [
1226
+ {
1227
+ "type": "default",
1228
+ "key": "",
1229
+ "mockFile": ""
1230
+ }
1231
+ ]
1232
+ },
1233
+ {
1234
+ "name": "listTrafficPolicyInstancesByHostedZone",
1235
+ "protocol": "REST",
1236
+ "method": "GET",
1237
+ "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicyinstances/hostedzone?{query}",
1238
+ "requestSchema": "schema.json",
1239
+ "responseSchema": "schema.json",
1240
+ "timeout": 0,
1241
+ "sendEmpty": false,
1242
+ "sendGetBody": false,
1243
+ "requestDatatype": "XML",
1244
+ "responseDatatype": "XML2JSON",
1245
+ "headers": {},
1246
+ "responseObjects": [
1247
+ {
1248
+ "type": "default",
1249
+ "key": "",
1250
+ "mockFile": ""
1251
+ }
1252
+ ]
1253
+ },
1254
+ {
1255
+ "name": "listTrafficPolicyInstancesByPolicy",
1256
+ "protocol": "REST",
1257
+ "method": "GET",
1258
+ "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicyinstances/trafficpolicy?{query}",
1259
+ "requestSchema": "schema.json",
1260
+ "responseSchema": "schema.json",
1261
+ "timeout": 0,
1262
+ "sendEmpty": false,
1263
+ "sendGetBody": false,
1264
+ "requestDatatype": "XML",
1265
+ "responseDatatype": "XML2JSON",
1266
+ "headers": {},
1267
+ "responseObjects": [
1268
+ {
1269
+ "type": "default",
1270
+ "key": "",
1271
+ "mockFile": ""
1272
+ }
1273
+ ]
1274
+ },
1275
+ {
1276
+ "name": "listTrafficPolicyVersions",
1277
+ "protocol": "REST",
1278
+ "method": "GET",
1279
+ "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicies/{pathv1}/versions?{query}",
1280
+ "requestSchema": "schema.json",
1281
+ "responseSchema": "schema.json",
1282
+ "timeout": 0,
1283
+ "sendEmpty": false,
1284
+ "sendGetBody": false,
1285
+ "requestDatatype": "XML",
1286
+ "responseDatatype": "XML2JSON",
1287
+ "headers": {},
1288
+ "responseObjects": [
1289
+ {
1290
+ "type": "default",
1291
+ "key": "",
1292
+ "mockFile": ""
1293
+ }
1294
+ ]
1295
+ },
1296
+ {
1297
+ "name": "testDNSAnswer",
1298
+ "protocol": "REST",
1299
+ "method": "GET",
1300
+ "entitypath": "{base_path}/{version}/2013-04-01/testdnsanswer?{query}",
1301
+ "requestSchema": "schema.json",
1302
+ "responseSchema": "schema.json",
1303
+ "timeout": 0,
1304
+ "sendEmpty": false,
1305
+ "sendGetBody": false,
1306
+ "requestDatatype": "XML",
1307
+ "responseDatatype": "XML2JSON",
1308
+ "headers": {},
1309
+ "responseObjects": [
1310
+ {
1311
+ "type": "default",
1312
+ "key": "",
1313
+ "mockFile": ""
1314
+ }
1315
+ ]
1316
+ }
1317
+ ]
1318
+ }