@itentialopensource/adapter-amazon_route53 0.1.1 → 0.2.0

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.
@@ -4,7 +4,7 @@
4
4
  "name": "activateKeySigningKey",
5
5
  "protocol": "REST",
6
6
  "method": "POST",
7
- "entitypath": "{base_path}/{version}/2013-04-01/keysigningkey/{pathv1}/{pathv2}/activate?{query}",
7
+ "entitypath": "{base_path}/{version}/{pathv1}/keysigningkey/{pathv2}/{pathv3}/activate?{query}",
8
8
  "requestSchema": "schema.json",
9
9
  "responseSchema": "schema.json",
10
10
  "timeout": 0,
@@ -24,7 +24,7 @@
24
24
  "name": "associateVPCWithHostedZone",
25
25
  "protocol": "REST",
26
26
  "method": "POST",
27
- "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}/associatevpc?{query}",
27
+ "entitypath": "{base_path}/{version}/{pathv1}/hostedzone/{pathv2}/associatevpc?{query}",
28
28
  "requestSchema": "schema.json",
29
29
  "responseSchema": "schema.json",
30
30
  "timeout": 0,
@@ -44,7 +44,7 @@
44
44
  "name": "changeResourceRecordSets",
45
45
  "protocol": "REST",
46
46
  "method": "POST",
47
- "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}/rrset/?{query}",
47
+ "entitypath": "{base_path}/{version}/{pathv1}/hostedzone/{pathv2}/rrset/?{query}",
48
48
  "requestSchema": "schema.json",
49
49
  "responseSchema": "schema.json",
50
50
  "timeout": 0,
@@ -64,7 +64,7 @@
64
64
  "name": "changeTagsForResource",
65
65
  "protocol": "REST",
66
66
  "method": "POST",
67
- "entitypath": "{base_path}/{version}/2013-04-01/tags/{pathv1}/{pathv2}?{query}",
67
+ "entitypath": "{base_path}/{version}/{pathv1}/tags/{pathv2}/{pathv3}?{query}",
68
68
  "requestSchema": "schema.json",
69
69
  "responseSchema": "schema.json",
70
70
  "timeout": 0,
@@ -84,7 +84,7 @@
84
84
  "name": "listTagsForResource",
85
85
  "protocol": "REST",
86
86
  "method": "GET",
87
- "entitypath": "{base_path}/{version}/2013-04-01/tags/{pathv1}/{pathv2}?{query}",
87
+ "entitypath": "{base_path}/{version}/{pathv1}/tags/{pathv2}/{pathv3}?{query}",
88
88
  "requestSchema": "schema.json",
89
89
  "responseSchema": "schema.json",
90
90
  "timeout": 0,
@@ -105,7 +105,7 @@
105
105
  "name": "createHealthCheck",
106
106
  "protocol": "REST",
107
107
  "method": "POST",
108
- "entitypath": "{base_path}/{version}/2013-04-01/healthcheck?{query}",
108
+ "entitypath": "{base_path}/{version}/{pathv1}/healthcheck?{query}",
109
109
  "requestSchema": "schema.json",
110
110
  "responseSchema": "schema.json",
111
111
  "timeout": 0,
@@ -125,7 +125,7 @@
125
125
  "name": "listHealthChecks",
126
126
  "protocol": "REST",
127
127
  "method": "GET",
128
- "entitypath": "{base_path}/{version}/2013-04-01/healthcheck?{query}",
128
+ "entitypath": "{base_path}/{version}/{pathv1}/healthcheck?{query}",
129
129
  "requestSchema": "schema.json",
130
130
  "responseSchema": "schema.json",
131
131
  "timeout": 0,
@@ -146,7 +146,7 @@
146
146
  "name": "createHostedZone",
147
147
  "protocol": "REST",
148
148
  "method": "POST",
149
- "entitypath": "{base_path}/{version}/2013-04-01/hostedzone?{query}",
149
+ "entitypath": "{base_path}/{version}/{pathv1}/hostedzone?{query}",
150
150
  "requestSchema": "schema.json",
151
151
  "responseSchema": "schema.json",
152
152
  "timeout": 0,
@@ -166,7 +166,7 @@
166
166
  "name": "listHostedZones",
167
167
  "protocol": "REST",
168
168
  "method": "GET",
169
- "entitypath": "{base_path}/{version}/2013-04-01/hostedzone?{query}",
169
+ "entitypath": "{base_path}/{version}/{pathv1}/hostedzone?{query}",
170
170
  "requestSchema": "schema.json",
171
171
  "responseSchema": "schema.json",
172
172
  "timeout": 0,
@@ -187,7 +187,7 @@
187
187
  "name": "createKeySigningKey",
188
188
  "protocol": "REST",
189
189
  "method": "POST",
190
- "entitypath": "{base_path}/{version}/2013-04-01/keysigningkey?{query}",
190
+ "entitypath": "{base_path}/{version}/{pathv1}/keysigningkey?{query}",
191
191
  "requestSchema": "schema.json",
192
192
  "responseSchema": "schema.json",
193
193
  "timeout": 0,
@@ -207,7 +207,7 @@
207
207
  "name": "createQueryLoggingConfig",
208
208
  "protocol": "REST",
209
209
  "method": "POST",
210
- "entitypath": "{base_path}/{version}/2013-04-01/queryloggingconfig?{query}",
210
+ "entitypath": "{base_path}/{version}/{pathv1}/queryloggingconfig?{query}",
211
211
  "requestSchema": "schema.json",
212
212
  "responseSchema": "schema.json",
213
213
  "timeout": 0,
@@ -227,7 +227,7 @@
227
227
  "name": "listQueryLoggingConfigs",
228
228
  "protocol": "REST",
229
229
  "method": "GET",
230
- "entitypath": "{base_path}/{version}/2013-04-01/queryloggingconfig?{query}",
230
+ "entitypath": "{base_path}/{version}/{pathv1}/queryloggingconfig?{query}",
231
231
  "requestSchema": "schema.json",
232
232
  "responseSchema": "schema.json",
233
233
  "timeout": 0,
@@ -248,7 +248,7 @@
248
248
  "name": "createReusableDelegationSet",
249
249
  "protocol": "REST",
250
250
  "method": "POST",
251
- "entitypath": "{base_path}/{version}/2013-04-01/delegationset?{query}",
251
+ "entitypath": "{base_path}/{version}/{pathv1}/delegationset?{query}",
252
252
  "requestSchema": "schema.json",
253
253
  "responseSchema": "schema.json",
254
254
  "timeout": 0,
@@ -268,7 +268,7 @@
268
268
  "name": "listReusableDelegationSets",
269
269
  "protocol": "REST",
270
270
  "method": "GET",
271
- "entitypath": "{base_path}/{version}/2013-04-01/delegationset?{query}",
271
+ "entitypath": "{base_path}/{version}/{pathv1}/delegationset?{query}",
272
272
  "requestSchema": "schema.json",
273
273
  "responseSchema": "schema.json",
274
274
  "timeout": 0,
@@ -289,7 +289,7 @@
289
289
  "name": "createTrafficPolicy",
290
290
  "protocol": "REST",
291
291
  "method": "POST",
292
- "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicy?{query}",
292
+ "entitypath": "{base_path}/{version}/{pathv1}/trafficpolicy?{query}",
293
293
  "requestSchema": "schema.json",
294
294
  "responseSchema": "schema.json",
295
295
  "timeout": 0,
@@ -309,7 +309,7 @@
309
309
  "name": "createTrafficPolicyInstance",
310
310
  "protocol": "REST",
311
311
  "method": "POST",
312
- "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicyinstance?{query}",
312
+ "entitypath": "{base_path}/{version}/{pathv1}/trafficpolicyinstance?{query}",
313
313
  "requestSchema": "schema.json",
314
314
  "responseSchema": "schema.json",
315
315
  "timeout": 0,
@@ -329,7 +329,7 @@
329
329
  "name": "createTrafficPolicyVersion",
330
330
  "protocol": "REST",
331
331
  "method": "POST",
332
- "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicy/{pathv1}?{query}",
332
+ "entitypath": "{base_path}/{version}/{pathv1}/trafficpolicy/{pathv2}?{query}",
333
333
  "requestSchema": "schema.json",
334
334
  "responseSchema": "schema.json",
335
335
  "timeout": 0,
@@ -349,7 +349,7 @@
349
349
  "name": "createVPCAssociationAuthorization",
350
350
  "protocol": "REST",
351
351
  "method": "POST",
352
- "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}/authorizevpcassociation?{query}",
352
+ "entitypath": "{base_path}/{version}/{pathv1}/hostedzone/{pathv2}/authorizevpcassociation?{query}",
353
353
  "requestSchema": "schema.json",
354
354
  "responseSchema": "schema.json",
355
355
  "timeout": 0,
@@ -369,7 +369,7 @@
369
369
  "name": "listVPCAssociationAuthorizations",
370
370
  "protocol": "REST",
371
371
  "method": "GET",
372
- "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}/authorizevpcassociation?{query}",
372
+ "entitypath": "{base_path}/{version}/{pathv1}/hostedzone/{pathv2}/authorizevpcassociation?{query}",
373
373
  "requestSchema": "schema.json",
374
374
  "responseSchema": "schema.json",
375
375
  "timeout": 0,
@@ -390,7 +390,7 @@
390
390
  "name": "deactivateKeySigningKey",
391
391
  "protocol": "REST",
392
392
  "method": "POST",
393
- "entitypath": "{base_path}/{version}/2013-04-01/keysigningkey/{pathv1}/{pathv2}/deactivate?{query}",
393
+ "entitypath": "{base_path}/{version}/{pathv1}/keysigningkey/{pathv2}/{pathv3}/deactivate?{query}",
394
394
  "requestSchema": "schema.json",
395
395
  "responseSchema": "schema.json",
396
396
  "timeout": 0,
@@ -410,7 +410,7 @@
410
410
  "name": "deleteHealthCheck",
411
411
  "protocol": "REST",
412
412
  "method": "DELETE",
413
- "entitypath": "{base_path}/{version}/2013-04-01/healthcheck/{pathv1}?{query}",
413
+ "entitypath": "{base_path}/{version}/{pathv1}/healthcheck/{pathv2}?{query}",
414
414
  "requestSchema": "schema.json",
415
415
  "responseSchema": "schema.json",
416
416
  "timeout": 0,
@@ -430,7 +430,7 @@
430
430
  "name": "getHealthCheck",
431
431
  "protocol": "REST",
432
432
  "method": "GET",
433
- "entitypath": "{base_path}/{version}/2013-04-01/healthcheck/{pathv1}?{query}",
433
+ "entitypath": "{base_path}/{version}/{pathv1}/healthcheck/{pathv2}?{query}",
434
434
  "requestSchema": "schema.json",
435
435
  "responseSchema": "schema.json",
436
436
  "timeout": 0,
@@ -451,7 +451,7 @@
451
451
  "name": "updateHealthCheck",
452
452
  "protocol": "REST",
453
453
  "method": "POST",
454
- "entitypath": "{base_path}/{version}/2013-04-01/healthcheck/{pathv1}?{query}",
454
+ "entitypath": "{base_path}/{version}/{pathv1}/healthcheck/{pathv2}?{query}",
455
455
  "requestSchema": "schema.json",
456
456
  "responseSchema": "schema.json",
457
457
  "timeout": 0,
@@ -471,7 +471,7 @@
471
471
  "name": "deleteHostedZone",
472
472
  "protocol": "REST",
473
473
  "method": "DELETE",
474
- "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}?{query}",
474
+ "entitypath": "{base_path}/{version}/{pathv1}/hostedzone/{pathv2}?{query}",
475
475
  "requestSchema": "schema.json",
476
476
  "responseSchema": "schema.json",
477
477
  "timeout": 0,
@@ -491,7 +491,7 @@
491
491
  "name": "getHostedZone",
492
492
  "protocol": "REST",
493
493
  "method": "GET",
494
- "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}?{query}",
494
+ "entitypath": "{base_path}/{version}/{pathv1}/hostedzone/{pathv2}?{query}",
495
495
  "requestSchema": "schema.json",
496
496
  "responseSchema": "schema.json",
497
497
  "timeout": 0,
@@ -512,7 +512,7 @@
512
512
  "name": "updateHostedZoneComment",
513
513
  "protocol": "REST",
514
514
  "method": "POST",
515
- "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}?{query}",
515
+ "entitypath": "{base_path}/{version}/{pathv1}/hostedzone/{pathv2}?{query}",
516
516
  "requestSchema": "schema.json",
517
517
  "responseSchema": "schema.json",
518
518
  "timeout": 0,
@@ -532,7 +532,7 @@
532
532
  "name": "deleteKeySigningKey",
533
533
  "protocol": "REST",
534
534
  "method": "DELETE",
535
- "entitypath": "{base_path}/{version}/2013-04-01/keysigningkey/{pathv1}/{pathv2}?{query}",
535
+ "entitypath": "{base_path}/{version}/{pathv1}/keysigningkey/{pathv2}/{pathv3}?{query}",
536
536
  "requestSchema": "schema.json",
537
537
  "responseSchema": "schema.json",
538
538
  "timeout": 0,
@@ -552,7 +552,7 @@
552
552
  "name": "deleteQueryLoggingConfig",
553
553
  "protocol": "REST",
554
554
  "method": "DELETE",
555
- "entitypath": "{base_path}/{version}/2013-04-01/queryloggingconfig/{pathv1}?{query}",
555
+ "entitypath": "{base_path}/{version}/{pathv1}/queryloggingconfig/{pathv2}?{query}",
556
556
  "requestSchema": "schema.json",
557
557
  "responseSchema": "schema.json",
558
558
  "timeout": 0,
@@ -572,7 +572,7 @@
572
572
  "name": "getQueryLoggingConfig",
573
573
  "protocol": "REST",
574
574
  "method": "GET",
575
- "entitypath": "{base_path}/{version}/2013-04-01/queryloggingconfig/{pathv1}?{query}",
575
+ "entitypath": "{base_path}/{version}/{pathv1}/queryloggingconfig/{pathv2}?{query}",
576
576
  "requestSchema": "schema.json",
577
577
  "responseSchema": "schema.json",
578
578
  "timeout": 0,
@@ -593,7 +593,7 @@
593
593
  "name": "deleteReusableDelegationSet",
594
594
  "protocol": "REST",
595
595
  "method": "DELETE",
596
- "entitypath": "{base_path}/{version}/2013-04-01/delegationset/{pathv1}?{query}",
596
+ "entitypath": "{base_path}/{version}/{pathv1}/delegationset/{pathv2}?{query}",
597
597
  "requestSchema": "schema.json",
598
598
  "responseSchema": "schema.json",
599
599
  "timeout": 0,
@@ -613,7 +613,7 @@
613
613
  "name": "getReusableDelegationSet",
614
614
  "protocol": "REST",
615
615
  "method": "GET",
616
- "entitypath": "{base_path}/{version}/2013-04-01/delegationset/{pathv1}?{query}",
616
+ "entitypath": "{base_path}/{version}/{pathv1}/delegationset/{pathv2}?{query}",
617
617
  "requestSchema": "schema.json",
618
618
  "responseSchema": "schema.json",
619
619
  "timeout": 0,
@@ -634,7 +634,7 @@
634
634
  "name": "deleteTrafficPolicy",
635
635
  "protocol": "REST",
636
636
  "method": "DELETE",
637
- "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicy/{pathv1}/{pathv2}?{query}",
637
+ "entitypath": "{base_path}/{version}/{pathv1}/trafficpolicy/{pathv2}/{pathv3}?{query}",
638
638
  "requestSchema": "schema.json",
639
639
  "responseSchema": "schema.json",
640
640
  "timeout": 0,
@@ -654,7 +654,7 @@
654
654
  "name": "getTrafficPolicy",
655
655
  "protocol": "REST",
656
656
  "method": "GET",
657
- "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicy/{pathv1}/{pathv2}?{query}",
657
+ "entitypath": "{base_path}/{version}/{pathv1}/trafficpolicy/{pathv2}/{pathv3}?{query}",
658
658
  "requestSchema": "schema.json",
659
659
  "responseSchema": "schema.json",
660
660
  "timeout": 0,
@@ -675,7 +675,7 @@
675
675
  "name": "updateTrafficPolicyComment",
676
676
  "protocol": "REST",
677
677
  "method": "POST",
678
- "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicy/{pathv1}/{pathv2}?{query}",
678
+ "entitypath": "{base_path}/{version}/{pathv1}/trafficpolicy/{pathv2}/{pathv3}?{query}",
679
679
  "requestSchema": "schema.json",
680
680
  "responseSchema": "schema.json",
681
681
  "timeout": 0,
@@ -695,7 +695,7 @@
695
695
  "name": "deleteTrafficPolicyInstance",
696
696
  "protocol": "REST",
697
697
  "method": "DELETE",
698
- "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicyinstance/{pathv1}?{query}",
698
+ "entitypath": "{base_path}/{version}/{pathv1}/trafficpolicyinstance/{pathv2}?{query}",
699
699
  "requestSchema": "schema.json",
700
700
  "responseSchema": "schema.json",
701
701
  "timeout": 0,
@@ -715,7 +715,7 @@
715
715
  "name": "getTrafficPolicyInstance",
716
716
  "protocol": "REST",
717
717
  "method": "GET",
718
- "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicyinstance/{pathv1}?{query}",
718
+ "entitypath": "{base_path}/{version}/{pathv1}/trafficpolicyinstance/{pathv2}?{query}",
719
719
  "requestSchema": "schema.json",
720
720
  "responseSchema": "schema.json",
721
721
  "timeout": 0,
@@ -736,7 +736,7 @@
736
736
  "name": "updateTrafficPolicyInstance",
737
737
  "protocol": "REST",
738
738
  "method": "POST",
739
- "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicyinstance/{pathv1}?{query}",
739
+ "entitypath": "{base_path}/{version}/{pathv1}/trafficpolicyinstance/{pathv2}?{query}",
740
740
  "requestSchema": "schema.json",
741
741
  "responseSchema": "schema.json",
742
742
  "timeout": 0,
@@ -756,7 +756,7 @@
756
756
  "name": "deleteVPCAssociationAuthorization",
757
757
  "protocol": "REST",
758
758
  "method": "POST",
759
- "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}/deauthorizevpcassociation?{query}",
759
+ "entitypath": "{base_path}/{version}/{pathv1}/hostedzone/{pathv2}/deauthorizevpcassociation?{query}",
760
760
  "requestSchema": "schema.json",
761
761
  "responseSchema": "schema.json",
762
762
  "timeout": 0,
@@ -776,7 +776,7 @@
776
776
  "name": "disableHostedZoneDNSSEC",
777
777
  "protocol": "REST",
778
778
  "method": "POST",
779
- "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}/disable-dnssec?{query}",
779
+ "entitypath": "{base_path}/{version}/{pathv1}/hostedzone/{pathv2}/disable-dnssec?{query}",
780
780
  "requestSchema": "schema.json",
781
781
  "responseSchema": "schema.json",
782
782
  "timeout": 0,
@@ -796,7 +796,7 @@
796
796
  "name": "disassociateVPCFromHostedZone",
797
797
  "protocol": "REST",
798
798
  "method": "POST",
799
- "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}/disassociatevpc?{query}",
799
+ "entitypath": "{base_path}/{version}/{pathv1}/hostedzone/{pathv2}/disassociatevpc?{query}",
800
800
  "requestSchema": "schema.json",
801
801
  "responseSchema": "schema.json",
802
802
  "timeout": 0,
@@ -816,7 +816,7 @@
816
816
  "name": "enableHostedZoneDNSSEC",
817
817
  "protocol": "REST",
818
818
  "method": "POST",
819
- "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}/enable-dnssec?{query}",
819
+ "entitypath": "{base_path}/{version}/{pathv1}/hostedzone/{pathv2}/enable-dnssec?{query}",
820
820
  "requestSchema": "schema.json",
821
821
  "responseSchema": "schema.json",
822
822
  "timeout": 0,
@@ -836,7 +836,7 @@
836
836
  "name": "getAccountLimit",
837
837
  "protocol": "REST",
838
838
  "method": "GET",
839
- "entitypath": "{base_path}/{version}/2013-04-01/accountlimit/{pathv1}?{query}",
839
+ "entitypath": "{base_path}/{version}/{pathv1}/accountlimit/{pathv2}?{query}",
840
840
  "requestSchema": "schema.json",
841
841
  "responseSchema": "schema.json",
842
842
  "timeout": 0,
@@ -857,7 +857,7 @@
857
857
  "name": "getChange",
858
858
  "protocol": "REST",
859
859
  "method": "GET",
860
- "entitypath": "{base_path}/{version}/2013-04-01/change/{pathv1}?{query}",
860
+ "entitypath": "{base_path}/{version}/{pathv1}/change/{pathv2}?{query}",
861
861
  "requestSchema": "schema.json",
862
862
  "responseSchema": "schema.json",
863
863
  "timeout": 0,
@@ -878,7 +878,7 @@
878
878
  "name": "getCheckerIpRanges",
879
879
  "protocol": "REST",
880
880
  "method": "GET",
881
- "entitypath": "{base_path}/{version}/2013-04-01/checkeripranges?{query}",
881
+ "entitypath": "{base_path}/{version}/{pathv1}/checkeripranges?{query}",
882
882
  "requestSchema": "schema.json",
883
883
  "responseSchema": "schema.json",
884
884
  "timeout": 0,
@@ -899,7 +899,7 @@
899
899
  "name": "getDNSSEC",
900
900
  "protocol": "REST",
901
901
  "method": "GET",
902
- "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}/dnssec?{query}",
902
+ "entitypath": "{base_path}/{version}/{pathv1}/hostedzone/{pathv2}/dnssec?{query}",
903
903
  "requestSchema": "schema.json",
904
904
  "responseSchema": "schema.json",
905
905
  "timeout": 0,
@@ -920,7 +920,7 @@
920
920
  "name": "getGeoLocation",
921
921
  "protocol": "REST",
922
922
  "method": "GET",
923
- "entitypath": "{base_path}/{version}/2013-04-01/geolocation?{query}",
923
+ "entitypath": "{base_path}/{version}/{pathv1}/geolocation?{query}",
924
924
  "requestSchema": "schema.json",
925
925
  "responseSchema": "schema.json",
926
926
  "timeout": 0,
@@ -941,7 +941,7 @@
941
941
  "name": "getHealthCheckCount",
942
942
  "protocol": "REST",
943
943
  "method": "GET",
944
- "entitypath": "{base_path}/{version}/2013-04-01/healthcheckcount?{query}",
944
+ "entitypath": "{base_path}/{version}/{pathv1}/healthcheckcount?{query}",
945
945
  "requestSchema": "schema.json",
946
946
  "responseSchema": "schema.json",
947
947
  "timeout": 0,
@@ -962,7 +962,7 @@
962
962
  "name": "getHealthCheckLastFailureReason",
963
963
  "protocol": "REST",
964
964
  "method": "GET",
965
- "entitypath": "{base_path}/{version}/2013-04-01/healthcheck/{pathv1}/lastfailurereason?{query}",
965
+ "entitypath": "{base_path}/{version}/{pathv1}/healthcheck/{pathv2}/lastfailurereason?{query}",
966
966
  "requestSchema": "schema.json",
967
967
  "responseSchema": "schema.json",
968
968
  "timeout": 0,
@@ -983,7 +983,7 @@
983
983
  "name": "getHealthCheckStatus",
984
984
  "protocol": "REST",
985
985
  "method": "GET",
986
- "entitypath": "{base_path}/{version}/2013-04-01/healthcheck/{pathv1}/status?{query}",
986
+ "entitypath": "{base_path}/{version}/{pathv1}/healthcheck/{pathv2}/status?{query}",
987
987
  "requestSchema": "schema.json",
988
988
  "responseSchema": "schema.json",
989
989
  "timeout": 0,
@@ -1004,7 +1004,7 @@
1004
1004
  "name": "getHostedZoneCount",
1005
1005
  "protocol": "REST",
1006
1006
  "method": "GET",
1007
- "entitypath": "{base_path}/{version}/2013-04-01/hostedzonecount?{query}",
1007
+ "entitypath": "{base_path}/{version}/{pathv1}/hostedzonecount?{query}",
1008
1008
  "requestSchema": "schema.json",
1009
1009
  "responseSchema": "schema.json",
1010
1010
  "timeout": 0,
@@ -1025,7 +1025,7 @@
1025
1025
  "name": "getHostedZoneLimit",
1026
1026
  "protocol": "REST",
1027
1027
  "method": "GET",
1028
- "entitypath": "{base_path}/{version}/2013-04-01/hostedzonelimit/{pathv1}/{pathv2}?{query}",
1028
+ "entitypath": "{base_path}/{version}/{pathv1}/hostedzonelimit/{pathv2}/{pathv3}?{query}",
1029
1029
  "requestSchema": "schema.json",
1030
1030
  "responseSchema": "schema.json",
1031
1031
  "timeout": 0,
@@ -1046,7 +1046,7 @@
1046
1046
  "name": "getReusableDelegationSetLimit",
1047
1047
  "protocol": "REST",
1048
1048
  "method": "GET",
1049
- "entitypath": "{base_path}/{version}/2013-04-01/reusabledelegationsetlimit/{pathv1}/{pathv2}?{query}",
1049
+ "entitypath": "{base_path}/{version}/{pathv1}/reusabledelegationsetlimit/{pathv2}/{pathv3}?{query}",
1050
1050
  "requestSchema": "schema.json",
1051
1051
  "responseSchema": "schema.json",
1052
1052
  "timeout": 0,
@@ -1067,7 +1067,7 @@
1067
1067
  "name": "getTrafficPolicyInstanceCount",
1068
1068
  "protocol": "REST",
1069
1069
  "method": "GET",
1070
- "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicyinstancecount?{query}",
1070
+ "entitypath": "{base_path}/{version}/{pathv1}/trafficpolicyinstancecount?{query}",
1071
1071
  "requestSchema": "schema.json",
1072
1072
  "responseSchema": "schema.json",
1073
1073
  "timeout": 0,
@@ -1088,7 +1088,7 @@
1088
1088
  "name": "listGeoLocations",
1089
1089
  "protocol": "REST",
1090
1090
  "method": "GET",
1091
- "entitypath": "{base_path}/{version}/2013-04-01/geolocations?{query}",
1091
+ "entitypath": "{base_path}/{version}/{pathv1}/geolocations?{query}",
1092
1092
  "requestSchema": "schema.json",
1093
1093
  "responseSchema": "schema.json",
1094
1094
  "timeout": 0,
@@ -1109,7 +1109,7 @@
1109
1109
  "name": "listHostedZonesByName",
1110
1110
  "protocol": "REST",
1111
1111
  "method": "GET",
1112
- "entitypath": "{base_path}/{version}/2013-04-01/hostedzonesbyname?{query}",
1112
+ "entitypath": "{base_path}/{version}/{pathv1}/hostedzonesbyname?{query}",
1113
1113
  "requestSchema": "schema.json",
1114
1114
  "responseSchema": "schema.json",
1115
1115
  "timeout": 0,
@@ -1130,7 +1130,7 @@
1130
1130
  "name": "listHostedZonesByVPC",
1131
1131
  "protocol": "REST",
1132
1132
  "method": "GET",
1133
- "entitypath": "{base_path}/{version}/2013-04-01/hostedzonesbyvpc?{query}",
1133
+ "entitypath": "{base_path}/{version}/{pathv1}/hostedzonesbyvpc?{query}",
1134
1134
  "requestSchema": "schema.json",
1135
1135
  "responseSchema": "schema.json",
1136
1136
  "timeout": 0,
@@ -1151,7 +1151,7 @@
1151
1151
  "name": "listResourceRecordSets",
1152
1152
  "protocol": "REST",
1153
1153
  "method": "GET",
1154
- "entitypath": "{base_path}/{version}/2013-04-01/hostedzone/{pathv1}/rrset?{query}",
1154
+ "entitypath": "{base_path}/{version}/{pathv1}/hostedzone/{pathv2}/rrset?{query}",
1155
1155
  "requestSchema": "schema.json",
1156
1156
  "responseSchema": "schema.json",
1157
1157
  "timeout": 0,
@@ -1172,7 +1172,7 @@
1172
1172
  "name": "listTagsForResources",
1173
1173
  "protocol": "REST",
1174
1174
  "method": "POST",
1175
- "entitypath": "{base_path}/{version}/2013-04-01/tags/{pathv1}?{query}",
1175
+ "entitypath": "{base_path}/{version}/{pathv1}/tags/{pathv2}?{query}",
1176
1176
  "requestSchema": "schema.json",
1177
1177
  "responseSchema": "schema.json",
1178
1178
  "timeout": 0,
@@ -1192,7 +1192,7 @@
1192
1192
  "name": "listTrafficPolicies",
1193
1193
  "protocol": "REST",
1194
1194
  "method": "GET",
1195
- "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicies?{query}",
1195
+ "entitypath": "{base_path}/{version}/{pathv1}/trafficpolicies?{query}",
1196
1196
  "requestSchema": "schema.json",
1197
1197
  "responseSchema": "schema.json",
1198
1198
  "timeout": 0,
@@ -1213,7 +1213,7 @@
1213
1213
  "name": "listTrafficPolicyInstances",
1214
1214
  "protocol": "REST",
1215
1215
  "method": "GET",
1216
- "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicyinstances?{query}",
1216
+ "entitypath": "{base_path}/{version}/{pathv1}/trafficpolicyinstances?{query}",
1217
1217
  "requestSchema": "schema.json",
1218
1218
  "responseSchema": "schema.json",
1219
1219
  "timeout": 0,
@@ -1234,7 +1234,7 @@
1234
1234
  "name": "listTrafficPolicyInstancesByHostedZone",
1235
1235
  "protocol": "REST",
1236
1236
  "method": "GET",
1237
- "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicyinstances/hostedzone?{query}",
1237
+ "entitypath": "{base_path}/{version}/{pathv1}/trafficpolicyinstances/hostedzone?{query}",
1238
1238
  "requestSchema": "schema.json",
1239
1239
  "responseSchema": "schema.json",
1240
1240
  "timeout": 0,
@@ -1255,7 +1255,7 @@
1255
1255
  "name": "listTrafficPolicyInstancesByPolicy",
1256
1256
  "protocol": "REST",
1257
1257
  "method": "GET",
1258
- "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicyinstances/trafficpolicy?{query}",
1258
+ "entitypath": "{base_path}/{version}/{pathv1}/trafficpolicyinstances/trafficpolicy?{query}",
1259
1259
  "requestSchema": "schema.json",
1260
1260
  "responseSchema": "schema.json",
1261
1261
  "timeout": 0,
@@ -1276,7 +1276,7 @@
1276
1276
  "name": "listTrafficPolicyVersions",
1277
1277
  "protocol": "REST",
1278
1278
  "method": "GET",
1279
- "entitypath": "{base_path}/{version}/2013-04-01/trafficpolicies/{pathv1}/versions?{query}",
1279
+ "entitypath": "{base_path}/{version}/{pathv1}/trafficpolicies/{pathv2}/versions?{query}",
1280
1280
  "requestSchema": "schema.json",
1281
1281
  "responseSchema": "schema.json",
1282
1282
  "timeout": 0,
@@ -1297,7 +1297,7 @@
1297
1297
  "name": "testDNSAnswer",
1298
1298
  "protocol": "REST",
1299
1299
  "method": "GET",
1300
- "entitypath": "{base_path}/{version}/2013-04-01/testdnsanswer?{query}",
1300
+ "entitypath": "{base_path}/{version}/{pathv1}/testdnsanswer?{query}",
1301
1301
  "requestSchema": "schema.json",
1302
1302
  "responseSchema": "schema.json",
1303
1303
  "timeout": 0,
File without changes
package/error.json CHANGED
@@ -96,6 +96,12 @@
96
96
  "displayString": "Invalid properties: $VARIABLE$",
97
97
  "recommendation": "Verify the properties for the adapter"
98
98
  },
99
+ {
100
+ "key": "Missing Properties",
101
+ "icode": "AD.306",
102
+ "displayString": "Property $VARIABLE$ is required",
103
+ "recommendation": "Please provide the required property"
104
+ },
99
105
  {
100
106
  "key": "Query Not Translated",
101
107
  "icode": "AD.310",
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-amazon_route53",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "description": "This adapter integrates with system described as: Amazon Route53.",
5
5
  "main": "adapter.js",
6
+ "systemName": "Amazon Route53",
6
7
  "wizardVersion": "2.44.7",
7
- "engineVersion": "1.59.55",
8
+ "engineVersion": "1.61.6",
8
9
  "adapterType": "http",
9
10
  "scripts": {
10
11
  "artifactize": "npm i && node utils/packModificationScript.js",
@@ -55,18 +56,21 @@
55
56
  "author": "Itential",
56
57
  "homepage": "https://gitlab.com/itentialopensource/adapters/cloud/adapter-amazon_route53#readme",
57
58
  "dependencies": {
58
- "@itentialopensource/adapter-utils": "^4.44.11",
59
+ "@itentialopensource/adapter-utils": "^4.45.5",
59
60
  "ajv": "^6.12.0",
61
+ "aws-sdk": "^2.1097.0",
60
62
  "aws4": "^1.9.0",
61
63
  "axios": "^0.21.0",
62
64
  "commander": "^2.20.0",
63
65
  "fs-extra": "^8.1.0",
66
+ "json-query": "^2.2.2",
64
67
  "mocha": "^9.0.1",
65
68
  "mocha-param": "^2.0.1",
66
69
  "mongodb": "^4.1.0",
67
70
  "network-diagnostics": "^0.5.3",
68
71
  "nyc": "^15.1.0",
69
72
  "readline-sync": "^1.4.10",
73
+ "request": "^2.88.2",
70
74
  "semver": "^7.3.2",
71
75
  "winston": "^3.3.3"
72
76
  },