@aws-sdk/client-route53globalresolver 3.943.0 → 3.946.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.
- package/dist-cjs/index.js +76 -323
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/Route53GlobalResolverClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +76 -323
- package/dist-types/Route53GlobalResolver.d.ts +1 -1
- package/dist-types/Route53GlobalResolverClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AssociateHostedZoneCommand.d.ts +3 -3
- package/dist-types/commands/BatchCreateFirewallRuleCommand.d.ts +3 -3
- package/dist-types/commands/BatchDeleteFirewallRuleCommand.d.ts +3 -3
- package/dist-types/commands/BatchUpdateFirewallRuleCommand.d.ts +3 -3
- package/dist-types/commands/CreateAccessSourceCommand.d.ts +3 -3
- package/dist-types/commands/CreateAccessTokenCommand.d.ts +3 -3
- package/dist-types/commands/CreateDNSViewCommand.d.ts +3 -3
- package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +3 -3
- package/dist-types/commands/CreateFirewallRuleCommand.d.ts +3 -3
- package/dist-types/commands/CreateGlobalResolverCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAccessSourceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAccessTokenCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDNSViewCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +3 -3
- package/dist-types/commands/DeleteGlobalResolverCommand.d.ts +3 -3
- package/dist-types/commands/DisableDNSViewCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateHostedZoneCommand.d.ts +3 -3
- package/dist-types/commands/EnableDNSViewCommand.d.ts +3 -3
- package/dist-types/commands/GetAccessSourceCommand.d.ts +3 -3
- package/dist-types/commands/GetAccessTokenCommand.d.ts +3 -3
- package/dist-types/commands/GetDNSViewCommand.d.ts +3 -3
- package/dist-types/commands/GetFirewallDomainListCommand.d.ts +3 -3
- package/dist-types/commands/GetFirewallRuleCommand.d.ts +3 -3
- package/dist-types/commands/GetGlobalResolverCommand.d.ts +3 -3
- package/dist-types/commands/GetHostedZoneAssociationCommand.d.ts +3 -3
- package/dist-types/commands/GetManagedFirewallDomainListCommand.d.ts +3 -3
- package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +3 -3
- package/dist-types/commands/ListAccessSourcesCommand.d.ts +3 -3
- package/dist-types/commands/ListAccessTokensCommand.d.ts +3 -3
- package/dist-types/commands/ListDNSViewsCommand.d.ts +3 -3
- package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +3 -3
- package/dist-types/commands/ListFirewallDomainsCommand.d.ts +3 -3
- package/dist-types/commands/ListFirewallRulesCommand.d.ts +3 -3
- package/dist-types/commands/ListGlobalResolversCommand.d.ts +3 -3
- package/dist-types/commands/ListHostedZoneAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/ListManagedFirewallDomainListsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAccessSourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAccessTokenCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDNSViewCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +3 -3
- package/dist-types/commands/UpdateGlobalResolverCommand.d.ts +3 -3
- package/dist-types/commands/UpdateHostedZoneAssociationCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/Route53GlobalResolverServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListAccessSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAccessTokensPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDNSViewsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFirewallDomainListsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFirewallDomainsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFirewallRulesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGlobalResolversPaginator.d.ts +1 -1
- package/dist-types/pagination/ListHostedZoneAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListManagedFirewallDomainListsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/Route53GlobalResolverClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/Route53GlobalResolverServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -274,17 +274,7 @@ import { TypeRegistry } from "@smithy/core/schema";
|
|
|
274
274
|
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
|
|
275
275
|
import { Route53GlobalResolverServiceException as __Route53GlobalResolverServiceException } from "../models/Route53GlobalResolverServiceException";
|
|
276
276
|
export var AccessTokenValue = [0, n0, _ATV, 8, 0];
|
|
277
|
-
export var AccessDeniedException = [
|
|
278
|
-
-3,
|
|
279
|
-
n0,
|
|
280
|
-
_ADE,
|
|
281
|
-
{
|
|
282
|
-
[_e]: _c,
|
|
283
|
-
[_hE]: 403,
|
|
284
|
-
},
|
|
285
|
-
[_m],
|
|
286
|
-
[0],
|
|
287
|
-
];
|
|
277
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
288
278
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
289
279
|
export var AccessSourcesItem = [
|
|
290
280
|
3,
|
|
@@ -417,17 +407,7 @@ export var BatchUpdateFirewallRuleResult = [
|
|
|
417
407
|
[_ac, _bODT, _bOD, _bOT, _bR, _cT, _cTo, _cA, _d, _dAP, _fDLI, _i, _n, _pr, _dVI, _qTu, _s, _uA],
|
|
418
408
|
[0, 0, 0, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 5],
|
|
419
409
|
];
|
|
420
|
-
export var ConflictException = [
|
|
421
|
-
-3,
|
|
422
|
-
n0,
|
|
423
|
-
_CE,
|
|
424
|
-
{
|
|
425
|
-
[_e]: _c,
|
|
426
|
-
[_hE]: 409,
|
|
427
|
-
},
|
|
428
|
-
[_m, _rI, _rT],
|
|
429
|
-
[0, 0, 0],
|
|
430
|
-
];
|
|
410
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
|
|
431
411
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
432
412
|
export var CreateAccessSourceInput = [
|
|
433
413
|
3,
|
|
@@ -720,20 +700,9 @@ export var InternalServerException = [
|
|
|
720
700
|
-3,
|
|
721
701
|
n0,
|
|
722
702
|
_ISE,
|
|
723
|
-
{
|
|
724
|
-
[_e]: _se,
|
|
725
|
-
[_hE]: 500,
|
|
726
|
-
},
|
|
703
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
727
704
|
[_m, _rAS],
|
|
728
|
-
[
|
|
729
|
-
0,
|
|
730
|
-
[
|
|
731
|
-
1,
|
|
732
|
-
{
|
|
733
|
-
[_hH]: _RA,
|
|
734
|
-
},
|
|
735
|
-
],
|
|
736
|
-
],
|
|
705
|
+
[0, [1, { [_hH]: _RA }]],
|
|
737
706
|
];
|
|
738
707
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
739
708
|
export var ListAccessSourcesInput = [
|
|
@@ -743,18 +712,8 @@ export var ListAccessSourcesInput = [
|
|
|
743
712
|
0,
|
|
744
713
|
[_mR, _nT, _fi],
|
|
745
714
|
[
|
|
746
|
-
[
|
|
747
|
-
|
|
748
|
-
{
|
|
749
|
-
[_hQ]: _mr,
|
|
750
|
-
},
|
|
751
|
-
],
|
|
752
|
-
[
|
|
753
|
-
0,
|
|
754
|
-
{
|
|
755
|
-
[_hQ]: _nt,
|
|
756
|
-
},
|
|
757
|
-
],
|
|
715
|
+
[1, { [_hQ]: _mr }],
|
|
716
|
+
[0, { [_hQ]: _nt }],
|
|
758
717
|
[[2, n0, _F, 0, 0, 64 | 0], 64],
|
|
759
718
|
],
|
|
760
719
|
];
|
|
@@ -766,18 +725,8 @@ export var ListAccessTokensInput = [
|
|
|
766
725
|
0,
|
|
767
726
|
[_mR, _nT, _dVI, _fi],
|
|
768
727
|
[
|
|
769
|
-
[
|
|
770
|
-
|
|
771
|
-
{
|
|
772
|
-
[_hQ]: _mr,
|
|
773
|
-
},
|
|
774
|
-
],
|
|
775
|
-
[
|
|
776
|
-
0,
|
|
777
|
-
{
|
|
778
|
-
[_hQ]: _nt,
|
|
779
|
-
},
|
|
780
|
-
],
|
|
728
|
+
[1, { [_hQ]: _mr }],
|
|
729
|
+
[0, { [_hQ]: _nt }],
|
|
781
730
|
[0, 1],
|
|
782
731
|
[[2, n0, _F, 0, 0, 64 | 0], 64],
|
|
783
732
|
],
|
|
@@ -790,18 +739,8 @@ export var ListDNSViewsInput = [
|
|
|
790
739
|
0,
|
|
791
740
|
[_mR, _nT, _gRI],
|
|
792
741
|
[
|
|
793
|
-
[
|
|
794
|
-
|
|
795
|
-
{
|
|
796
|
-
[_hQ]: _mr,
|
|
797
|
-
},
|
|
798
|
-
],
|
|
799
|
-
[
|
|
800
|
-
0,
|
|
801
|
-
{
|
|
802
|
-
[_hQ]: _nt,
|
|
803
|
-
},
|
|
804
|
-
],
|
|
742
|
+
[1, { [_hQ]: _mr }],
|
|
743
|
+
[0, { [_hQ]: _nt }],
|
|
805
744
|
[0, 1],
|
|
806
745
|
],
|
|
807
746
|
];
|
|
@@ -813,24 +752,9 @@ export var ListFirewallDomainListsInput = [
|
|
|
813
752
|
0,
|
|
814
753
|
[_mR, _nT, _gRI],
|
|
815
754
|
[
|
|
816
|
-
[
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
[_hQ]: _mr,
|
|
820
|
-
},
|
|
821
|
-
],
|
|
822
|
-
[
|
|
823
|
-
0,
|
|
824
|
-
{
|
|
825
|
-
[_hQ]: _nt,
|
|
826
|
-
},
|
|
827
|
-
],
|
|
828
|
-
[
|
|
829
|
-
0,
|
|
830
|
-
{
|
|
831
|
-
[_hQ]: _gri,
|
|
832
|
-
},
|
|
833
|
-
],
|
|
755
|
+
[1, { [_hQ]: _mr }],
|
|
756
|
+
[0, { [_hQ]: _nt }],
|
|
757
|
+
[0, { [_hQ]: _gri }],
|
|
834
758
|
],
|
|
835
759
|
];
|
|
836
760
|
export var ListFirewallDomainListsOutput = [
|
|
@@ -848,18 +772,8 @@ export var ListFirewallDomainsInput = [
|
|
|
848
772
|
0,
|
|
849
773
|
[_mR, _nT, _fDLI],
|
|
850
774
|
[
|
|
851
|
-
[
|
|
852
|
-
|
|
853
|
-
{
|
|
854
|
-
[_hQ]: _mr,
|
|
855
|
-
},
|
|
856
|
-
],
|
|
857
|
-
[
|
|
858
|
-
0,
|
|
859
|
-
{
|
|
860
|
-
[_hQ]: _nt,
|
|
861
|
-
},
|
|
862
|
-
],
|
|
775
|
+
[1, { [_hQ]: _mr }],
|
|
776
|
+
[0, { [_hQ]: _nt }],
|
|
863
777
|
[0, 1],
|
|
864
778
|
],
|
|
865
779
|
];
|
|
@@ -871,24 +785,9 @@ export var ListFirewallRulesInput = [
|
|
|
871
785
|
0,
|
|
872
786
|
[_mR, _nT, _dVI, _fi],
|
|
873
787
|
[
|
|
874
|
-
[
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
[_hQ]: _mr,
|
|
878
|
-
},
|
|
879
|
-
],
|
|
880
|
-
[
|
|
881
|
-
0,
|
|
882
|
-
{
|
|
883
|
-
[_hQ]: _nt,
|
|
884
|
-
},
|
|
885
|
-
],
|
|
886
|
-
[
|
|
887
|
-
0,
|
|
888
|
-
{
|
|
889
|
-
[_hQ]: _di,
|
|
890
|
-
},
|
|
891
|
-
],
|
|
788
|
+
[1, { [_hQ]: _mr }],
|
|
789
|
+
[0, { [_hQ]: _nt }],
|
|
790
|
+
[0, { [_hQ]: _di }],
|
|
892
791
|
[[2, n0, _F, 0, 0, 64 | 0], 64],
|
|
893
792
|
],
|
|
894
793
|
];
|
|
@@ -900,18 +799,8 @@ export var ListGlobalResolversInput = [
|
|
|
900
799
|
0,
|
|
901
800
|
[_mR, _nT],
|
|
902
801
|
[
|
|
903
|
-
[
|
|
904
|
-
|
|
905
|
-
{
|
|
906
|
-
[_hQ]: _mr,
|
|
907
|
-
},
|
|
908
|
-
],
|
|
909
|
-
[
|
|
910
|
-
0,
|
|
911
|
-
{
|
|
912
|
-
[_hQ]: _nt,
|
|
913
|
-
},
|
|
914
|
-
],
|
|
802
|
+
[1, { [_hQ]: _mr }],
|
|
803
|
+
[0, { [_hQ]: _nt }],
|
|
915
804
|
],
|
|
916
805
|
];
|
|
917
806
|
export var ListGlobalResolversOutput = [3, n0, _LGRO, 0, [_nT, _gR], [0, () => GlobalResolvers]];
|
|
@@ -922,18 +811,8 @@ export var ListHostedZoneAssociationsInput = [
|
|
|
922
811
|
0,
|
|
923
812
|
[_mR, _nT, _rA],
|
|
924
813
|
[
|
|
925
|
-
[
|
|
926
|
-
|
|
927
|
-
{
|
|
928
|
-
[_hQ]: _mr,
|
|
929
|
-
},
|
|
930
|
-
],
|
|
931
|
-
[
|
|
932
|
-
0,
|
|
933
|
-
{
|
|
934
|
-
[_hQ]: _nt,
|
|
935
|
-
},
|
|
936
|
-
],
|
|
814
|
+
[1, { [_hQ]: _mr }],
|
|
815
|
+
[0, { [_hQ]: _nt }],
|
|
937
816
|
[0, 1],
|
|
938
817
|
],
|
|
939
818
|
];
|
|
@@ -952,18 +831,8 @@ export var ListManagedFirewallDomainListsInput = [
|
|
|
952
831
|
0,
|
|
953
832
|
[_mR, _nT, _mFDLT],
|
|
954
833
|
[
|
|
955
|
-
[
|
|
956
|
-
|
|
957
|
-
{
|
|
958
|
-
[_hQ]: _mr,
|
|
959
|
-
},
|
|
960
|
-
],
|
|
961
|
-
[
|
|
962
|
-
0,
|
|
963
|
-
{
|
|
964
|
-
[_hQ]: _nt,
|
|
965
|
-
},
|
|
966
|
-
],
|
|
834
|
+
[1, { [_hQ]: _mr }],
|
|
835
|
+
[0, { [_hQ]: _nt }],
|
|
967
836
|
[0, 1],
|
|
968
837
|
],
|
|
969
838
|
];
|
|
@@ -982,10 +851,7 @@ export var ResourceNotFoundException = [
|
|
|
982
851
|
-3,
|
|
983
852
|
n0,
|
|
984
853
|
_RNFE,
|
|
985
|
-
{
|
|
986
|
-
[_e]: _c,
|
|
987
|
-
[_hE]: 404,
|
|
988
|
-
},
|
|
854
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
989
855
|
[_m, _rI, _rT],
|
|
990
856
|
[0, 0, 0],
|
|
991
857
|
];
|
|
@@ -994,10 +860,7 @@ export var ServiceQuotaExceededException = [
|
|
|
994
860
|
-3,
|
|
995
861
|
n0,
|
|
996
862
|
_SQEE,
|
|
997
|
-
{
|
|
998
|
-
[_e]: _c,
|
|
999
|
-
[_hE]: 402,
|
|
1000
|
-
},
|
|
863
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
1001
864
|
[_m, _rI, _rT, _sC, _qC],
|
|
1002
865
|
[0, 0, 0, 0, 0],
|
|
1003
866
|
];
|
|
@@ -1008,22 +871,9 @@ export var ThrottlingException = [
|
|
|
1008
871
|
-3,
|
|
1009
872
|
n0,
|
|
1010
873
|
_TE,
|
|
1011
|
-
{
|
|
1012
|
-
[_e]: _c,
|
|
1013
|
-
[_hE]: 429,
|
|
1014
|
-
},
|
|
874
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
1015
875
|
[_m, _sC, _qC, _rAS],
|
|
1016
|
-
[
|
|
1017
|
-
0,
|
|
1018
|
-
0,
|
|
1019
|
-
0,
|
|
1020
|
-
[
|
|
1021
|
-
1,
|
|
1022
|
-
{
|
|
1023
|
-
[_hH]: _RA,
|
|
1024
|
-
},
|
|
1025
|
-
],
|
|
1026
|
-
],
|
|
876
|
+
[0, 0, 0, [1, { [_hH]: _RA }]],
|
|
1027
877
|
];
|
|
1028
878
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
1029
879
|
export var UntagResourceRequest = [3, n0, _URR, 0, [_rA, _tK], [0, 64 | 0]];
|
|
@@ -1102,10 +952,7 @@ export var ValidationException = [
|
|
|
1102
952
|
-3,
|
|
1103
953
|
n0,
|
|
1104
954
|
_VE,
|
|
1105
|
-
{
|
|
1106
|
-
[_e]: _c,
|
|
1107
|
-
[_hE]: 400,
|
|
1108
|
-
},
|
|
955
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1109
956
|
[_m, _re, _fL],
|
|
1110
957
|
[0, 0, () => ValidationExceptionFieldList],
|
|
1111
958
|
];
|
|
@@ -1183,9 +1030,7 @@ export var AssociateHostedZone = [
|
|
|
1183
1030
|
9,
|
|
1184
1031
|
n0,
|
|
1185
1032
|
_AHZ,
|
|
1186
|
-
{
|
|
1187
|
-
[_h]: ["POST", "/hosted-zone-associations/{hostedZoneId}", 200],
|
|
1188
|
-
},
|
|
1033
|
+
{ [_h]: ["POST", "/hosted-zone-associations/{hostedZoneId}", 200] },
|
|
1189
1034
|
() => AssociateHostedZoneInput,
|
|
1190
1035
|
() => AssociateHostedZoneOutput,
|
|
1191
1036
|
];
|
|
@@ -1193,9 +1038,7 @@ export var BatchCreateFirewallRule = [
|
|
|
1193
1038
|
9,
|
|
1194
1039
|
n0,
|
|
1195
1040
|
_BCFR,
|
|
1196
|
-
{
|
|
1197
|
-
[_h]: ["POST", "/firewall-rules/batch-create", 200],
|
|
1198
|
-
},
|
|
1041
|
+
{ [_h]: ["POST", "/firewall-rules/batch-create", 200] },
|
|
1199
1042
|
() => BatchCreateFirewallRuleInput,
|
|
1200
1043
|
() => BatchCreateFirewallRuleOutput,
|
|
1201
1044
|
];
|
|
@@ -1203,9 +1046,7 @@ export var BatchDeleteFirewallRule = [
|
|
|
1203
1046
|
9,
|
|
1204
1047
|
n0,
|
|
1205
1048
|
_BDFR,
|
|
1206
|
-
{
|
|
1207
|
-
[_h]: ["POST", "/firewall-rules/batch-delete", 200],
|
|
1208
|
-
},
|
|
1049
|
+
{ [_h]: ["POST", "/firewall-rules/batch-delete", 200] },
|
|
1209
1050
|
() => BatchDeleteFirewallRuleInput,
|
|
1210
1051
|
() => BatchDeleteFirewallRuleOutput,
|
|
1211
1052
|
];
|
|
@@ -1213,9 +1054,7 @@ export var BatchUpdateFirewallRule = [
|
|
|
1213
1054
|
9,
|
|
1214
1055
|
n0,
|
|
1215
1056
|
_BUFR,
|
|
1216
|
-
{
|
|
1217
|
-
[_h]: ["POST", "/firewall-rules/batch-update", 200],
|
|
1218
|
-
},
|
|
1057
|
+
{ [_h]: ["POST", "/firewall-rules/batch-update", 200] },
|
|
1219
1058
|
() => BatchUpdateFirewallRuleInput,
|
|
1220
1059
|
() => BatchUpdateFirewallRuleOutput,
|
|
1221
1060
|
];
|
|
@@ -1223,9 +1062,7 @@ export var CreateAccessSource = [
|
|
|
1223
1062
|
9,
|
|
1224
1063
|
n0,
|
|
1225
1064
|
_CAS,
|
|
1226
|
-
{
|
|
1227
|
-
[_h]: ["POST", "/access-sources", 200],
|
|
1228
|
-
},
|
|
1065
|
+
{ [_h]: ["POST", "/access-sources", 200] },
|
|
1229
1066
|
() => CreateAccessSourceInput,
|
|
1230
1067
|
() => CreateAccessSourceOutput,
|
|
1231
1068
|
];
|
|
@@ -1233,9 +1070,7 @@ export var CreateAccessToken = [
|
|
|
1233
1070
|
9,
|
|
1234
1071
|
n0,
|
|
1235
1072
|
_CAT,
|
|
1236
|
-
{
|
|
1237
|
-
[_h]: ["POST", "/tokens/{dnsViewId}", 200],
|
|
1238
|
-
},
|
|
1073
|
+
{ [_h]: ["POST", "/tokens/{dnsViewId}", 200] },
|
|
1239
1074
|
() => CreateAccessTokenInput,
|
|
1240
1075
|
() => CreateAccessTokenOutput,
|
|
1241
1076
|
];
|
|
@@ -1243,9 +1078,7 @@ export var CreateDNSView = [
|
|
|
1243
1078
|
9,
|
|
1244
1079
|
n0,
|
|
1245
1080
|
_CDNSV,
|
|
1246
|
-
{
|
|
1247
|
-
[_h]: ["POST", "/dns-views/{globalResolverId}", 200],
|
|
1248
|
-
},
|
|
1081
|
+
{ [_h]: ["POST", "/dns-views/{globalResolverId}", 200] },
|
|
1249
1082
|
() => CreateDNSViewInput,
|
|
1250
1083
|
() => CreateDNSViewOutput,
|
|
1251
1084
|
];
|
|
@@ -1253,9 +1086,7 @@ export var CreateFirewallDomainList = [
|
|
|
1253
1086
|
9,
|
|
1254
1087
|
n0,
|
|
1255
1088
|
_CFDL,
|
|
1256
|
-
{
|
|
1257
|
-
[_h]: ["POST", "/firewall-domain-lists/{globalResolverId}", 200],
|
|
1258
|
-
},
|
|
1089
|
+
{ [_h]: ["POST", "/firewall-domain-lists/{globalResolverId}", 200] },
|
|
1259
1090
|
() => CreateFirewallDomainListInput,
|
|
1260
1091
|
() => CreateFirewallDomainListOutput,
|
|
1261
1092
|
];
|
|
@@ -1263,9 +1094,7 @@ export var CreateFirewallRule = [
|
|
|
1263
1094
|
9,
|
|
1264
1095
|
n0,
|
|
1265
1096
|
_CFR,
|
|
1266
|
-
{
|
|
1267
|
-
[_h]: ["POST", "/firewall-rules", 200],
|
|
1268
|
-
},
|
|
1097
|
+
{ [_h]: ["POST", "/firewall-rules", 200] },
|
|
1269
1098
|
() => CreateFirewallRuleInput,
|
|
1270
1099
|
() => CreateFirewallRuleOutput,
|
|
1271
1100
|
];
|
|
@@ -1273,9 +1102,7 @@ export var CreateGlobalResolver = [
|
|
|
1273
1102
|
9,
|
|
1274
1103
|
n0,
|
|
1275
1104
|
_CGR,
|
|
1276
|
-
{
|
|
1277
|
-
[_h]: ["POST", "/global-resolver", 200],
|
|
1278
|
-
},
|
|
1105
|
+
{ [_h]: ["POST", "/global-resolver", 200] },
|
|
1279
1106
|
() => CreateGlobalResolverInput,
|
|
1280
1107
|
() => CreateGlobalResolverOutput,
|
|
1281
1108
|
];
|
|
@@ -1283,9 +1110,7 @@ export var DeleteAccessSource = [
|
|
|
1283
1110
|
9,
|
|
1284
1111
|
n0,
|
|
1285
1112
|
_DAS,
|
|
1286
|
-
{
|
|
1287
|
-
[_h]: ["DELETE", "/access-sources/{accessSourceId}", 200],
|
|
1288
|
-
},
|
|
1113
|
+
{ [_h]: ["DELETE", "/access-sources/{accessSourceId}", 200] },
|
|
1289
1114
|
() => DeleteAccessSourceInput,
|
|
1290
1115
|
() => DeleteAccessSourceOutput,
|
|
1291
1116
|
];
|
|
@@ -1293,9 +1118,7 @@ export var DeleteAccessToken = [
|
|
|
1293
1118
|
9,
|
|
1294
1119
|
n0,
|
|
1295
1120
|
_DAT,
|
|
1296
|
-
{
|
|
1297
|
-
[_h]: ["DELETE", "/tokens/{accessTokenId}", 200],
|
|
1298
|
-
},
|
|
1121
|
+
{ [_h]: ["DELETE", "/tokens/{accessTokenId}", 200] },
|
|
1299
1122
|
() => DeleteAccessTokenInput,
|
|
1300
1123
|
() => DeleteAccessTokenOutput,
|
|
1301
1124
|
];
|
|
@@ -1303,9 +1126,7 @@ export var DeleteDNSView = [
|
|
|
1303
1126
|
9,
|
|
1304
1127
|
n0,
|
|
1305
1128
|
_DDNSV,
|
|
1306
|
-
{
|
|
1307
|
-
[_h]: ["DELETE", "/dns-views/{dnsViewId}", 200],
|
|
1308
|
-
},
|
|
1129
|
+
{ [_h]: ["DELETE", "/dns-views/{dnsViewId}", 200] },
|
|
1309
1130
|
() => DeleteDNSViewInput,
|
|
1310
1131
|
() => DeleteDNSViewOutput,
|
|
1311
1132
|
];
|
|
@@ -1313,9 +1134,7 @@ export var DeleteFirewallDomainList = [
|
|
|
1313
1134
|
9,
|
|
1314
1135
|
n0,
|
|
1315
1136
|
_DFDL,
|
|
1316
|
-
{
|
|
1317
|
-
[_h]: ["DELETE", "/firewall-domain-lists/{firewallDomainListId}", 200],
|
|
1318
|
-
},
|
|
1137
|
+
{ [_h]: ["DELETE", "/firewall-domain-lists/{firewallDomainListId}", 200] },
|
|
1319
1138
|
() => DeleteFirewallDomainListInput,
|
|
1320
1139
|
() => DeleteFirewallDomainListOutput,
|
|
1321
1140
|
];
|
|
@@ -1323,9 +1142,7 @@ export var DeleteFirewallRule = [
|
|
|
1323
1142
|
9,
|
|
1324
1143
|
n0,
|
|
1325
1144
|
_DFR,
|
|
1326
|
-
{
|
|
1327
|
-
[_h]: ["DELETE", "/firewall-rules/{firewallRuleId}", 200],
|
|
1328
|
-
},
|
|
1145
|
+
{ [_h]: ["DELETE", "/firewall-rules/{firewallRuleId}", 200] },
|
|
1329
1146
|
() => DeleteFirewallRuleInput,
|
|
1330
1147
|
() => DeleteFirewallRuleOutput,
|
|
1331
1148
|
];
|
|
@@ -1333,9 +1150,7 @@ export var DeleteGlobalResolver = [
|
|
|
1333
1150
|
9,
|
|
1334
1151
|
n0,
|
|
1335
1152
|
_DGR,
|
|
1336
|
-
{
|
|
1337
|
-
[_h]: ["DELETE", "/global-resolver/{globalResolverId}", 200],
|
|
1338
|
-
},
|
|
1153
|
+
{ [_h]: ["DELETE", "/global-resolver/{globalResolverId}", 200] },
|
|
1339
1154
|
() => DeleteGlobalResolverInput,
|
|
1340
1155
|
() => DeleteGlobalResolverOutput,
|
|
1341
1156
|
];
|
|
@@ -1343,9 +1158,7 @@ export var DisableDNSView = [
|
|
|
1343
1158
|
9,
|
|
1344
1159
|
n0,
|
|
1345
1160
|
_DDNSVi,
|
|
1346
|
-
{
|
|
1347
|
-
[_h]: ["PATCH", "/dns-views/{dnsViewId}/disable", 200],
|
|
1348
|
-
},
|
|
1161
|
+
{ [_h]: ["PATCH", "/dns-views/{dnsViewId}/disable", 200] },
|
|
1349
1162
|
() => DisableDNSViewInput,
|
|
1350
1163
|
() => DisableDNSViewOutput,
|
|
1351
1164
|
];
|
|
@@ -1353,9 +1166,7 @@ export var DisassociateHostedZone = [
|
|
|
1353
1166
|
9,
|
|
1354
1167
|
n0,
|
|
1355
1168
|
_DHZ,
|
|
1356
|
-
{
|
|
1357
|
-
[_h]: ["DELETE", "/hosted-zone-associations/hosted-zone/{hostedZoneId}/resource-arn/{resourceArn+}", 200],
|
|
1358
|
-
},
|
|
1169
|
+
{ [_h]: ["DELETE", "/hosted-zone-associations/hosted-zone/{hostedZoneId}/resource-arn/{resourceArn+}", 200] },
|
|
1359
1170
|
() => DisassociateHostedZoneInput,
|
|
1360
1171
|
() => DisassociateHostedZoneOutput,
|
|
1361
1172
|
];
|
|
@@ -1363,9 +1174,7 @@ export var EnableDNSView = [
|
|
|
1363
1174
|
9,
|
|
1364
1175
|
n0,
|
|
1365
1176
|
_EDNSV,
|
|
1366
|
-
{
|
|
1367
|
-
[_h]: ["PATCH", "/dns-views/{dnsViewId}/enable", 200],
|
|
1368
|
-
},
|
|
1177
|
+
{ [_h]: ["PATCH", "/dns-views/{dnsViewId}/enable", 200] },
|
|
1369
1178
|
() => EnableDNSViewInput,
|
|
1370
1179
|
() => EnableDNSViewOutput,
|
|
1371
1180
|
];
|
|
@@ -1373,9 +1182,7 @@ export var GetAccessSource = [
|
|
|
1373
1182
|
9,
|
|
1374
1183
|
n0,
|
|
1375
1184
|
_GAS,
|
|
1376
|
-
{
|
|
1377
|
-
[_h]: ["GET", "/access-sources/{accessSourceId}", 200],
|
|
1378
|
-
},
|
|
1185
|
+
{ [_h]: ["GET", "/access-sources/{accessSourceId}", 200] },
|
|
1379
1186
|
() => GetAccessSourceInput,
|
|
1380
1187
|
() => GetAccessSourceOutput,
|
|
1381
1188
|
];
|
|
@@ -1383,9 +1190,7 @@ export var GetAccessToken = [
|
|
|
1383
1190
|
9,
|
|
1384
1191
|
n0,
|
|
1385
1192
|
_GAT,
|
|
1386
|
-
{
|
|
1387
|
-
[_h]: ["GET", "/tokens/{accessTokenId}", 200],
|
|
1388
|
-
},
|
|
1193
|
+
{ [_h]: ["GET", "/tokens/{accessTokenId}", 200] },
|
|
1389
1194
|
() => GetAccessTokenInput,
|
|
1390
1195
|
() => GetAccessTokenOutput,
|
|
1391
1196
|
];
|
|
@@ -1393,9 +1198,7 @@ export var GetDNSView = [
|
|
|
1393
1198
|
9,
|
|
1394
1199
|
n0,
|
|
1395
1200
|
_GDNSV,
|
|
1396
|
-
{
|
|
1397
|
-
[_h]: ["GET", "/dns-views/{dnsViewId}", 200],
|
|
1398
|
-
},
|
|
1201
|
+
{ [_h]: ["GET", "/dns-views/{dnsViewId}", 200] },
|
|
1399
1202
|
() => GetDNSViewInput,
|
|
1400
1203
|
() => GetDNSViewOutput,
|
|
1401
1204
|
];
|
|
@@ -1403,9 +1206,7 @@ export var GetFirewallDomainList = [
|
|
|
1403
1206
|
9,
|
|
1404
1207
|
n0,
|
|
1405
1208
|
_GFDL,
|
|
1406
|
-
{
|
|
1407
|
-
[_h]: ["GET", "/firewall-domain-lists/{firewallDomainListId}", 200],
|
|
1408
|
-
},
|
|
1209
|
+
{ [_h]: ["GET", "/firewall-domain-lists/{firewallDomainListId}", 200] },
|
|
1409
1210
|
() => GetFirewallDomainListInput,
|
|
1410
1211
|
() => GetFirewallDomainListOutput,
|
|
1411
1212
|
];
|
|
@@ -1413,9 +1214,7 @@ export var GetFirewallRule = [
|
|
|
1413
1214
|
9,
|
|
1414
1215
|
n0,
|
|
1415
1216
|
_GFR,
|
|
1416
|
-
{
|
|
1417
|
-
[_h]: ["GET", "/firewall-rules/{firewallRuleId}", 200],
|
|
1418
|
-
},
|
|
1217
|
+
{ [_h]: ["GET", "/firewall-rules/{firewallRuleId}", 200] },
|
|
1419
1218
|
() => GetFirewallRuleInput,
|
|
1420
1219
|
() => GetFirewallRuleOutput,
|
|
1421
1220
|
];
|
|
@@ -1423,9 +1222,7 @@ export var GetGlobalResolver = [
|
|
|
1423
1222
|
9,
|
|
1424
1223
|
n0,
|
|
1425
1224
|
_GGR,
|
|
1426
|
-
{
|
|
1427
|
-
[_h]: ["GET", "/global-resolver/{globalResolverId}", 200],
|
|
1428
|
-
},
|
|
1225
|
+
{ [_h]: ["GET", "/global-resolver/{globalResolverId}", 200] },
|
|
1429
1226
|
() => GetGlobalResolverInput,
|
|
1430
1227
|
() => GetGlobalResolverOutput,
|
|
1431
1228
|
];
|
|
@@ -1433,9 +1230,7 @@ export var GetHostedZoneAssociation = [
|
|
|
1433
1230
|
9,
|
|
1434
1231
|
n0,
|
|
1435
1232
|
_GHZA,
|
|
1436
|
-
{
|
|
1437
|
-
[_h]: ["GET", "/hosted-zone-associations/{hostedZoneAssociationId}", 200],
|
|
1438
|
-
},
|
|
1233
|
+
{ [_h]: ["GET", "/hosted-zone-associations/{hostedZoneAssociationId}", 200] },
|
|
1439
1234
|
() => GetHostedZoneAssociationInput,
|
|
1440
1235
|
() => GetHostedZoneAssociationOutput,
|
|
1441
1236
|
];
|
|
@@ -1443,9 +1238,7 @@ export var GetManagedFirewallDomainList = [
|
|
|
1443
1238
|
9,
|
|
1444
1239
|
n0,
|
|
1445
1240
|
_GMFDL,
|
|
1446
|
-
{
|
|
1447
|
-
[_h]: ["GET", "/managed-firewall-domain-lists/{managedFirewallDomainListId}", 200],
|
|
1448
|
-
},
|
|
1241
|
+
{ [_h]: ["GET", "/managed-firewall-domain-lists/{managedFirewallDomainListId}", 200] },
|
|
1449
1242
|
() => GetManagedFirewallDomainListInput,
|
|
1450
1243
|
() => GetManagedFirewallDomainListOutput,
|
|
1451
1244
|
];
|
|
@@ -1453,9 +1246,7 @@ export var ImportFirewallDomains = [
|
|
|
1453
1246
|
9,
|
|
1454
1247
|
n0,
|
|
1455
1248
|
_IFD,
|
|
1456
|
-
{
|
|
1457
|
-
[_h]: ["PATCH", "/firewall-domain-lists/{firewallDomainListId}/domains/s3_file_url", 200],
|
|
1458
|
-
},
|
|
1249
|
+
{ [_h]: ["PATCH", "/firewall-domain-lists/{firewallDomainListId}/domains/s3_file_url", 200] },
|
|
1459
1250
|
() => ImportFirewallDomainsInput,
|
|
1460
1251
|
() => ImportFirewallDomainsOutput,
|
|
1461
1252
|
];
|
|
@@ -1463,9 +1254,7 @@ export var ListAccessSources = [
|
|
|
1463
1254
|
9,
|
|
1464
1255
|
n0,
|
|
1465
1256
|
_LAS,
|
|
1466
|
-
{
|
|
1467
|
-
[_h]: ["GET", "/access-sources", 200],
|
|
1468
|
-
},
|
|
1257
|
+
{ [_h]: ["GET", "/access-sources", 200] },
|
|
1469
1258
|
() => ListAccessSourcesInput,
|
|
1470
1259
|
() => ListAccessSourcesOutput,
|
|
1471
1260
|
];
|
|
@@ -1473,9 +1262,7 @@ export var ListAccessTokens = [
|
|
|
1473
1262
|
9,
|
|
1474
1263
|
n0,
|
|
1475
1264
|
_LAT,
|
|
1476
|
-
{
|
|
1477
|
-
[_h]: ["GET", "/tokens/dns-view/{dnsViewId}", 200],
|
|
1478
|
-
},
|
|
1265
|
+
{ [_h]: ["GET", "/tokens/dns-view/{dnsViewId}", 200] },
|
|
1479
1266
|
() => ListAccessTokensInput,
|
|
1480
1267
|
() => ListAccessTokensOutput,
|
|
1481
1268
|
];
|
|
@@ -1483,9 +1270,7 @@ export var ListDNSViews = [
|
|
|
1483
1270
|
9,
|
|
1484
1271
|
n0,
|
|
1485
1272
|
_LDNSV,
|
|
1486
|
-
{
|
|
1487
|
-
[_h]: ["GET", "/dns-views/resolver/{globalResolverId}", 200],
|
|
1488
|
-
},
|
|
1273
|
+
{ [_h]: ["GET", "/dns-views/resolver/{globalResolverId}", 200] },
|
|
1489
1274
|
() => ListDNSViewsInput,
|
|
1490
1275
|
() => ListDNSViewsOutput,
|
|
1491
1276
|
];
|
|
@@ -1493,9 +1278,7 @@ export var ListFirewallDomainLists = [
|
|
|
1493
1278
|
9,
|
|
1494
1279
|
n0,
|
|
1495
1280
|
_LFDL,
|
|
1496
|
-
{
|
|
1497
|
-
[_h]: ["GET", "/firewall-domain-lists", 200],
|
|
1498
|
-
},
|
|
1281
|
+
{ [_h]: ["GET", "/firewall-domain-lists", 200] },
|
|
1499
1282
|
() => ListFirewallDomainListsInput,
|
|
1500
1283
|
() => ListFirewallDomainListsOutput,
|
|
1501
1284
|
];
|
|
@@ -1503,9 +1286,7 @@ export var ListFirewallDomains = [
|
|
|
1503
1286
|
9,
|
|
1504
1287
|
n0,
|
|
1505
1288
|
_LFD,
|
|
1506
|
-
{
|
|
1507
|
-
[_h]: ["GET", "/firewall-domain-lists/{firewallDomainListId}/domains", 200],
|
|
1508
|
-
},
|
|
1289
|
+
{ [_h]: ["GET", "/firewall-domain-lists/{firewallDomainListId}/domains", 200] },
|
|
1509
1290
|
() => ListFirewallDomainsInput,
|
|
1510
1291
|
() => ListFirewallDomainsOutput,
|
|
1511
1292
|
];
|
|
@@ -1513,9 +1294,7 @@ export var ListFirewallRules = [
|
|
|
1513
1294
|
9,
|
|
1514
1295
|
n0,
|
|
1515
1296
|
_LFR,
|
|
1516
|
-
{
|
|
1517
|
-
[_h]: ["GET", "/firewall-rules", 200],
|
|
1518
|
-
},
|
|
1297
|
+
{ [_h]: ["GET", "/firewall-rules", 200] },
|
|
1519
1298
|
() => ListFirewallRulesInput,
|
|
1520
1299
|
() => ListFirewallRulesOutput,
|
|
1521
1300
|
];
|
|
@@ -1523,9 +1302,7 @@ export var ListGlobalResolvers = [
|
|
|
1523
1302
|
9,
|
|
1524
1303
|
n0,
|
|
1525
1304
|
_LGR,
|
|
1526
|
-
{
|
|
1527
|
-
[_h]: ["GET", "/global-resolver", 200],
|
|
1528
|
-
},
|
|
1305
|
+
{ [_h]: ["GET", "/global-resolver", 200] },
|
|
1529
1306
|
() => ListGlobalResolversInput,
|
|
1530
1307
|
() => ListGlobalResolversOutput,
|
|
1531
1308
|
];
|
|
@@ -1533,9 +1310,7 @@ export var ListHostedZoneAssociations = [
|
|
|
1533
1310
|
9,
|
|
1534
1311
|
n0,
|
|
1535
1312
|
_LHZA,
|
|
1536
|
-
{
|
|
1537
|
-
[_h]: ["GET", "/hosted-zone-associations/resource-arn/{resourceArn+}", 200],
|
|
1538
|
-
},
|
|
1313
|
+
{ [_h]: ["GET", "/hosted-zone-associations/resource-arn/{resourceArn+}", 200] },
|
|
1539
1314
|
() => ListHostedZoneAssociationsInput,
|
|
1540
1315
|
() => ListHostedZoneAssociationsOutput,
|
|
1541
1316
|
];
|
|
@@ -1543,9 +1318,7 @@ export var ListManagedFirewallDomainLists = [
|
|
|
1543
1318
|
9,
|
|
1544
1319
|
n0,
|
|
1545
1320
|
_LMFDL,
|
|
1546
|
-
{
|
|
1547
|
-
[_h]: ["GET", "/list-managed-firewall-domain-lists/{managedFirewallDomainListType}", 200],
|
|
1548
|
-
},
|
|
1321
|
+
{ [_h]: ["GET", "/list-managed-firewall-domain-lists/{managedFirewallDomainListType}", 200] },
|
|
1549
1322
|
() => ListManagedFirewallDomainListsInput,
|
|
1550
1323
|
() => ListManagedFirewallDomainListsOutput,
|
|
1551
1324
|
];
|
|
@@ -1553,9 +1326,7 @@ export var ListTagsForResource = [
|
|
|
1553
1326
|
9,
|
|
1554
1327
|
n0,
|
|
1555
1328
|
_LTFR,
|
|
1556
|
-
{
|
|
1557
|
-
[_h]: ["POST", "/get-all-tags", 200],
|
|
1558
|
-
},
|
|
1329
|
+
{ [_h]: ["POST", "/get-all-tags", 200] },
|
|
1559
1330
|
() => ListTagsForResourceRequest,
|
|
1560
1331
|
() => ListTagsForResourceResponse,
|
|
1561
1332
|
];
|
|
@@ -1563,9 +1334,7 @@ export var TagResource = [
|
|
|
1563
1334
|
9,
|
|
1564
1335
|
n0,
|
|
1565
1336
|
_TR,
|
|
1566
|
-
{
|
|
1567
|
-
[_h]: ["POST", "/tag-resource", 200],
|
|
1568
|
-
},
|
|
1337
|
+
{ [_h]: ["POST", "/tag-resource", 200] },
|
|
1569
1338
|
() => TagResourceRequest,
|
|
1570
1339
|
() => TagResourceResponse,
|
|
1571
1340
|
];
|
|
@@ -1573,9 +1342,7 @@ export var UntagResource = [
|
|
|
1573
1342
|
9,
|
|
1574
1343
|
n0,
|
|
1575
1344
|
_UR,
|
|
1576
|
-
{
|
|
1577
|
-
[_h]: ["POST", "/untag-resource", 200],
|
|
1578
|
-
},
|
|
1345
|
+
{ [_h]: ["POST", "/untag-resource", 200] },
|
|
1579
1346
|
() => UntagResourceRequest,
|
|
1580
1347
|
() => UntagResourceResponse,
|
|
1581
1348
|
];
|
|
@@ -1583,9 +1350,7 @@ export var UpdateAccessSource = [
|
|
|
1583
1350
|
9,
|
|
1584
1351
|
n0,
|
|
1585
1352
|
_UAS,
|
|
1586
|
-
{
|
|
1587
|
-
[_h]: ["PATCH", "/access-sources/{accessSourceId}", 200],
|
|
1588
|
-
},
|
|
1353
|
+
{ [_h]: ["PATCH", "/access-sources/{accessSourceId}", 200] },
|
|
1589
1354
|
() => UpdateAccessSourceInput,
|
|
1590
1355
|
() => UpdateAccessSourceOutput,
|
|
1591
1356
|
];
|
|
@@ -1593,9 +1358,7 @@ export var UpdateAccessToken = [
|
|
|
1593
1358
|
9,
|
|
1594
1359
|
n0,
|
|
1595
1360
|
_UAT,
|
|
1596
|
-
{
|
|
1597
|
-
[_h]: ["PATCH", "/tokens/{accessTokenId}", 200],
|
|
1598
|
-
},
|
|
1361
|
+
{ [_h]: ["PATCH", "/tokens/{accessTokenId}", 200] },
|
|
1599
1362
|
() => UpdateAccessTokenInput,
|
|
1600
1363
|
() => UpdateAccessTokenOutput,
|
|
1601
1364
|
];
|
|
@@ -1603,9 +1366,7 @@ export var UpdateDNSView = [
|
|
|
1603
1366
|
9,
|
|
1604
1367
|
n0,
|
|
1605
1368
|
_UDNSV,
|
|
1606
|
-
{
|
|
1607
|
-
[_h]: ["PATCH", "/dns-views/{dnsViewId}", 200],
|
|
1608
|
-
},
|
|
1369
|
+
{ [_h]: ["PATCH", "/dns-views/{dnsViewId}", 200] },
|
|
1609
1370
|
() => UpdateDNSViewInput,
|
|
1610
1371
|
() => UpdateDNSViewOutput,
|
|
1611
1372
|
];
|
|
@@ -1613,9 +1374,7 @@ export var UpdateFirewallDomains = [
|
|
|
1613
1374
|
9,
|
|
1614
1375
|
n0,
|
|
1615
1376
|
_UFD,
|
|
1616
|
-
{
|
|
1617
|
-
[_h]: ["PATCH", "/firewall-domain-lists/{firewallDomainListId}/domains", 200],
|
|
1618
|
-
},
|
|
1377
|
+
{ [_h]: ["PATCH", "/firewall-domain-lists/{firewallDomainListId}/domains", 200] },
|
|
1619
1378
|
() => UpdateFirewallDomainsInput,
|
|
1620
1379
|
() => UpdateFirewallDomainsOutput,
|
|
1621
1380
|
];
|
|
@@ -1623,9 +1382,7 @@ export var UpdateFirewallRule = [
|
|
|
1623
1382
|
9,
|
|
1624
1383
|
n0,
|
|
1625
1384
|
_UFR,
|
|
1626
|
-
{
|
|
1627
|
-
[_h]: ["PATCH", "/firewall-rules/{firewallRuleId}", 200],
|
|
1628
|
-
},
|
|
1385
|
+
{ [_h]: ["PATCH", "/firewall-rules/{firewallRuleId}", 200] },
|
|
1629
1386
|
() => UpdateFirewallRuleInput,
|
|
1630
1387
|
() => UpdateFirewallRuleOutput,
|
|
1631
1388
|
];
|
|
@@ -1633,9 +1390,7 @@ export var UpdateGlobalResolver = [
|
|
|
1633
1390
|
9,
|
|
1634
1391
|
n0,
|
|
1635
1392
|
_UGR,
|
|
1636
|
-
{
|
|
1637
|
-
[_h]: ["PATCH", "/global-resolver/{globalResolverId}", 200],
|
|
1638
|
-
},
|
|
1393
|
+
{ [_h]: ["PATCH", "/global-resolver/{globalResolverId}", 200] },
|
|
1639
1394
|
() => UpdateGlobalResolverInput,
|
|
1640
1395
|
() => UpdateGlobalResolverOutput,
|
|
1641
1396
|
];
|
|
@@ -1643,9 +1398,7 @@ export var UpdateHostedZoneAssociation = [
|
|
|
1643
1398
|
9,
|
|
1644
1399
|
n0,
|
|
1645
1400
|
_UHZA,
|
|
1646
|
-
{
|
|
1647
|
-
[_h]: ["PATCH", "/hosted-zone-associations/{hostedZoneAssociationId}", 200],
|
|
1648
|
-
},
|
|
1401
|
+
{ [_h]: ["PATCH", "/hosted-zone-associations/{hostedZoneAssociationId}", 200] },
|
|
1649
1402
|
() => UpdateHostedZoneAssociationInput,
|
|
1650
1403
|
() => UpdateHostedZoneAssociationOutput,
|
|
1651
1404
|
];
|