@aws-sdk/client-route53globalresolver 3.943.0 → 3.947.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 -324
- 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 -2
- 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/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -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,16 +952,12 @@ 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
|
];
|
|
1112
959
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
1113
960
|
export var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
1114
|
-
export var __Unit = "unit";
|
|
1115
961
|
export var Route53GlobalResolverServiceException = [
|
|
1116
962
|
-3,
|
|
1117
963
|
_sm,
|
|
@@ -1183,9 +1029,7 @@ export var AssociateHostedZone = [
|
|
|
1183
1029
|
9,
|
|
1184
1030
|
n0,
|
|
1185
1031
|
_AHZ,
|
|
1186
|
-
{
|
|
1187
|
-
[_h]: ["POST", "/hosted-zone-associations/{hostedZoneId}", 200],
|
|
1188
|
-
},
|
|
1032
|
+
{ [_h]: ["POST", "/hosted-zone-associations/{hostedZoneId}", 200] },
|
|
1189
1033
|
() => AssociateHostedZoneInput,
|
|
1190
1034
|
() => AssociateHostedZoneOutput,
|
|
1191
1035
|
];
|
|
@@ -1193,9 +1037,7 @@ export var BatchCreateFirewallRule = [
|
|
|
1193
1037
|
9,
|
|
1194
1038
|
n0,
|
|
1195
1039
|
_BCFR,
|
|
1196
|
-
{
|
|
1197
|
-
[_h]: ["POST", "/firewall-rules/batch-create", 200],
|
|
1198
|
-
},
|
|
1040
|
+
{ [_h]: ["POST", "/firewall-rules/batch-create", 200] },
|
|
1199
1041
|
() => BatchCreateFirewallRuleInput,
|
|
1200
1042
|
() => BatchCreateFirewallRuleOutput,
|
|
1201
1043
|
];
|
|
@@ -1203,9 +1045,7 @@ export var BatchDeleteFirewallRule = [
|
|
|
1203
1045
|
9,
|
|
1204
1046
|
n0,
|
|
1205
1047
|
_BDFR,
|
|
1206
|
-
{
|
|
1207
|
-
[_h]: ["POST", "/firewall-rules/batch-delete", 200],
|
|
1208
|
-
},
|
|
1048
|
+
{ [_h]: ["POST", "/firewall-rules/batch-delete", 200] },
|
|
1209
1049
|
() => BatchDeleteFirewallRuleInput,
|
|
1210
1050
|
() => BatchDeleteFirewallRuleOutput,
|
|
1211
1051
|
];
|
|
@@ -1213,9 +1053,7 @@ export var BatchUpdateFirewallRule = [
|
|
|
1213
1053
|
9,
|
|
1214
1054
|
n0,
|
|
1215
1055
|
_BUFR,
|
|
1216
|
-
{
|
|
1217
|
-
[_h]: ["POST", "/firewall-rules/batch-update", 200],
|
|
1218
|
-
},
|
|
1056
|
+
{ [_h]: ["POST", "/firewall-rules/batch-update", 200] },
|
|
1219
1057
|
() => BatchUpdateFirewallRuleInput,
|
|
1220
1058
|
() => BatchUpdateFirewallRuleOutput,
|
|
1221
1059
|
];
|
|
@@ -1223,9 +1061,7 @@ export var CreateAccessSource = [
|
|
|
1223
1061
|
9,
|
|
1224
1062
|
n0,
|
|
1225
1063
|
_CAS,
|
|
1226
|
-
{
|
|
1227
|
-
[_h]: ["POST", "/access-sources", 200],
|
|
1228
|
-
},
|
|
1064
|
+
{ [_h]: ["POST", "/access-sources", 200] },
|
|
1229
1065
|
() => CreateAccessSourceInput,
|
|
1230
1066
|
() => CreateAccessSourceOutput,
|
|
1231
1067
|
];
|
|
@@ -1233,9 +1069,7 @@ export var CreateAccessToken = [
|
|
|
1233
1069
|
9,
|
|
1234
1070
|
n0,
|
|
1235
1071
|
_CAT,
|
|
1236
|
-
{
|
|
1237
|
-
[_h]: ["POST", "/tokens/{dnsViewId}", 200],
|
|
1238
|
-
},
|
|
1072
|
+
{ [_h]: ["POST", "/tokens/{dnsViewId}", 200] },
|
|
1239
1073
|
() => CreateAccessTokenInput,
|
|
1240
1074
|
() => CreateAccessTokenOutput,
|
|
1241
1075
|
];
|
|
@@ -1243,9 +1077,7 @@ export var CreateDNSView = [
|
|
|
1243
1077
|
9,
|
|
1244
1078
|
n0,
|
|
1245
1079
|
_CDNSV,
|
|
1246
|
-
{
|
|
1247
|
-
[_h]: ["POST", "/dns-views/{globalResolverId}", 200],
|
|
1248
|
-
},
|
|
1080
|
+
{ [_h]: ["POST", "/dns-views/{globalResolverId}", 200] },
|
|
1249
1081
|
() => CreateDNSViewInput,
|
|
1250
1082
|
() => CreateDNSViewOutput,
|
|
1251
1083
|
];
|
|
@@ -1253,9 +1085,7 @@ export var CreateFirewallDomainList = [
|
|
|
1253
1085
|
9,
|
|
1254
1086
|
n0,
|
|
1255
1087
|
_CFDL,
|
|
1256
|
-
{
|
|
1257
|
-
[_h]: ["POST", "/firewall-domain-lists/{globalResolverId}", 200],
|
|
1258
|
-
},
|
|
1088
|
+
{ [_h]: ["POST", "/firewall-domain-lists/{globalResolverId}", 200] },
|
|
1259
1089
|
() => CreateFirewallDomainListInput,
|
|
1260
1090
|
() => CreateFirewallDomainListOutput,
|
|
1261
1091
|
];
|
|
@@ -1263,9 +1093,7 @@ export var CreateFirewallRule = [
|
|
|
1263
1093
|
9,
|
|
1264
1094
|
n0,
|
|
1265
1095
|
_CFR,
|
|
1266
|
-
{
|
|
1267
|
-
[_h]: ["POST", "/firewall-rules", 200],
|
|
1268
|
-
},
|
|
1096
|
+
{ [_h]: ["POST", "/firewall-rules", 200] },
|
|
1269
1097
|
() => CreateFirewallRuleInput,
|
|
1270
1098
|
() => CreateFirewallRuleOutput,
|
|
1271
1099
|
];
|
|
@@ -1273,9 +1101,7 @@ export var CreateGlobalResolver = [
|
|
|
1273
1101
|
9,
|
|
1274
1102
|
n0,
|
|
1275
1103
|
_CGR,
|
|
1276
|
-
{
|
|
1277
|
-
[_h]: ["POST", "/global-resolver", 200],
|
|
1278
|
-
},
|
|
1104
|
+
{ [_h]: ["POST", "/global-resolver", 200] },
|
|
1279
1105
|
() => CreateGlobalResolverInput,
|
|
1280
1106
|
() => CreateGlobalResolverOutput,
|
|
1281
1107
|
];
|
|
@@ -1283,9 +1109,7 @@ export var DeleteAccessSource = [
|
|
|
1283
1109
|
9,
|
|
1284
1110
|
n0,
|
|
1285
1111
|
_DAS,
|
|
1286
|
-
{
|
|
1287
|
-
[_h]: ["DELETE", "/access-sources/{accessSourceId}", 200],
|
|
1288
|
-
},
|
|
1112
|
+
{ [_h]: ["DELETE", "/access-sources/{accessSourceId}", 200] },
|
|
1289
1113
|
() => DeleteAccessSourceInput,
|
|
1290
1114
|
() => DeleteAccessSourceOutput,
|
|
1291
1115
|
];
|
|
@@ -1293,9 +1117,7 @@ export var DeleteAccessToken = [
|
|
|
1293
1117
|
9,
|
|
1294
1118
|
n0,
|
|
1295
1119
|
_DAT,
|
|
1296
|
-
{
|
|
1297
|
-
[_h]: ["DELETE", "/tokens/{accessTokenId}", 200],
|
|
1298
|
-
},
|
|
1120
|
+
{ [_h]: ["DELETE", "/tokens/{accessTokenId}", 200] },
|
|
1299
1121
|
() => DeleteAccessTokenInput,
|
|
1300
1122
|
() => DeleteAccessTokenOutput,
|
|
1301
1123
|
];
|
|
@@ -1303,9 +1125,7 @@ export var DeleteDNSView = [
|
|
|
1303
1125
|
9,
|
|
1304
1126
|
n0,
|
|
1305
1127
|
_DDNSV,
|
|
1306
|
-
{
|
|
1307
|
-
[_h]: ["DELETE", "/dns-views/{dnsViewId}", 200],
|
|
1308
|
-
},
|
|
1128
|
+
{ [_h]: ["DELETE", "/dns-views/{dnsViewId}", 200] },
|
|
1309
1129
|
() => DeleteDNSViewInput,
|
|
1310
1130
|
() => DeleteDNSViewOutput,
|
|
1311
1131
|
];
|
|
@@ -1313,9 +1133,7 @@ export var DeleteFirewallDomainList = [
|
|
|
1313
1133
|
9,
|
|
1314
1134
|
n0,
|
|
1315
1135
|
_DFDL,
|
|
1316
|
-
{
|
|
1317
|
-
[_h]: ["DELETE", "/firewall-domain-lists/{firewallDomainListId}", 200],
|
|
1318
|
-
},
|
|
1136
|
+
{ [_h]: ["DELETE", "/firewall-domain-lists/{firewallDomainListId}", 200] },
|
|
1319
1137
|
() => DeleteFirewallDomainListInput,
|
|
1320
1138
|
() => DeleteFirewallDomainListOutput,
|
|
1321
1139
|
];
|
|
@@ -1323,9 +1141,7 @@ export var DeleteFirewallRule = [
|
|
|
1323
1141
|
9,
|
|
1324
1142
|
n0,
|
|
1325
1143
|
_DFR,
|
|
1326
|
-
{
|
|
1327
|
-
[_h]: ["DELETE", "/firewall-rules/{firewallRuleId}", 200],
|
|
1328
|
-
},
|
|
1144
|
+
{ [_h]: ["DELETE", "/firewall-rules/{firewallRuleId}", 200] },
|
|
1329
1145
|
() => DeleteFirewallRuleInput,
|
|
1330
1146
|
() => DeleteFirewallRuleOutput,
|
|
1331
1147
|
];
|
|
@@ -1333,9 +1149,7 @@ export var DeleteGlobalResolver = [
|
|
|
1333
1149
|
9,
|
|
1334
1150
|
n0,
|
|
1335
1151
|
_DGR,
|
|
1336
|
-
{
|
|
1337
|
-
[_h]: ["DELETE", "/global-resolver/{globalResolverId}", 200],
|
|
1338
|
-
},
|
|
1152
|
+
{ [_h]: ["DELETE", "/global-resolver/{globalResolverId}", 200] },
|
|
1339
1153
|
() => DeleteGlobalResolverInput,
|
|
1340
1154
|
() => DeleteGlobalResolverOutput,
|
|
1341
1155
|
];
|
|
@@ -1343,9 +1157,7 @@ export var DisableDNSView = [
|
|
|
1343
1157
|
9,
|
|
1344
1158
|
n0,
|
|
1345
1159
|
_DDNSVi,
|
|
1346
|
-
{
|
|
1347
|
-
[_h]: ["PATCH", "/dns-views/{dnsViewId}/disable", 200],
|
|
1348
|
-
},
|
|
1160
|
+
{ [_h]: ["PATCH", "/dns-views/{dnsViewId}/disable", 200] },
|
|
1349
1161
|
() => DisableDNSViewInput,
|
|
1350
1162
|
() => DisableDNSViewOutput,
|
|
1351
1163
|
];
|
|
@@ -1353,9 +1165,7 @@ export var DisassociateHostedZone = [
|
|
|
1353
1165
|
9,
|
|
1354
1166
|
n0,
|
|
1355
1167
|
_DHZ,
|
|
1356
|
-
{
|
|
1357
|
-
[_h]: ["DELETE", "/hosted-zone-associations/hosted-zone/{hostedZoneId}/resource-arn/{resourceArn+}", 200],
|
|
1358
|
-
},
|
|
1168
|
+
{ [_h]: ["DELETE", "/hosted-zone-associations/hosted-zone/{hostedZoneId}/resource-arn/{resourceArn+}", 200] },
|
|
1359
1169
|
() => DisassociateHostedZoneInput,
|
|
1360
1170
|
() => DisassociateHostedZoneOutput,
|
|
1361
1171
|
];
|
|
@@ -1363,9 +1173,7 @@ export var EnableDNSView = [
|
|
|
1363
1173
|
9,
|
|
1364
1174
|
n0,
|
|
1365
1175
|
_EDNSV,
|
|
1366
|
-
{
|
|
1367
|
-
[_h]: ["PATCH", "/dns-views/{dnsViewId}/enable", 200],
|
|
1368
|
-
},
|
|
1176
|
+
{ [_h]: ["PATCH", "/dns-views/{dnsViewId}/enable", 200] },
|
|
1369
1177
|
() => EnableDNSViewInput,
|
|
1370
1178
|
() => EnableDNSViewOutput,
|
|
1371
1179
|
];
|
|
@@ -1373,9 +1181,7 @@ export var GetAccessSource = [
|
|
|
1373
1181
|
9,
|
|
1374
1182
|
n0,
|
|
1375
1183
|
_GAS,
|
|
1376
|
-
{
|
|
1377
|
-
[_h]: ["GET", "/access-sources/{accessSourceId}", 200],
|
|
1378
|
-
},
|
|
1184
|
+
{ [_h]: ["GET", "/access-sources/{accessSourceId}", 200] },
|
|
1379
1185
|
() => GetAccessSourceInput,
|
|
1380
1186
|
() => GetAccessSourceOutput,
|
|
1381
1187
|
];
|
|
@@ -1383,9 +1189,7 @@ export var GetAccessToken = [
|
|
|
1383
1189
|
9,
|
|
1384
1190
|
n0,
|
|
1385
1191
|
_GAT,
|
|
1386
|
-
{
|
|
1387
|
-
[_h]: ["GET", "/tokens/{accessTokenId}", 200],
|
|
1388
|
-
},
|
|
1192
|
+
{ [_h]: ["GET", "/tokens/{accessTokenId}", 200] },
|
|
1389
1193
|
() => GetAccessTokenInput,
|
|
1390
1194
|
() => GetAccessTokenOutput,
|
|
1391
1195
|
];
|
|
@@ -1393,9 +1197,7 @@ export var GetDNSView = [
|
|
|
1393
1197
|
9,
|
|
1394
1198
|
n0,
|
|
1395
1199
|
_GDNSV,
|
|
1396
|
-
{
|
|
1397
|
-
[_h]: ["GET", "/dns-views/{dnsViewId}", 200],
|
|
1398
|
-
},
|
|
1200
|
+
{ [_h]: ["GET", "/dns-views/{dnsViewId}", 200] },
|
|
1399
1201
|
() => GetDNSViewInput,
|
|
1400
1202
|
() => GetDNSViewOutput,
|
|
1401
1203
|
];
|
|
@@ -1403,9 +1205,7 @@ export var GetFirewallDomainList = [
|
|
|
1403
1205
|
9,
|
|
1404
1206
|
n0,
|
|
1405
1207
|
_GFDL,
|
|
1406
|
-
{
|
|
1407
|
-
[_h]: ["GET", "/firewall-domain-lists/{firewallDomainListId}", 200],
|
|
1408
|
-
},
|
|
1208
|
+
{ [_h]: ["GET", "/firewall-domain-lists/{firewallDomainListId}", 200] },
|
|
1409
1209
|
() => GetFirewallDomainListInput,
|
|
1410
1210
|
() => GetFirewallDomainListOutput,
|
|
1411
1211
|
];
|
|
@@ -1413,9 +1213,7 @@ export var GetFirewallRule = [
|
|
|
1413
1213
|
9,
|
|
1414
1214
|
n0,
|
|
1415
1215
|
_GFR,
|
|
1416
|
-
{
|
|
1417
|
-
[_h]: ["GET", "/firewall-rules/{firewallRuleId}", 200],
|
|
1418
|
-
},
|
|
1216
|
+
{ [_h]: ["GET", "/firewall-rules/{firewallRuleId}", 200] },
|
|
1419
1217
|
() => GetFirewallRuleInput,
|
|
1420
1218
|
() => GetFirewallRuleOutput,
|
|
1421
1219
|
];
|
|
@@ -1423,9 +1221,7 @@ export var GetGlobalResolver = [
|
|
|
1423
1221
|
9,
|
|
1424
1222
|
n0,
|
|
1425
1223
|
_GGR,
|
|
1426
|
-
{
|
|
1427
|
-
[_h]: ["GET", "/global-resolver/{globalResolverId}", 200],
|
|
1428
|
-
},
|
|
1224
|
+
{ [_h]: ["GET", "/global-resolver/{globalResolverId}", 200] },
|
|
1429
1225
|
() => GetGlobalResolverInput,
|
|
1430
1226
|
() => GetGlobalResolverOutput,
|
|
1431
1227
|
];
|
|
@@ -1433,9 +1229,7 @@ export var GetHostedZoneAssociation = [
|
|
|
1433
1229
|
9,
|
|
1434
1230
|
n0,
|
|
1435
1231
|
_GHZA,
|
|
1436
|
-
{
|
|
1437
|
-
[_h]: ["GET", "/hosted-zone-associations/{hostedZoneAssociationId}", 200],
|
|
1438
|
-
},
|
|
1232
|
+
{ [_h]: ["GET", "/hosted-zone-associations/{hostedZoneAssociationId}", 200] },
|
|
1439
1233
|
() => GetHostedZoneAssociationInput,
|
|
1440
1234
|
() => GetHostedZoneAssociationOutput,
|
|
1441
1235
|
];
|
|
@@ -1443,9 +1237,7 @@ export var GetManagedFirewallDomainList = [
|
|
|
1443
1237
|
9,
|
|
1444
1238
|
n0,
|
|
1445
1239
|
_GMFDL,
|
|
1446
|
-
{
|
|
1447
|
-
[_h]: ["GET", "/managed-firewall-domain-lists/{managedFirewallDomainListId}", 200],
|
|
1448
|
-
},
|
|
1240
|
+
{ [_h]: ["GET", "/managed-firewall-domain-lists/{managedFirewallDomainListId}", 200] },
|
|
1449
1241
|
() => GetManagedFirewallDomainListInput,
|
|
1450
1242
|
() => GetManagedFirewallDomainListOutput,
|
|
1451
1243
|
];
|
|
@@ -1453,9 +1245,7 @@ export var ImportFirewallDomains = [
|
|
|
1453
1245
|
9,
|
|
1454
1246
|
n0,
|
|
1455
1247
|
_IFD,
|
|
1456
|
-
{
|
|
1457
|
-
[_h]: ["PATCH", "/firewall-domain-lists/{firewallDomainListId}/domains/s3_file_url", 200],
|
|
1458
|
-
},
|
|
1248
|
+
{ [_h]: ["PATCH", "/firewall-domain-lists/{firewallDomainListId}/domains/s3_file_url", 200] },
|
|
1459
1249
|
() => ImportFirewallDomainsInput,
|
|
1460
1250
|
() => ImportFirewallDomainsOutput,
|
|
1461
1251
|
];
|
|
@@ -1463,9 +1253,7 @@ export var ListAccessSources = [
|
|
|
1463
1253
|
9,
|
|
1464
1254
|
n0,
|
|
1465
1255
|
_LAS,
|
|
1466
|
-
{
|
|
1467
|
-
[_h]: ["GET", "/access-sources", 200],
|
|
1468
|
-
},
|
|
1256
|
+
{ [_h]: ["GET", "/access-sources", 200] },
|
|
1469
1257
|
() => ListAccessSourcesInput,
|
|
1470
1258
|
() => ListAccessSourcesOutput,
|
|
1471
1259
|
];
|
|
@@ -1473,9 +1261,7 @@ export var ListAccessTokens = [
|
|
|
1473
1261
|
9,
|
|
1474
1262
|
n0,
|
|
1475
1263
|
_LAT,
|
|
1476
|
-
{
|
|
1477
|
-
[_h]: ["GET", "/tokens/dns-view/{dnsViewId}", 200],
|
|
1478
|
-
},
|
|
1264
|
+
{ [_h]: ["GET", "/tokens/dns-view/{dnsViewId}", 200] },
|
|
1479
1265
|
() => ListAccessTokensInput,
|
|
1480
1266
|
() => ListAccessTokensOutput,
|
|
1481
1267
|
];
|
|
@@ -1483,9 +1269,7 @@ export var ListDNSViews = [
|
|
|
1483
1269
|
9,
|
|
1484
1270
|
n0,
|
|
1485
1271
|
_LDNSV,
|
|
1486
|
-
{
|
|
1487
|
-
[_h]: ["GET", "/dns-views/resolver/{globalResolverId}", 200],
|
|
1488
|
-
},
|
|
1272
|
+
{ [_h]: ["GET", "/dns-views/resolver/{globalResolverId}", 200] },
|
|
1489
1273
|
() => ListDNSViewsInput,
|
|
1490
1274
|
() => ListDNSViewsOutput,
|
|
1491
1275
|
];
|
|
@@ -1493,9 +1277,7 @@ export var ListFirewallDomainLists = [
|
|
|
1493
1277
|
9,
|
|
1494
1278
|
n0,
|
|
1495
1279
|
_LFDL,
|
|
1496
|
-
{
|
|
1497
|
-
[_h]: ["GET", "/firewall-domain-lists", 200],
|
|
1498
|
-
},
|
|
1280
|
+
{ [_h]: ["GET", "/firewall-domain-lists", 200] },
|
|
1499
1281
|
() => ListFirewallDomainListsInput,
|
|
1500
1282
|
() => ListFirewallDomainListsOutput,
|
|
1501
1283
|
];
|
|
@@ -1503,9 +1285,7 @@ export var ListFirewallDomains = [
|
|
|
1503
1285
|
9,
|
|
1504
1286
|
n0,
|
|
1505
1287
|
_LFD,
|
|
1506
|
-
{
|
|
1507
|
-
[_h]: ["GET", "/firewall-domain-lists/{firewallDomainListId}/domains", 200],
|
|
1508
|
-
},
|
|
1288
|
+
{ [_h]: ["GET", "/firewall-domain-lists/{firewallDomainListId}/domains", 200] },
|
|
1509
1289
|
() => ListFirewallDomainsInput,
|
|
1510
1290
|
() => ListFirewallDomainsOutput,
|
|
1511
1291
|
];
|
|
@@ -1513,9 +1293,7 @@ export var ListFirewallRules = [
|
|
|
1513
1293
|
9,
|
|
1514
1294
|
n0,
|
|
1515
1295
|
_LFR,
|
|
1516
|
-
{
|
|
1517
|
-
[_h]: ["GET", "/firewall-rules", 200],
|
|
1518
|
-
},
|
|
1296
|
+
{ [_h]: ["GET", "/firewall-rules", 200] },
|
|
1519
1297
|
() => ListFirewallRulesInput,
|
|
1520
1298
|
() => ListFirewallRulesOutput,
|
|
1521
1299
|
];
|
|
@@ -1523,9 +1301,7 @@ export var ListGlobalResolvers = [
|
|
|
1523
1301
|
9,
|
|
1524
1302
|
n0,
|
|
1525
1303
|
_LGR,
|
|
1526
|
-
{
|
|
1527
|
-
[_h]: ["GET", "/global-resolver", 200],
|
|
1528
|
-
},
|
|
1304
|
+
{ [_h]: ["GET", "/global-resolver", 200] },
|
|
1529
1305
|
() => ListGlobalResolversInput,
|
|
1530
1306
|
() => ListGlobalResolversOutput,
|
|
1531
1307
|
];
|
|
@@ -1533,9 +1309,7 @@ export var ListHostedZoneAssociations = [
|
|
|
1533
1309
|
9,
|
|
1534
1310
|
n0,
|
|
1535
1311
|
_LHZA,
|
|
1536
|
-
{
|
|
1537
|
-
[_h]: ["GET", "/hosted-zone-associations/resource-arn/{resourceArn+}", 200],
|
|
1538
|
-
},
|
|
1312
|
+
{ [_h]: ["GET", "/hosted-zone-associations/resource-arn/{resourceArn+}", 200] },
|
|
1539
1313
|
() => ListHostedZoneAssociationsInput,
|
|
1540
1314
|
() => ListHostedZoneAssociationsOutput,
|
|
1541
1315
|
];
|
|
@@ -1543,9 +1317,7 @@ export var ListManagedFirewallDomainLists = [
|
|
|
1543
1317
|
9,
|
|
1544
1318
|
n0,
|
|
1545
1319
|
_LMFDL,
|
|
1546
|
-
{
|
|
1547
|
-
[_h]: ["GET", "/list-managed-firewall-domain-lists/{managedFirewallDomainListType}", 200],
|
|
1548
|
-
},
|
|
1320
|
+
{ [_h]: ["GET", "/list-managed-firewall-domain-lists/{managedFirewallDomainListType}", 200] },
|
|
1549
1321
|
() => ListManagedFirewallDomainListsInput,
|
|
1550
1322
|
() => ListManagedFirewallDomainListsOutput,
|
|
1551
1323
|
];
|
|
@@ -1553,9 +1325,7 @@ export var ListTagsForResource = [
|
|
|
1553
1325
|
9,
|
|
1554
1326
|
n0,
|
|
1555
1327
|
_LTFR,
|
|
1556
|
-
{
|
|
1557
|
-
[_h]: ["POST", "/get-all-tags", 200],
|
|
1558
|
-
},
|
|
1328
|
+
{ [_h]: ["POST", "/get-all-tags", 200] },
|
|
1559
1329
|
() => ListTagsForResourceRequest,
|
|
1560
1330
|
() => ListTagsForResourceResponse,
|
|
1561
1331
|
];
|
|
@@ -1563,9 +1333,7 @@ export var TagResource = [
|
|
|
1563
1333
|
9,
|
|
1564
1334
|
n0,
|
|
1565
1335
|
_TR,
|
|
1566
|
-
{
|
|
1567
|
-
[_h]: ["POST", "/tag-resource", 200],
|
|
1568
|
-
},
|
|
1336
|
+
{ [_h]: ["POST", "/tag-resource", 200] },
|
|
1569
1337
|
() => TagResourceRequest,
|
|
1570
1338
|
() => TagResourceResponse,
|
|
1571
1339
|
];
|
|
@@ -1573,9 +1341,7 @@ export var UntagResource = [
|
|
|
1573
1341
|
9,
|
|
1574
1342
|
n0,
|
|
1575
1343
|
_UR,
|
|
1576
|
-
{
|
|
1577
|
-
[_h]: ["POST", "/untag-resource", 200],
|
|
1578
|
-
},
|
|
1344
|
+
{ [_h]: ["POST", "/untag-resource", 200] },
|
|
1579
1345
|
() => UntagResourceRequest,
|
|
1580
1346
|
() => UntagResourceResponse,
|
|
1581
1347
|
];
|
|
@@ -1583,9 +1349,7 @@ export var UpdateAccessSource = [
|
|
|
1583
1349
|
9,
|
|
1584
1350
|
n0,
|
|
1585
1351
|
_UAS,
|
|
1586
|
-
{
|
|
1587
|
-
[_h]: ["PATCH", "/access-sources/{accessSourceId}", 200],
|
|
1588
|
-
},
|
|
1352
|
+
{ [_h]: ["PATCH", "/access-sources/{accessSourceId}", 200] },
|
|
1589
1353
|
() => UpdateAccessSourceInput,
|
|
1590
1354
|
() => UpdateAccessSourceOutput,
|
|
1591
1355
|
];
|
|
@@ -1593,9 +1357,7 @@ export var UpdateAccessToken = [
|
|
|
1593
1357
|
9,
|
|
1594
1358
|
n0,
|
|
1595
1359
|
_UAT,
|
|
1596
|
-
{
|
|
1597
|
-
[_h]: ["PATCH", "/tokens/{accessTokenId}", 200],
|
|
1598
|
-
},
|
|
1360
|
+
{ [_h]: ["PATCH", "/tokens/{accessTokenId}", 200] },
|
|
1599
1361
|
() => UpdateAccessTokenInput,
|
|
1600
1362
|
() => UpdateAccessTokenOutput,
|
|
1601
1363
|
];
|
|
@@ -1603,9 +1365,7 @@ export var UpdateDNSView = [
|
|
|
1603
1365
|
9,
|
|
1604
1366
|
n0,
|
|
1605
1367
|
_UDNSV,
|
|
1606
|
-
{
|
|
1607
|
-
[_h]: ["PATCH", "/dns-views/{dnsViewId}", 200],
|
|
1608
|
-
},
|
|
1368
|
+
{ [_h]: ["PATCH", "/dns-views/{dnsViewId}", 200] },
|
|
1609
1369
|
() => UpdateDNSViewInput,
|
|
1610
1370
|
() => UpdateDNSViewOutput,
|
|
1611
1371
|
];
|
|
@@ -1613,9 +1373,7 @@ export var UpdateFirewallDomains = [
|
|
|
1613
1373
|
9,
|
|
1614
1374
|
n0,
|
|
1615
1375
|
_UFD,
|
|
1616
|
-
{
|
|
1617
|
-
[_h]: ["PATCH", "/firewall-domain-lists/{firewallDomainListId}/domains", 200],
|
|
1618
|
-
},
|
|
1376
|
+
{ [_h]: ["PATCH", "/firewall-domain-lists/{firewallDomainListId}/domains", 200] },
|
|
1619
1377
|
() => UpdateFirewallDomainsInput,
|
|
1620
1378
|
() => UpdateFirewallDomainsOutput,
|
|
1621
1379
|
];
|
|
@@ -1623,9 +1381,7 @@ export var UpdateFirewallRule = [
|
|
|
1623
1381
|
9,
|
|
1624
1382
|
n0,
|
|
1625
1383
|
_UFR,
|
|
1626
|
-
{
|
|
1627
|
-
[_h]: ["PATCH", "/firewall-rules/{firewallRuleId}", 200],
|
|
1628
|
-
},
|
|
1384
|
+
{ [_h]: ["PATCH", "/firewall-rules/{firewallRuleId}", 200] },
|
|
1629
1385
|
() => UpdateFirewallRuleInput,
|
|
1630
1386
|
() => UpdateFirewallRuleOutput,
|
|
1631
1387
|
];
|
|
@@ -1633,9 +1389,7 @@ export var UpdateGlobalResolver = [
|
|
|
1633
1389
|
9,
|
|
1634
1390
|
n0,
|
|
1635
1391
|
_UGR,
|
|
1636
|
-
{
|
|
1637
|
-
[_h]: ["PATCH", "/global-resolver/{globalResolverId}", 200],
|
|
1638
|
-
},
|
|
1392
|
+
{ [_h]: ["PATCH", "/global-resolver/{globalResolverId}", 200] },
|
|
1639
1393
|
() => UpdateGlobalResolverInput,
|
|
1640
1394
|
() => UpdateGlobalResolverOutput,
|
|
1641
1395
|
];
|
|
@@ -1643,9 +1397,7 @@ export var UpdateHostedZoneAssociation = [
|
|
|
1643
1397
|
9,
|
|
1644
1398
|
n0,
|
|
1645
1399
|
_UHZA,
|
|
1646
|
-
{
|
|
1647
|
-
[_h]: ["PATCH", "/hosted-zone-associations/{hostedZoneAssociationId}", 200],
|
|
1648
|
-
},
|
|
1400
|
+
{ [_h]: ["PATCH", "/hosted-zone-associations/{hostedZoneAssociationId}", 200] },
|
|
1649
1401
|
() => UpdateHostedZoneAssociationInput,
|
|
1650
1402
|
() => UpdateHostedZoneAssociationOutput,
|
|
1651
1403
|
];
|