@aws-sdk/client-route-53 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.
Files changed (104) hide show
  1. package/dist-cjs/index.js +237 -1654
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/Route53Client.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +237 -1654
  8. package/dist-types/Route53.d.ts +1 -1
  9. package/dist-types/Route53Client.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +3 -3
  13. package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +3 -3
  14. package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +3 -3
  15. package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +3 -3
  16. package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateCidrCollectionCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateHealthCheckCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateHostedZoneCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +3 -3
  24. package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +3 -3
  25. package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +3 -3
  26. package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +3 -3
  27. package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteHealthCheckCommand.d.ts +3 -3
  30. package/dist-types/commands/DeleteHostedZoneCommand.d.ts +3 -3
  31. package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +3 -3
  32. package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +3 -3
  33. package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +3 -3
  34. package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +3 -3
  35. package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +3 -3
  36. package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +3 -3
  37. package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +3 -3
  38. package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +3 -3
  39. package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +3 -3
  40. package/dist-types/commands/GetAccountLimitCommand.d.ts +3 -3
  41. package/dist-types/commands/GetChangeCommand.d.ts +3 -3
  42. package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +3 -3
  43. package/dist-types/commands/GetDNSSECCommand.d.ts +3 -3
  44. package/dist-types/commands/GetGeoLocationCommand.d.ts +3 -3
  45. package/dist-types/commands/GetHealthCheckCommand.d.ts +3 -3
  46. package/dist-types/commands/GetHealthCheckCountCommand.d.ts +3 -3
  47. package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +3 -3
  48. package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +3 -3
  49. package/dist-types/commands/GetHostedZoneCommand.d.ts +3 -3
  50. package/dist-types/commands/GetHostedZoneCountCommand.d.ts +3 -3
  51. package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +3 -3
  52. package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +3 -3
  53. package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +3 -3
  54. package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +3 -3
  55. package/dist-types/commands/GetTrafficPolicyCommand.d.ts +3 -3
  56. package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +3 -3
  57. package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +3 -3
  58. package/dist-types/commands/ListCidrBlocksCommand.d.ts +3 -3
  59. package/dist-types/commands/ListCidrCollectionsCommand.d.ts +3 -3
  60. package/dist-types/commands/ListCidrLocationsCommand.d.ts +3 -3
  61. package/dist-types/commands/ListGeoLocationsCommand.d.ts +3 -3
  62. package/dist-types/commands/ListHealthChecksCommand.d.ts +3 -3
  63. package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +3 -3
  64. package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +3 -3
  65. package/dist-types/commands/ListHostedZonesCommand.d.ts +3 -3
  66. package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +3 -3
  67. package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +3 -3
  68. package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +3 -3
  69. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  70. package/dist-types/commands/ListTagsForResourcesCommand.d.ts +3 -3
  71. package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +3 -3
  72. package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +3 -3
  73. package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +3 -3
  74. package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +3 -3
  75. package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +3 -3
  76. package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +3 -3
  77. package/dist-types/commands/TestDNSAnswerCommand.d.ts +3 -3
  78. package/dist-types/commands/UpdateHealthCheckCommand.d.ts +3 -3
  79. package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +3 -3
  80. package/dist-types/commands/UpdateHostedZoneFeaturesCommand.d.ts +3 -3
  81. package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +3 -3
  82. package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +3 -3
  83. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  84. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  85. package/dist-types/extensionConfiguration.d.ts +4 -4
  86. package/dist-types/models/Route53ServiceException.d.ts +1 -1
  87. package/dist-types/models/errors.d.ts +1 -1
  88. package/dist-types/pagination/Interfaces.d.ts +1 -1
  89. package/dist-types/pagination/ListCidrBlocksPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListCidrCollectionsPaginator.d.ts +1 -1
  91. package/dist-types/pagination/ListCidrLocationsPaginator.d.ts +1 -1
  92. package/dist-types/pagination/ListHealthChecksPaginator.d.ts +1 -1
  93. package/dist-types/pagination/ListHostedZonesPaginator.d.ts +1 -1
  94. package/dist-types/pagination/ListQueryLoggingConfigsPaginator.d.ts +1 -1
  95. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  96. package/dist-types/runtimeConfig.d.ts +1 -1
  97. package/dist-types/runtimeConfig.native.d.ts +1 -1
  98. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  99. package/dist-types/runtimeExtensions.d.ts +1 -1
  100. package/dist-types/schemas/schemas_0.d.ts +1 -1
  101. package/dist-types/ts3.4/Route53Client.d.ts +3 -3
  102. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  103. package/dist-types/ts3.4/models/Route53ServiceException.d.ts +1 -1
  104. package/package.json +13 -12
@@ -632,52 +632,20 @@ export var ChangeTagsForResourceRequest = [
632
632
  ],
633
633
  ];
634
634
  export var ChangeTagsForResourceResponse = [3, n0, _CTFRRh, 0, [], []];
635
- export var CidrBlockInUseException = [
636
- -3,
637
- n0,
638
- _CBIUE,
639
- {
640
- [_e]: _c,
641
- [_hE]: 400,
642
- },
643
- [_M],
644
- [0],
645
- ];
635
+ export var CidrBlockInUseException = [-3, n0, _CBIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
646
636
  TypeRegistry.for(n0).registerError(CidrBlockInUseException, __CidrBlockInUseException);
647
637
  export var CidrBlockSummary = [3, n0, _CBS, 0, [_CBi, _LN], [0, 0]];
648
638
  export var CidrCollection = [3, n0, _CC, 0, [_Ar, _I, _N, _Ve], [0, 0, 0, 1]];
649
- export var CidrCollectionAlreadyExistsException = [
650
- -3,
651
- n0,
652
- _CCAEE,
653
- {
654
- [_e]: _c,
655
- },
656
- [_M],
657
- [0],
658
- ];
639
+ export var CidrCollectionAlreadyExistsException = [-3, n0, _CCAEE, { [_e]: _c }, [_M], [0]];
659
640
  TypeRegistry.for(n0).registerError(CidrCollectionAlreadyExistsException, __CidrCollectionAlreadyExistsException);
660
641
  export var CidrCollectionChange = [3, n0, _CCC, 0, [_LN, _A, _CL], [0, 0, [() => CidrList, 0]]];
661
- export var CidrCollectionInUseException = [
662
- -3,
663
- n0,
664
- _CCIUE,
665
- {
666
- [_e]: _c,
667
- [_hE]: 400,
668
- },
669
- [_M],
670
- [0],
671
- ];
642
+ export var CidrCollectionInUseException = [-3, n0, _CCIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
672
643
  TypeRegistry.for(n0).registerError(CidrCollectionInUseException, __CidrCollectionInUseException);
673
644
  export var CidrCollectionVersionMismatchException = [
674
645
  -3,
675
646
  n0,
676
647
  _CCVME,
677
- {
678
- [_e]: _c,
679
- [_hE]: 409,
680
- },
648
+ { [_e]: _c, [_hE]: 409 },
681
649
  [_M],
682
650
  [0],
683
651
  ];
@@ -692,40 +660,11 @@ export var CloudWatchAlarmConfiguration = [
692
660
  [1, 1, 0, 1, 0, 0, 0, [() => DimensionList, 0]],
693
661
  ];
694
662
  export var CollectionSummary = [3, n0, _CS, 0, [_Ar, _I, _N, _Ve], [0, 0, 0, 1]];
695
- export var ConcurrentModification = [
696
- -3,
697
- n0,
698
- _CM,
699
- {
700
- [_e]: _c,
701
- [_hE]: 400,
702
- },
703
- [_m],
704
- [0],
705
- ];
663
+ export var ConcurrentModification = [-3, n0, _CM, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
706
664
  TypeRegistry.for(n0).registerError(ConcurrentModification, __ConcurrentModification);
707
- export var ConflictingDomainExists = [
708
- -3,
709
- n0,
710
- _CDE,
711
- {
712
- [_e]: _c,
713
- },
714
- [_m],
715
- [0],
716
- ];
665
+ export var ConflictingDomainExists = [-3, n0, _CDE, { [_e]: _c }, [_m], [0]];
717
666
  TypeRegistry.for(n0).registerError(ConflictingDomainExists, __ConflictingDomainExists);
718
- export var ConflictingTypes = [
719
- -3,
720
- n0,
721
- _CT,
722
- {
723
- [_e]: _c,
724
- [_hE]: 400,
725
- },
726
- [_m],
727
- [0],
728
- ];
667
+ export var ConflictingTypes = [-3, n0, _CT, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
729
668
  TypeRegistry.for(n0).registerError(ConflictingTypes, __ConflictingTypes);
730
669
  export var Coordinates = [3, n0, _Co, 0, [_L, _Lo], [0, 0]];
731
670
  export var CreateCidrCollectionRequest = [3, n0, _CCCRr, 0, [_N, _CR], [0, 0]];
@@ -735,15 +674,7 @@ export var CreateCidrCollectionResponse = [
735
674
  _CCCRre,
736
675
  0,
737
676
  [_Col, _Loc],
738
- [
739
- () => CidrCollection,
740
- [
741
- 0,
742
- {
743
- [_hH]: _Loc,
744
- },
745
- ],
746
- ],
677
+ [() => CidrCollection, [0, { [_hH]: _Loc }]],
747
678
  ];
748
679
  export var CreateHealthCheckRequest = [
749
680
  3,
@@ -761,12 +692,7 @@ export var CreateHealthCheckResponse = [
761
692
  [_HC, _Loc],
762
693
  [
763
694
  [() => HealthCheck, 0],
764
- [
765
- 0,
766
- {
767
- [_hH]: _Loc,
768
- },
769
- ],
695
+ [0, { [_hH]: _Loc }],
770
696
  ],
771
697
  ];
772
698
  export var CreateHostedZoneRequest = [
@@ -783,18 +709,7 @@ export var CreateHostedZoneResponse = [
783
709
  _CHZRr,
784
710
  0,
785
711
  [_HZ, _CI, _DS, _VPC, _Loc],
786
- [
787
- () => HostedZone,
788
- () => ChangeInfo,
789
- [() => DelegationSet, 0],
790
- () => VPC,
791
- [
792
- 0,
793
- {
794
- [_hH]: _Loc,
795
- },
796
- ],
797
- ],
712
+ [() => HostedZone, () => ChangeInfo, [() => DelegationSet, 0], () => VPC, [0, { [_hH]: _Loc }]],
798
713
  ];
799
714
  export var CreateKeySigningKeyRequest = [
800
715
  3,
@@ -810,16 +725,7 @@ export var CreateKeySigningKeyResponse = [
810
725
  _CKSKRr,
811
726
  0,
812
727
  [_CI, _KSK, _Loc],
813
- [
814
- () => ChangeInfo,
815
- () => KeySigningKey,
816
- [
817
- 0,
818
- {
819
- [_hH]: _Loc,
820
- },
821
- ],
822
- ],
728
+ [() => ChangeInfo, () => KeySigningKey, [0, { [_hH]: _Loc }]],
823
729
  ];
824
730
  export var CreateQueryLoggingConfigRequest = [3, n0, _CQLCR, 0, [_HZI, _CWLLGA], [0, 0]];
825
731
  export var CreateQueryLoggingConfigResponse = [
@@ -828,15 +734,7 @@ export var CreateQueryLoggingConfigResponse = [
828
734
  _CQLCRr,
829
735
  0,
830
736
  [_QLC, _Loc],
831
- [
832
- () => QueryLoggingConfig,
833
- [
834
- 0,
835
- {
836
- [_hH]: _Loc,
837
- },
838
- ],
839
- ],
737
+ [() => QueryLoggingConfig, [0, { [_hH]: _Loc }]],
840
738
  ];
841
739
  export var CreateReusableDelegationSetRequest = [3, n0, _CRDSR, 0, [_CR, _HZI], [0, 0]];
842
740
  export var CreateReusableDelegationSetResponse = [
@@ -847,12 +745,7 @@ export var CreateReusableDelegationSetResponse = [
847
745
  [_DS, _Loc],
848
746
  [
849
747
  [() => DelegationSet, 0],
850
- [
851
- 0,
852
- {
853
- [_hH]: _Loc,
854
- },
855
- ],
748
+ [0, { [_hH]: _Loc }],
856
749
  ],
857
750
  ];
858
751
  export var CreateTrafficPolicyInstanceRequest = [
@@ -869,15 +762,7 @@ export var CreateTrafficPolicyInstanceResponse = [
869
762
  _CTPIRr,
870
763
  0,
871
764
  [_TPIr, _Loc],
872
- [
873
- () => TrafficPolicyInstance,
874
- [
875
- 0,
876
- {
877
- [_hH]: _Loc,
878
- },
879
- ],
880
- ],
765
+ [() => TrafficPolicyInstance, [0, { [_hH]: _Loc }]],
881
766
  ];
882
767
  export var CreateTrafficPolicyRequest = [3, n0, _CTPR, 0, [_N, _Do, _C], [0, 0, 0]];
883
768
  export var CreateTrafficPolicyResponse = [
@@ -886,15 +771,7 @@ export var CreateTrafficPolicyResponse = [
886
771
  _CTPRr,
887
772
  0,
888
773
  [_TP, _Loc],
889
- [
890
- () => TrafficPolicy,
891
- [
892
- 0,
893
- {
894
- [_hH]: _Loc,
895
- },
896
- ],
897
- ],
774
+ [() => TrafficPolicy, [0, { [_hH]: _Loc }]],
898
775
  ];
899
776
  export var CreateTrafficPolicyVersionRequest = [3, n0, _CTPVR, 0, [_I, _Do, _C], [[0, 1], 0, 0]];
900
777
  export var CreateTrafficPolicyVersionResponse = [
@@ -903,15 +780,7 @@ export var CreateTrafficPolicyVersionResponse = [
903
780
  _CTPVRr,
904
781
  0,
905
782
  [_TP, _Loc],
906
- [
907
- () => TrafficPolicy,
908
- [
909
- 0,
910
- {
911
- [_hH]: _Loc,
912
- },
913
- ],
914
- ],
783
+ [() => TrafficPolicy, [0, { [_hH]: _Loc }]],
915
784
  ];
916
785
  export var CreateVPCAssociationAuthorizationRequest = [
917
786
  3,
@@ -949,60 +818,15 @@ export var DelegationSet = [
949
818
  [_I, _CR, _NS],
950
819
  [0, 0, [() => DelegationSetNameServers, 0]],
951
820
  ];
952
- export var DelegationSetAlreadyCreated = [
953
- -3,
954
- n0,
955
- _DSAC,
956
- {
957
- [_e]: _c,
958
- },
959
- [_m],
960
- [0],
961
- ];
821
+ export var DelegationSetAlreadyCreated = [-3, n0, _DSAC, { [_e]: _c }, [_m], [0]];
962
822
  TypeRegistry.for(n0).registerError(DelegationSetAlreadyCreated, __DelegationSetAlreadyCreated);
963
- export var DelegationSetAlreadyReusable = [
964
- -3,
965
- n0,
966
- _DSAR,
967
- {
968
- [_e]: _c,
969
- },
970
- [_m],
971
- [0],
972
- ];
823
+ export var DelegationSetAlreadyReusable = [-3, n0, _DSAR, { [_e]: _c }, [_m], [0]];
973
824
  TypeRegistry.for(n0).registerError(DelegationSetAlreadyReusable, __DelegationSetAlreadyReusable);
974
- export var DelegationSetInUse = [
975
- -3,
976
- n0,
977
- _DSIU,
978
- {
979
- [_e]: _c,
980
- },
981
- [_m],
982
- [0],
983
- ];
825
+ export var DelegationSetInUse = [-3, n0, _DSIU, { [_e]: _c }, [_m], [0]];
984
826
  TypeRegistry.for(n0).registerError(DelegationSetInUse, __DelegationSetInUse);
985
- export var DelegationSetNotAvailable = [
986
- -3,
987
- n0,
988
- _DSNA,
989
- {
990
- [_e]: _c,
991
- },
992
- [_m],
993
- [0],
994
- ];
827
+ export var DelegationSetNotAvailable = [-3, n0, _DSNA, { [_e]: _c }, [_m], [0]];
995
828
  TypeRegistry.for(n0).registerError(DelegationSetNotAvailable, __DelegationSetNotAvailable);
996
- export var DelegationSetNotReusable = [
997
- -3,
998
- n0,
999
- _DSNR,
1000
- {
1001
- [_e]: _c,
1002
- },
1003
- [_m],
1004
- [0],
1005
- ];
829
+ export var DelegationSetNotReusable = [-3, n0, _DSNR, { [_e]: _c }, [_m], [0]];
1006
830
  TypeRegistry.for(n0).registerError(DelegationSetNotReusable, __DelegationSetNotReusable);
1007
831
  export var DeleteCidrCollectionRequest = [3, n0, _DCCR, 0, [_I], [[0, 1]]];
1008
832
  export var DeleteCidrCollectionResponse = [3, n0, _DCCRe, 0, [], []];
@@ -1068,17 +892,7 @@ export var DisassociateVPCFromHostedZoneResponse = [
1068
892
  [_CI],
1069
893
  [() => ChangeInfo],
1070
894
  ];
1071
- export var DNSSECNotFound = [
1072
- -3,
1073
- n0,
1074
- _DNSSECNF,
1075
- {
1076
- [_e]: _c,
1077
- [_hE]: 400,
1078
- },
1079
- [_m],
1080
- [0],
1081
- ];
895
+ export var DNSSECNotFound = [-3, n0, _DNSSECNF, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1082
896
  TypeRegistry.for(n0).registerError(DNSSECNotFound, __DNSSECNotFound);
1083
897
  export var DNSSECStatus = [3, n0, _DNSSECS, 0, [_SS, _SM], [0, 0]];
1084
898
  export var EnableHostedZoneDNSSECRequest = [3, n0, _EHZDNSSECR, 0, [_HZI], [[0, 1]]];
@@ -1122,24 +936,9 @@ export var GetGeoLocationRequest = [
1122
936
  0,
1123
937
  [_CCo, _CCou, _SC],
1124
938
  [
1125
- [
1126
- 0,
1127
- {
1128
- [_hQ]: _co,
1129
- },
1130
- ],
1131
- [
1132
- 0,
1133
- {
1134
- [_hQ]: _cou,
1135
- },
1136
- ],
1137
- [
1138
- 0,
1139
- {
1140
- [_hQ]: _s,
1141
- },
1142
- ],
939
+ [0, { [_hQ]: _co }],
940
+ [0, { [_hQ]: _cou }],
941
+ [0, { [_hQ]: _s }],
1143
942
  ],
1144
943
  ];
1145
944
  export var GetGeoLocationResponse = [3, n0, _GGLRe, 0, [_GLD], [() => GeoLocationDetails]];
@@ -1263,17 +1062,7 @@ export var HealthCheck = [
1263
1062
  [_I, _CR, _LS, _HCC, _HCV, _CWAC],
1264
1063
  [0, 0, () => LinkedService, [() => HealthCheckConfig, 0], 1, [() => CloudWatchAlarmConfiguration, 0]],
1265
1064
  ];
1266
- export var HealthCheckAlreadyExists = [
1267
- -3,
1268
- n0,
1269
- _HCAE,
1270
- {
1271
- [_e]: _c,
1272
- [_hE]: 409,
1273
- },
1274
- [_m],
1275
- [0],
1276
- ];
1065
+ export var HealthCheckAlreadyExists = [-3, n0, _HCAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
1277
1066
  TypeRegistry.for(n0).registerError(HealthCheckAlreadyExists, __HealthCheckAlreadyExists);
1278
1067
  export var HealthCheckConfig = [
1279
1068
  3,
@@ -1302,17 +1091,7 @@ export var HealthCheckConfig = [
1302
1091
  0,
1303
1092
  ],
1304
1093
  ];
1305
- export var HealthCheckInUse = [
1306
- -3,
1307
- n0,
1308
- _HCIU,
1309
- {
1310
- [_e]: _c,
1311
- [_hE]: 400,
1312
- },
1313
- [_m],
1314
- [0],
1315
- ];
1094
+ export var HealthCheckInUse = [-3, n0, _HCIU, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1316
1095
  TypeRegistry.for(n0).registerError(HealthCheckInUse, __HealthCheckInUse);
1317
1096
  export var HealthCheckObservation = [
1318
1097
  3,
@@ -1322,17 +1101,7 @@ export var HealthCheckObservation = [
1322
1101
  [_R, _IPA, _SR],
1323
1102
  [0, 0, () => StatusReport],
1324
1103
  ];
1325
- export var HealthCheckVersionMismatch = [
1326
- -3,
1327
- n0,
1328
- _HCVM,
1329
- {
1330
- [_e]: _c,
1331
- [_hE]: 409,
1332
- },
1333
- [_m],
1334
- [0],
1335
- ];
1104
+ export var HealthCheckVersionMismatch = [-3, n0, _HCVM, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
1336
1105
  TypeRegistry.for(n0).registerError(HealthCheckVersionMismatch, __HealthCheckVersionMismatch);
1337
1106
  export var HostedZone = [
1338
1107
  3,
@@ -1342,17 +1111,7 @@ export var HostedZone = [
1342
1111
  [_I, _N, _CR, _Con, _RRSC, _LS, _F],
1343
1112
  [0, 0, 0, () => HostedZoneConfig, 1, () => LinkedService, () => HostedZoneFeatures],
1344
1113
  ];
1345
- export var HostedZoneAlreadyExists = [
1346
- -3,
1347
- n0,
1348
- _HZAE,
1349
- {
1350
- [_e]: _c,
1351
- [_hE]: 409,
1352
- },
1353
- [_m],
1354
- [0],
1355
- ];
1114
+ export var HostedZoneAlreadyExists = [-3, n0, _HZAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
1356
1115
  TypeRegistry.for(n0).registerError(HostedZoneAlreadyExists, __HostedZoneAlreadyExists);
1357
1116
  export var HostedZoneConfig = [3, n0, _HZC, 0, [_C, _PZ], [0, 2]];
1358
1117
  export var HostedZoneFailureReasons = [3, n0, _HZFR, 0, [_AR], [0]];
@@ -1365,204 +1124,55 @@ export var HostedZoneFeatures = [
1365
1124
  [0, () => HostedZoneFailureReasons],
1366
1125
  ];
1367
1126
  export var HostedZoneLimit = [3, n0, _HZL, 0, [_T, _V], [0, 1]];
1368
- export var HostedZoneNotEmpty = [
1369
- -3,
1370
- n0,
1371
- _HZNE,
1372
- {
1373
- [_e]: _c,
1374
- [_hE]: 400,
1375
- },
1376
- [_m],
1377
- [0],
1378
- ];
1127
+ export var HostedZoneNotEmpty = [-3, n0, _HZNE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1379
1128
  TypeRegistry.for(n0).registerError(HostedZoneNotEmpty, __HostedZoneNotEmpty);
1380
- export var HostedZoneNotFound = [
1381
- -3,
1382
- n0,
1383
- _HZNF,
1384
- {
1385
- [_e]: _c,
1386
- },
1387
- [_m],
1388
- [0],
1389
- ];
1129
+ export var HostedZoneNotFound = [-3, n0, _HZNF, { [_e]: _c }, [_m], [0]];
1390
1130
  TypeRegistry.for(n0).registerError(HostedZoneNotFound, __HostedZoneNotFound);
1391
- export var HostedZoneNotPrivate = [
1392
- -3,
1393
- n0,
1394
- _HZNP,
1395
- {
1396
- [_e]: _c,
1397
- },
1398
- [_m],
1399
- [0],
1400
- ];
1131
+ export var HostedZoneNotPrivate = [-3, n0, _HZNP, { [_e]: _c }, [_m], [0]];
1401
1132
  TypeRegistry.for(n0).registerError(HostedZoneNotPrivate, __HostedZoneNotPrivate);
1402
1133
  export var HostedZoneOwner = [3, n0, _HZO, 0, [_OA, _OS], [0, 0]];
1403
- export var HostedZonePartiallyDelegated = [
1404
- -3,
1405
- n0,
1406
- _HZPD,
1407
- {
1408
- [_e]: _c,
1409
- },
1410
- [_m],
1411
- [0],
1412
- ];
1134
+ export var HostedZonePartiallyDelegated = [-3, n0, _HZPD, { [_e]: _c }, [_m], [0]];
1413
1135
  TypeRegistry.for(n0).registerError(HostedZonePartiallyDelegated, __HostedZonePartiallyDelegated);
1414
1136
  export var HostedZoneSummary = [3, n0, _HZS, 0, [_HZI, _N, _O], [0, 0, () => HostedZoneOwner]];
1415
- export var IncompatibleVersion = [
1416
- -3,
1417
- n0,
1418
- _IV,
1419
- {
1420
- [_e]: _c,
1421
- [_hE]: 400,
1422
- },
1423
- [_m],
1424
- [0],
1425
- ];
1137
+ export var IncompatibleVersion = [-3, n0, _IV, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1426
1138
  TypeRegistry.for(n0).registerError(IncompatibleVersion, __IncompatibleVersion);
1427
1139
  export var InsufficientCloudWatchLogsResourcePolicy = [
1428
1140
  -3,
1429
1141
  n0,
1430
1142
  _ICWLRP,
1431
- {
1432
- [_e]: _c,
1433
- [_hE]: 400,
1434
- },
1143
+ { [_e]: _c, [_hE]: 400 },
1435
1144
  [_m],
1436
1145
  [0],
1437
1146
  ];
1438
1147
  TypeRegistry.for(n0).registerError(InsufficientCloudWatchLogsResourcePolicy, __InsufficientCloudWatchLogsResourcePolicy);
1439
- export var InvalidArgument = [
1440
- -3,
1441
- n0,
1442
- _IA,
1443
- {
1444
- [_e]: _c,
1445
- },
1446
- [_m],
1447
- [0],
1448
- ];
1148
+ export var InvalidArgument = [-3, n0, _IA, { [_e]: _c }, [_m], [0]];
1449
1149
  TypeRegistry.for(n0).registerError(InvalidArgument, __InvalidArgument);
1450
1150
  export var InvalidChangeBatch = [
1451
1151
  -3,
1452
1152
  n0,
1453
1153
  _ICB,
1454
- {
1455
- [_e]: _c,
1456
- },
1154
+ { [_e]: _c },
1457
1155
  [_me, _m],
1458
1156
  [[() => ErrorMessages, 0], 0],
1459
1157
  ];
1460
1158
  TypeRegistry.for(n0).registerError(InvalidChangeBatch, __InvalidChangeBatch);
1461
- export var InvalidDomainName = [
1462
- -3,
1463
- n0,
1464
- _IDN,
1465
- {
1466
- [_e]: _c,
1467
- [_hE]: 400,
1468
- },
1469
- [_m],
1470
- [0],
1471
- ];
1159
+ export var InvalidDomainName = [-3, n0, _IDN, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1472
1160
  TypeRegistry.for(n0).registerError(InvalidDomainName, __InvalidDomainName);
1473
- export var InvalidInput = [
1474
- -3,
1475
- n0,
1476
- _II,
1477
- {
1478
- [_e]: _c,
1479
- [_hE]: 400,
1480
- },
1481
- [_m],
1482
- [0],
1483
- ];
1161
+ export var InvalidInput = [-3, n0, _II, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1484
1162
  TypeRegistry.for(n0).registerError(InvalidInput, __InvalidInput);
1485
- export var InvalidKeySigningKeyName = [
1486
- -3,
1487
- n0,
1488
- _IKSKN,
1489
- {
1490
- [_e]: _c,
1491
- [_hE]: 400,
1492
- },
1493
- [_m],
1494
- [0],
1495
- ];
1163
+ export var InvalidKeySigningKeyName = [-3, n0, _IKSKN, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1496
1164
  TypeRegistry.for(n0).registerError(InvalidKeySigningKeyName, __InvalidKeySigningKeyName);
1497
- export var InvalidKeySigningKeyStatus = [
1498
- -3,
1499
- n0,
1500
- _IKSKS,
1501
- {
1502
- [_e]: _c,
1503
- [_hE]: 400,
1504
- },
1505
- [_m],
1506
- [0],
1507
- ];
1165
+ export var InvalidKeySigningKeyStatus = [-3, n0, _IKSKS, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1508
1166
  TypeRegistry.for(n0).registerError(InvalidKeySigningKeyStatus, __InvalidKeySigningKeyStatus);
1509
- export var InvalidKMSArn = [
1510
- -3,
1511
- n0,
1512
- _IKMSA,
1513
- {
1514
- [_e]: _c,
1515
- },
1516
- [_m],
1517
- [0],
1518
- ];
1167
+ export var InvalidKMSArn = [-3, n0, _IKMSA, { [_e]: _c }, [_m], [0]];
1519
1168
  TypeRegistry.for(n0).registerError(InvalidKMSArn, __InvalidKMSArn);
1520
- export var InvalidPaginationToken = [
1521
- -3,
1522
- n0,
1523
- _IPT,
1524
- {
1525
- [_e]: _c,
1526
- [_hE]: 400,
1527
- },
1528
- [_m],
1529
- [0],
1530
- ];
1169
+ export var InvalidPaginationToken = [-3, n0, _IPT, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1531
1170
  TypeRegistry.for(n0).registerError(InvalidPaginationToken, __InvalidPaginationToken);
1532
- export var InvalidSigningStatus = [
1533
- -3,
1534
- n0,
1535
- _ISS,
1536
- {
1537
- [_e]: _c,
1538
- },
1539
- [_m],
1540
- [0],
1541
- ];
1171
+ export var InvalidSigningStatus = [-3, n0, _ISS, { [_e]: _c }, [_m], [0]];
1542
1172
  TypeRegistry.for(n0).registerError(InvalidSigningStatus, __InvalidSigningStatus);
1543
- export var InvalidTrafficPolicyDocument = [
1544
- -3,
1545
- n0,
1546
- _ITPD,
1547
- {
1548
- [_e]: _c,
1549
- [_hE]: 400,
1550
- },
1551
- [_m],
1552
- [0],
1553
- ];
1173
+ export var InvalidTrafficPolicyDocument = [-3, n0, _ITPD, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1554
1174
  TypeRegistry.for(n0).registerError(InvalidTrafficPolicyDocument, __InvalidTrafficPolicyDocument);
1555
- export var InvalidVPCId = [
1556
- -3,
1557
- n0,
1558
- _IVPCI,
1559
- {
1560
- [_e]: _c,
1561
- [_hE]: 400,
1562
- },
1563
- [_m],
1564
- [0],
1565
- ];
1175
+ export var InvalidVPCId = [-3, n0, _IVPCI, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1566
1176
  TypeRegistry.for(n0).registerError(InvalidVPCId, __InvalidVPCId);
1567
1177
  export var KeySigningKey = [
1568
1178
  3,
@@ -1572,74 +1182,17 @@ export var KeySigningKey = [
1572
1182
  [_N, _KA, _Fl, _SAM, _SAT, _DAM, _DAT, _KT, _DV, _PK, _DSR, _DNSKEYR, _S, _SM, _CD, _LMD],
1573
1183
  [0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 4, 4],
1574
1184
  ];
1575
- export var KeySigningKeyAlreadyExists = [
1576
- -3,
1577
- n0,
1578
- _KSKAE,
1579
- {
1580
- [_e]: _c,
1581
- [_hE]: 409,
1582
- },
1583
- [_m],
1584
- [0],
1585
- ];
1185
+ export var KeySigningKeyAlreadyExists = [-3, n0, _KSKAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
1586
1186
  TypeRegistry.for(n0).registerError(KeySigningKeyAlreadyExists, __KeySigningKeyAlreadyExists);
1587
- export var KeySigningKeyInParentDSRecord = [
1588
- -3,
1589
- n0,
1590
- _KSKIPDSR,
1591
- {
1592
- [_e]: _c,
1593
- [_hE]: 400,
1594
- },
1595
- [_m],
1596
- [0],
1597
- ];
1187
+ export var KeySigningKeyInParentDSRecord = [-3, n0, _KSKIPDSR, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1598
1188
  TypeRegistry.for(n0).registerError(KeySigningKeyInParentDSRecord, __KeySigningKeyInParentDSRecord);
1599
- export var KeySigningKeyInUse = [
1600
- -3,
1601
- n0,
1602
- _KSKIU,
1603
- {
1604
- [_e]: _c,
1605
- },
1606
- [_m],
1607
- [0],
1608
- ];
1189
+ export var KeySigningKeyInUse = [-3, n0, _KSKIU, { [_e]: _c }, [_m], [0]];
1609
1190
  TypeRegistry.for(n0).registerError(KeySigningKeyInUse, __KeySigningKeyInUse);
1610
- export var KeySigningKeyWithActiveStatusNotFound = [
1611
- -3,
1612
- n0,
1613
- _KSKWASNF,
1614
- {
1615
- [_e]: _c,
1616
- },
1617
- [_m],
1618
- [0],
1619
- ];
1191
+ export var KeySigningKeyWithActiveStatusNotFound = [-3, n0, _KSKWASNF, { [_e]: _c }, [_m], [0]];
1620
1192
  TypeRegistry.for(n0).registerError(KeySigningKeyWithActiveStatusNotFound, __KeySigningKeyWithActiveStatusNotFound);
1621
- export var LastVPCAssociation = [
1622
- -3,
1623
- n0,
1624
- _LVPCA,
1625
- {
1626
- [_e]: _c,
1627
- [_hE]: 400,
1628
- },
1629
- [_m],
1630
- [0],
1631
- ];
1193
+ export var LastVPCAssociation = [-3, n0, _LVPCA, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1632
1194
  TypeRegistry.for(n0).registerError(LastVPCAssociation, __LastVPCAssociation);
1633
- export var LimitsExceeded = [
1634
- -3,
1635
- n0,
1636
- _LE,
1637
- {
1638
- [_e]: _c,
1639
- },
1640
- [_m],
1641
- [0],
1642
- ];
1195
+ export var LimitsExceeded = [-3, n0, _LE, { [_e]: _c }, [_m], [0]];
1643
1196
  TypeRegistry.for(n0).registerError(LimitsExceeded, __LimitsExceeded);
1644
1197
  export var LinkedService = [3, n0, _LS, 0, [_SP, _De], [0, 0]];
1645
1198
  export var ListCidrBlocksRequest = [
@@ -1650,24 +1203,9 @@ export var ListCidrBlocksRequest = [
1650
1203
  [_CIo, _LN, _NT, _MR],
1651
1204
  [
1652
1205
  [0, 1],
1653
- [
1654
- 0,
1655
- {
1656
- [_hQ]: _l,
1657
- },
1658
- ],
1659
- [
1660
- 0,
1661
- {
1662
- [_hQ]: _n,
1663
- },
1664
- ],
1665
- [
1666
- 1,
1667
- {
1668
- [_hQ]: _ma,
1669
- },
1670
- ],
1206
+ [0, { [_hQ]: _l }],
1207
+ [0, { [_hQ]: _n }],
1208
+ [1, { [_hQ]: _ma }],
1671
1209
  ],
1672
1210
  ];
1673
1211
  export var ListCidrBlocksResponse = [
@@ -1685,18 +1223,8 @@ export var ListCidrCollectionsRequest = [
1685
1223
  0,
1686
1224
  [_NT, _MR],
1687
1225
  [
1688
- [
1689
- 0,
1690
- {
1691
- [_hQ]: _n,
1692
- },
1693
- ],
1694
- [
1695
- 1,
1696
- {
1697
- [_hQ]: _ma,
1698
- },
1699
- ],
1226
+ [0, { [_hQ]: _n }],
1227
+ [1, { [_hQ]: _ma }],
1700
1228
  ],
1701
1229
  ];
1702
1230
  export var ListCidrCollectionsResponse = [
@@ -1715,18 +1243,8 @@ export var ListCidrLocationsRequest = [
1715
1243
  [_CIo, _NT, _MR],
1716
1244
  [
1717
1245
  [0, 1],
1718
- [
1719
- 0,
1720
- {
1721
- [_hQ]: _n,
1722
- },
1723
- ],
1724
- [
1725
- 1,
1726
- {
1727
- [_hQ]: _ma,
1728
- },
1729
- ],
1246
+ [0, { [_hQ]: _n }],
1247
+ [1, { [_hQ]: _ma }],
1730
1248
  ],
1731
1249
  ];
1732
1250
  export var ListCidrLocationsResponse = [
@@ -1744,30 +1262,10 @@ export var ListGeoLocationsRequest = [
1744
1262
  0,
1745
1263
  [_SCC, _SCCt, _SSC, _MI],
1746
1264
  [
1747
- [
1748
- 0,
1749
- {
1750
- [_hQ]: _st,
1751
- },
1752
- ],
1753
- [
1754
- 0,
1755
- {
1756
- [_hQ]: _sta,
1757
- },
1758
- ],
1759
- [
1760
- 0,
1761
- {
1762
- [_hQ]: _star,
1763
- },
1764
- ],
1765
- [
1766
- 1,
1767
- {
1768
- [_hQ]: _max,
1769
- },
1770
- ],
1265
+ [0, { [_hQ]: _st }],
1266
+ [0, { [_hQ]: _sta }],
1267
+ [0, { [_hQ]: _star }],
1268
+ [1, { [_hQ]: _max }],
1771
1269
  ],
1772
1270
  ];
1773
1271
  export var ListGeoLocationsResponse = [
@@ -1785,18 +1283,8 @@ export var ListHealthChecksRequest = [
1785
1283
  0,
1786
1284
  [_Ma, _MI],
1787
1285
  [
1788
- [
1789
- 0,
1790
- {
1791
- [_hQ]: _mar,
1792
- },
1793
- ],
1794
- [
1795
- 1,
1796
- {
1797
- [_hQ]: _max,
1798
- },
1799
- ],
1286
+ [0, { [_hQ]: _mar }],
1287
+ [1, { [_hQ]: _max }],
1800
1288
  ],
1801
1289
  ];
1802
1290
  export var ListHealthChecksResponse = [
@@ -1814,24 +1302,9 @@ export var ListHostedZonesByNameRequest = [
1814
1302
  0,
1815
1303
  [_DNSN, _HZI, _MI],
1816
1304
  [
1817
- [
1818
- 0,
1819
- {
1820
- [_hQ]: _d,
1821
- },
1822
- ],
1823
- [
1824
- 0,
1825
- {
1826
- [_hQ]: _h,
1827
- },
1828
- ],
1829
- [
1830
- 1,
1831
- {
1832
- [_hQ]: _max,
1833
- },
1834
- ],
1305
+ [0, { [_hQ]: _d }],
1306
+ [0, { [_hQ]: _h }],
1307
+ [1, { [_hQ]: _max }],
1835
1308
  ],
1836
1309
  ];
1837
1310
  export var ListHostedZonesByNameResponse = [
@@ -1849,30 +1322,10 @@ export var ListHostedZonesByVPCRequest = [
1849
1322
  0,
1850
1323
  [_VPCI, _VPCR, _MI, _NT],
1851
1324
  [
1852
- [
1853
- 0,
1854
- {
1855
- [_hQ]: _v,
1856
- },
1857
- ],
1858
- [
1859
- 0,
1860
- {
1861
- [_hQ]: _vp,
1862
- },
1863
- ],
1864
- [
1865
- 1,
1866
- {
1867
- [_hQ]: _max,
1868
- },
1869
- ],
1870
- [
1871
- 0,
1872
- {
1873
- [_hQ]: _n,
1874
- },
1875
- ],
1325
+ [0, { [_hQ]: _v }],
1326
+ [0, { [_hQ]: _vp }],
1327
+ [1, { [_hQ]: _max }],
1328
+ [0, { [_hQ]: _n }],
1876
1329
  ],
1877
1330
  ];
1878
1331
  export var ListHostedZonesByVPCResponse = [
@@ -1890,30 +1343,10 @@ export var ListHostedZonesRequest = [
1890
1343
  0,
1891
1344
  [_Ma, _MI, _DSI, _HZT],
1892
1345
  [
1893
- [
1894
- 0,
1895
- {
1896
- [_hQ]: _mar,
1897
- },
1898
- ],
1899
- [
1900
- 1,
1901
- {
1902
- [_hQ]: _max,
1903
- },
1904
- ],
1905
- [
1906
- 0,
1907
- {
1908
- [_hQ]: _de,
1909
- },
1910
- ],
1911
- [
1912
- 0,
1913
- {
1914
- [_hQ]: _ho,
1915
- },
1916
- ],
1346
+ [0, { [_hQ]: _mar }],
1347
+ [1, { [_hQ]: _max }],
1348
+ [0, { [_hQ]: _de }],
1349
+ [0, { [_hQ]: _ho }],
1917
1350
  ],
1918
1351
  ];
1919
1352
  export var ListHostedZonesResponse = [
@@ -1931,24 +1364,9 @@ export var ListQueryLoggingConfigsRequest = [
1931
1364
  0,
1932
1365
  [_HZI, _NT, _MR],
1933
1366
  [
1934
- [
1935
- 0,
1936
- {
1937
- [_hQ]: _h,
1938
- },
1939
- ],
1940
- [
1941
- 0,
1942
- {
1943
- [_hQ]: _n,
1944
- },
1945
- ],
1946
- [
1947
- 1,
1948
- {
1949
- [_hQ]: _ma,
1950
- },
1951
- ],
1367
+ [0, { [_hQ]: _h }],
1368
+ [0, { [_hQ]: _n }],
1369
+ [1, { [_hQ]: _ma }],
1952
1370
  ],
1953
1371
  ];
1954
1372
  export var ListQueryLoggingConfigsResponse = [
@@ -1967,30 +1385,10 @@ export var ListResourceRecordSetsRequest = [
1967
1385
  [_HZI, _SRN, _SRT, _SRI, _MI],
1968
1386
  [
1969
1387
  [0, 1],
1970
- [
1971
- 0,
1972
- {
1973
- [_hQ]: _na,
1974
- },
1975
- ],
1976
- [
1977
- 0,
1978
- {
1979
- [_hQ]: _t,
1980
- },
1981
- ],
1982
- [
1983
- 0,
1984
- {
1985
- [_hQ]: _i,
1986
- },
1987
- ],
1988
- [
1989
- 1,
1990
- {
1991
- [_hQ]: _max,
1992
- },
1993
- ],
1388
+ [0, { [_hQ]: _na }],
1389
+ [0, { [_hQ]: _t }],
1390
+ [0, { [_hQ]: _i }],
1391
+ [1, { [_hQ]: _max }],
1994
1392
  ],
1995
1393
  ];
1996
1394
  export var ListResourceRecordSetsResponse = [
@@ -2008,18 +1406,8 @@ export var ListReusableDelegationSetsRequest = [
2008
1406
  0,
2009
1407
  [_Ma, _MI],
2010
1408
  [
2011
- [
2012
- 0,
2013
- {
2014
- [_hQ]: _mar,
2015
- },
2016
- ],
2017
- [
2018
- 1,
2019
- {
2020
- [_hQ]: _max,
2021
- },
2022
- ],
1409
+ [0, { [_hQ]: _mar }],
1410
+ [1, { [_hQ]: _max }],
2023
1411
  ],
2024
1412
  ];
2025
1413
  export var ListReusableDelegationSetsResponse = [
@@ -2075,18 +1463,8 @@ export var ListTrafficPoliciesRequest = [
2075
1463
  0,
2076
1464
  [_TPIM, _MI],
2077
1465
  [
2078
- [
2079
- 0,
2080
- {
2081
- [_hQ]: _tr,
2082
- },
2083
- ],
2084
- [
2085
- 1,
2086
- {
2087
- [_hQ]: _max,
2088
- },
2089
- ],
1466
+ [0, { [_hQ]: _tr }],
1467
+ [1, { [_hQ]: _max }],
2090
1468
  ],
2091
1469
  ];
2092
1470
  export var ListTrafficPoliciesResponse = [
@@ -2104,30 +1482,10 @@ export var ListTrafficPolicyInstancesByHostedZoneRequest = [
2104
1482
  0,
2105
1483
  [_HZI, _TPINM, _TPITM, _MI],
2106
1484
  [
2107
- [
2108
- 0,
2109
- {
2110
- [_hQ]: _id,
2111
- },
2112
- ],
2113
- [
2114
- 0,
2115
- {
2116
- [_hQ]: _tra,
2117
- },
2118
- ],
2119
- [
2120
- 0,
2121
- {
2122
- [_hQ]: _traf,
2123
- },
2124
- ],
2125
- [
2126
- 1,
2127
- {
2128
- [_hQ]: _max,
2129
- },
2130
- ],
1485
+ [0, { [_hQ]: _id }],
1486
+ [0, { [_hQ]: _tra }],
1487
+ [0, { [_hQ]: _traf }],
1488
+ [1, { [_hQ]: _max }],
2131
1489
  ],
2132
1490
  ];
2133
1491
  export var ListTrafficPolicyInstancesByHostedZoneResponse = [
@@ -2145,42 +1503,12 @@ export var ListTrafficPolicyInstancesByPolicyRequest = [
2145
1503
  0,
2146
1504
  [_TPI, _TPV, _HZIM, _TPINM, _TPITM, _MI],
2147
1505
  [
2148
- [
2149
- 0,
2150
- {
2151
- [_hQ]: _id,
2152
- },
2153
- ],
2154
- [
2155
- 1,
2156
- {
2157
- [_hQ]: _ve,
2158
- },
2159
- ],
2160
- [
2161
- 0,
2162
- {
2163
- [_hQ]: _h,
2164
- },
2165
- ],
2166
- [
2167
- 0,
2168
- {
2169
- [_hQ]: _tra,
2170
- },
2171
- ],
2172
- [
2173
- 0,
2174
- {
2175
- [_hQ]: _traf,
2176
- },
2177
- ],
2178
- [
2179
- 1,
2180
- {
2181
- [_hQ]: _max,
2182
- },
2183
- ],
1506
+ [0, { [_hQ]: _id }],
1507
+ [1, { [_hQ]: _ve }],
1508
+ [0, { [_hQ]: _h }],
1509
+ [0, { [_hQ]: _tra }],
1510
+ [0, { [_hQ]: _traf }],
1511
+ [1, { [_hQ]: _max }],
2184
1512
  ],
2185
1513
  ];
2186
1514
  export var ListTrafficPolicyInstancesByPolicyResponse = [
@@ -2198,30 +1526,10 @@ export var ListTrafficPolicyInstancesRequest = [
2198
1526
  0,
2199
1527
  [_HZIM, _TPINM, _TPITM, _MI],
2200
1528
  [
2201
- [
2202
- 0,
2203
- {
2204
- [_hQ]: _h,
2205
- },
2206
- ],
2207
- [
2208
- 0,
2209
- {
2210
- [_hQ]: _tra,
2211
- },
2212
- ],
2213
- [
2214
- 0,
2215
- {
2216
- [_hQ]: _traf,
2217
- },
2218
- ],
2219
- [
2220
- 1,
2221
- {
2222
- [_hQ]: _max,
2223
- },
2224
- ],
1529
+ [0, { [_hQ]: _h }],
1530
+ [0, { [_hQ]: _tra }],
1531
+ [0, { [_hQ]: _traf }],
1532
+ [1, { [_hQ]: _max }],
2225
1533
  ],
2226
1534
  ];
2227
1535
  export var ListTrafficPolicyInstancesResponse = [
@@ -2240,18 +1548,8 @@ export var ListTrafficPolicyVersionsRequest = [
2240
1548
  [_I, _TPVM, _MI],
2241
1549
  [
2242
1550
  [0, 1],
2243
- [
2244
- 0,
2245
- {
2246
- [_hQ]: _traff,
2247
- },
2248
- ],
2249
- [
2250
- 1,
2251
- {
2252
- [_hQ]: _max,
2253
- },
2254
- ],
1551
+ [0, { [_hQ]: _traff }],
1552
+ [1, { [_hQ]: _max }],
2255
1553
  ],
2256
1554
  ];
2257
1555
  export var ListTrafficPolicyVersionsResponse = [
@@ -2270,18 +1568,8 @@ export var ListVPCAssociationAuthorizationsRequest = [
2270
1568
  [_HZI, _NT, _MR],
2271
1569
  [
2272
1570
  [0, 1],
2273
- [
2274
- 0,
2275
- {
2276
- [_hQ]: _n,
2277
- },
2278
- ],
2279
- [
2280
- 1,
2281
- {
2282
- [_hQ]: _ma,
2283
- },
2284
- ],
1571
+ [0, { [_hQ]: _n }],
1572
+ [1, { [_hQ]: _ma }],
2285
1573
  ],
2286
1574
  ];
2287
1575
  export var ListVPCAssociationAuthorizationsResponse = [
@@ -2293,197 +1581,38 @@ export var ListVPCAssociationAuthorizationsResponse = [
2293
1581
  [0, 0, [() => VPCs, 0]],
2294
1582
  ];
2295
1583
  export var LocationSummary = [3, n0, _LSo, 0, [_LN], [0]];
2296
- export var NoSuchChange = [
2297
- -3,
2298
- n0,
2299
- _NSCo,
2300
- {
2301
- [_e]: _c,
2302
- [_hE]: 404,
2303
- },
2304
- [_m],
2305
- [0],
2306
- ];
1584
+ export var NoSuchChange = [-3, n0, _NSCo, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
2307
1585
  TypeRegistry.for(n0).registerError(NoSuchChange, __NoSuchChange);
2308
- export var NoSuchCidrCollectionException = [
2309
- -3,
2310
- n0,
2311
- _NSCCE,
2312
- {
2313
- [_e]: _c,
2314
- [_hE]: 404,
2315
- },
2316
- [_M],
2317
- [0],
2318
- ];
1586
+ export var NoSuchCidrCollectionException = [-3, n0, _NSCCE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
2319
1587
  TypeRegistry.for(n0).registerError(NoSuchCidrCollectionException, __NoSuchCidrCollectionException);
2320
- export var NoSuchCidrLocationException = [
2321
- -3,
2322
- n0,
2323
- _NSCLE,
2324
- {
2325
- [_e]: _c,
2326
- [_hE]: 404,
2327
- },
2328
- [_M],
2329
- [0],
2330
- ];
1588
+ export var NoSuchCidrLocationException = [-3, n0, _NSCLE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
2331
1589
  TypeRegistry.for(n0).registerError(NoSuchCidrLocationException, __NoSuchCidrLocationException);
2332
- export var NoSuchCloudWatchLogsLogGroup = [
2333
- -3,
2334
- n0,
2335
- _NSCWLLG,
2336
- {
2337
- [_e]: _c,
2338
- [_hE]: 404,
2339
- },
2340
- [_m],
2341
- [0],
2342
- ];
1590
+ export var NoSuchCloudWatchLogsLogGroup = [-3, n0, _NSCWLLG, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
2343
1591
  TypeRegistry.for(n0).registerError(NoSuchCloudWatchLogsLogGroup, __NoSuchCloudWatchLogsLogGroup);
2344
- export var NoSuchDelegationSet = [
2345
- -3,
2346
- n0,
2347
- _NSDS,
2348
- {
2349
- [_e]: _c,
2350
- },
2351
- [_m],
2352
- [0],
2353
- ];
1592
+ export var NoSuchDelegationSet = [-3, n0, _NSDS, { [_e]: _c }, [_m], [0]];
2354
1593
  TypeRegistry.for(n0).registerError(NoSuchDelegationSet, __NoSuchDelegationSet);
2355
- export var NoSuchGeoLocation = [
2356
- -3,
2357
- n0,
2358
- _NSGL,
2359
- {
2360
- [_e]: _c,
2361
- [_hE]: 404,
2362
- },
2363
- [_m],
2364
- [0],
2365
- ];
1594
+ export var NoSuchGeoLocation = [-3, n0, _NSGL, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
2366
1595
  TypeRegistry.for(n0).registerError(NoSuchGeoLocation, __NoSuchGeoLocation);
2367
- export var NoSuchHealthCheck = [
2368
- -3,
2369
- n0,
2370
- _NSHC,
2371
- {
2372
- [_e]: _c,
2373
- [_hE]: 404,
2374
- },
2375
- [_m],
2376
- [0],
2377
- ];
1596
+ export var NoSuchHealthCheck = [-3, n0, _NSHC, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
2378
1597
  TypeRegistry.for(n0).registerError(NoSuchHealthCheck, __NoSuchHealthCheck);
2379
- export var NoSuchHostedZone = [
2380
- -3,
2381
- n0,
2382
- _NSHZ,
2383
- {
2384
- [_e]: _c,
2385
- [_hE]: 404,
2386
- },
2387
- [_m],
2388
- [0],
2389
- ];
1598
+ export var NoSuchHostedZone = [-3, n0, _NSHZ, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
2390
1599
  TypeRegistry.for(n0).registerError(NoSuchHostedZone, __NoSuchHostedZone);
2391
- export var NoSuchKeySigningKey = [
2392
- -3,
2393
- n0,
2394
- _NSKSK,
2395
- {
2396
- [_e]: _c,
2397
- [_hE]: 404,
2398
- },
2399
- [_m],
2400
- [0],
2401
- ];
1600
+ export var NoSuchKeySigningKey = [-3, n0, _NSKSK, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
2402
1601
  TypeRegistry.for(n0).registerError(NoSuchKeySigningKey, __NoSuchKeySigningKey);
2403
- export var NoSuchQueryLoggingConfig = [
2404
- -3,
2405
- n0,
2406
- _NSQLC,
2407
- {
2408
- [_e]: _c,
2409
- [_hE]: 404,
2410
- },
2411
- [_m],
2412
- [0],
2413
- ];
1602
+ export var NoSuchQueryLoggingConfig = [-3, n0, _NSQLC, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
2414
1603
  TypeRegistry.for(n0).registerError(NoSuchQueryLoggingConfig, __NoSuchQueryLoggingConfig);
2415
- export var NoSuchTrafficPolicy = [
2416
- -3,
2417
- n0,
2418
- _NSTP,
2419
- {
2420
- [_e]: _c,
2421
- [_hE]: 404,
2422
- },
2423
- [_m],
2424
- [0],
2425
- ];
1604
+ export var NoSuchTrafficPolicy = [-3, n0, _NSTP, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
2426
1605
  TypeRegistry.for(n0).registerError(NoSuchTrafficPolicy, __NoSuchTrafficPolicy);
2427
- export var NoSuchTrafficPolicyInstance = [
2428
- -3,
2429
- n0,
2430
- _NSTPI,
2431
- {
2432
- [_e]: _c,
2433
- [_hE]: 404,
2434
- },
2435
- [_m],
2436
- [0],
2437
- ];
1606
+ export var NoSuchTrafficPolicyInstance = [-3, n0, _NSTPI, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
2438
1607
  TypeRegistry.for(n0).registerError(NoSuchTrafficPolicyInstance, __NoSuchTrafficPolicyInstance);
2439
- export var NotAuthorizedException = [
2440
- -3,
2441
- n0,
2442
- _NAE,
2443
- {
2444
- [_e]: _c,
2445
- [_hE]: 401,
2446
- },
2447
- [_m],
2448
- [0],
2449
- ];
1608
+ export var NotAuthorizedException = [-3, n0, _NAE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
2450
1609
  TypeRegistry.for(n0).registerError(NotAuthorizedException, __NotAuthorizedException);
2451
- export var PriorRequestNotComplete = [
2452
- -3,
2453
- n0,
2454
- _PRNC,
2455
- {
2456
- [_e]: _c,
2457
- [_hE]: 400,
2458
- },
2459
- [_m],
2460
- [0],
2461
- ];
1610
+ export var PriorRequestNotComplete = [-3, n0, _PRNC, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2462
1611
  TypeRegistry.for(n0).registerError(PriorRequestNotComplete, __PriorRequestNotComplete);
2463
- export var PublicZoneVPCAssociation = [
2464
- -3,
2465
- n0,
2466
- _PZVPCA,
2467
- {
2468
- [_e]: _c,
2469
- [_hE]: 400,
2470
- },
2471
- [_m],
2472
- [0],
2473
- ];
1612
+ export var PublicZoneVPCAssociation = [-3, n0, _PZVPCA, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2474
1613
  TypeRegistry.for(n0).registerError(PublicZoneVPCAssociation, __PublicZoneVPCAssociation);
2475
1614
  export var QueryLoggingConfig = [3, n0, _QLC, 0, [_I, _HZI, _CWLLGA], [0, 0, 0]];
2476
- export var QueryLoggingConfigAlreadyExists = [
2477
- -3,
2478
- n0,
2479
- _QLCAE,
2480
- {
2481
- [_e]: _c,
2482
- [_hE]: 409,
2483
- },
2484
- [_m],
2485
- [0],
2486
- ];
1615
+ export var QueryLoggingConfigAlreadyExists = [-3, n0, _QLCAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
2487
1616
  TypeRegistry.for(n0).registerError(QueryLoggingConfigAlreadyExists, __QueryLoggingConfigAlreadyExists);
2488
1617
  export var ResourceRecord = [3, n0, _RR, 0, [_V], [0]];
2489
1618
  export var ResourceRecordSet = [
@@ -2521,42 +1650,12 @@ export var TestDNSAnswerRequest = [
2521
1650
  0,
2522
1651
  [_HZI, _RN, _RTe, _RIP, _EDNSCSIP, _EDNSCSM],
2523
1652
  [
2524
- [
2525
- 0,
2526
- {
2527
- [_hQ]: _h,
2528
- },
2529
- ],
2530
- [
2531
- 0,
2532
- {
2533
- [_hQ]: _r,
2534
- },
2535
- ],
2536
- [
2537
- 0,
2538
- {
2539
- [_hQ]: _re,
2540
- },
2541
- ],
2542
- [
2543
- 0,
2544
- {
2545
- [_hQ]: _res,
2546
- },
2547
- ],
2548
- [
2549
- 0,
2550
- {
2551
- [_hQ]: _ed,
2552
- },
2553
- ],
2554
- [
2555
- 0,
2556
- {
2557
- [_hQ]: _edn,
2558
- },
2559
- ],
1653
+ [0, { [_hQ]: _h }],
1654
+ [0, { [_hQ]: _r }],
1655
+ [0, { [_hQ]: _re }],
1656
+ [0, { [_hQ]: _res }],
1657
+ [0, { [_hQ]: _ed }],
1658
+ [0, { [_hQ]: _edn }],
2560
1659
  ],
2561
1660
  ];
2562
1661
  export var TestDNSAnswerResponse = [
@@ -2567,84 +1666,23 @@ export var TestDNSAnswerResponse = [
2567
1666
  [_Nam, _RN, _RTe, _RD, _RC, _Pr],
2568
1667
  [0, 0, 0, [() => RecordData, 0], 0, 0],
2569
1668
  ];
2570
- export var ThrottlingException = [
2571
- -3,
2572
- n0,
2573
- _TE,
2574
- {
2575
- [_e]: _c,
2576
- [_hE]: 400,
2577
- },
2578
- [_m],
2579
- [0],
2580
- ];
1669
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2581
1670
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
2582
- export var TooManyHealthChecks = [
2583
- -3,
2584
- n0,
2585
- _TMHC,
2586
- {
2587
- [_e]: _c,
2588
- },
2589
- [_m],
2590
- [0],
2591
- ];
1671
+ export var TooManyHealthChecks = [-3, n0, _TMHC, { [_e]: _c }, [_m], [0]];
2592
1672
  TypeRegistry.for(n0).registerError(TooManyHealthChecks, __TooManyHealthChecks);
2593
- export var TooManyHostedZones = [
2594
- -3,
2595
- n0,
2596
- _TMHZ,
2597
- {
2598
- [_e]: _c,
2599
- [_hE]: 400,
2600
- },
2601
- [_m],
2602
- [0],
2603
- ];
1673
+ export var TooManyHostedZones = [-3, n0, _TMHZ, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2604
1674
  TypeRegistry.for(n0).registerError(TooManyHostedZones, __TooManyHostedZones);
2605
- export var TooManyKeySigningKeys = [
2606
- -3,
2607
- n0,
2608
- _TMKSK,
2609
- {
2610
- [_e]: _c,
2611
- },
2612
- [_m],
2613
- [0],
2614
- ];
1675
+ export var TooManyKeySigningKeys = [-3, n0, _TMKSK, { [_e]: _c }, [_m], [0]];
2615
1676
  TypeRegistry.for(n0).registerError(TooManyKeySigningKeys, __TooManyKeySigningKeys);
2616
- export var TooManyTrafficPolicies = [
2617
- -3,
2618
- n0,
2619
- _TMTP,
2620
- {
2621
- [_e]: _c,
2622
- [_hE]: 400,
2623
- },
2624
- [_m],
2625
- [0],
2626
- ];
1677
+ export var TooManyTrafficPolicies = [-3, n0, _TMTP, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2627
1678
  TypeRegistry.for(n0).registerError(TooManyTrafficPolicies, __TooManyTrafficPolicies);
2628
- export var TooManyTrafficPolicyInstances = [
2629
- -3,
2630
- n0,
2631
- _TMTPI,
2632
- {
2633
- [_e]: _c,
2634
- [_hE]: 400,
2635
- },
2636
- [_m],
2637
- [0],
2638
- ];
1679
+ export var TooManyTrafficPolicyInstances = [-3, n0, _TMTPI, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2639
1680
  TypeRegistry.for(n0).registerError(TooManyTrafficPolicyInstances, __TooManyTrafficPolicyInstances);
2640
1681
  export var TooManyTrafficPolicyVersionsForCurrentPolicy = [
2641
1682
  -3,
2642
1683
  n0,
2643
1684
  _TMTPVFCP,
2644
- {
2645
- [_e]: _c,
2646
- [_hE]: 400,
2647
- },
1685
+ { [_e]: _c, [_hE]: 400 },
2648
1686
  [_m],
2649
1687
  [0],
2650
1688
  ];
@@ -2653,26 +1691,13 @@ export var TooManyVPCAssociationAuthorizations = [
2653
1691
  -3,
2654
1692
  n0,
2655
1693
  _TMVPCAA,
2656
- {
2657
- [_e]: _c,
2658
- [_hE]: 400,
2659
- },
1694
+ { [_e]: _c, [_hE]: 400 },
2660
1695
  [_m],
2661
1696
  [0],
2662
1697
  ];
2663
1698
  TypeRegistry.for(n0).registerError(TooManyVPCAssociationAuthorizations, __TooManyVPCAssociationAuthorizations);
2664
1699
  export var TrafficPolicy = [3, n0, _TP, 0, [_I, _Ve, _N, _T, _Do, _C], [0, 1, 0, 0, 0, 0]];
2665
- export var TrafficPolicyAlreadyExists = [
2666
- -3,
2667
- n0,
2668
- _TPAE,
2669
- {
2670
- [_e]: _c,
2671
- [_hE]: 409,
2672
- },
2673
- [_m],
2674
- [0],
2675
- ];
1700
+ export var TrafficPolicyAlreadyExists = [-3, n0, _TPAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
2676
1701
  TypeRegistry.for(n0).registerError(TrafficPolicyAlreadyExists, __TrafficPolicyAlreadyExists);
2677
1702
  export var TrafficPolicyInstance = [
2678
1703
  3,
@@ -2686,25 +1711,12 @@ export var TrafficPolicyInstanceAlreadyExists = [
2686
1711
  -3,
2687
1712
  n0,
2688
1713
  _TPIAE,
2689
- {
2690
- [_e]: _c,
2691
- [_hE]: 409,
2692
- },
1714
+ { [_e]: _c, [_hE]: 409 },
2693
1715
  [_m],
2694
1716
  [0],
2695
1717
  ];
2696
1718
  TypeRegistry.for(n0).registerError(TrafficPolicyInstanceAlreadyExists, __TrafficPolicyInstanceAlreadyExists);
2697
- export var TrafficPolicyInUse = [
2698
- -3,
2699
- n0,
2700
- _TPIU,
2701
- {
2702
- [_e]: _c,
2703
- [_hE]: 400,
2704
- },
2705
- [_m],
2706
- [0],
2707
- ];
1719
+ export var TrafficPolicyInUse = [-3, n0, _TPIU, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2708
1720
  TypeRegistry.for(n0).registerError(TrafficPolicyInUse, __TrafficPolicyInUse);
2709
1721
  export var TrafficPolicySummary = [3, n0, _TPSr, 0, [_I, _N, _T, _LV, _TPC], [0, 0, 0, 1, 1]];
2710
1722
  export var UpdateHealthCheckRequest = [
@@ -2775,354 +1787,65 @@ export var VPCAssociationAuthorizationNotFound = [
2775
1787
  -3,
2776
1788
  n0,
2777
1789
  _VPCAANF,
2778
- {
2779
- [_e]: _c,
2780
- [_hE]: 404,
2781
- },
1790
+ { [_e]: _c, [_hE]: 404 },
2782
1791
  [_m],
2783
1792
  [0],
2784
1793
  ];
2785
1794
  TypeRegistry.for(n0).registerError(VPCAssociationAuthorizationNotFound, __VPCAssociationAuthorizationNotFound);
2786
- export var VPCAssociationNotFound = [
2787
- -3,
2788
- n0,
2789
- _VPCANF,
2790
- {
2791
- [_e]: _c,
2792
- [_hE]: 404,
2793
- },
2794
- [_m],
2795
- [0],
2796
- ];
1795
+ export var VPCAssociationNotFound = [-3, n0, _VPCANF, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
2797
1796
  TypeRegistry.for(n0).registerError(VPCAssociationNotFound, __VPCAssociationNotFound);
2798
1797
  export var __Unit = "unit";
2799
1798
  export var Route53ServiceException = [-3, _sm, "Route53ServiceException", 0, [], []];
2800
1799
  TypeRegistry.for(_sm).registerError(Route53ServiceException, __Route53ServiceException);
2801
- export var Changes = [
2802
- 1,
2803
- n0,
2804
- _Cha,
2805
- 0,
2806
- [
2807
- () => Change,
2808
- {
2809
- [_xN]: _Ch,
2810
- },
2811
- ],
2812
- ];
1800
+ export var Changes = [1, n0, _Cha, 0, [() => Change, { [_xN]: _Ch }]];
2813
1801
  export var CheckerIpRanges = 64 | 0;
2814
- export var ChildHealthCheckList = [
2815
- 1,
2816
- n0,
2817
- _CHCL,
2818
- 0,
2819
- [
2820
- 0,
2821
- {
2822
- [_xN]: _CHCh,
2823
- },
2824
- ],
2825
- ];
1802
+ export var ChildHealthCheckList = [1, n0, _CHCL, 0, [0, { [_xN]: _CHCh }]];
2826
1803
  export var CidrBlockSummaries = [1, n0, _CBSi, 0, () => CidrBlockSummary];
2827
1804
  export var CidrCollectionChanges = [1, n0, _CCCi, 0, [() => CidrCollectionChange, 0]];
2828
- export var CidrList = [
2829
- 1,
2830
- n0,
2831
- _CL,
2832
- 0,
2833
- [
2834
- 0,
2835
- {
2836
- [_xN]: _Ci,
2837
- },
2838
- ],
2839
- ];
1805
+ export var CidrList = [1, n0, _CL, 0, [0, { [_xN]: _Ci }]];
2840
1806
  export var CollectionSummaries = [1, n0, _CSo, 0, () => CollectionSummary];
2841
- export var DelegationSetNameServers = [
2842
- 1,
2843
- n0,
2844
- _DSNS,
2845
- 0,
2846
- [
2847
- 0,
2848
- {
2849
- [_xN]: _NSa,
2850
- },
2851
- ],
2852
- ];
2853
- export var DelegationSets = [
2854
- 1,
2855
- n0,
2856
- _DSe,
2857
- 0,
2858
- [
2859
- () => DelegationSet,
2860
- {
2861
- [_xN]: _DS,
2862
- },
2863
- ],
2864
- ];
2865
- export var DimensionList = [
2866
- 1,
2867
- n0,
2868
- _DL,
2869
- 0,
2870
- [
2871
- () => Dimension,
2872
- {
2873
- [_xN]: _Di,
2874
- },
2875
- ],
2876
- ];
2877
- export var ErrorMessages = [
2878
- 1,
2879
- n0,
2880
- _EM,
2881
- 0,
2882
- [
2883
- 0,
2884
- {
2885
- [_xN]: _M,
2886
- },
2887
- ],
2888
- ];
2889
- export var GeoLocationDetailsList = [
2890
- 1,
2891
- n0,
2892
- _GLDL,
2893
- 0,
2894
- [
2895
- () => GeoLocationDetails,
2896
- {
2897
- [_xN]: _GLD,
2898
- },
2899
- ],
2900
- ];
1807
+ export var DelegationSetNameServers = [1, n0, _DSNS, 0, [0, { [_xN]: _NSa }]];
1808
+ export var DelegationSets = [1, n0, _DSe, 0, [() => DelegationSet, { [_xN]: _DS }]];
1809
+ export var DimensionList = [1, n0, _DL, 0, [() => Dimension, { [_xN]: _Di }]];
1810
+ export var ErrorMessages = [1, n0, _EM, 0, [0, { [_xN]: _M }]];
1811
+ export var GeoLocationDetailsList = [1, n0, _GLDL, 0, [() => GeoLocationDetails, { [_xN]: _GLD }]];
2901
1812
  export var HealthCheckObservations = [
2902
1813
  1,
2903
1814
  n0,
2904
1815
  _HCO,
2905
1816
  0,
2906
- [
2907
- () => HealthCheckObservation,
2908
- {
2909
- [_xN]: _HCOe,
2910
- },
2911
- ],
2912
- ];
2913
- export var HealthCheckRegionList = [
2914
- 1,
2915
- n0,
2916
- _HCRL,
2917
- 0,
2918
- [
2919
- 0,
2920
- {
2921
- [_xN]: _R,
2922
- },
2923
- ],
2924
- ];
2925
- export var HealthChecks = [
2926
- 1,
2927
- n0,
2928
- _HCe,
2929
- 0,
2930
- [
2931
- () => HealthCheck,
2932
- {
2933
- [_xN]: _HC,
2934
- },
2935
- ],
2936
- ];
2937
- export var HostedZones = [
2938
- 1,
2939
- n0,
2940
- _HZo,
2941
- 0,
2942
- [
2943
- () => HostedZone,
2944
- {
2945
- [_xN]: _HZ,
2946
- },
2947
- ],
2948
- ];
2949
- export var HostedZoneSummaries = [
2950
- 1,
2951
- n0,
2952
- _HZSo,
2953
- 0,
2954
- [
2955
- () => HostedZoneSummary,
2956
- {
2957
- [_xN]: _HZS,
2958
- },
2959
- ],
1817
+ [() => HealthCheckObservation, { [_xN]: _HCOe }],
2960
1818
  ];
1819
+ export var HealthCheckRegionList = [1, n0, _HCRL, 0, [0, { [_xN]: _R }]];
1820
+ export var HealthChecks = [1, n0, _HCe, 0, [() => HealthCheck, { [_xN]: _HC }]];
1821
+ export var HostedZones = [1, n0, _HZo, 0, [() => HostedZone, { [_xN]: _HZ }]];
1822
+ export var HostedZoneSummaries = [1, n0, _HZSo, 0, [() => HostedZoneSummary, { [_xN]: _HZS }]];
2961
1823
  export var KeySigningKeys = [1, n0, _KSKe, 0, () => KeySigningKey];
2962
1824
  export var LocationSummaries = [1, n0, _LSoc, 0, () => LocationSummary];
2963
- export var QueryLoggingConfigs = [
2964
- 1,
2965
- n0,
2966
- _QLCu,
2967
- 0,
2968
- [
2969
- () => QueryLoggingConfig,
2970
- {
2971
- [_xN]: _QLC,
2972
- },
2973
- ],
2974
- ];
2975
- export var RecordData = [
2976
- 1,
2977
- n0,
2978
- _RD,
2979
- 0,
2980
- [
2981
- 0,
2982
- {
2983
- [_xN]: _RDE,
2984
- },
2985
- ],
2986
- ];
2987
- export var ResettableElementNameList = [
2988
- 1,
2989
- n0,
2990
- _RENL,
2991
- 0,
2992
- [
2993
- 0,
2994
- {
2995
- [_xN]: _REN,
2996
- },
2997
- ],
2998
- ];
2999
- export var ResourceRecords = [
3000
- 1,
3001
- n0,
3002
- _RRe,
3003
- 0,
3004
- [
3005
- () => ResourceRecord,
3006
- {
3007
- [_xN]: _RR,
3008
- },
3009
- ],
3010
- ];
3011
- export var ResourceRecordSets = [
3012
- 1,
3013
- n0,
3014
- _RRSe,
3015
- 0,
3016
- [
3017
- () => ResourceRecordSet,
3018
- {
3019
- [_xN]: _RRS,
3020
- },
3021
- ],
3022
- ];
3023
- export var ResourceTagSetList = [
3024
- 1,
3025
- n0,
3026
- _RTSL,
3027
- 0,
3028
- [
3029
- () => ResourceTagSet,
3030
- {
3031
- [_xN]: _RTS,
3032
- },
3033
- ],
3034
- ];
3035
- export var TagKeyList = [
3036
- 1,
3037
- n0,
3038
- _TKL,
3039
- 0,
3040
- [
3041
- 0,
3042
- {
3043
- [_xN]: _K,
3044
- },
3045
- ],
3046
- ];
3047
- export var TagList = [
3048
- 1,
3049
- n0,
3050
- _TL,
3051
- 0,
3052
- [
3053
- () => Tag,
3054
- {
3055
- [_xN]: _Tag,
3056
- },
3057
- ],
3058
- ];
3059
- export var TagResourceIdList = [
3060
- 1,
3061
- n0,
3062
- _TRIL,
3063
- 0,
3064
- [
3065
- 0,
3066
- {
3067
- [_xN]: _RI,
3068
- },
3069
- ],
3070
- ];
3071
- export var TrafficPolicies = [
3072
- 1,
3073
- n0,
3074
- _TPr,
3075
- 0,
3076
- [
3077
- () => TrafficPolicy,
3078
- {
3079
- [_xN]: _TP,
3080
- },
3081
- ],
3082
- ];
1825
+ export var QueryLoggingConfigs = [1, n0, _QLCu, 0, [() => QueryLoggingConfig, { [_xN]: _QLC }]];
1826
+ export var RecordData = [1, n0, _RD, 0, [0, { [_xN]: _RDE }]];
1827
+ export var ResettableElementNameList = [1, n0, _RENL, 0, [0, { [_xN]: _REN }]];
1828
+ export var ResourceRecords = [1, n0, _RRe, 0, [() => ResourceRecord, { [_xN]: _RR }]];
1829
+ export var ResourceRecordSets = [1, n0, _RRSe, 0, [() => ResourceRecordSet, { [_xN]: _RRS }]];
1830
+ export var ResourceTagSetList = [1, n0, _RTSL, 0, [() => ResourceTagSet, { [_xN]: _RTS }]];
1831
+ export var TagKeyList = [1, n0, _TKL, 0, [0, { [_xN]: _K }]];
1832
+ export var TagList = [1, n0, _TL, 0, [() => Tag, { [_xN]: _Tag }]];
1833
+ export var TagResourceIdList = [1, n0, _TRIL, 0, [0, { [_xN]: _RI }]];
1834
+ export var TrafficPolicies = [1, n0, _TPr, 0, [() => TrafficPolicy, { [_xN]: _TP }]];
3083
1835
  export var TrafficPolicyInstances = [
3084
1836
  1,
3085
1837
  n0,
3086
1838
  _TPIra,
3087
1839
  0,
3088
- [
3089
- () => TrafficPolicyInstance,
3090
- {
3091
- [_xN]: _TPIr,
3092
- },
3093
- ],
3094
- ];
3095
- export var TrafficPolicySummaries = [
3096
- 1,
3097
- n0,
3098
- _TPS,
3099
- 0,
3100
- [
3101
- () => TrafficPolicySummary,
3102
- {
3103
- [_xN]: _TPSr,
3104
- },
3105
- ],
3106
- ];
3107
- export var VPCs = [
3108
- 1,
3109
- n0,
3110
- _VPCs,
3111
- 0,
3112
- [
3113
- () => VPC,
3114
- {
3115
- [_xN]: _VPC,
3116
- },
3117
- ],
1840
+ [() => TrafficPolicyInstance, { [_xN]: _TPIr }],
3118
1841
  ];
1842
+ export var TrafficPolicySummaries = [1, n0, _TPS, 0, [() => TrafficPolicySummary, { [_xN]: _TPSr }]];
1843
+ export var VPCs = [1, n0, _VPCs, 0, [() => VPC, { [_xN]: _VPC }]];
3119
1844
  export var ActivateKeySigningKey = [
3120
1845
  9,
3121
1846
  n0,
3122
1847
  _AKSK,
3123
- {
3124
- [_ht]: ["POST", "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}/activate", 200],
3125
- },
1848
+ { [_ht]: ["POST", "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}/activate", 200] },
3126
1849
  () => ActivateKeySigningKeyRequest,
3127
1850
  () => ActivateKeySigningKeyResponse,
3128
1851
  ];
@@ -3130,9 +1853,7 @@ export var AssociateVPCWithHostedZone = [
3130
1853
  9,
3131
1854
  n0,
3132
1855
  _AVPCWHZ,
3133
- {
3134
- [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/associatevpc", 200],
3135
- },
1856
+ { [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/associatevpc", 200] },
3136
1857
  () => AssociateVPCWithHostedZoneRequest,
3137
1858
  () => AssociateVPCWithHostedZoneResponse,
3138
1859
  ];
@@ -3140,9 +1861,7 @@ export var ChangeCidrCollection = [
3140
1861
  9,
3141
1862
  n0,
3142
1863
  _CCCh,
3143
- {
3144
- [_ht]: ["POST", "/2013-04-01/cidrcollection/{Id}", 200],
3145
- },
1864
+ { [_ht]: ["POST", "/2013-04-01/cidrcollection/{Id}", 200] },
3146
1865
  () => ChangeCidrCollectionRequest,
3147
1866
  () => ChangeCidrCollectionResponse,
3148
1867
  ];
@@ -3150,9 +1869,7 @@ export var ChangeResourceRecordSets = [
3150
1869
  9,
3151
1870
  n0,
3152
1871
  _CRRS,
3153
- {
3154
- [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/rrset", 200],
3155
- },
1872
+ { [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/rrset", 200] },
3156
1873
  () => ChangeResourceRecordSetsRequest,
3157
1874
  () => ChangeResourceRecordSetsResponse,
3158
1875
  ];
@@ -3160,9 +1877,7 @@ export var ChangeTagsForResource = [
3160
1877
  9,
3161
1878
  n0,
3162
1879
  _CTFR,
3163
- {
3164
- [_ht]: ["POST", "/2013-04-01/tags/{ResourceType}/{ResourceId}", 200],
3165
- },
1880
+ { [_ht]: ["POST", "/2013-04-01/tags/{ResourceType}/{ResourceId}", 200] },
3166
1881
  () => ChangeTagsForResourceRequest,
3167
1882
  () => ChangeTagsForResourceResponse,
3168
1883
  ];
@@ -3170,9 +1885,7 @@ export var CreateCidrCollection = [
3170
1885
  9,
3171
1886
  n0,
3172
1887
  _CCCr,
3173
- {
3174
- [_ht]: ["POST", "/2013-04-01/cidrcollection", 201],
3175
- },
1888
+ { [_ht]: ["POST", "/2013-04-01/cidrcollection", 201] },
3176
1889
  () => CreateCidrCollectionRequest,
3177
1890
  () => CreateCidrCollectionResponse,
3178
1891
  ];
@@ -3180,9 +1893,7 @@ export var CreateHealthCheck = [
3180
1893
  9,
3181
1894
  n0,
3182
1895
  _CHCr,
3183
- {
3184
- [_ht]: ["POST", "/2013-04-01/healthcheck", 201],
3185
- },
1896
+ { [_ht]: ["POST", "/2013-04-01/healthcheck", 201] },
3186
1897
  () => CreateHealthCheckRequest,
3187
1898
  () => CreateHealthCheckResponse,
3188
1899
  ];
@@ -3190,9 +1901,7 @@ export var CreateHostedZone = [
3190
1901
  9,
3191
1902
  n0,
3192
1903
  _CHZ,
3193
- {
3194
- [_ht]: ["POST", "/2013-04-01/hostedzone", 201],
3195
- },
1904
+ { [_ht]: ["POST", "/2013-04-01/hostedzone", 201] },
3196
1905
  () => CreateHostedZoneRequest,
3197
1906
  () => CreateHostedZoneResponse,
3198
1907
  ];
@@ -3200,9 +1909,7 @@ export var CreateKeySigningKey = [
3200
1909
  9,
3201
1910
  n0,
3202
1911
  _CKSK,
3203
- {
3204
- [_ht]: ["POST", "/2013-04-01/keysigningkey", 201],
3205
- },
1912
+ { [_ht]: ["POST", "/2013-04-01/keysigningkey", 201] },
3206
1913
  () => CreateKeySigningKeyRequest,
3207
1914
  () => CreateKeySigningKeyResponse,
3208
1915
  ];
@@ -3210,9 +1917,7 @@ export var CreateQueryLoggingConfig = [
3210
1917
  9,
3211
1918
  n0,
3212
1919
  _CQLC,
3213
- {
3214
- [_ht]: ["POST", "/2013-04-01/queryloggingconfig", 201],
3215
- },
1920
+ { [_ht]: ["POST", "/2013-04-01/queryloggingconfig", 201] },
3216
1921
  () => CreateQueryLoggingConfigRequest,
3217
1922
  () => CreateQueryLoggingConfigResponse,
3218
1923
  ];
@@ -3220,9 +1925,7 @@ export var CreateReusableDelegationSet = [
3220
1925
  9,
3221
1926
  n0,
3222
1927
  _CRDS,
3223
- {
3224
- [_ht]: ["POST", "/2013-04-01/delegationset", 201],
3225
- },
1928
+ { [_ht]: ["POST", "/2013-04-01/delegationset", 201] },
3226
1929
  () => CreateReusableDelegationSetRequest,
3227
1930
  () => CreateReusableDelegationSetResponse,
3228
1931
  ];
@@ -3230,9 +1933,7 @@ export var CreateTrafficPolicy = [
3230
1933
  9,
3231
1934
  n0,
3232
1935
  _CTP,
3233
- {
3234
- [_ht]: ["POST", "/2013-04-01/trafficpolicy", 201],
3235
- },
1936
+ { [_ht]: ["POST", "/2013-04-01/trafficpolicy", 201] },
3236
1937
  () => CreateTrafficPolicyRequest,
3237
1938
  () => CreateTrafficPolicyResponse,
3238
1939
  ];
@@ -3240,9 +1941,7 @@ export var CreateTrafficPolicyInstance = [
3240
1941
  9,
3241
1942
  n0,
3242
1943
  _CTPI,
3243
- {
3244
- [_ht]: ["POST", "/2013-04-01/trafficpolicyinstance", 201],
3245
- },
1944
+ { [_ht]: ["POST", "/2013-04-01/trafficpolicyinstance", 201] },
3246
1945
  () => CreateTrafficPolicyInstanceRequest,
3247
1946
  () => CreateTrafficPolicyInstanceResponse,
3248
1947
  ];
@@ -3250,9 +1949,7 @@ export var CreateTrafficPolicyVersion = [
3250
1949
  9,
3251
1950
  n0,
3252
1951
  _CTPV,
3253
- {
3254
- [_ht]: ["POST", "/2013-04-01/trafficpolicy/{Id}", 201],
3255
- },
1952
+ { [_ht]: ["POST", "/2013-04-01/trafficpolicy/{Id}", 201] },
3256
1953
  () => CreateTrafficPolicyVersionRequest,
3257
1954
  () => CreateTrafficPolicyVersionResponse,
3258
1955
  ];
@@ -3260,9 +1957,7 @@ export var CreateVPCAssociationAuthorization = [
3260
1957
  9,
3261
1958
  n0,
3262
1959
  _CVPCAA,
3263
- {
3264
- [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/authorizevpcassociation", 200],
3265
- },
1960
+ { [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/authorizevpcassociation", 200] },
3266
1961
  () => CreateVPCAssociationAuthorizationRequest,
3267
1962
  () => CreateVPCAssociationAuthorizationResponse,
3268
1963
  ];
@@ -3270,9 +1965,7 @@ export var DeactivateKeySigningKey = [
3270
1965
  9,
3271
1966
  n0,
3272
1967
  _DKSK,
3273
- {
3274
- [_ht]: ["POST", "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}/deactivate", 200],
3275
- },
1968
+ { [_ht]: ["POST", "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}/deactivate", 200] },
3276
1969
  () => DeactivateKeySigningKeyRequest,
3277
1970
  () => DeactivateKeySigningKeyResponse,
3278
1971
  ];
@@ -3280,9 +1973,7 @@ export var DeleteCidrCollection = [
3280
1973
  9,
3281
1974
  n0,
3282
1975
  _DCC,
3283
- {
3284
- [_ht]: ["DELETE", "/2013-04-01/cidrcollection/{Id}", 200],
3285
- },
1976
+ { [_ht]: ["DELETE", "/2013-04-01/cidrcollection/{Id}", 200] },
3286
1977
  () => DeleteCidrCollectionRequest,
3287
1978
  () => DeleteCidrCollectionResponse,
3288
1979
  ];
@@ -3290,9 +1981,7 @@ export var DeleteHealthCheck = [
3290
1981
  9,
3291
1982
  n0,
3292
1983
  _DHC,
3293
- {
3294
- [_ht]: ["DELETE", "/2013-04-01/healthcheck/{HealthCheckId}", 200],
3295
- },
1984
+ { [_ht]: ["DELETE", "/2013-04-01/healthcheck/{HealthCheckId}", 200] },
3296
1985
  () => DeleteHealthCheckRequest,
3297
1986
  () => DeleteHealthCheckResponse,
3298
1987
  ];
@@ -3300,9 +1989,7 @@ export var DeleteHostedZone = [
3300
1989
  9,
3301
1990
  n0,
3302
1991
  _DHZ,
3303
- {
3304
- [_ht]: ["DELETE", "/2013-04-01/hostedzone/{Id}", 200],
3305
- },
1992
+ { [_ht]: ["DELETE", "/2013-04-01/hostedzone/{Id}", 200] },
3306
1993
  () => DeleteHostedZoneRequest,
3307
1994
  () => DeleteHostedZoneResponse,
3308
1995
  ];
@@ -3310,9 +1997,7 @@ export var DeleteKeySigningKey = [
3310
1997
  9,
3311
1998
  n0,
3312
1999
  _DKSKe,
3313
- {
3314
- [_ht]: ["DELETE", "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}", 200],
3315
- },
2000
+ { [_ht]: ["DELETE", "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}", 200] },
3316
2001
  () => DeleteKeySigningKeyRequest,
3317
2002
  () => DeleteKeySigningKeyResponse,
3318
2003
  ];
@@ -3320,9 +2005,7 @@ export var DeleteQueryLoggingConfig = [
3320
2005
  9,
3321
2006
  n0,
3322
2007
  _DQLC,
3323
- {
3324
- [_ht]: ["DELETE", "/2013-04-01/queryloggingconfig/{Id}", 200],
3325
- },
2008
+ { [_ht]: ["DELETE", "/2013-04-01/queryloggingconfig/{Id}", 200] },
3326
2009
  () => DeleteQueryLoggingConfigRequest,
3327
2010
  () => DeleteQueryLoggingConfigResponse,
3328
2011
  ];
@@ -3330,9 +2013,7 @@ export var DeleteReusableDelegationSet = [
3330
2013
  9,
3331
2014
  n0,
3332
2015
  _DRDS,
3333
- {
3334
- [_ht]: ["DELETE", "/2013-04-01/delegationset/{Id}", 200],
3335
- },
2016
+ { [_ht]: ["DELETE", "/2013-04-01/delegationset/{Id}", 200] },
3336
2017
  () => DeleteReusableDelegationSetRequest,
3337
2018
  () => DeleteReusableDelegationSetResponse,
3338
2019
  ];
@@ -3340,9 +2021,7 @@ export var DeleteTrafficPolicy = [
3340
2021
  9,
3341
2022
  n0,
3342
2023
  _DTP,
3343
- {
3344
- [_ht]: ["DELETE", "/2013-04-01/trafficpolicy/{Id}/{Version}", 200],
3345
- },
2024
+ { [_ht]: ["DELETE", "/2013-04-01/trafficpolicy/{Id}/{Version}", 200] },
3346
2025
  () => DeleteTrafficPolicyRequest,
3347
2026
  () => DeleteTrafficPolicyResponse,
3348
2027
  ];
@@ -3350,9 +2029,7 @@ export var DeleteTrafficPolicyInstance = [
3350
2029
  9,
3351
2030
  n0,
3352
2031
  _DTPI,
3353
- {
3354
- [_ht]: ["DELETE", "/2013-04-01/trafficpolicyinstance/{Id}", 200],
3355
- },
2032
+ { [_ht]: ["DELETE", "/2013-04-01/trafficpolicyinstance/{Id}", 200] },
3356
2033
  () => DeleteTrafficPolicyInstanceRequest,
3357
2034
  () => DeleteTrafficPolicyInstanceResponse,
3358
2035
  ];
@@ -3360,9 +2037,7 @@ export var DeleteVPCAssociationAuthorization = [
3360
2037
  9,
3361
2038
  n0,
3362
2039
  _DVPCAA,
3363
- {
3364
- [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/deauthorizevpcassociation", 200],
3365
- },
2040
+ { [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/deauthorizevpcassociation", 200] },
3366
2041
  () => DeleteVPCAssociationAuthorizationRequest,
3367
2042
  () => DeleteVPCAssociationAuthorizationResponse,
3368
2043
  ];
@@ -3370,9 +2045,7 @@ export var DisableHostedZoneDNSSEC = [
3370
2045
  9,
3371
2046
  n0,
3372
2047
  _DHZDNSSEC,
3373
- {
3374
- [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/disable-dnssec", 200],
3375
- },
2048
+ { [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/disable-dnssec", 200] },
3376
2049
  () => DisableHostedZoneDNSSECRequest,
3377
2050
  () => DisableHostedZoneDNSSECResponse,
3378
2051
  ];
@@ -3380,9 +2053,7 @@ export var DisassociateVPCFromHostedZone = [
3380
2053
  9,
3381
2054
  n0,
3382
2055
  _DVPCFHZ,
3383
- {
3384
- [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/disassociatevpc", 200],
3385
- },
2056
+ { [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/disassociatevpc", 200] },
3386
2057
  () => DisassociateVPCFromHostedZoneRequest,
3387
2058
  () => DisassociateVPCFromHostedZoneResponse,
3388
2059
  ];
@@ -3390,9 +2061,7 @@ export var EnableHostedZoneDNSSEC = [
3390
2061
  9,
3391
2062
  n0,
3392
2063
  _EHZDNSSEC,
3393
- {
3394
- [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/enable-dnssec", 200],
3395
- },
2064
+ { [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/enable-dnssec", 200] },
3396
2065
  () => EnableHostedZoneDNSSECRequest,
3397
2066
  () => EnableHostedZoneDNSSECResponse,
3398
2067
  ];
@@ -3400,9 +2069,7 @@ export var GetAccountLimit = [
3400
2069
  9,
3401
2070
  n0,
3402
2071
  _GAL,
3403
- {
3404
- [_ht]: ["GET", "/2013-04-01/accountlimit/{Type}", 200],
3405
- },
2072
+ { [_ht]: ["GET", "/2013-04-01/accountlimit/{Type}", 200] },
3406
2073
  () => GetAccountLimitRequest,
3407
2074
  () => GetAccountLimitResponse,
3408
2075
  ];
@@ -3410,9 +2077,7 @@ export var GetChange = [
3410
2077
  9,
3411
2078
  n0,
3412
2079
  _GC,
3413
- {
3414
- [_ht]: ["GET", "/2013-04-01/change/{Id}", 200],
3415
- },
2080
+ { [_ht]: ["GET", "/2013-04-01/change/{Id}", 200] },
3416
2081
  () => GetChangeRequest,
3417
2082
  () => GetChangeResponse,
3418
2083
  ];
@@ -3420,9 +2085,7 @@ export var GetCheckerIpRanges = [
3420
2085
  9,
3421
2086
  n0,
3422
2087
  _GCIR,
3423
- {
3424
- [_ht]: ["GET", "/2013-04-01/checkeripranges", 200],
3425
- },
2088
+ { [_ht]: ["GET", "/2013-04-01/checkeripranges", 200] },
3426
2089
  () => GetCheckerIpRangesRequest,
3427
2090
  () => GetCheckerIpRangesResponse,
3428
2091
  ];
@@ -3430,9 +2093,7 @@ export var GetDNSSEC = [
3430
2093
  9,
3431
2094
  n0,
3432
2095
  _GDNSSEC,
3433
- {
3434
- [_ht]: ["GET", "/2013-04-01/hostedzone/{HostedZoneId}/dnssec", 200],
3435
- },
2096
+ { [_ht]: ["GET", "/2013-04-01/hostedzone/{HostedZoneId}/dnssec", 200] },
3436
2097
  () => GetDNSSECRequest,
3437
2098
  () => GetDNSSECResponse,
3438
2099
  ];
@@ -3440,9 +2101,7 @@ export var GetGeoLocation = [
3440
2101
  9,
3441
2102
  n0,
3442
2103
  _GGL,
3443
- {
3444
- [_ht]: ["GET", "/2013-04-01/geolocation", 200],
3445
- },
2104
+ { [_ht]: ["GET", "/2013-04-01/geolocation", 200] },
3446
2105
  () => GetGeoLocationRequest,
3447
2106
  () => GetGeoLocationResponse,
3448
2107
  ];
@@ -3450,9 +2109,7 @@ export var GetHealthCheck = [
3450
2109
  9,
3451
2110
  n0,
3452
2111
  _GHC,
3453
- {
3454
- [_ht]: ["GET", "/2013-04-01/healthcheck/{HealthCheckId}", 200],
3455
- },
2112
+ { [_ht]: ["GET", "/2013-04-01/healthcheck/{HealthCheckId}", 200] },
3456
2113
  () => GetHealthCheckRequest,
3457
2114
  () => GetHealthCheckResponse,
3458
2115
  ];
@@ -3460,9 +2117,7 @@ export var GetHealthCheckCount = [
3460
2117
  9,
3461
2118
  n0,
3462
2119
  _GHCC,
3463
- {
3464
- [_ht]: ["GET", "/2013-04-01/healthcheckcount", 200],
3465
- },
2120
+ { [_ht]: ["GET", "/2013-04-01/healthcheckcount", 200] },
3466
2121
  () => GetHealthCheckCountRequest,
3467
2122
  () => GetHealthCheckCountResponse,
3468
2123
  ];
@@ -3470,9 +2125,7 @@ export var GetHealthCheckLastFailureReason = [
3470
2125
  9,
3471
2126
  n0,
3472
2127
  _GHCLFR,
3473
- {
3474
- [_ht]: ["GET", "/2013-04-01/healthcheck/{HealthCheckId}/lastfailurereason", 200],
3475
- },
2128
+ { [_ht]: ["GET", "/2013-04-01/healthcheck/{HealthCheckId}/lastfailurereason", 200] },
3476
2129
  () => GetHealthCheckLastFailureReasonRequest,
3477
2130
  () => GetHealthCheckLastFailureReasonResponse,
3478
2131
  ];
@@ -3480,9 +2133,7 @@ export var GetHealthCheckStatus = [
3480
2133
  9,
3481
2134
  n0,
3482
2135
  _GHCS,
3483
- {
3484
- [_ht]: ["GET", "/2013-04-01/healthcheck/{HealthCheckId}/status", 200],
3485
- },
2136
+ { [_ht]: ["GET", "/2013-04-01/healthcheck/{HealthCheckId}/status", 200] },
3486
2137
  () => GetHealthCheckStatusRequest,
3487
2138
  () => GetHealthCheckStatusResponse,
3488
2139
  ];
@@ -3490,9 +2141,7 @@ export var GetHostedZone = [
3490
2141
  9,
3491
2142
  n0,
3492
2143
  _GHZ,
3493
- {
3494
- [_ht]: ["GET", "/2013-04-01/hostedzone/{Id}", 200],
3495
- },
2144
+ { [_ht]: ["GET", "/2013-04-01/hostedzone/{Id}", 200] },
3496
2145
  () => GetHostedZoneRequest,
3497
2146
  () => GetHostedZoneResponse,
3498
2147
  ];
@@ -3500,9 +2149,7 @@ export var GetHostedZoneCount = [
3500
2149
  9,
3501
2150
  n0,
3502
2151
  _GHZC,
3503
- {
3504
- [_ht]: ["GET", "/2013-04-01/hostedzonecount", 200],
3505
- },
2152
+ { [_ht]: ["GET", "/2013-04-01/hostedzonecount", 200] },
3506
2153
  () => GetHostedZoneCountRequest,
3507
2154
  () => GetHostedZoneCountResponse,
3508
2155
  ];
@@ -3510,9 +2157,7 @@ export var GetHostedZoneLimit = [
3510
2157
  9,
3511
2158
  n0,
3512
2159
  _GHZL,
3513
- {
3514
- [_ht]: ["GET", "/2013-04-01/hostedzonelimit/{HostedZoneId}/{Type}", 200],
3515
- },
2160
+ { [_ht]: ["GET", "/2013-04-01/hostedzonelimit/{HostedZoneId}/{Type}", 200] },
3516
2161
  () => GetHostedZoneLimitRequest,
3517
2162
  () => GetHostedZoneLimitResponse,
3518
2163
  ];
@@ -3520,9 +2165,7 @@ export var GetQueryLoggingConfig = [
3520
2165
  9,
3521
2166
  n0,
3522
2167
  _GQLC,
3523
- {
3524
- [_ht]: ["GET", "/2013-04-01/queryloggingconfig/{Id}", 200],
3525
- },
2168
+ { [_ht]: ["GET", "/2013-04-01/queryloggingconfig/{Id}", 200] },
3526
2169
  () => GetQueryLoggingConfigRequest,
3527
2170
  () => GetQueryLoggingConfigResponse,
3528
2171
  ];
@@ -3530,9 +2173,7 @@ export var GetReusableDelegationSet = [
3530
2173
  9,
3531
2174
  n0,
3532
2175
  _GRDS,
3533
- {
3534
- [_ht]: ["GET", "/2013-04-01/delegationset/{Id}", 200],
3535
- },
2176
+ { [_ht]: ["GET", "/2013-04-01/delegationset/{Id}", 200] },
3536
2177
  () => GetReusableDelegationSetRequest,
3537
2178
  () => GetReusableDelegationSetResponse,
3538
2179
  ];
@@ -3540,9 +2181,7 @@ export var GetReusableDelegationSetLimit = [
3540
2181
  9,
3541
2182
  n0,
3542
2183
  _GRDSL,
3543
- {
3544
- [_ht]: ["GET", "/2013-04-01/reusabledelegationsetlimit/{DelegationSetId}/{Type}", 200],
3545
- },
2184
+ { [_ht]: ["GET", "/2013-04-01/reusabledelegationsetlimit/{DelegationSetId}/{Type}", 200] },
3546
2185
  () => GetReusableDelegationSetLimitRequest,
3547
2186
  () => GetReusableDelegationSetLimitResponse,
3548
2187
  ];
@@ -3550,9 +2189,7 @@ export var GetTrafficPolicy = [
3550
2189
  9,
3551
2190
  n0,
3552
2191
  _GTP,
3553
- {
3554
- [_ht]: ["GET", "/2013-04-01/trafficpolicy/{Id}/{Version}", 200],
3555
- },
2192
+ { [_ht]: ["GET", "/2013-04-01/trafficpolicy/{Id}/{Version}", 200] },
3556
2193
  () => GetTrafficPolicyRequest,
3557
2194
  () => GetTrafficPolicyResponse,
3558
2195
  ];
@@ -3560,9 +2197,7 @@ export var GetTrafficPolicyInstance = [
3560
2197
  9,
3561
2198
  n0,
3562
2199
  _GTPI,
3563
- {
3564
- [_ht]: ["GET", "/2013-04-01/trafficpolicyinstance/{Id}", 200],
3565
- },
2200
+ { [_ht]: ["GET", "/2013-04-01/trafficpolicyinstance/{Id}", 200] },
3566
2201
  () => GetTrafficPolicyInstanceRequest,
3567
2202
  () => GetTrafficPolicyInstanceResponse,
3568
2203
  ];
@@ -3570,9 +2205,7 @@ export var GetTrafficPolicyInstanceCount = [
3570
2205
  9,
3571
2206
  n0,
3572
2207
  _GTPIC,
3573
- {
3574
- [_ht]: ["GET", "/2013-04-01/trafficpolicyinstancecount", 200],
3575
- },
2208
+ { [_ht]: ["GET", "/2013-04-01/trafficpolicyinstancecount", 200] },
3576
2209
  () => GetTrafficPolicyInstanceCountRequest,
3577
2210
  () => GetTrafficPolicyInstanceCountResponse,
3578
2211
  ];
@@ -3580,9 +2213,7 @@ export var ListCidrBlocks = [
3580
2213
  9,
3581
2214
  n0,
3582
2215
  _LCB,
3583
- {
3584
- [_ht]: ["GET", "/2013-04-01/cidrcollection/{CollectionId}/cidrblocks", 200],
3585
- },
2216
+ { [_ht]: ["GET", "/2013-04-01/cidrcollection/{CollectionId}/cidrblocks", 200] },
3586
2217
  () => ListCidrBlocksRequest,
3587
2218
  () => ListCidrBlocksResponse,
3588
2219
  ];
@@ -3590,9 +2221,7 @@ export var ListCidrCollections = [
3590
2221
  9,
3591
2222
  n0,
3592
2223
  _LCC,
3593
- {
3594
- [_ht]: ["GET", "/2013-04-01/cidrcollection", 200],
3595
- },
2224
+ { [_ht]: ["GET", "/2013-04-01/cidrcollection", 200] },
3596
2225
  () => ListCidrCollectionsRequest,
3597
2226
  () => ListCidrCollectionsResponse,
3598
2227
  ];
@@ -3600,9 +2229,7 @@ export var ListCidrLocations = [
3600
2229
  9,
3601
2230
  n0,
3602
2231
  _LCL,
3603
- {
3604
- [_ht]: ["GET", "/2013-04-01/cidrcollection/{CollectionId}", 200],
3605
- },
2232
+ { [_ht]: ["GET", "/2013-04-01/cidrcollection/{CollectionId}", 200] },
3606
2233
  () => ListCidrLocationsRequest,
3607
2234
  () => ListCidrLocationsResponse,
3608
2235
  ];
@@ -3610,9 +2237,7 @@ export var ListGeoLocations = [
3610
2237
  9,
3611
2238
  n0,
3612
2239
  _LGL,
3613
- {
3614
- [_ht]: ["GET", "/2013-04-01/geolocations", 200],
3615
- },
2240
+ { [_ht]: ["GET", "/2013-04-01/geolocations", 200] },
3616
2241
  () => ListGeoLocationsRequest,
3617
2242
  () => ListGeoLocationsResponse,
3618
2243
  ];
@@ -3620,9 +2245,7 @@ export var ListHealthChecks = [
3620
2245
  9,
3621
2246
  n0,
3622
2247
  _LHC,
3623
- {
3624
- [_ht]: ["GET", "/2013-04-01/healthcheck", 200],
3625
- },
2248
+ { [_ht]: ["GET", "/2013-04-01/healthcheck", 200] },
3626
2249
  () => ListHealthChecksRequest,
3627
2250
  () => ListHealthChecksResponse,
3628
2251
  ];
@@ -3630,9 +2253,7 @@ export var ListHostedZones = [
3630
2253
  9,
3631
2254
  n0,
3632
2255
  _LHZ,
3633
- {
3634
- [_ht]: ["GET", "/2013-04-01/hostedzone", 200],
3635
- },
2256
+ { [_ht]: ["GET", "/2013-04-01/hostedzone", 200] },
3636
2257
  () => ListHostedZonesRequest,
3637
2258
  () => ListHostedZonesResponse,
3638
2259
  ];
@@ -3640,9 +2261,7 @@ export var ListHostedZonesByName = [
3640
2261
  9,
3641
2262
  n0,
3642
2263
  _LHZBN,
3643
- {
3644
- [_ht]: ["GET", "/2013-04-01/hostedzonesbyname", 200],
3645
- },
2264
+ { [_ht]: ["GET", "/2013-04-01/hostedzonesbyname", 200] },
3646
2265
  () => ListHostedZonesByNameRequest,
3647
2266
  () => ListHostedZonesByNameResponse,
3648
2267
  ];
@@ -3650,9 +2269,7 @@ export var ListHostedZonesByVPC = [
3650
2269
  9,
3651
2270
  n0,
3652
2271
  _LHZBVPC,
3653
- {
3654
- [_ht]: ["GET", "/2013-04-01/hostedzonesbyvpc", 200],
3655
- },
2272
+ { [_ht]: ["GET", "/2013-04-01/hostedzonesbyvpc", 200] },
3656
2273
  () => ListHostedZonesByVPCRequest,
3657
2274
  () => ListHostedZonesByVPCResponse,
3658
2275
  ];
@@ -3660,9 +2277,7 @@ export var ListQueryLoggingConfigs = [
3660
2277
  9,
3661
2278
  n0,
3662
2279
  _LQLC,
3663
- {
3664
- [_ht]: ["GET", "/2013-04-01/queryloggingconfig", 200],
3665
- },
2280
+ { [_ht]: ["GET", "/2013-04-01/queryloggingconfig", 200] },
3666
2281
  () => ListQueryLoggingConfigsRequest,
3667
2282
  () => ListQueryLoggingConfigsResponse,
3668
2283
  ];
@@ -3670,9 +2285,7 @@ export var ListResourceRecordSets = [
3670
2285
  9,
3671
2286
  n0,
3672
2287
  _LRRS,
3673
- {
3674
- [_ht]: ["GET", "/2013-04-01/hostedzone/{HostedZoneId}/rrset", 200],
3675
- },
2288
+ { [_ht]: ["GET", "/2013-04-01/hostedzone/{HostedZoneId}/rrset", 200] },
3676
2289
  () => ListResourceRecordSetsRequest,
3677
2290
  () => ListResourceRecordSetsResponse,
3678
2291
  ];
@@ -3680,9 +2293,7 @@ export var ListReusableDelegationSets = [
3680
2293
  9,
3681
2294
  n0,
3682
2295
  _LRDS,
3683
- {
3684
- [_ht]: ["GET", "/2013-04-01/delegationset", 200],
3685
- },
2296
+ { [_ht]: ["GET", "/2013-04-01/delegationset", 200] },
3686
2297
  () => ListReusableDelegationSetsRequest,
3687
2298
  () => ListReusableDelegationSetsResponse,
3688
2299
  ];
@@ -3690,9 +2301,7 @@ export var ListTagsForResource = [
3690
2301
  9,
3691
2302
  n0,
3692
2303
  _LTFR,
3693
- {
3694
- [_ht]: ["GET", "/2013-04-01/tags/{ResourceType}/{ResourceId}", 200],
3695
- },
2304
+ { [_ht]: ["GET", "/2013-04-01/tags/{ResourceType}/{ResourceId}", 200] },
3696
2305
  () => ListTagsForResourceRequest,
3697
2306
  () => ListTagsForResourceResponse,
3698
2307
  ];
@@ -3700,9 +2309,7 @@ export var ListTagsForResources = [
3700
2309
  9,
3701
2310
  n0,
3702
2311
  _LTFRi,
3703
- {
3704
- [_ht]: ["POST", "/2013-04-01/tags/{ResourceType}", 200],
3705
- },
2312
+ { [_ht]: ["POST", "/2013-04-01/tags/{ResourceType}", 200] },
3706
2313
  () => ListTagsForResourcesRequest,
3707
2314
  () => ListTagsForResourcesResponse,
3708
2315
  ];
@@ -3710,9 +2317,7 @@ export var ListTrafficPolicies = [
3710
2317
  9,
3711
2318
  n0,
3712
2319
  _LTP,
3713
- {
3714
- [_ht]: ["GET", "/2013-04-01/trafficpolicies", 200],
3715
- },
2320
+ { [_ht]: ["GET", "/2013-04-01/trafficpolicies", 200] },
3716
2321
  () => ListTrafficPoliciesRequest,
3717
2322
  () => ListTrafficPoliciesResponse,
3718
2323
  ];
@@ -3720,9 +2325,7 @@ export var ListTrafficPolicyInstances = [
3720
2325
  9,
3721
2326
  n0,
3722
2327
  _LTPI,
3723
- {
3724
- [_ht]: ["GET", "/2013-04-01/trafficpolicyinstances", 200],
3725
- },
2328
+ { [_ht]: ["GET", "/2013-04-01/trafficpolicyinstances", 200] },
3726
2329
  () => ListTrafficPolicyInstancesRequest,
3727
2330
  () => ListTrafficPolicyInstancesResponse,
3728
2331
  ];
@@ -3730,9 +2333,7 @@ export var ListTrafficPolicyInstancesByHostedZone = [
3730
2333
  9,
3731
2334
  n0,
3732
2335
  _LTPIBHZ,
3733
- {
3734
- [_ht]: ["GET", "/2013-04-01/trafficpolicyinstances/hostedzone", 200],
3735
- },
2336
+ { [_ht]: ["GET", "/2013-04-01/trafficpolicyinstances/hostedzone", 200] },
3736
2337
  () => ListTrafficPolicyInstancesByHostedZoneRequest,
3737
2338
  () => ListTrafficPolicyInstancesByHostedZoneResponse,
3738
2339
  ];
@@ -3740,9 +2341,7 @@ export var ListTrafficPolicyInstancesByPolicy = [
3740
2341
  9,
3741
2342
  n0,
3742
2343
  _LTPIBP,
3743
- {
3744
- [_ht]: ["GET", "/2013-04-01/trafficpolicyinstances/trafficpolicy", 200],
3745
- },
2344
+ { [_ht]: ["GET", "/2013-04-01/trafficpolicyinstances/trafficpolicy", 200] },
3746
2345
  () => ListTrafficPolicyInstancesByPolicyRequest,
3747
2346
  () => ListTrafficPolicyInstancesByPolicyResponse,
3748
2347
  ];
@@ -3750,9 +2349,7 @@ export var ListTrafficPolicyVersions = [
3750
2349
  9,
3751
2350
  n0,
3752
2351
  _LTPV,
3753
- {
3754
- [_ht]: ["GET", "/2013-04-01/trafficpolicies/{Id}/versions", 200],
3755
- },
2352
+ { [_ht]: ["GET", "/2013-04-01/trafficpolicies/{Id}/versions", 200] },
3756
2353
  () => ListTrafficPolicyVersionsRequest,
3757
2354
  () => ListTrafficPolicyVersionsResponse,
3758
2355
  ];
@@ -3760,9 +2357,7 @@ export var ListVPCAssociationAuthorizations = [
3760
2357
  9,
3761
2358
  n0,
3762
2359
  _LVPCAA,
3763
- {
3764
- [_ht]: ["GET", "/2013-04-01/hostedzone/{HostedZoneId}/authorizevpcassociation", 200],
3765
- },
2360
+ { [_ht]: ["GET", "/2013-04-01/hostedzone/{HostedZoneId}/authorizevpcassociation", 200] },
3766
2361
  () => ListVPCAssociationAuthorizationsRequest,
3767
2362
  () => ListVPCAssociationAuthorizationsResponse,
3768
2363
  ];
@@ -3770,9 +2365,7 @@ export var TestDNSAnswer = [
3770
2365
  9,
3771
2366
  n0,
3772
2367
  _TDNSA,
3773
- {
3774
- [_ht]: ["GET", "/2013-04-01/testdnsanswer", 200],
3775
- },
2368
+ { [_ht]: ["GET", "/2013-04-01/testdnsanswer", 200] },
3776
2369
  () => TestDNSAnswerRequest,
3777
2370
  () => TestDNSAnswerResponse,
3778
2371
  ];
@@ -3780,9 +2373,7 @@ export var UpdateHealthCheck = [
3780
2373
  9,
3781
2374
  n0,
3782
2375
  _UHC,
3783
- {
3784
- [_ht]: ["POST", "/2013-04-01/healthcheck/{HealthCheckId}", 200],
3785
- },
2376
+ { [_ht]: ["POST", "/2013-04-01/healthcheck/{HealthCheckId}", 200] },
3786
2377
  () => UpdateHealthCheckRequest,
3787
2378
  () => UpdateHealthCheckResponse,
3788
2379
  ];
@@ -3790,9 +2381,7 @@ export var UpdateHostedZoneComment = [
3790
2381
  9,
3791
2382
  n0,
3792
2383
  _UHZC,
3793
- {
3794
- [_ht]: ["POST", "/2013-04-01/hostedzone/{Id}", 200],
3795
- },
2384
+ { [_ht]: ["POST", "/2013-04-01/hostedzone/{Id}", 200] },
3796
2385
  () => UpdateHostedZoneCommentRequest,
3797
2386
  () => UpdateHostedZoneCommentResponse,
3798
2387
  ];
@@ -3800,9 +2389,7 @@ export var UpdateHostedZoneFeatures = [
3800
2389
  9,
3801
2390
  n0,
3802
2391
  _UHZF,
3803
- {
3804
- [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/features", 200],
3805
- },
2392
+ { [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/features", 200] },
3806
2393
  () => UpdateHostedZoneFeaturesRequest,
3807
2394
  () => UpdateHostedZoneFeaturesResponse,
3808
2395
  ];
@@ -3810,9 +2397,7 @@ export var UpdateTrafficPolicyComment = [
3810
2397
  9,
3811
2398
  n0,
3812
2399
  _UTPC,
3813
- {
3814
- [_ht]: ["POST", "/2013-04-01/trafficpolicy/{Id}/{Version}", 200],
3815
- },
2400
+ { [_ht]: ["POST", "/2013-04-01/trafficpolicy/{Id}/{Version}", 200] },
3816
2401
  () => UpdateTrafficPolicyCommentRequest,
3817
2402
  () => UpdateTrafficPolicyCommentResponse,
3818
2403
  ];
@@ -3820,9 +2405,7 @@ export var UpdateTrafficPolicyInstance = [
3820
2405
  9,
3821
2406
  n0,
3822
2407
  _UTPI,
3823
- {
3824
- [_ht]: ["POST", "/2013-04-01/trafficpolicyinstance/{Id}", 200],
3825
- },
2408
+ { [_ht]: ["POST", "/2013-04-01/trafficpolicyinstance/{Id}", 200] },
3826
2409
  () => UpdateTrafficPolicyInstanceRequest,
3827
2410
  () => UpdateTrafficPolicyInstanceResponse,
3828
2411
  ];