@aws-sdk/client-apigatewayv2 3.952.0 → 3.954.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 (123) hide show
  1. package/dist-cjs/index.js +1118 -781
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateApiCommand.js +2 -2
  4. package/dist-es/commands/CreateApiMappingCommand.js +2 -2
  5. package/dist-es/commands/CreateAuthorizerCommand.js +2 -2
  6. package/dist-es/commands/CreateDeploymentCommand.js +2 -2
  7. package/dist-es/commands/CreateDomainNameCommand.js +2 -2
  8. package/dist-es/commands/CreateIntegrationCommand.js +2 -2
  9. package/dist-es/commands/CreateIntegrationResponseCommand.js +2 -2
  10. package/dist-es/commands/CreateModelCommand.js +2 -2
  11. package/dist-es/commands/CreatePortalCommand.js +2 -2
  12. package/dist-es/commands/CreatePortalProductCommand.js +2 -2
  13. package/dist-es/commands/CreateProductPageCommand.js +2 -2
  14. package/dist-es/commands/CreateProductRestEndpointPageCommand.js +2 -2
  15. package/dist-es/commands/CreateRouteCommand.js +2 -2
  16. package/dist-es/commands/CreateRouteResponseCommand.js +2 -2
  17. package/dist-es/commands/CreateRoutingRuleCommand.js +2 -2
  18. package/dist-es/commands/CreateStageCommand.js +2 -2
  19. package/dist-es/commands/CreateVpcLinkCommand.js +2 -2
  20. package/dist-es/commands/DeleteAccessLogSettingsCommand.js +2 -2
  21. package/dist-es/commands/DeleteApiCommand.js +2 -2
  22. package/dist-es/commands/DeleteApiMappingCommand.js +2 -2
  23. package/dist-es/commands/DeleteAuthorizerCommand.js +2 -2
  24. package/dist-es/commands/DeleteCorsConfigurationCommand.js +2 -2
  25. package/dist-es/commands/DeleteDeploymentCommand.js +2 -2
  26. package/dist-es/commands/DeleteDomainNameCommand.js +2 -2
  27. package/dist-es/commands/DeleteIntegrationCommand.js +2 -2
  28. package/dist-es/commands/DeleteIntegrationResponseCommand.js +2 -2
  29. package/dist-es/commands/DeleteModelCommand.js +2 -2
  30. package/dist-es/commands/DeletePortalCommand.js +2 -2
  31. package/dist-es/commands/DeletePortalProductCommand.js +2 -2
  32. package/dist-es/commands/DeletePortalProductSharingPolicyCommand.js +2 -2
  33. package/dist-es/commands/DeleteProductPageCommand.js +2 -2
  34. package/dist-es/commands/DeleteProductRestEndpointPageCommand.js +2 -2
  35. package/dist-es/commands/DeleteRouteCommand.js +2 -2
  36. package/dist-es/commands/DeleteRouteRequestParameterCommand.js +2 -2
  37. package/dist-es/commands/DeleteRouteResponseCommand.js +2 -2
  38. package/dist-es/commands/DeleteRouteSettingsCommand.js +2 -2
  39. package/dist-es/commands/DeleteRoutingRuleCommand.js +2 -2
  40. package/dist-es/commands/DeleteStageCommand.js +2 -2
  41. package/dist-es/commands/DeleteVpcLinkCommand.js +2 -2
  42. package/dist-es/commands/DisablePortalCommand.js +2 -2
  43. package/dist-es/commands/ExportApiCommand.js +2 -2
  44. package/dist-es/commands/GetApiCommand.js +2 -2
  45. package/dist-es/commands/GetApiMappingCommand.js +2 -2
  46. package/dist-es/commands/GetApiMappingsCommand.js +2 -2
  47. package/dist-es/commands/GetApisCommand.js +2 -2
  48. package/dist-es/commands/GetAuthorizerCommand.js +2 -2
  49. package/dist-es/commands/GetAuthorizersCommand.js +2 -2
  50. package/dist-es/commands/GetDeploymentCommand.js +2 -2
  51. package/dist-es/commands/GetDeploymentsCommand.js +2 -2
  52. package/dist-es/commands/GetDomainNameCommand.js +2 -2
  53. package/dist-es/commands/GetDomainNamesCommand.js +2 -2
  54. package/dist-es/commands/GetIntegrationCommand.js +2 -2
  55. package/dist-es/commands/GetIntegrationResponseCommand.js +2 -2
  56. package/dist-es/commands/GetIntegrationResponsesCommand.js +2 -2
  57. package/dist-es/commands/GetIntegrationsCommand.js +2 -2
  58. package/dist-es/commands/GetModelCommand.js +2 -2
  59. package/dist-es/commands/GetModelTemplateCommand.js +2 -2
  60. package/dist-es/commands/GetModelsCommand.js +2 -2
  61. package/dist-es/commands/GetPortalCommand.js +2 -2
  62. package/dist-es/commands/GetPortalProductCommand.js +2 -2
  63. package/dist-es/commands/GetPortalProductSharingPolicyCommand.js +2 -2
  64. package/dist-es/commands/GetProductPageCommand.js +2 -2
  65. package/dist-es/commands/GetProductRestEndpointPageCommand.js +2 -2
  66. package/dist-es/commands/GetRouteCommand.js +2 -2
  67. package/dist-es/commands/GetRouteResponseCommand.js +2 -2
  68. package/dist-es/commands/GetRouteResponsesCommand.js +2 -2
  69. package/dist-es/commands/GetRoutesCommand.js +2 -2
  70. package/dist-es/commands/GetRoutingRuleCommand.js +2 -2
  71. package/dist-es/commands/GetStageCommand.js +2 -2
  72. package/dist-es/commands/GetStagesCommand.js +2 -2
  73. package/dist-es/commands/GetTagsCommand.js +2 -2
  74. package/dist-es/commands/GetVpcLinkCommand.js +2 -2
  75. package/dist-es/commands/GetVpcLinksCommand.js +2 -2
  76. package/dist-es/commands/ImportApiCommand.js +2 -2
  77. package/dist-es/commands/ListPortalProductsCommand.js +2 -2
  78. package/dist-es/commands/ListPortalsCommand.js +2 -2
  79. package/dist-es/commands/ListProductPagesCommand.js +2 -2
  80. package/dist-es/commands/ListProductRestEndpointPagesCommand.js +2 -2
  81. package/dist-es/commands/ListRoutingRulesCommand.js +2 -2
  82. package/dist-es/commands/PreviewPortalCommand.js +2 -2
  83. package/dist-es/commands/PublishPortalCommand.js +2 -2
  84. package/dist-es/commands/PutPortalProductSharingPolicyCommand.js +2 -2
  85. package/dist-es/commands/PutRoutingRuleCommand.js +2 -2
  86. package/dist-es/commands/ReimportApiCommand.js +2 -2
  87. package/dist-es/commands/ResetAuthorizersCacheCommand.js +2 -2
  88. package/dist-es/commands/TagResourceCommand.js +2 -2
  89. package/dist-es/commands/UntagResourceCommand.js +2 -2
  90. package/dist-es/commands/UpdateApiCommand.js +2 -2
  91. package/dist-es/commands/UpdateApiMappingCommand.js +2 -2
  92. package/dist-es/commands/UpdateAuthorizerCommand.js +2 -2
  93. package/dist-es/commands/UpdateDeploymentCommand.js +2 -2
  94. package/dist-es/commands/UpdateDomainNameCommand.js +2 -2
  95. package/dist-es/commands/UpdateIntegrationCommand.js +2 -2
  96. package/dist-es/commands/UpdateIntegrationResponseCommand.js +2 -2
  97. package/dist-es/commands/UpdateModelCommand.js +2 -2
  98. package/dist-es/commands/UpdatePortalCommand.js +2 -2
  99. package/dist-es/commands/UpdatePortalProductCommand.js +2 -2
  100. package/dist-es/commands/UpdateProductPageCommand.js +2 -2
  101. package/dist-es/commands/UpdateProductRestEndpointPageCommand.js +2 -2
  102. package/dist-es/commands/UpdateRouteCommand.js +2 -2
  103. package/dist-es/commands/UpdateRouteResponseCommand.js +2 -2
  104. package/dist-es/commands/UpdateStageCommand.js +2 -2
  105. package/dist-es/commands/UpdateVpcLinkCommand.js +2 -2
  106. package/dist-es/index.js +1 -0
  107. package/dist-es/runtimeConfig.shared.js +6 -1
  108. package/dist-es/schemas/schemas_0.js +676 -682
  109. package/dist-types/ApiGatewayV2Client.d.ts +1 -10
  110. package/dist-types/index.d.ts +1 -0
  111. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  112. package/dist-types/runtimeConfig.d.ts +6 -2
  113. package/dist-types/runtimeConfig.native.d.ts +6 -2
  114. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  115. package/dist-types/schemas/schemas_0.d.ts +344 -385
  116. package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +0 -4
  117. package/dist-types/ts3.4/index.d.ts +1 -0
  118. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  119. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  120. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  121. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  122. package/dist-types/ts3.4/schemas/schemas_0.d.ts +343 -386
  123. package/package.json +35 -35
@@ -786,9 +786,9 @@ const _va = "value";
786
786
  const _w = "warnings";
787
787
  const n0 = "com.amazonaws.apigatewayv2";
788
788
  import { TypeRegistry } from "@smithy/core/schema";
789
- import { ApiGatewayV2ServiceException as __ApiGatewayV2ServiceException } from "../models/ApiGatewayV2ServiceException";
790
- import { AccessDeniedException as __AccessDeniedException, BadRequestException as __BadRequestException, ConflictException as __ConflictException, NotFoundException as __NotFoundException, TooManyRequestsException as __TooManyRequestsException, } from "../models/errors";
791
- export var AccessDeniedException = [
789
+ import { ApiGatewayV2ServiceException } from "../models/ApiGatewayV2ServiceException";
790
+ import { AccessDeniedException, BadRequestException, ConflictException, NotFoundException, TooManyRequestsException, } from "../models/errors";
791
+ export var AccessDeniedException$ = [
792
792
  -3,
793
793
  n0,
794
794
  _ADE,
@@ -796,8 +796,8 @@ export var AccessDeniedException = [
796
796
  [_M],
797
797
  [[0, { [_jN]: _m }]],
798
798
  ];
799
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
800
- export var AccessLogSettings = [
799
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
800
+ export var AccessLogSettings$ = [
801
801
  3,
802
802
  n0,
803
803
  _ALS,
@@ -808,7 +808,7 @@ export var AccessLogSettings = [
808
808
  [0, { [_jN]: _f }],
809
809
  ],
810
810
  ];
811
- export var ACMManaged = [
811
+ export var ACMManaged$ = [
812
812
  3,
813
813
  n0,
814
814
  _ACMM,
@@ -819,7 +819,7 @@ export var ACMManaged = [
819
819
  [0, { [_jN]: _dN }],
820
820
  ],
821
821
  ];
822
- export var Api = [
822
+ export var Api$ = [
823
823
  3,
824
824
  n0,
825
825
  _A,
@@ -830,7 +830,7 @@ export var Api = [
830
830
  [2, { [_jN]: _aGM }],
831
831
  [0, { [_jN]: _aI }],
832
832
  [0, { [_jN]: _aKSE }],
833
- [() => Cors, { [_jN]: _cC }],
833
+ [() => Cors$, { [_jN]: _cC }],
834
834
  [5, { [_jN]: _cD }],
835
835
  [0, { [_jN]: _d }],
836
836
  [2, { [_jN]: _dSV }],
@@ -845,7 +845,7 @@ export var Api = [
845
845
  [64 | 0, { [_jN]: _w }],
846
846
  ],
847
847
  ];
848
- export var ApiMapping = [
848
+ export var ApiMapping$ = [
849
849
  3,
850
850
  n0,
851
851
  _AM,
@@ -858,18 +858,18 @@ export var ApiMapping = [
858
858
  [0, { [_jN]: _s }],
859
859
  ],
860
860
  ];
861
- export var Authorization = [
861
+ export var Authorization$ = [
862
862
  3,
863
863
  n0,
864
864
  _Au,
865
865
  0,
866
866
  [_CCo, _No],
867
867
  [
868
- [() => CognitoConfig, { [_jN]: _cCo }],
869
- [() => None, { [_jN]: _no }],
868
+ [() => CognitoConfig$, { [_jN]: _cCo }],
869
+ [() => None$, { [_jN]: _no }],
870
870
  ],
871
871
  ];
872
- export var Authorizer = [
872
+ export var Authorizer$ = [
873
873
  3,
874
874
  n0,
875
875
  _Aut,
@@ -885,11 +885,11 @@ export var Authorizer = [
885
885
  [2, { [_jN]: _eSR }],
886
886
  [64 | 0, { [_jN]: _iS }],
887
887
  [0, { [_jN]: _iVE }],
888
- [() => JWTConfiguration, { [_jN]: _jC }],
888
+ [() => JWTConfiguration$, { [_jN]: _jC }],
889
889
  [0, { [_jN]: _n }],
890
890
  ],
891
891
  ];
892
- export var BadRequestException = [
892
+ export var BadRequestException$ = [
893
893
  -3,
894
894
  n0,
895
895
  _BRE,
@@ -897,8 +897,8 @@ export var BadRequestException = [
897
897
  [_M],
898
898
  [[0, { [_jN]: _m }]],
899
899
  ];
900
- TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
901
- export var CognitoConfig = [
900
+ TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
901
+ export var CognitoConfig$ = [
902
902
  3,
903
903
  n0,
904
904
  _CCo,
@@ -910,9 +910,9 @@ export var CognitoConfig = [
910
910
  [0, { [_jN]: _uPD }],
911
911
  ],
912
912
  ];
913
- export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [[0, { [_jN]: _m }]]];
914
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
915
- export var Cors = [
913
+ export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [[0, { [_jN]: _m }]]];
914
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
915
+ export var Cors$ = [
916
916
  3,
917
917
  n0,
918
918
  _C,
@@ -927,7 +927,7 @@ export var Cors = [
927
927
  [1, { [_jN]: _mA }],
928
928
  ],
929
929
  ];
930
- export var CreateApiMappingRequest = [
930
+ export var CreateApiMappingRequest$ = [
931
931
  3,
932
932
  n0,
933
933
  _CAMR,
@@ -940,7 +940,7 @@ export var CreateApiMappingRequest = [
940
940
  [0, { [_jN]: _s }],
941
941
  ],
942
942
  ];
943
- export var CreateApiMappingResponse = [
943
+ export var CreateApiMappingResponse$ = [
944
944
  3,
945
945
  n0,
946
946
  _CAMRr,
@@ -953,7 +953,7 @@ export var CreateApiMappingResponse = [
953
953
  [0, { [_jN]: _s }],
954
954
  ],
955
955
  ];
956
- export var CreateApiRequest = [
956
+ export var CreateApiRequest$ = [
957
957
  3,
958
958
  n0,
959
959
  _CAR,
@@ -961,7 +961,7 @@ export var CreateApiRequest = [
961
961
  [_AKSE, _CC, _CAr, _D, _DSV, _DEAE, _IAT, _N, _PT, _RK, _RSE, _T, _Ta, _V],
962
962
  [
963
963
  [0, { [_jN]: _aKSE }],
964
- [() => Cors, { [_jN]: _cC }],
964
+ [() => Cors$, { [_jN]: _cC }],
965
965
  [0, { [_jN]: _cAr }],
966
966
  [0, { [_jN]: _d }],
967
967
  [2, { [_jN]: _dSV }],
@@ -976,7 +976,7 @@ export var CreateApiRequest = [
976
976
  [0, { [_jN]: _v }],
977
977
  ],
978
978
  ];
979
- export var CreateApiResponse = [
979
+ export var CreateApiResponse$ = [
980
980
  3,
981
981
  n0,
982
982
  _CARr,
@@ -987,7 +987,7 @@ export var CreateApiResponse = [
987
987
  [2, { [_jN]: _aGM }],
988
988
  [0, { [_jN]: _aI }],
989
989
  [0, { [_jN]: _aKSE }],
990
- [() => Cors, { [_jN]: _cC }],
990
+ [() => Cors$, { [_jN]: _cC }],
991
991
  [5, { [_jN]: _cD }],
992
992
  [0, { [_jN]: _d }],
993
993
  [2, { [_jN]: _dSV }],
@@ -1002,7 +1002,7 @@ export var CreateApiResponse = [
1002
1002
  [64 | 0, { [_jN]: _w }],
1003
1003
  ],
1004
1004
  ];
1005
- export var CreateAuthorizerRequest = [
1005
+ export var CreateAuthorizerRequest$ = [
1006
1006
  3,
1007
1007
  n0,
1008
1008
  _CARre,
@@ -1018,11 +1018,11 @@ export var CreateAuthorizerRequest = [
1018
1018
  [2, { [_jN]: _eSR }],
1019
1019
  [64 | 0, { [_jN]: _iS }],
1020
1020
  [0, { [_jN]: _iVE }],
1021
- [() => JWTConfiguration, { [_jN]: _jC }],
1021
+ [() => JWTConfiguration$, { [_jN]: _jC }],
1022
1022
  [0, { [_jN]: _n }],
1023
1023
  ],
1024
1024
  ];
1025
- export var CreateAuthorizerResponse = [
1025
+ export var CreateAuthorizerResponse$ = [
1026
1026
  3,
1027
1027
  n0,
1028
1028
  _CARrea,
@@ -1038,11 +1038,11 @@ export var CreateAuthorizerResponse = [
1038
1038
  [2, { [_jN]: _eSR }],
1039
1039
  [64 | 0, { [_jN]: _iS }],
1040
1040
  [0, { [_jN]: _iVE }],
1041
- [() => JWTConfiguration, { [_jN]: _jC }],
1041
+ [() => JWTConfiguration$, { [_jN]: _jC }],
1042
1042
  [0, { [_jN]: _n }],
1043
1043
  ],
1044
1044
  ];
1045
- export var CreateDeploymentRequest = [
1045
+ export var CreateDeploymentRequest$ = [
1046
1046
  3,
1047
1047
  n0,
1048
1048
  _CDR,
@@ -1054,7 +1054,7 @@ export var CreateDeploymentRequest = [
1054
1054
  [0, { [_jN]: _sN }],
1055
1055
  ],
1056
1056
  ];
1057
- export var CreateDeploymentResponse = [
1057
+ export var CreateDeploymentResponse$ = [
1058
1058
  3,
1059
1059
  n0,
1060
1060
  _CDRr,
@@ -1069,7 +1069,7 @@ export var CreateDeploymentResponse = [
1069
1069
  [0, { [_jN]: _d }],
1070
1070
  ],
1071
1071
  ];
1072
- export var CreateDomainNameRequest = [
1072
+ export var CreateDomainNameRequest$ = [
1073
1073
  3,
1074
1074
  n0,
1075
1075
  _CDNR,
@@ -1078,12 +1078,12 @@ export var CreateDomainNameRequest = [
1078
1078
  [
1079
1079
  [0, { [_jN]: _dN }],
1080
1080
  [() => DomainNameConfigurations, { [_jN]: _dNC }],
1081
- [() => MutualTlsAuthenticationInput, { [_jN]: _mTA }],
1081
+ [() => MutualTlsAuthenticationInput$, { [_jN]: _mTA }],
1082
1082
  [0, { [_jN]: _rM }],
1083
1083
  [128 | 0, { [_jN]: _t }],
1084
1084
  ],
1085
1085
  ];
1086
- export var CreateDomainNameResponse = [
1086
+ export var CreateDomainNameResponse$ = [
1087
1087
  3,
1088
1088
  n0,
1089
1089
  _CDNRr,
@@ -1094,12 +1094,12 @@ export var CreateDomainNameResponse = [
1094
1094
  [0, { [_jN]: _dN }],
1095
1095
  [0, { [_jN]: _dNA }],
1096
1096
  [() => DomainNameConfigurations, { [_jN]: _dNC }],
1097
- [() => MutualTlsAuthentication, { [_jN]: _mTA }],
1097
+ [() => MutualTlsAuthentication$, { [_jN]: _mTA }],
1098
1098
  [0, { [_jN]: _rM }],
1099
1099
  [128 | 0, { [_jN]: _t }],
1100
1100
  ],
1101
1101
  ];
1102
- export var CreateIntegrationRequest = [
1102
+ export var CreateIntegrationRequest$ = [
1103
1103
  3,
1104
1104
  n0,
1105
1105
  _CIR,
@@ -1123,10 +1123,10 @@ export var CreateIntegrationRequest = [
1123
1123
  [[2, n0, _RPe, 0, 0, 128 | 0], { [_jN]: _rPe }],
1124
1124
  [0, { [_jN]: _tSE }],
1125
1125
  [1, { [_jN]: _tIM }],
1126
- [() => TlsConfigInput, { [_jN]: _tC }],
1126
+ [() => TlsConfigInput$, { [_jN]: _tC }],
1127
1127
  ],
1128
1128
  ];
1129
- export var CreateIntegrationResponseRequest = [
1129
+ export var CreateIntegrationResponseRequest$ = [
1130
1130
  3,
1131
1131
  n0,
1132
1132
  _CIRR,
@@ -1142,7 +1142,7 @@ export var CreateIntegrationResponseRequest = [
1142
1142
  [0, { [_jN]: _tSE }],
1143
1143
  ],
1144
1144
  ];
1145
- export var CreateIntegrationResponseResponse = [
1145
+ export var CreateIntegrationResponseResponse$ = [
1146
1146
  3,
1147
1147
  n0,
1148
1148
  _CIRRr,
@@ -1157,7 +1157,7 @@ export var CreateIntegrationResponseResponse = [
1157
1157
  [0, { [_jN]: _tSE }],
1158
1158
  ],
1159
1159
  ];
1160
- export var CreateIntegrationResult = [
1160
+ export var CreateIntegrationResult$ = [
1161
1161
  3,
1162
1162
  n0,
1163
1163
  _CIRr,
@@ -1183,10 +1183,10 @@ export var CreateIntegrationResult = [
1183
1183
  [[2, n0, _RPe, 0, 0, 128 | 0], { [_jN]: _rPe }],
1184
1184
  [0, { [_jN]: _tSE }],
1185
1185
  [1, { [_jN]: _tIM }],
1186
- [() => TlsConfig, { [_jN]: _tC }],
1186
+ [() => TlsConfig$, { [_jN]: _tC }],
1187
1187
  ],
1188
1188
  ];
1189
- export var CreateModelRequest = [
1189
+ export var CreateModelRequest$ = [
1190
1190
  3,
1191
1191
  n0,
1192
1192
  _CMR,
@@ -1200,7 +1200,7 @@ export var CreateModelRequest = [
1200
1200
  [0, { [_jN]: _sc }],
1201
1201
  ],
1202
1202
  ];
1203
- export var CreateModelResponse = [
1203
+ export var CreateModelResponse$ = [
1204
1204
  3,
1205
1205
  n0,
1206
1206
  _CMRr,
@@ -1214,7 +1214,7 @@ export var CreateModelResponse = [
1214
1214
  [0, { [_jN]: _sc }],
1215
1215
  ],
1216
1216
  ];
1217
- export var CreatePortalProductRequest = [
1217
+ export var CreatePortalProductRequest$ = [
1218
1218
  3,
1219
1219
  n0,
1220
1220
  _CPPR,
@@ -1226,7 +1226,7 @@ export var CreatePortalProductRequest = [
1226
1226
  [128 | 0, { [_jN]: _t }],
1227
1227
  ],
1228
1228
  ];
1229
- export var CreatePortalProductResponse = [
1229
+ export var CreatePortalProductResponse$ = [
1230
1230
  3,
1231
1231
  n0,
1232
1232
  _CPPRr,
@@ -1235,106 +1235,106 @@ export var CreatePortalProductResponse = [
1235
1235
  [
1236
1236
  [0, { [_jN]: _d }],
1237
1237
  [0, { [_jN]: _dNi }],
1238
- [() => DisplayOrder, { [_jN]: _dO }],
1238
+ [() => DisplayOrder$, { [_jN]: _dO }],
1239
1239
  [5, { [_jN]: _lM }],
1240
1240
  [0, { [_jN]: _pPA }],
1241
1241
  [0, { [_jN]: _pPI }],
1242
1242
  [128 | 0, { [_jN]: _t }],
1243
1243
  ],
1244
1244
  ];
1245
- export var CreatePortalRequest = [
1245
+ export var CreatePortalRequest$ = [
1246
1246
  3,
1247
1247
  n0,
1248
1248
  _CPR,
1249
1249
  0,
1250
1250
  [_Au, _EC, _IPPA, _LU, _PC, _RAMN, _T],
1251
1251
  [
1252
- [() => Authorization, { [_jN]: _a }],
1253
- [() => EndpointConfigurationRequest, { [_jN]: _eC }],
1252
+ [() => Authorization$, { [_jN]: _a }],
1253
+ [() => EndpointConfigurationRequest$, { [_jN]: _eC }],
1254
1254
  [64 | 0, { [_jN]: _iPPA }],
1255
1255
  [0, { [_jN]: _lU }],
1256
- [() => PortalContent, { [_jN]: _pC }],
1256
+ [() => PortalContent$, { [_jN]: _pC }],
1257
1257
  [0, { [_jN]: _rAMN }],
1258
1258
  [128 | 0, { [_jN]: _t }],
1259
1259
  ],
1260
1260
  ];
1261
- export var CreatePortalResponse = [
1261
+ export var CreatePortalResponse$ = [
1262
1262
  3,
1263
1263
  n0,
1264
1264
  _CPRr,
1265
1265
  0,
1266
1266
  [_Au, _EC, _IPPA, _LM, _LP, _LPD, _PA, _PC, _PI, _PS, _RAMN, _SE, _T],
1267
1267
  [
1268
- [() => Authorization, { [_jN]: _a }],
1269
- [() => EndpointConfigurationResponse, { [_jN]: _eC }],
1268
+ [() => Authorization$, { [_jN]: _a }],
1269
+ [() => EndpointConfigurationResponse$, { [_jN]: _eC }],
1270
1270
  [64 | 0, { [_jN]: _iPPA }],
1271
1271
  [5, { [_jN]: _lM }],
1272
1272
  [5, { [_jN]: _lP }],
1273
1273
  [0, { [_jN]: _lPD }],
1274
1274
  [0, { [_jN]: _pA }],
1275
- [() => PortalContent, { [_jN]: _pC }],
1275
+ [() => PortalContent$, { [_jN]: _pC }],
1276
1276
  [0, { [_jN]: _pI }],
1277
1277
  [0, { [_jN]: _pS }],
1278
1278
  [0, { [_jN]: _rAMN }],
1279
- [() => StatusException, { [_jN]: _sE }],
1279
+ [() => StatusException$, { [_jN]: _sE }],
1280
1280
  [128 | 0, { [_jN]: _t }],
1281
1281
  ],
1282
1282
  ];
1283
- export var CreateProductPageRequest = [
1283
+ export var CreateProductPageRequest$ = [
1284
1284
  3,
1285
1285
  n0,
1286
1286
  _CPPRre,
1287
1287
  0,
1288
1288
  [_DC, _PPI],
1289
1289
  [
1290
- [() => DisplayContent, { [_jN]: _dC }],
1290
+ [() => DisplayContent$, { [_jN]: _dC }],
1291
1291
  [0, 1],
1292
1292
  ],
1293
1293
  ];
1294
- export var CreateProductPageResponse = [
1294
+ export var CreateProductPageResponse$ = [
1295
1295
  3,
1296
1296
  n0,
1297
1297
  _CPPRrea,
1298
1298
  0,
1299
1299
  [_DC, _LM, _PPAr, _PPIr],
1300
1300
  [
1301
- [() => DisplayContent, { [_jN]: _dC }],
1301
+ [() => DisplayContent$, { [_jN]: _dC }],
1302
1302
  [5, { [_jN]: _lM }],
1303
1303
  [0, { [_jN]: _pPAr }],
1304
1304
  [0, { [_jN]: _pPIr }],
1305
1305
  ],
1306
1306
  ];
1307
- export var CreateProductRestEndpointPageRequest = [
1307
+ export var CreateProductRestEndpointPageRequest$ = [
1308
1308
  3,
1309
1309
  n0,
1310
1310
  _CPREPR,
1311
1311
  0,
1312
1312
  [_DC, _PPI, _REI, _TIS],
1313
1313
  [
1314
- [() => EndpointDisplayContent, { [_jN]: _dC }],
1314
+ [() => EndpointDisplayContent$, { [_jN]: _dC }],
1315
1315
  [0, 1],
1316
- [() => RestEndpointIdentifier, { [_jN]: _rEI }],
1316
+ [() => RestEndpointIdentifier$, { [_jN]: _rEI }],
1317
1317
  [0, { [_jN]: _tIS }],
1318
1318
  ],
1319
1319
  ];
1320
- export var CreateProductRestEndpointPageResponse = [
1320
+ export var CreateProductRestEndpointPageResponse$ = [
1321
1321
  3,
1322
1322
  n0,
1323
1323
  _CPREPRr,
1324
1324
  0,
1325
1325
  [_DC, _LM, _PREPA, _PREPI, _REI, _St, _SE, _TIS],
1326
1326
  [
1327
- [() => EndpointDisplayContentResponse, { [_jN]: _dC }],
1327
+ [() => EndpointDisplayContentResponse$, { [_jN]: _dC }],
1328
1328
  [5, { [_jN]: _lM }],
1329
1329
  [0, { [_jN]: _pREPA }],
1330
1330
  [0, { [_jN]: _pREPI }],
1331
- [() => RestEndpointIdentifier, { [_jN]: _rEI }],
1331
+ [() => RestEndpointIdentifier$, { [_jN]: _rEI }],
1332
1332
  [0, { [_jN]: _st }],
1333
- [() => StatusException, { [_jN]: _sE }],
1333
+ [() => StatusException$, { [_jN]: _sE }],
1334
1334
  [0, { [_jN]: _tIS }],
1335
1335
  ],
1336
1336
  ];
1337
- export var CreateRouteRequest = [
1337
+ export var CreateRouteRequest$ = [
1338
1338
  3,
1339
1339
  n0,
1340
1340
  _CRR,
@@ -1355,7 +1355,7 @@ export var CreateRouteRequest = [
1355
1355
  [0, { [_jN]: _ta }],
1356
1356
  ],
1357
1357
  ];
1358
- export var CreateRouteResponseRequest = [
1358
+ export var CreateRouteResponseRequest$ = [
1359
1359
  3,
1360
1360
  n0,
1361
1361
  _CRRR,
@@ -1370,7 +1370,7 @@ export var CreateRouteResponseRequest = [
1370
1370
  [0, { [_jN]: _rRK }],
1371
1371
  ],
1372
1372
  ];
1373
- export var CreateRouteResponseResponse = [
1373
+ export var CreateRouteResponseResponse$ = [
1374
1374
  3,
1375
1375
  n0,
1376
1376
  _CRRRr,
@@ -1384,7 +1384,7 @@ export var CreateRouteResponseResponse = [
1384
1384
  [0, { [_jN]: _rRK }],
1385
1385
  ],
1386
1386
  ];
1387
- export var CreateRouteResult = [
1387
+ export var CreateRouteResult$ = [
1388
1388
  3,
1389
1389
  n0,
1390
1390
  _CRRr,
@@ -1406,7 +1406,7 @@ export var CreateRouteResult = [
1406
1406
  [0, { [_jN]: _ta }],
1407
1407
  ],
1408
1408
  ];
1409
- export var CreateRoutingRuleRequest = [
1409
+ export var CreateRoutingRuleRequest$ = [
1410
1410
  3,
1411
1411
  n0,
1412
1412
  _CRRRre,
@@ -1420,7 +1420,7 @@ export var CreateRoutingRuleRequest = [
1420
1420
  [1, { [_jN]: _p }],
1421
1421
  ],
1422
1422
  ];
1423
- export var CreateRoutingRuleResponse = [
1423
+ export var CreateRoutingRuleResponse$ = [
1424
1424
  3,
1425
1425
  n0,
1426
1426
  _CRRRrea,
@@ -1434,18 +1434,18 @@ export var CreateRoutingRuleResponse = [
1434
1434
  [0, { [_jN]: _rRIo }],
1435
1435
  ],
1436
1436
  ];
1437
- export var CreateStageRequest = [
1437
+ export var CreateStageRequest$ = [
1438
1438
  3,
1439
1439
  n0,
1440
1440
  _CSR,
1441
1441
  0,
1442
1442
  [_ALS, _AI, _ADu, _CCI, _DRS, _DI, _D, _RS, _SN, _SV, _T],
1443
1443
  [
1444
- [() => AccessLogSettings, { [_jN]: _aLS }],
1444
+ [() => AccessLogSettings$, { [_jN]: _aLS }],
1445
1445
  [0, 1],
1446
1446
  [2, { [_jN]: _aDu }],
1447
1447
  [0, { [_jN]: _cCI }],
1448
- [() => RouteSettings, { [_jN]: _dRS }],
1448
+ [() => RouteSettings$, { [_jN]: _dRS }],
1449
1449
  [0, { [_jN]: _dI }],
1450
1450
  [0, { [_jN]: _d }],
1451
1451
  [() => RouteSettingsMap, { [_jN]: _rS }],
@@ -1454,19 +1454,19 @@ export var CreateStageRequest = [
1454
1454
  [128 | 0, { [_jN]: _t }],
1455
1455
  ],
1456
1456
  ];
1457
- export var CreateStageResponse = [
1457
+ export var CreateStageResponse$ = [
1458
1458
  3,
1459
1459
  n0,
1460
1460
  _CSRr,
1461
1461
  0,
1462
1462
  [_ALS, _AGM, _ADu, _CCI, _CD, _DRS, _DI, _D, _LDSM, _LUD, _RS, _SN, _SV, _T],
1463
1463
  [
1464
- [() => AccessLogSettings, { [_jN]: _aLS }],
1464
+ [() => AccessLogSettings$, { [_jN]: _aLS }],
1465
1465
  [2, { [_jN]: _aGM }],
1466
1466
  [2, { [_jN]: _aDu }],
1467
1467
  [0, { [_jN]: _cCI }],
1468
1468
  [5, { [_jN]: _cD }],
1469
- [() => RouteSettings, { [_jN]: _dRS }],
1469
+ [() => RouteSettings$, { [_jN]: _dRS }],
1470
1470
  [0, { [_jN]: _dI }],
1471
1471
  [0, { [_jN]: _d }],
1472
1472
  [0, { [_jN]: _lDSM }],
@@ -1477,7 +1477,7 @@ export var CreateStageResponse = [
1477
1477
  [128 | 0, { [_jN]: _t }],
1478
1478
  ],
1479
1479
  ];
1480
- export var CreateVpcLinkRequest = [
1480
+ export var CreateVpcLinkRequest$ = [
1481
1481
  3,
1482
1482
  n0,
1483
1483
  _CVLR,
@@ -1490,7 +1490,7 @@ export var CreateVpcLinkRequest = [
1490
1490
  [128 | 0, { [_jN]: _t }],
1491
1491
  ],
1492
1492
  ];
1493
- export var CreateVpcLinkResponse = [
1493
+ export var CreateVpcLinkResponse$ = [
1494
1494
  3,
1495
1495
  n0,
1496
1496
  _CVLRr,
@@ -1508,7 +1508,7 @@ export var CreateVpcLinkResponse = [
1508
1508
  [0, { [_jN]: _vLV }],
1509
1509
  ],
1510
1510
  ];
1511
- export var CustomColors = [
1511
+ export var CustomColors$ = [
1512
1512
  3,
1513
1513
  n0,
1514
1514
  _CCu,
@@ -1523,7 +1523,7 @@ export var CustomColors = [
1523
1523
  [0, { [_jN]: _tCe }],
1524
1524
  ],
1525
1525
  ];
1526
- export var DeleteAccessLogSettingsRequest = [
1526
+ export var DeleteAccessLogSettingsRequest$ = [
1527
1527
  3,
1528
1528
  n0,
1529
1529
  _DALSR,
@@ -1534,7 +1534,7 @@ export var DeleteAccessLogSettingsRequest = [
1534
1534
  [0, 1],
1535
1535
  ],
1536
1536
  ];
1537
- export var DeleteApiMappingRequest = [
1537
+ export var DeleteApiMappingRequest$ = [
1538
1538
  3,
1539
1539
  n0,
1540
1540
  _DAMR,
@@ -1545,8 +1545,8 @@ export var DeleteApiMappingRequest = [
1545
1545
  [0, 1],
1546
1546
  ],
1547
1547
  ];
1548
- export var DeleteApiRequest = [3, n0, _DAR, 0, [_AI], [[0, 1]]];
1549
- export var DeleteAuthorizerRequest = [
1548
+ export var DeleteApiRequest$ = [3, n0, _DAR, 0, [_AI], [[0, 1]]];
1549
+ export var DeleteAuthorizerRequest$ = [
1550
1550
  3,
1551
1551
  n0,
1552
1552
  _DARe,
@@ -1557,8 +1557,8 @@ export var DeleteAuthorizerRequest = [
1557
1557
  [0, 1],
1558
1558
  ],
1559
1559
  ];
1560
- export var DeleteCorsConfigurationRequest = [3, n0, _DCCR, 0, [_AI], [[0, 1]]];
1561
- export var DeleteDeploymentRequest = [
1560
+ export var DeleteCorsConfigurationRequest$ = [3, n0, _DCCR, 0, [_AI], [[0, 1]]];
1561
+ export var DeleteDeploymentRequest$ = [
1562
1562
  3,
1563
1563
  n0,
1564
1564
  _DDR,
@@ -1569,8 +1569,8 @@ export var DeleteDeploymentRequest = [
1569
1569
  [0, 1],
1570
1570
  ],
1571
1571
  ];
1572
- export var DeleteDomainNameRequest = [3, n0, _DDNR, 0, [_DN], [[0, 1]]];
1573
- export var DeleteIntegrationRequest = [
1572
+ export var DeleteDomainNameRequest$ = [3, n0, _DDNR, 0, [_DN], [[0, 1]]];
1573
+ export var DeleteIntegrationRequest$ = [
1574
1574
  3,
1575
1575
  n0,
1576
1576
  _DIR,
@@ -1581,7 +1581,7 @@ export var DeleteIntegrationRequest = [
1581
1581
  [0, 1],
1582
1582
  ],
1583
1583
  ];
1584
- export var DeleteIntegrationResponseRequest = [
1584
+ export var DeleteIntegrationResponseRequest$ = [
1585
1585
  3,
1586
1586
  n0,
1587
1587
  _DIRR,
@@ -1593,7 +1593,7 @@ export var DeleteIntegrationResponseRequest = [
1593
1593
  [0, 1],
1594
1594
  ],
1595
1595
  ];
1596
- export var DeleteModelRequest = [
1596
+ export var DeleteModelRequest$ = [
1597
1597
  3,
1598
1598
  n0,
1599
1599
  _DMR,
@@ -1604,10 +1604,10 @@ export var DeleteModelRequest = [
1604
1604
  [0, 1],
1605
1605
  ],
1606
1606
  ];
1607
- export var DeletePortalProductRequest = [3, n0, _DPPR, 0, [_PPI], [[0, 1]]];
1608
- export var DeletePortalProductSharingPolicyRequest = [3, n0, _DPPSPR, 0, [_PPI], [[0, 1]]];
1609
- export var DeletePortalRequest = [3, n0, _DPR, 0, [_PI], [[0, 1]]];
1610
- export var DeleteProductPageRequest = [
1607
+ export var DeletePortalProductRequest$ = [3, n0, _DPPR, 0, [_PPI], [[0, 1]]];
1608
+ export var DeletePortalProductSharingPolicyRequest$ = [3, n0, _DPPSPR, 0, [_PPI], [[0, 1]]];
1609
+ export var DeletePortalRequest$ = [3, n0, _DPR, 0, [_PI], [[0, 1]]];
1610
+ export var DeleteProductPageRequest$ = [
1611
1611
  3,
1612
1612
  n0,
1613
1613
  _DPPRe,
@@ -1618,7 +1618,7 @@ export var DeleteProductPageRequest = [
1618
1618
  [0, 1],
1619
1619
  ],
1620
1620
  ];
1621
- export var DeleteProductRestEndpointPageRequest = [
1621
+ export var DeleteProductRestEndpointPageRequest$ = [
1622
1622
  3,
1623
1623
  n0,
1624
1624
  _DPREPR,
@@ -1629,7 +1629,7 @@ export var DeleteProductRestEndpointPageRequest = [
1629
1629
  [0, 1],
1630
1630
  ],
1631
1631
  ];
1632
- export var DeleteRouteRequest = [
1632
+ export var DeleteRouteRequest$ = [
1633
1633
  3,
1634
1634
  n0,
1635
1635
  _DRR,
@@ -1640,7 +1640,7 @@ export var DeleteRouteRequest = [
1640
1640
  [0, 1],
1641
1641
  ],
1642
1642
  ];
1643
- export var DeleteRouteRequestParameterRequest = [
1643
+ export var DeleteRouteRequestParameterRequest$ = [
1644
1644
  3,
1645
1645
  n0,
1646
1646
  _DRRPR,
@@ -1652,7 +1652,7 @@ export var DeleteRouteRequestParameterRequest = [
1652
1652
  [0, 1],
1653
1653
  ],
1654
1654
  ];
1655
- export var DeleteRouteResponseRequest = [
1655
+ export var DeleteRouteResponseRequest$ = [
1656
1656
  3,
1657
1657
  n0,
1658
1658
  _DRRR,
@@ -1664,7 +1664,7 @@ export var DeleteRouteResponseRequest = [
1664
1664
  [0, 1],
1665
1665
  ],
1666
1666
  ];
1667
- export var DeleteRouteSettingsRequest = [
1667
+ export var DeleteRouteSettingsRequest$ = [
1668
1668
  3,
1669
1669
  n0,
1670
1670
  _DRSR,
@@ -1676,7 +1676,7 @@ export var DeleteRouteSettingsRequest = [
1676
1676
  [0, 1],
1677
1677
  ],
1678
1678
  ];
1679
- export var DeleteRoutingRuleRequest = [
1679
+ export var DeleteRoutingRuleRequest$ = [
1680
1680
  3,
1681
1681
  n0,
1682
1682
  _DRRRe,
@@ -1688,7 +1688,7 @@ export var DeleteRoutingRuleRequest = [
1688
1688
  [0, 1],
1689
1689
  ],
1690
1690
  ];
1691
- export var DeleteStageRequest = [
1691
+ export var DeleteStageRequest$ = [
1692
1692
  3,
1693
1693
  n0,
1694
1694
  _DSR,
@@ -1699,9 +1699,9 @@ export var DeleteStageRequest = [
1699
1699
  [0, 1],
1700
1700
  ],
1701
1701
  ];
1702
- export var DeleteVpcLinkRequest = [3, n0, _DVLR, 0, [_VLI], [[0, 1]]];
1703
- export var DeleteVpcLinkResponse = [3, n0, _DVLRe, 0, [], []];
1704
- export var Deployment = [
1702
+ export var DeleteVpcLinkRequest$ = [3, n0, _DVLR, 0, [_VLI], [[0, 1]]];
1703
+ export var DeleteVpcLinkResponse$ = [3, n0, _DVLRe, 0, [], []];
1704
+ export var Deployment$ = [
1705
1705
  3,
1706
1706
  n0,
1707
1707
  _De,
@@ -1716,8 +1716,8 @@ export var Deployment = [
1716
1716
  [0, { [_jN]: _d }],
1717
1717
  ],
1718
1718
  ];
1719
- export var DisablePortalRequest = [3, n0, _DPRi, 0, [_PI], [[0, 1]]];
1720
- export var DisplayContent = [
1719
+ export var DisablePortalRequest$ = [3, n0, _DPRi, 0, [_PI], [[0, 1]]];
1720
+ export var DisplayContent$ = [
1721
1721
  3,
1722
1722
  n0,
1723
1723
  _DC,
@@ -1728,7 +1728,7 @@ export var DisplayContent = [
1728
1728
  [0, { [_jN]: _ti }],
1729
1729
  ],
1730
1730
  ];
1731
- export var DisplayContentOverrides = [
1731
+ export var DisplayContentOverrides$ = [
1732
1732
  3,
1733
1733
  n0,
1734
1734
  _DCO,
@@ -1740,7 +1740,7 @@ export var DisplayContentOverrides = [
1740
1740
  [0, { [_jN]: _oN }],
1741
1741
  ],
1742
1742
  ];
1743
- export var DisplayOrder = [
1743
+ export var DisplayOrder$ = [
1744
1744
  3,
1745
1745
  n0,
1746
1746
  _DO,
@@ -1752,7 +1752,7 @@ export var DisplayOrder = [
1752
1752
  [64 | 0, { [_jN]: _pPAro }],
1753
1753
  ],
1754
1754
  ];
1755
- export var DomainName = [
1755
+ export var DomainName$ = [
1756
1756
  3,
1757
1757
  n0,
1758
1758
  _DN,
@@ -1763,12 +1763,12 @@ export var DomainName = [
1763
1763
  [0, { [_jN]: _dN }],
1764
1764
  [0, { [_jN]: _dNA }],
1765
1765
  [() => DomainNameConfigurations, { [_jN]: _dNC }],
1766
- [() => MutualTlsAuthentication, { [_jN]: _mTA }],
1766
+ [() => MutualTlsAuthentication$, { [_jN]: _mTA }],
1767
1767
  [0, { [_jN]: _rM }],
1768
1768
  [128 | 0, { [_jN]: _t }],
1769
1769
  ],
1770
1770
  ];
1771
- export var DomainNameConfiguration = [
1771
+ export var DomainNameConfiguration$ = [
1772
1772
  3,
1773
1773
  n0,
1774
1774
  _DNCo,
@@ -1788,18 +1788,18 @@ export var DomainNameConfiguration = [
1788
1788
  [0, { [_jN]: _oVCA }],
1789
1789
  ],
1790
1790
  ];
1791
- export var EndpointConfigurationRequest = [
1791
+ export var EndpointConfigurationRequest$ = [
1792
1792
  3,
1793
1793
  n0,
1794
1794
  _ECR,
1795
1795
  0,
1796
1796
  [_AMc, _No],
1797
1797
  [
1798
- [() => ACMManaged, { [_jN]: _aMc }],
1799
- [() => None, { [_jN]: _no }],
1798
+ [() => ACMManaged$, { [_jN]: _aMc }],
1799
+ [() => None$, { [_jN]: _no }],
1800
1800
  ],
1801
1801
  ];
1802
- export var EndpointConfigurationResponse = [
1802
+ export var EndpointConfigurationResponse$ = [
1803
1803
  3,
1804
1804
  n0,
1805
1805
  _ECRn,
@@ -1812,18 +1812,18 @@ export var EndpointConfigurationResponse = [
1812
1812
  [0, { [_jN]: _pDHZI }],
1813
1813
  ],
1814
1814
  ];
1815
- export var EndpointDisplayContent = [
1815
+ export var EndpointDisplayContent$ = [
1816
1816
  3,
1817
1817
  n0,
1818
1818
  _EDC,
1819
1819
  0,
1820
1820
  [_No, _O],
1821
1821
  [
1822
- [() => None, { [_jN]: _no }],
1823
- [() => DisplayContentOverrides, { [_jN]: _o }],
1822
+ [() => None$, { [_jN]: _no }],
1823
+ [() => DisplayContentOverrides$, { [_jN]: _o }],
1824
1824
  ],
1825
1825
  ];
1826
- export var EndpointDisplayContentResponse = [
1826
+ export var EndpointDisplayContentResponse$ = [
1827
1827
  3,
1828
1828
  n0,
1829
1829
  _EDCR,
@@ -1835,7 +1835,7 @@ export var EndpointDisplayContentResponse = [
1835
1835
  [0, { [_jN]: _oN }],
1836
1836
  ],
1837
1837
  ];
1838
- export var ExportApiRequest = [
1838
+ export var ExportApiRequest$ = [
1839
1839
  3,
1840
1840
  n0,
1841
1841
  _EAR,
@@ -1850,8 +1850,8 @@ export var ExportApiRequest = [
1850
1850
  [0, { [_hQ]: _sN }],
1851
1851
  ],
1852
1852
  ];
1853
- export var ExportApiResponse = [3, n0, _EARx, 0, [_b], [[21, 16]]];
1854
- export var GetApiMappingRequest = [
1853
+ export var ExportApiResponse$ = [3, n0, _EARx, 0, [_b], [[21, 16]]];
1854
+ export var GetApiMappingRequest$ = [
1855
1855
  3,
1856
1856
  n0,
1857
1857
  _GAMR,
@@ -1862,7 +1862,7 @@ export var GetApiMappingRequest = [
1862
1862
  [0, 1],
1863
1863
  ],
1864
1864
  ];
1865
- export var GetApiMappingResponse = [
1865
+ export var GetApiMappingResponse$ = [
1866
1866
  3,
1867
1867
  n0,
1868
1868
  _GAMRe,
@@ -1875,7 +1875,7 @@ export var GetApiMappingResponse = [
1875
1875
  [0, { [_jN]: _s }],
1876
1876
  ],
1877
1877
  ];
1878
- export var GetApiMappingsRequest = [
1878
+ export var GetApiMappingsRequest$ = [
1879
1879
  3,
1880
1880
  n0,
1881
1881
  _GAMRet,
@@ -1887,7 +1887,7 @@ export var GetApiMappingsRequest = [
1887
1887
  [0, { [_hQ]: _nT }],
1888
1888
  ],
1889
1889
  ];
1890
- export var GetApiMappingsResponse = [
1890
+ export var GetApiMappingsResponse$ = [
1891
1891
  3,
1892
1892
  n0,
1893
1893
  _GAMRetp,
@@ -1898,8 +1898,8 @@ export var GetApiMappingsResponse = [
1898
1898
  [0, { [_jN]: _nT }],
1899
1899
  ],
1900
1900
  ];
1901
- export var GetApiRequest = [3, n0, _GAR, 0, [_AI], [[0, 1]]];
1902
- export var GetApiResponse = [
1901
+ export var GetApiRequest$ = [3, n0, _GAR, 0, [_AI], [[0, 1]]];
1902
+ export var GetApiResponse$ = [
1903
1903
  3,
1904
1904
  n0,
1905
1905
  _GARe,
@@ -1910,7 +1910,7 @@ export var GetApiResponse = [
1910
1910
  [2, { [_jN]: _aGM }],
1911
1911
  [0, { [_jN]: _aI }],
1912
1912
  [0, { [_jN]: _aKSE }],
1913
- [() => Cors, { [_jN]: _cC }],
1913
+ [() => Cors$, { [_jN]: _cC }],
1914
1914
  [5, { [_jN]: _cD }],
1915
1915
  [0, { [_jN]: _d }],
1916
1916
  [2, { [_jN]: _dSV }],
@@ -1925,7 +1925,7 @@ export var GetApiResponse = [
1925
1925
  [64 | 0, { [_jN]: _w }],
1926
1926
  ],
1927
1927
  ];
1928
- export var GetApisRequest = [
1928
+ export var GetApisRequest$ = [
1929
1929
  3,
1930
1930
  n0,
1931
1931
  _GARet,
@@ -1936,7 +1936,7 @@ export var GetApisRequest = [
1936
1936
  [0, { [_hQ]: _nT }],
1937
1937
  ],
1938
1938
  ];
1939
- export var GetApisResponse = [
1939
+ export var GetApisResponse$ = [
1940
1940
  3,
1941
1941
  n0,
1942
1942
  _GARetp,
@@ -1947,7 +1947,7 @@ export var GetApisResponse = [
1947
1947
  [0, { [_jN]: _nT }],
1948
1948
  ],
1949
1949
  ];
1950
- export var GetAuthorizerRequest = [
1950
+ export var GetAuthorizerRequest$ = [
1951
1951
  3,
1952
1952
  n0,
1953
1953
  _GARetu,
@@ -1958,7 +1958,7 @@ export var GetAuthorizerRequest = [
1958
1958
  [0, 1],
1959
1959
  ],
1960
1960
  ];
1961
- export var GetAuthorizerResponse = [
1961
+ export var GetAuthorizerResponse$ = [
1962
1962
  3,
1963
1963
  n0,
1964
1964
  _GARetut,
@@ -1974,11 +1974,11 @@ export var GetAuthorizerResponse = [
1974
1974
  [2, { [_jN]: _eSR }],
1975
1975
  [64 | 0, { [_jN]: _iS }],
1976
1976
  [0, { [_jN]: _iVE }],
1977
- [() => JWTConfiguration, { [_jN]: _jC }],
1977
+ [() => JWTConfiguration$, { [_jN]: _jC }],
1978
1978
  [0, { [_jN]: _n }],
1979
1979
  ],
1980
1980
  ];
1981
- export var GetAuthorizersRequest = [
1981
+ export var GetAuthorizersRequest$ = [
1982
1982
  3,
1983
1983
  n0,
1984
1984
  _GARetuth,
@@ -1990,7 +1990,7 @@ export var GetAuthorizersRequest = [
1990
1990
  [0, { [_hQ]: _nT }],
1991
1991
  ],
1992
1992
  ];
1993
- export var GetAuthorizersResponse = [
1993
+ export var GetAuthorizersResponse$ = [
1994
1994
  3,
1995
1995
  n0,
1996
1996
  _GARetutho,
@@ -2001,7 +2001,7 @@ export var GetAuthorizersResponse = [
2001
2001
  [0, { [_jN]: _nT }],
2002
2002
  ],
2003
2003
  ];
2004
- export var GetDeploymentRequest = [
2004
+ export var GetDeploymentRequest$ = [
2005
2005
  3,
2006
2006
  n0,
2007
2007
  _GDR,
@@ -2012,7 +2012,7 @@ export var GetDeploymentRequest = [
2012
2012
  [0, 1],
2013
2013
  ],
2014
2014
  ];
2015
- export var GetDeploymentResponse = [
2015
+ export var GetDeploymentResponse$ = [
2016
2016
  3,
2017
2017
  n0,
2018
2018
  _GDRe,
@@ -2027,7 +2027,7 @@ export var GetDeploymentResponse = [
2027
2027
  [0, { [_jN]: _d }],
2028
2028
  ],
2029
2029
  ];
2030
- export var GetDeploymentsRequest = [
2030
+ export var GetDeploymentsRequest$ = [
2031
2031
  3,
2032
2032
  n0,
2033
2033
  _GDRet,
@@ -2039,7 +2039,7 @@ export var GetDeploymentsRequest = [
2039
2039
  [0, { [_hQ]: _nT }],
2040
2040
  ],
2041
2041
  ];
2042
- export var GetDeploymentsResponse = [
2042
+ export var GetDeploymentsResponse$ = [
2043
2043
  3,
2044
2044
  n0,
2045
2045
  _GDRete,
@@ -2050,8 +2050,8 @@ export var GetDeploymentsResponse = [
2050
2050
  [0, { [_jN]: _nT }],
2051
2051
  ],
2052
2052
  ];
2053
- export var GetDomainNameRequest = [3, n0, _GDNR, 0, [_DN], [[0, 1]]];
2054
- export var GetDomainNameResponse = [
2053
+ export var GetDomainNameRequest$ = [3, n0, _GDNR, 0, [_DN], [[0, 1]]];
2054
+ export var GetDomainNameResponse$ = [
2055
2055
  3,
2056
2056
  n0,
2057
2057
  _GDNRe,
@@ -2062,12 +2062,12 @@ export var GetDomainNameResponse = [
2062
2062
  [0, { [_jN]: _dN }],
2063
2063
  [0, { [_jN]: _dNA }],
2064
2064
  [() => DomainNameConfigurations, { [_jN]: _dNC }],
2065
- [() => MutualTlsAuthentication, { [_jN]: _mTA }],
2065
+ [() => MutualTlsAuthentication$, { [_jN]: _mTA }],
2066
2066
  [0, { [_jN]: _rM }],
2067
2067
  [128 | 0, { [_jN]: _t }],
2068
2068
  ],
2069
2069
  ];
2070
- export var GetDomainNamesRequest = [
2070
+ export var GetDomainNamesRequest$ = [
2071
2071
  3,
2072
2072
  n0,
2073
2073
  _GDNRet,
@@ -2078,7 +2078,7 @@ export var GetDomainNamesRequest = [
2078
2078
  [0, { [_hQ]: _nT }],
2079
2079
  ],
2080
2080
  ];
2081
- export var GetDomainNamesResponse = [
2081
+ export var GetDomainNamesResponse$ = [
2082
2082
  3,
2083
2083
  n0,
2084
2084
  _GDNReto,
@@ -2089,7 +2089,7 @@ export var GetDomainNamesResponse = [
2089
2089
  [0, { [_jN]: _nT }],
2090
2090
  ],
2091
2091
  ];
2092
- export var GetIntegrationRequest = [
2092
+ export var GetIntegrationRequest$ = [
2093
2093
  3,
2094
2094
  n0,
2095
2095
  _GIR,
@@ -2100,7 +2100,7 @@ export var GetIntegrationRequest = [
2100
2100
  [0, 1],
2101
2101
  ],
2102
2102
  ];
2103
- export var GetIntegrationResponseRequest = [
2103
+ export var GetIntegrationResponseRequest$ = [
2104
2104
  3,
2105
2105
  n0,
2106
2106
  _GIRR,
@@ -2112,7 +2112,7 @@ export var GetIntegrationResponseRequest = [
2112
2112
  [0, 1],
2113
2113
  ],
2114
2114
  ];
2115
- export var GetIntegrationResponseResponse = [
2115
+ export var GetIntegrationResponseResponse$ = [
2116
2116
  3,
2117
2117
  n0,
2118
2118
  _GIRRe,
@@ -2127,7 +2127,7 @@ export var GetIntegrationResponseResponse = [
2127
2127
  [0, { [_jN]: _tSE }],
2128
2128
  ],
2129
2129
  ];
2130
- export var GetIntegrationResponsesRequest = [
2130
+ export var GetIntegrationResponsesRequest$ = [
2131
2131
  3,
2132
2132
  n0,
2133
2133
  _GIRRet,
@@ -2140,7 +2140,7 @@ export var GetIntegrationResponsesRequest = [
2140
2140
  [0, { [_hQ]: _nT }],
2141
2141
  ],
2142
2142
  ];
2143
- export var GetIntegrationResponsesResponse = [
2143
+ export var GetIntegrationResponsesResponse$ = [
2144
2144
  3,
2145
2145
  n0,
2146
2146
  _GIRRetn,
@@ -2151,7 +2151,7 @@ export var GetIntegrationResponsesResponse = [
2151
2151
  [0, { [_jN]: _nT }],
2152
2152
  ],
2153
2153
  ];
2154
- export var GetIntegrationResult = [
2154
+ export var GetIntegrationResult$ = [
2155
2155
  3,
2156
2156
  n0,
2157
2157
  _GIRe,
@@ -2177,10 +2177,10 @@ export var GetIntegrationResult = [
2177
2177
  [[2, n0, _RPe, 0, 0, 128 | 0], { [_jN]: _rPe }],
2178
2178
  [0, { [_jN]: _tSE }],
2179
2179
  [1, { [_jN]: _tIM }],
2180
- [() => TlsConfig, { [_jN]: _tC }],
2180
+ [() => TlsConfig$, { [_jN]: _tC }],
2181
2181
  ],
2182
2182
  ];
2183
- export var GetIntegrationsRequest = [
2183
+ export var GetIntegrationsRequest$ = [
2184
2184
  3,
2185
2185
  n0,
2186
2186
  _GIRet,
@@ -2192,7 +2192,7 @@ export var GetIntegrationsRequest = [
2192
2192
  [0, { [_hQ]: _nT }],
2193
2193
  ],
2194
2194
  ];
2195
- export var GetIntegrationsResponse = [
2195
+ export var GetIntegrationsResponse$ = [
2196
2196
  3,
2197
2197
  n0,
2198
2198
  _GIRetn,
@@ -2203,7 +2203,7 @@ export var GetIntegrationsResponse = [
2203
2203
  [0, { [_jN]: _nT }],
2204
2204
  ],
2205
2205
  ];
2206
- export var GetModelRequest = [
2206
+ export var GetModelRequest$ = [
2207
2207
  3,
2208
2208
  n0,
2209
2209
  _GMR,
@@ -2214,7 +2214,7 @@ export var GetModelRequest = [
2214
2214
  [0, 1],
2215
2215
  ],
2216
2216
  ];
2217
- export var GetModelResponse = [
2217
+ export var GetModelResponse$ = [
2218
2218
  3,
2219
2219
  n0,
2220
2220
  _GMRe,
@@ -2228,7 +2228,7 @@ export var GetModelResponse = [
2228
2228
  [0, { [_jN]: _sc }],
2229
2229
  ],
2230
2230
  ];
2231
- export var GetModelsRequest = [
2231
+ export var GetModelsRequest$ = [
2232
2232
  3,
2233
2233
  n0,
2234
2234
  _GMRet,
@@ -2240,7 +2240,7 @@ export var GetModelsRequest = [
2240
2240
  [0, { [_hQ]: _nT }],
2241
2241
  ],
2242
2242
  ];
2243
- export var GetModelsResponse = [
2243
+ export var GetModelsResponse$ = [
2244
2244
  3,
2245
2245
  n0,
2246
2246
  _GMReto,
@@ -2251,7 +2251,7 @@ export var GetModelsResponse = [
2251
2251
  [0, { [_jN]: _nT }],
2252
2252
  ],
2253
2253
  ];
2254
- export var GetModelTemplateRequest = [
2254
+ export var GetModelTemplateRequest$ = [
2255
2255
  3,
2256
2256
  n0,
2257
2257
  _GMTR,
@@ -2262,8 +2262,8 @@ export var GetModelTemplateRequest = [
2262
2262
  [0, 1],
2263
2263
  ],
2264
2264
  ];
2265
- export var GetModelTemplateResponse = [3, n0, _GMTRe, 0, [_Va], [[0, { [_jN]: _va }]]];
2266
- export var GetPortalProductRequest = [
2265
+ export var GetModelTemplateResponse$ = [3, n0, _GMTRe, 0, [_Va], [[0, { [_jN]: _va }]]];
2266
+ export var GetPortalProductRequest$ = [
2267
2267
  3,
2268
2268
  n0,
2269
2269
  _GPPR,
@@ -2274,7 +2274,7 @@ export var GetPortalProductRequest = [
2274
2274
  [0, { [_hQ]: _rOAI }],
2275
2275
  ],
2276
2276
  ];
2277
- export var GetPortalProductResponse = [
2277
+ export var GetPortalProductResponse$ = [
2278
2278
  3,
2279
2279
  n0,
2280
2280
  _GPPRe,
@@ -2283,15 +2283,15 @@ export var GetPortalProductResponse = [
2283
2283
  [
2284
2284
  [0, { [_jN]: _d }],
2285
2285
  [0, { [_jN]: _dNi }],
2286
- [() => DisplayOrder, { [_jN]: _dO }],
2286
+ [() => DisplayOrder$, { [_jN]: _dO }],
2287
2287
  [5, { [_jN]: _lM }],
2288
2288
  [0, { [_jN]: _pPA }],
2289
2289
  [0, { [_jN]: _pPI }],
2290
2290
  [128 | 0, { [_jN]: _t }],
2291
2291
  ],
2292
2292
  ];
2293
- export var GetPortalProductSharingPolicyRequest = [3, n0, _GPPSPR, 0, [_PPI], [[0, 1]]];
2294
- export var GetPortalProductSharingPolicyResponse = [
2293
+ export var GetPortalProductSharingPolicyRequest$ = [3, n0, _GPPSPR, 0, [_PPI], [[0, 1]]];
2294
+ export var GetPortalProductSharingPolicyResponse$ = [
2295
2295
  3,
2296
2296
  n0,
2297
2297
  _GPPSPRe,
@@ -2302,31 +2302,31 @@ export var GetPortalProductSharingPolicyResponse = [
2302
2302
  [0, { [_jN]: _pPI }],
2303
2303
  ],
2304
2304
  ];
2305
- export var GetPortalRequest = [3, n0, _GPR, 0, [_PI], [[0, 1]]];
2306
- export var GetPortalResponse = [
2305
+ export var GetPortalRequest$ = [3, n0, _GPR, 0, [_PI], [[0, 1]]];
2306
+ export var GetPortalResponse$ = [
2307
2307
  3,
2308
2308
  n0,
2309
2309
  _GPRe,
2310
2310
  0,
2311
2311
  [_Au, _EC, _IPPA, _LM, _LP, _LPD, _PA, _PC, _PI, _Pr, _PS, _RAMN, _SE, _T],
2312
2312
  [
2313
- [() => Authorization, { [_jN]: _a }],
2314
- [() => EndpointConfigurationResponse, { [_jN]: _eC }],
2313
+ [() => Authorization$, { [_jN]: _a }],
2314
+ [() => EndpointConfigurationResponse$, { [_jN]: _eC }],
2315
2315
  [64 | 0, { [_jN]: _iPPA }],
2316
2316
  [5, { [_jN]: _lM }],
2317
2317
  [5, { [_jN]: _lP }],
2318
2318
  [0, { [_jN]: _lPD }],
2319
2319
  [0, { [_jN]: _pA }],
2320
- [() => PortalContent, { [_jN]: _pC }],
2320
+ [() => PortalContent$, { [_jN]: _pC }],
2321
2321
  [0, { [_jN]: _pI }],
2322
- [() => Preview, { [_jN]: _pr }],
2322
+ [() => Preview$, { [_jN]: _pr }],
2323
2323
  [0, { [_jN]: _pS }],
2324
2324
  [0, { [_jN]: _rAMN }],
2325
- [() => StatusException, { [_jN]: _sE }],
2325
+ [() => StatusException$, { [_jN]: _sE }],
2326
2326
  [128 | 0, { [_jN]: _t }],
2327
2327
  ],
2328
2328
  ];
2329
- export var GetProductPageRequest = [
2329
+ export var GetProductPageRequest$ = [
2330
2330
  3,
2331
2331
  n0,
2332
2332
  _GPPRet,
@@ -2338,20 +2338,20 @@ export var GetProductPageRequest = [
2338
2338
  [0, { [_hQ]: _rOAI }],
2339
2339
  ],
2340
2340
  ];
2341
- export var GetProductPageResponse = [
2341
+ export var GetProductPageResponse$ = [
2342
2342
  3,
2343
2343
  n0,
2344
2344
  _GPPRetr,
2345
2345
  0,
2346
2346
  [_DC, _LM, _PPAr, _PPIr],
2347
2347
  [
2348
- [() => DisplayContent, { [_jN]: _dC }],
2348
+ [() => DisplayContent$, { [_jN]: _dC }],
2349
2349
  [5, { [_jN]: _lM }],
2350
2350
  [0, { [_jN]: _pPAr }],
2351
2351
  [0, { [_jN]: _pPIr }],
2352
2352
  ],
2353
2353
  ];
2354
- export var GetProductRestEndpointPageRequest = [
2354
+ export var GetProductRestEndpointPageRequest$ = [
2355
2355
  3,
2356
2356
  n0,
2357
2357
  _GPREPR,
@@ -2364,25 +2364,25 @@ export var GetProductRestEndpointPageRequest = [
2364
2364
  [0, { [_hQ]: _rOAI }],
2365
2365
  ],
2366
2366
  ];
2367
- export var GetProductRestEndpointPageResponse = [
2367
+ export var GetProductRestEndpointPageResponse$ = [
2368
2368
  3,
2369
2369
  n0,
2370
2370
  _GPREPRe,
2371
2371
  0,
2372
2372
  [_DC, _LM, _PREPA, _PREPI, _RDC, _REI, _St, _SE, _TIS],
2373
2373
  [
2374
- [() => EndpointDisplayContentResponse, { [_jN]: _dC }],
2374
+ [() => EndpointDisplayContentResponse$, { [_jN]: _dC }],
2375
2375
  [5, { [_jN]: _lM }],
2376
2376
  [0, { [_jN]: _pREPA }],
2377
2377
  [0, { [_jN]: _pREPI }],
2378
2378
  [0, { [_jN]: _rDC }],
2379
- [() => RestEndpointIdentifier, { [_jN]: _rEI }],
2379
+ [() => RestEndpointIdentifier$, { [_jN]: _rEI }],
2380
2380
  [0, { [_jN]: _st }],
2381
- [() => StatusException, { [_jN]: _sE }],
2381
+ [() => StatusException$, { [_jN]: _sE }],
2382
2382
  [0, { [_jN]: _tIS }],
2383
2383
  ],
2384
2384
  ];
2385
- export var GetRouteRequest = [
2385
+ export var GetRouteRequest$ = [
2386
2386
  3,
2387
2387
  n0,
2388
2388
  _GRR,
@@ -2393,7 +2393,7 @@ export var GetRouteRequest = [
2393
2393
  [0, 1],
2394
2394
  ],
2395
2395
  ];
2396
- export var GetRouteResponseRequest = [
2396
+ export var GetRouteResponseRequest$ = [
2397
2397
  3,
2398
2398
  n0,
2399
2399
  _GRRR,
@@ -2405,7 +2405,7 @@ export var GetRouteResponseRequest = [
2405
2405
  [0, 1],
2406
2406
  ],
2407
2407
  ];
2408
- export var GetRouteResponseResponse = [
2408
+ export var GetRouteResponseResponse$ = [
2409
2409
  3,
2410
2410
  n0,
2411
2411
  _GRRRe,
@@ -2419,7 +2419,7 @@ export var GetRouteResponseResponse = [
2419
2419
  [0, { [_jN]: _rRK }],
2420
2420
  ],
2421
2421
  ];
2422
- export var GetRouteResponsesRequest = [
2422
+ export var GetRouteResponsesRequest$ = [
2423
2423
  3,
2424
2424
  n0,
2425
2425
  _GRRRet,
@@ -2432,7 +2432,7 @@ export var GetRouteResponsesRequest = [
2432
2432
  [0, 1],
2433
2433
  ],
2434
2434
  ];
2435
- export var GetRouteResponsesResponse = [
2435
+ export var GetRouteResponsesResponse$ = [
2436
2436
  3,
2437
2437
  n0,
2438
2438
  _GRRReto,
@@ -2443,7 +2443,7 @@ export var GetRouteResponsesResponse = [
2443
2443
  [0, { [_jN]: _nT }],
2444
2444
  ],
2445
2445
  ];
2446
- export var GetRouteResult = [
2446
+ export var GetRouteResult$ = [
2447
2447
  3,
2448
2448
  n0,
2449
2449
  _GRRe,
@@ -2465,7 +2465,7 @@ export var GetRouteResult = [
2465
2465
  [0, { [_jN]: _ta }],
2466
2466
  ],
2467
2467
  ];
2468
- export var GetRoutesRequest = [
2468
+ export var GetRoutesRequest$ = [
2469
2469
  3,
2470
2470
  n0,
2471
2471
  _GRRet,
@@ -2477,7 +2477,7 @@ export var GetRoutesRequest = [
2477
2477
  [0, { [_hQ]: _nT }],
2478
2478
  ],
2479
2479
  ];
2480
- export var GetRoutesResponse = [
2480
+ export var GetRoutesResponse$ = [
2481
2481
  3,
2482
2482
  n0,
2483
2483
  _GRReto,
@@ -2488,7 +2488,7 @@ export var GetRoutesResponse = [
2488
2488
  [0, { [_jN]: _nT }],
2489
2489
  ],
2490
2490
  ];
2491
- export var GetRoutingRuleRequest = [
2491
+ export var GetRoutingRuleRequest$ = [
2492
2492
  3,
2493
2493
  n0,
2494
2494
  _GRRRetou,
@@ -2500,7 +2500,7 @@ export var GetRoutingRuleRequest = [
2500
2500
  [0, 1],
2501
2501
  ],
2502
2502
  ];
2503
- export var GetRoutingRuleResponse = [
2503
+ export var GetRoutingRuleResponse$ = [
2504
2504
  3,
2505
2505
  n0,
2506
2506
  _GRRRetout,
@@ -2514,7 +2514,7 @@ export var GetRoutingRuleResponse = [
2514
2514
  [0, { [_jN]: _rRIo }],
2515
2515
  ],
2516
2516
  ];
2517
- export var GetStageRequest = [
2517
+ export var GetStageRequest$ = [
2518
2518
  3,
2519
2519
  n0,
2520
2520
  _GSR,
@@ -2525,19 +2525,19 @@ export var GetStageRequest = [
2525
2525
  [0, 1],
2526
2526
  ],
2527
2527
  ];
2528
- export var GetStageResponse = [
2528
+ export var GetStageResponse$ = [
2529
2529
  3,
2530
2530
  n0,
2531
2531
  _GSRe,
2532
2532
  0,
2533
2533
  [_ALS, _AGM, _ADu, _CCI, _CD, _DRS, _DI, _D, _LDSM, _LUD, _RS, _SN, _SV, _T],
2534
2534
  [
2535
- [() => AccessLogSettings, { [_jN]: _aLS }],
2535
+ [() => AccessLogSettings$, { [_jN]: _aLS }],
2536
2536
  [2, { [_jN]: _aGM }],
2537
2537
  [2, { [_jN]: _aDu }],
2538
2538
  [0, { [_jN]: _cCI }],
2539
2539
  [5, { [_jN]: _cD }],
2540
- [() => RouteSettings, { [_jN]: _dRS }],
2540
+ [() => RouteSettings$, { [_jN]: _dRS }],
2541
2541
  [0, { [_jN]: _dI }],
2542
2542
  [0, { [_jN]: _d }],
2543
2543
  [0, { [_jN]: _lDSM }],
@@ -2548,7 +2548,7 @@ export var GetStageResponse = [
2548
2548
  [128 | 0, { [_jN]: _t }],
2549
2549
  ],
2550
2550
  ];
2551
- export var GetStagesRequest = [
2551
+ export var GetStagesRequest$ = [
2552
2552
  3,
2553
2553
  n0,
2554
2554
  _GSRet,
@@ -2560,7 +2560,7 @@ export var GetStagesRequest = [
2560
2560
  [0, { [_hQ]: _nT }],
2561
2561
  ],
2562
2562
  ];
2563
- export var GetStagesResponse = [
2563
+ export var GetStagesResponse$ = [
2564
2564
  3,
2565
2565
  n0,
2566
2566
  _GSRett,
@@ -2571,10 +2571,10 @@ export var GetStagesResponse = [
2571
2571
  [0, { [_jN]: _nT }],
2572
2572
  ],
2573
2573
  ];
2574
- export var GetTagsRequest = [3, n0, _GTR, 0, [_RA], [[0, 1]]];
2575
- export var GetTagsResponse = [3, n0, _GTRe, 0, [_T], [[128 | 0, { [_jN]: _t }]]];
2576
- export var GetVpcLinkRequest = [3, n0, _GVLR, 0, [_VLI], [[0, 1]]];
2577
- export var GetVpcLinkResponse = [
2574
+ export var GetTagsRequest$ = [3, n0, _GTR, 0, [_RA], [[0, 1]]];
2575
+ export var GetTagsResponse$ = [3, n0, _GTRe, 0, [_T], [[128 | 0, { [_jN]: _t }]]];
2576
+ export var GetVpcLinkRequest$ = [3, n0, _GVLR, 0, [_VLI], [[0, 1]]];
2577
+ export var GetVpcLinkResponse$ = [
2578
2578
  3,
2579
2579
  n0,
2580
2580
  _GVLRe,
@@ -2592,7 +2592,7 @@ export var GetVpcLinkResponse = [
2592
2592
  [0, { [_jN]: _vLV }],
2593
2593
  ],
2594
2594
  ];
2595
- export var GetVpcLinksRequest = [
2595
+ export var GetVpcLinksRequest$ = [
2596
2596
  3,
2597
2597
  n0,
2598
2598
  _GVLRet,
@@ -2603,7 +2603,7 @@ export var GetVpcLinksRequest = [
2603
2603
  [0, { [_hQ]: _nT }],
2604
2604
  ],
2605
2605
  ];
2606
- export var GetVpcLinksResponse = [
2606
+ export var GetVpcLinksResponse$ = [
2607
2607
  3,
2608
2608
  n0,
2609
2609
  _GVLRetp,
@@ -2614,7 +2614,7 @@ export var GetVpcLinksResponse = [
2614
2614
  [0, { [_jN]: _nT }],
2615
2615
  ],
2616
2616
  ];
2617
- export var IdentifierParts = [
2617
+ export var IdentifierParts$ = [
2618
2618
  3,
2619
2619
  n0,
2620
2620
  _IP,
@@ -2627,7 +2627,7 @@ export var IdentifierParts = [
2627
2627
  [0, { [_jN]: _s }],
2628
2628
  ],
2629
2629
  ];
2630
- export var ImportApiRequest = [
2630
+ export var ImportApiRequest$ = [
2631
2631
  3,
2632
2632
  n0,
2633
2633
  _IAR,
@@ -2639,7 +2639,7 @@ export var ImportApiRequest = [
2639
2639
  [2, { [_hQ]: _fOW }],
2640
2640
  ],
2641
2641
  ];
2642
- export var ImportApiResponse = [
2642
+ export var ImportApiResponse$ = [
2643
2643
  3,
2644
2644
  n0,
2645
2645
  _IARm,
@@ -2650,7 +2650,7 @@ export var ImportApiResponse = [
2650
2650
  [2, { [_jN]: _aGM }],
2651
2651
  [0, { [_jN]: _aI }],
2652
2652
  [0, { [_jN]: _aKSE }],
2653
- [() => Cors, { [_jN]: _cC }],
2653
+ [() => Cors$, { [_jN]: _cC }],
2654
2654
  [5, { [_jN]: _cD }],
2655
2655
  [0, { [_jN]: _d }],
2656
2656
  [2, { [_jN]: _dSV }],
@@ -2665,7 +2665,7 @@ export var ImportApiResponse = [
2665
2665
  [64 | 0, { [_jN]: _w }],
2666
2666
  ],
2667
2667
  ];
2668
- export var Integration = [
2668
+ export var Integration$ = [
2669
2669
  3,
2670
2670
  n0,
2671
2671
  _In,
@@ -2691,10 +2691,10 @@ export var Integration = [
2691
2691
  [[2, n0, _RPe, 0, 0, 128 | 0], { [_jN]: _rPe }],
2692
2692
  [0, { [_jN]: _tSE }],
2693
2693
  [1, { [_jN]: _tIM }],
2694
- [() => TlsConfig, { [_jN]: _tC }],
2694
+ [() => TlsConfig$, { [_jN]: _tC }],
2695
2695
  ],
2696
2696
  ];
2697
- export var IntegrationResponse = [
2697
+ export var IntegrationResponse$ = [
2698
2698
  3,
2699
2699
  n0,
2700
2700
  _IR,
@@ -2709,7 +2709,7 @@ export var IntegrationResponse = [
2709
2709
  [0, { [_jN]: _tSE }],
2710
2710
  ],
2711
2711
  ];
2712
- export var JWTConfiguration = [
2712
+ export var JWTConfiguration$ = [
2713
2713
  3,
2714
2714
  n0,
2715
2715
  _JWTC,
@@ -2720,7 +2720,7 @@ export var JWTConfiguration = [
2720
2720
  [0, { [_jN]: _is }],
2721
2721
  ],
2722
2722
  ];
2723
- export var ListPortalProductsRequest = [
2723
+ export var ListPortalProductsRequest$ = [
2724
2724
  3,
2725
2725
  n0,
2726
2726
  _LPPR,
@@ -2732,7 +2732,7 @@ export var ListPortalProductsRequest = [
2732
2732
  [0, { [_hQ]: _rO }],
2733
2733
  ],
2734
2734
  ];
2735
- export var ListPortalProductsResponse = [
2735
+ export var ListPortalProductsResponse$ = [
2736
2736
  3,
2737
2737
  n0,
2738
2738
  _LPPRi,
@@ -2743,7 +2743,7 @@ export var ListPortalProductsResponse = [
2743
2743
  [0, { [_jN]: _nT }],
2744
2744
  ],
2745
2745
  ];
2746
- export var ListPortalsRequest = [
2746
+ export var ListPortalsRequest$ = [
2747
2747
  3,
2748
2748
  n0,
2749
2749
  _LPR,
@@ -2754,7 +2754,7 @@ export var ListPortalsRequest = [
2754
2754
  [0, { [_hQ]: _nT }],
2755
2755
  ],
2756
2756
  ];
2757
- export var ListPortalsResponse = [
2757
+ export var ListPortalsResponse$ = [
2758
2758
  3,
2759
2759
  n0,
2760
2760
  _LPRi,
@@ -2765,7 +2765,7 @@ export var ListPortalsResponse = [
2765
2765
  [0, { [_jN]: _nT }],
2766
2766
  ],
2767
2767
  ];
2768
- export var ListProductPagesRequest = [
2768
+ export var ListProductPagesRequest$ = [
2769
2769
  3,
2770
2770
  n0,
2771
2771
  _LPPRis,
@@ -2778,7 +2778,7 @@ export var ListProductPagesRequest = [
2778
2778
  [0, { [_hQ]: _rOAI }],
2779
2779
  ],
2780
2780
  ];
2781
- export var ListProductPagesResponse = [
2781
+ export var ListProductPagesResponse$ = [
2782
2782
  3,
2783
2783
  n0,
2784
2784
  _LPPRist,
@@ -2789,7 +2789,7 @@ export var ListProductPagesResponse = [
2789
2789
  [0, { [_jN]: _nT }],
2790
2790
  ],
2791
2791
  ];
2792
- export var ListProductRestEndpointPagesRequest = [
2792
+ export var ListProductRestEndpointPagesRequest$ = [
2793
2793
  3,
2794
2794
  n0,
2795
2795
  _LPREPR,
@@ -2802,7 +2802,7 @@ export var ListProductRestEndpointPagesRequest = [
2802
2802
  [0, { [_hQ]: _rOAI }],
2803
2803
  ],
2804
2804
  ];
2805
- export var ListProductRestEndpointPagesResponse = [
2805
+ export var ListProductRestEndpointPagesResponse$ = [
2806
2806
  3,
2807
2807
  n0,
2808
2808
  _LPREPRi,
@@ -2813,7 +2813,7 @@ export var ListProductRestEndpointPagesResponse = [
2813
2813
  [0, { [_jN]: _nT }],
2814
2814
  ],
2815
2815
  ];
2816
- export var ListRoutingRulesRequest = [
2816
+ export var ListRoutingRulesRequest$ = [
2817
2817
  3,
2818
2818
  n0,
2819
2819
  _LRRR,
@@ -2826,7 +2826,7 @@ export var ListRoutingRulesRequest = [
2826
2826
  [0, { [_hQ]: _nT }],
2827
2827
  ],
2828
2828
  ];
2829
- export var ListRoutingRulesResponse = [
2829
+ export var ListRoutingRulesResponse$ = [
2830
2830
  3,
2831
2831
  n0,
2832
2832
  _LRRRi,
@@ -2837,7 +2837,7 @@ export var ListRoutingRulesResponse = [
2837
2837
  [() => __listOfRoutingRule, { [_jN]: _rR }],
2838
2838
  ],
2839
2839
  ];
2840
- export var Model = [
2840
+ export var Model$ = [
2841
2841
  3,
2842
2842
  n0,
2843
2843
  _Mo,
@@ -2851,7 +2851,7 @@ export var Model = [
2851
2851
  [0, { [_jN]: _sc }],
2852
2852
  ],
2853
2853
  ];
2854
- export var MutualTlsAuthentication = [
2854
+ export var MutualTlsAuthentication$ = [
2855
2855
  3,
2856
2856
  n0,
2857
2857
  _MTA,
@@ -2863,7 +2863,7 @@ export var MutualTlsAuthentication = [
2863
2863
  [64 | 0, { [_jN]: _tW }],
2864
2864
  ],
2865
2865
  ];
2866
- export var MutualTlsAuthenticationInput = [
2866
+ export var MutualTlsAuthenticationInput$ = [
2867
2867
  3,
2868
2868
  n0,
2869
2869
  _MTAI,
@@ -2874,8 +2874,8 @@ export var MutualTlsAuthenticationInput = [
2874
2874
  [0, { [_jN]: _tV }],
2875
2875
  ],
2876
2876
  ];
2877
- export var None = [3, n0, _No, 0, [], []];
2878
- export var NotFoundException = [
2877
+ export var None$ = [3, n0, _No, 0, [], []];
2878
+ export var NotFoundException$ = [
2879
2879
  -3,
2880
2880
  n0,
2881
2881
  _NFE,
@@ -2886,9 +2886,9 @@ export var NotFoundException = [
2886
2886
  [0, { [_jN]: _rTes }],
2887
2887
  ],
2888
2888
  ];
2889
- TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
2890
- export var ParameterConstraints = [3, n0, _PCa, 0, [_R], [[2, { [_jN]: _r }]]];
2891
- export var PortalContent = [
2889
+ TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
2890
+ export var ParameterConstraints$ = [3, n0, _PCa, 0, [_R], [[2, { [_jN]: _r }]]];
2891
+ export var PortalContent$ = [
2892
2892
  3,
2893
2893
  n0,
2894
2894
  _PC,
@@ -2897,10 +2897,10 @@ export var PortalContent = [
2897
2897
  [
2898
2898
  [0, { [_jN]: _d }],
2899
2899
  [0, { [_jN]: _dNi }],
2900
- [() => PortalTheme, { [_jN]: _th }],
2900
+ [() => PortalTheme$, { [_jN]: _th }],
2901
2901
  ],
2902
2902
  ];
2903
- export var PortalProductSummary = [
2903
+ export var PortalProductSummary$ = [
2904
2904
  3,
2905
2905
  n0,
2906
2906
  _PPS,
@@ -2915,41 +2915,41 @@ export var PortalProductSummary = [
2915
2915
  [128 | 0, { [_jN]: _t }],
2916
2916
  ],
2917
2917
  ];
2918
- export var PortalSummary = [
2918
+ export var PortalSummary$ = [
2919
2919
  3,
2920
2920
  n0,
2921
2921
  _PSo,
2922
2922
  0,
2923
2923
  [_Au, _EC, _IPPA, _LM, _LP, _LPD, _PA, _PC, _PI, _Pr, _PS, _RAMN, _SE, _T],
2924
2924
  [
2925
- [() => Authorization, { [_jN]: _a }],
2926
- [() => EndpointConfigurationResponse, { [_jN]: _eC }],
2925
+ [() => Authorization$, { [_jN]: _a }],
2926
+ [() => EndpointConfigurationResponse$, { [_jN]: _eC }],
2927
2927
  [64 | 0, { [_jN]: _iPPA }],
2928
2928
  [5, { [_jN]: _lM }],
2929
2929
  [5, { [_jN]: _lP }],
2930
2930
  [0, { [_jN]: _lPD }],
2931
2931
  [0, { [_jN]: _pA }],
2932
- [() => PortalContent, { [_jN]: _pC }],
2932
+ [() => PortalContent$, { [_jN]: _pC }],
2933
2933
  [0, { [_jN]: _pI }],
2934
- [() => Preview, { [_jN]: _pr }],
2934
+ [() => Preview$, { [_jN]: _pr }],
2935
2935
  [0, { [_jN]: _pS }],
2936
2936
  [0, { [_jN]: _rAMN }],
2937
- [() => StatusException, { [_jN]: _sE }],
2937
+ [() => StatusException$, { [_jN]: _sE }],
2938
2938
  [128 | 0, { [_jN]: _t }],
2939
2939
  ],
2940
2940
  ];
2941
- export var PortalTheme = [
2941
+ export var PortalTheme$ = [
2942
2942
  3,
2943
2943
  n0,
2944
2944
  _PTo,
2945
2945
  0,
2946
2946
  [_CCu, _LLU],
2947
2947
  [
2948
- [() => CustomColors, { [_jN]: _cCu }],
2948
+ [() => CustomColors$, { [_jN]: _cCu }],
2949
2949
  [5, { [_jN]: _lLU }],
2950
2950
  ],
2951
2951
  ];
2952
- export var Preview = [
2952
+ export var Preview$ = [
2953
2953
  3,
2954
2954
  n0,
2955
2955
  _Pr,
@@ -2958,12 +2958,12 @@ export var Preview = [
2958
2958
  [
2959
2959
  [0, { [_jN]: _pSr }],
2960
2960
  [0, { [_jN]: _pU }],
2961
- [() => StatusException, { [_jN]: _sE }],
2961
+ [() => StatusException$, { [_jN]: _sE }],
2962
2962
  ],
2963
2963
  ];
2964
- export var PreviewPortalRequest = [3, n0, _PPR, 0, [_PI], [[0, 1]]];
2965
- export var PreviewPortalResponse = [3, n0, _PPRr, 0, [], []];
2966
- export var ProductPageSummaryNoBody = [
2964
+ export var PreviewPortalRequest$ = [3, n0, _PPR, 0, [_PI], [[0, 1]]];
2965
+ export var PreviewPortalResponse$ = [3, n0, _PPRr, 0, [], []];
2966
+ export var ProductPageSummaryNoBody$ = [
2967
2967
  3,
2968
2968
  n0,
2969
2969
  _PPSNB,
@@ -2976,7 +2976,7 @@ export var ProductPageSummaryNoBody = [
2976
2976
  [0, { [_jN]: _pPIr }],
2977
2977
  ],
2978
2978
  ];
2979
- export var ProductRestEndpointPageSummaryNoBody = [
2979
+ export var ProductRestEndpointPageSummaryNoBody$ = [
2980
2980
  3,
2981
2981
  n0,
2982
2982
  _PREPSNB,
@@ -2988,13 +2988,13 @@ export var ProductRestEndpointPageSummaryNoBody = [
2988
2988
  [0, { [_jN]: _oN }],
2989
2989
  [0, { [_jN]: _pREPA }],
2990
2990
  [0, { [_jN]: _pREPI }],
2991
- [() => RestEndpointIdentifier, { [_jN]: _rEI }],
2991
+ [() => RestEndpointIdentifier$, { [_jN]: _rEI }],
2992
2992
  [0, { [_jN]: _st }],
2993
- [() => StatusException, { [_jN]: _sE }],
2993
+ [() => StatusException$, { [_jN]: _sE }],
2994
2994
  [0, { [_jN]: _tIS }],
2995
2995
  ],
2996
2996
  ];
2997
- export var PublishPortalRequest = [
2997
+ export var PublishPortalRequest$ = [
2998
2998
  3,
2999
2999
  n0,
3000
3000
  _PPRu,
@@ -3005,8 +3005,8 @@ export var PublishPortalRequest = [
3005
3005
  [0, 1],
3006
3006
  ],
3007
3007
  ];
3008
- export var PublishPortalResponse = [3, n0, _PPRub, 0, [], []];
3009
- export var PutPortalProductSharingPolicyRequest = [
3008
+ export var PublishPortalResponse$ = [3, n0, _PPRub, 0, [], []];
3009
+ export var PutPortalProductSharingPolicyRequest$ = [
3010
3010
  3,
3011
3011
  n0,
3012
3012
  _PPPSPR,
@@ -3017,8 +3017,8 @@ export var PutPortalProductSharingPolicyRequest = [
3017
3017
  [0, 1],
3018
3018
  ],
3019
3019
  ];
3020
- export var PutPortalProductSharingPolicyResponse = [3, n0, _PPPSPRu, 0, [], []];
3021
- export var PutRoutingRuleRequest = [
3020
+ export var PutPortalProductSharingPolicyResponse$ = [3, n0, _PPPSPRu, 0, [], []];
3021
+ export var PutRoutingRuleRequest$ = [
3022
3022
  3,
3023
3023
  n0,
3024
3024
  _PRRR,
@@ -3033,7 +3033,7 @@ export var PutRoutingRuleRequest = [
3033
3033
  [0, 1],
3034
3034
  ],
3035
3035
  ];
3036
- export var PutRoutingRuleResponse = [
3036
+ export var PutRoutingRuleResponse$ = [
3037
3037
  3,
3038
3038
  n0,
3039
3039
  _PRRRu,
@@ -3047,7 +3047,7 @@ export var PutRoutingRuleResponse = [
3047
3047
  [0, { [_jN]: _rRIo }],
3048
3048
  ],
3049
3049
  ];
3050
- export var ReimportApiRequest = [
3050
+ export var ReimportApiRequest$ = [
3051
3051
  3,
3052
3052
  n0,
3053
3053
  _RAR,
@@ -3060,7 +3060,7 @@ export var ReimportApiRequest = [
3060
3060
  [2, { [_hQ]: _fOW }],
3061
3061
  ],
3062
3062
  ];
3063
- export var ReimportApiResponse = [
3063
+ export var ReimportApiResponse$ = [
3064
3064
  3,
3065
3065
  n0,
3066
3066
  _RARe,
@@ -3071,7 +3071,7 @@ export var ReimportApiResponse = [
3071
3071
  [2, { [_jN]: _aGM }],
3072
3072
  [0, { [_jN]: _aI }],
3073
3073
  [0, { [_jN]: _aKSE }],
3074
- [() => Cors, { [_jN]: _cC }],
3074
+ [() => Cors$, { [_jN]: _cC }],
3075
3075
  [5, { [_jN]: _cD }],
3076
3076
  [0, { [_jN]: _d }],
3077
3077
  [2, { [_jN]: _dSV }],
@@ -3086,7 +3086,7 @@ export var ReimportApiResponse = [
3086
3086
  [64 | 0, { [_jN]: _w }],
3087
3087
  ],
3088
3088
  ];
3089
- export var ResetAuthorizersCacheRequest = [
3089
+ export var ResetAuthorizersCacheRequest$ = [
3090
3090
  3,
3091
3091
  n0,
3092
3092
  _RACR,
@@ -3097,15 +3097,15 @@ export var ResetAuthorizersCacheRequest = [
3097
3097
  [0, 1],
3098
3098
  ],
3099
3099
  ];
3100
- export var RestEndpointIdentifier = [
3100
+ export var RestEndpointIdentifier$ = [
3101
3101
  3,
3102
3102
  n0,
3103
3103
  _REI,
3104
3104
  0,
3105
3105
  [_IP],
3106
- [[() => IdentifierParts, { [_jN]: _iP }]],
3106
+ [[() => IdentifierParts$, { [_jN]: _iP }]],
3107
3107
  ];
3108
- export var Route = [
3108
+ export var Route$ = [
3109
3109
  3,
3110
3110
  n0,
3111
3111
  _Ro,
@@ -3127,7 +3127,7 @@ export var Route = [
3127
3127
  [0, { [_jN]: _ta }],
3128
3128
  ],
3129
3129
  ];
3130
- export var RouteResponse = [
3130
+ export var RouteResponse$ = [
3131
3131
  3,
3132
3132
  n0,
3133
3133
  _RRo,
@@ -3141,7 +3141,7 @@ export var RouteResponse = [
3141
3141
  [0, { [_jN]: _rRK }],
3142
3142
  ],
3143
3143
  ];
3144
- export var RouteSettings = [
3144
+ export var RouteSettings$ = [
3145
3145
  3,
3146
3146
  n0,
3147
3147
  _RS,
@@ -3155,7 +3155,7 @@ export var RouteSettings = [
3155
3155
  [1, { [_jN]: _tRL }],
3156
3156
  ],
3157
3157
  ];
3158
- export var RoutingRule = [
3158
+ export var RoutingRule$ = [
3159
3159
  3,
3160
3160
  n0,
3161
3161
  _RRou,
@@ -3169,15 +3169,15 @@ export var RoutingRule = [
3169
3169
  [0, { [_jN]: _rRIo }],
3170
3170
  ],
3171
3171
  ];
3172
- export var RoutingRuleAction = [
3172
+ export var RoutingRuleAction$ = [
3173
3173
  3,
3174
3174
  n0,
3175
3175
  _RRAo,
3176
3176
  0,
3177
3177
  [_IA],
3178
- [[() => RoutingRuleActionInvokeApi, { [_jN]: _iA }]],
3178
+ [[() => RoutingRuleActionInvokeApi$, { [_jN]: _iA }]],
3179
3179
  ];
3180
- export var RoutingRuleActionInvokeApi = [
3180
+ export var RoutingRuleActionInvokeApi$ = [
3181
3181
  3,
3182
3182
  n0,
3183
3183
  _RRAIA,
@@ -3189,19 +3189,19 @@ export var RoutingRuleActionInvokeApi = [
3189
3189
  [2, { [_jN]: _sBP }],
3190
3190
  ],
3191
3191
  ];
3192
- export var RoutingRuleCondition = [
3192
+ export var RoutingRuleCondition$ = [
3193
3193
  3,
3194
3194
  n0,
3195
3195
  _RRC,
3196
3196
  0,
3197
3197
  [_MBP, _MH],
3198
3198
  [
3199
- [() => RoutingRuleMatchBasePaths, { [_jN]: _mBP }],
3200
- [() => RoutingRuleMatchHeaders, { [_jN]: _mH }],
3199
+ [() => RoutingRuleMatchBasePaths$, { [_jN]: _mBP }],
3200
+ [() => RoutingRuleMatchHeaders$, { [_jN]: _mH }],
3201
3201
  ],
3202
3202
  ];
3203
- export var RoutingRuleMatchBasePaths = [3, n0, _RRMBP, 0, [_AOn], [[64 | 0, { [_jN]: _aOn }]]];
3204
- export var RoutingRuleMatchHeaders = [
3203
+ export var RoutingRuleMatchBasePaths$ = [3, n0, _RRMBP, 0, [_AOn], [[64 | 0, { [_jN]: _aOn }]]];
3204
+ export var RoutingRuleMatchHeaders$ = [
3205
3205
  3,
3206
3206
  n0,
3207
3207
  _RRMH,
@@ -3209,7 +3209,7 @@ export var RoutingRuleMatchHeaders = [
3209
3209
  [_AOn],
3210
3210
  [[() => __listOfRoutingRuleMatchHeaderValue, { [_jN]: _aOn }]],
3211
3211
  ];
3212
- export var RoutingRuleMatchHeaderValue = [
3212
+ export var RoutingRuleMatchHeaderValue$ = [
3213
3213
  3,
3214
3214
  n0,
3215
3215
  _RRMHV,
@@ -3220,7 +3220,7 @@ export var RoutingRuleMatchHeaderValue = [
3220
3220
  [0, { [_jN]: _vG }],
3221
3221
  ],
3222
3222
  ];
3223
- export var Section = [
3223
+ export var Section$ = [
3224
3224
  3,
3225
3225
  n0,
3226
3226
  _Se,
@@ -3231,19 +3231,19 @@ export var Section = [
3231
3231
  [0, { [_jN]: _sNe }],
3232
3232
  ],
3233
3233
  ];
3234
- export var Stage = [
3234
+ export var Stage$ = [
3235
3235
  3,
3236
3236
  n0,
3237
3237
  _S,
3238
3238
  0,
3239
3239
  [_ALS, _AGM, _ADu, _CCI, _CD, _DRS, _DI, _D, _LDSM, _LUD, _RS, _SN, _SV, _T],
3240
3240
  [
3241
- [() => AccessLogSettings, { [_jN]: _aLS }],
3241
+ [() => AccessLogSettings$, { [_jN]: _aLS }],
3242
3242
  [2, { [_jN]: _aGM }],
3243
3243
  [2, { [_jN]: _aDu }],
3244
3244
  [0, { [_jN]: _cCI }],
3245
3245
  [5, { [_jN]: _cD }],
3246
- [() => RouteSettings, { [_jN]: _dRS }],
3246
+ [() => RouteSettings$, { [_jN]: _dRS }],
3247
3247
  [0, { [_jN]: _dI }],
3248
3248
  [0, { [_jN]: _d }],
3249
3249
  [0, { [_jN]: _lDSM }],
@@ -3254,7 +3254,7 @@ export var Stage = [
3254
3254
  [128 | 0, { [_jN]: _t }],
3255
3255
  ],
3256
3256
  ];
3257
- export var StatusException = [
3257
+ export var StatusException$ = [
3258
3258
  3,
3259
3259
  n0,
3260
3260
  _SE,
@@ -3265,7 +3265,7 @@ export var StatusException = [
3265
3265
  [0, { [_jN]: _m }],
3266
3266
  ],
3267
3267
  ];
3268
- export var TagResourceRequest = [
3268
+ export var TagResourceRequest$ = [
3269
3269
  3,
3270
3270
  n0,
3271
3271
  _TRR,
@@ -3276,10 +3276,10 @@ export var TagResourceRequest = [
3276
3276
  [128 | 0, { [_jN]: _t }],
3277
3277
  ],
3278
3278
  ];
3279
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
3280
- export var TlsConfig = [3, n0, _TC, 0, [_SNTV], [[0, { [_jN]: _sNTV }]]];
3281
- export var TlsConfigInput = [3, n0, _TCI, 0, [_SNTV], [[0, { [_jN]: _sNTV }]]];
3282
- export var TooManyRequestsException = [
3279
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
3280
+ export var TlsConfig$ = [3, n0, _TC, 0, [_SNTV], [[0, { [_jN]: _sNTV }]]];
3281
+ export var TlsConfigInput$ = [3, n0, _TCI, 0, [_SNTV], [[0, { [_jN]: _sNTV }]]];
3282
+ export var TooManyRequestsException$ = [
3283
3283
  -3,
3284
3284
  n0,
3285
3285
  _TMRE,
@@ -3290,8 +3290,8 @@ export var TooManyRequestsException = [
3290
3290
  [0, { [_jN]: _m }],
3291
3291
  ],
3292
3292
  ];
3293
- TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
3294
- export var UntagResourceRequest = [
3293
+ TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
3294
+ export var UntagResourceRequest$ = [
3295
3295
  3,
3296
3296
  n0,
3297
3297
  _URR,
@@ -3302,7 +3302,7 @@ export var UntagResourceRequest = [
3302
3302
  [64 | 0, { [_hQ]: _tK }],
3303
3303
  ],
3304
3304
  ];
3305
- export var UpdateApiMappingRequest = [
3305
+ export var UpdateApiMappingRequest$ = [
3306
3306
  3,
3307
3307
  n0,
3308
3308
  _UAMR,
@@ -3316,7 +3316,7 @@ export var UpdateApiMappingRequest = [
3316
3316
  [0, { [_jN]: _s }],
3317
3317
  ],
3318
3318
  ];
3319
- export var UpdateApiMappingResponse = [
3319
+ export var UpdateApiMappingResponse$ = [
3320
3320
  3,
3321
3321
  n0,
3322
3322
  _UAMRp,
@@ -3329,7 +3329,7 @@ export var UpdateApiMappingResponse = [
3329
3329
  [0, { [_jN]: _s }],
3330
3330
  ],
3331
3331
  ];
3332
- export var UpdateApiRequest = [
3332
+ export var UpdateApiRequest$ = [
3333
3333
  3,
3334
3334
  n0,
3335
3335
  _UAR,
@@ -3338,7 +3338,7 @@ export var UpdateApiRequest = [
3338
3338
  [
3339
3339
  [0, 1],
3340
3340
  [0, { [_jN]: _aKSE }],
3341
- [() => Cors, { [_jN]: _cC }],
3341
+ [() => Cors$, { [_jN]: _cC }],
3342
3342
  [0, { [_jN]: _cAr }],
3343
3343
  [0, { [_jN]: _d }],
3344
3344
  [2, { [_jN]: _dSV }],
@@ -3351,7 +3351,7 @@ export var UpdateApiRequest = [
3351
3351
  [0, { [_jN]: _v }],
3352
3352
  ],
3353
3353
  ];
3354
- export var UpdateApiResponse = [
3354
+ export var UpdateApiResponse$ = [
3355
3355
  3,
3356
3356
  n0,
3357
3357
  _UARp,
@@ -3362,7 +3362,7 @@ export var UpdateApiResponse = [
3362
3362
  [2, { [_jN]: _aGM }],
3363
3363
  [0, { [_jN]: _aI }],
3364
3364
  [0, { [_jN]: _aKSE }],
3365
- [() => Cors, { [_jN]: _cC }],
3365
+ [() => Cors$, { [_jN]: _cC }],
3366
3366
  [5, { [_jN]: _cD }],
3367
3367
  [0, { [_jN]: _d }],
3368
3368
  [2, { [_jN]: _dSV }],
@@ -3377,7 +3377,7 @@ export var UpdateApiResponse = [
3377
3377
  [64 | 0, { [_jN]: _w }],
3378
3378
  ],
3379
3379
  ];
3380
- export var UpdateAuthorizerRequest = [
3380
+ export var UpdateAuthorizerRequest$ = [
3381
3381
  3,
3382
3382
  n0,
3383
3383
  _UARpd,
@@ -3394,11 +3394,11 @@ export var UpdateAuthorizerRequest = [
3394
3394
  [2, { [_jN]: _eSR }],
3395
3395
  [64 | 0, { [_jN]: _iS }],
3396
3396
  [0, { [_jN]: _iVE }],
3397
- [() => JWTConfiguration, { [_jN]: _jC }],
3397
+ [() => JWTConfiguration$, { [_jN]: _jC }],
3398
3398
  [0, { [_jN]: _n }],
3399
3399
  ],
3400
3400
  ];
3401
- export var UpdateAuthorizerResponse = [
3401
+ export var UpdateAuthorizerResponse$ = [
3402
3402
  3,
3403
3403
  n0,
3404
3404
  _UARpda,
@@ -3414,11 +3414,11 @@ export var UpdateAuthorizerResponse = [
3414
3414
  [2, { [_jN]: _eSR }],
3415
3415
  [64 | 0, { [_jN]: _iS }],
3416
3416
  [0, { [_jN]: _iVE }],
3417
- [() => JWTConfiguration, { [_jN]: _jC }],
3417
+ [() => JWTConfiguration$, { [_jN]: _jC }],
3418
3418
  [0, { [_jN]: _n }],
3419
3419
  ],
3420
3420
  ];
3421
- export var UpdateDeploymentRequest = [
3421
+ export var UpdateDeploymentRequest$ = [
3422
3422
  3,
3423
3423
  n0,
3424
3424
  _UDR,
@@ -3430,7 +3430,7 @@ export var UpdateDeploymentRequest = [
3430
3430
  [0, { [_jN]: _d }],
3431
3431
  ],
3432
3432
  ];
3433
- export var UpdateDeploymentResponse = [
3433
+ export var UpdateDeploymentResponse$ = [
3434
3434
  3,
3435
3435
  n0,
3436
3436
  _UDRp,
@@ -3445,7 +3445,7 @@ export var UpdateDeploymentResponse = [
3445
3445
  [0, { [_jN]: _d }],
3446
3446
  ],
3447
3447
  ];
3448
- export var UpdateDomainNameRequest = [
3448
+ export var UpdateDomainNameRequest$ = [
3449
3449
  3,
3450
3450
  n0,
3451
3451
  _UDNR,
@@ -3454,11 +3454,11 @@ export var UpdateDomainNameRequest = [
3454
3454
  [
3455
3455
  [0, 1],
3456
3456
  [() => DomainNameConfigurations, { [_jN]: _dNC }],
3457
- [() => MutualTlsAuthenticationInput, { [_jN]: _mTA }],
3457
+ [() => MutualTlsAuthenticationInput$, { [_jN]: _mTA }],
3458
3458
  [0, { [_jN]: _rM }],
3459
3459
  ],
3460
3460
  ];
3461
- export var UpdateDomainNameResponse = [
3461
+ export var UpdateDomainNameResponse$ = [
3462
3462
  3,
3463
3463
  n0,
3464
3464
  _UDNRp,
@@ -3469,12 +3469,12 @@ export var UpdateDomainNameResponse = [
3469
3469
  [0, { [_jN]: _dN }],
3470
3470
  [0, { [_jN]: _dNA }],
3471
3471
  [() => DomainNameConfigurations, { [_jN]: _dNC }],
3472
- [() => MutualTlsAuthentication, { [_jN]: _mTA }],
3472
+ [() => MutualTlsAuthentication$, { [_jN]: _mTA }],
3473
3473
  [0, { [_jN]: _rM }],
3474
3474
  [128 | 0, { [_jN]: _t }],
3475
3475
  ],
3476
3476
  ];
3477
- export var UpdateIntegrationRequest = [
3477
+ export var UpdateIntegrationRequest$ = [
3478
3478
  3,
3479
3479
  n0,
3480
3480
  _UIR,
@@ -3499,10 +3499,10 @@ export var UpdateIntegrationRequest = [
3499
3499
  [[2, n0, _RPe, 0, 0, 128 | 0], { [_jN]: _rPe }],
3500
3500
  [0, { [_jN]: _tSE }],
3501
3501
  [1, { [_jN]: _tIM }],
3502
- [() => TlsConfigInput, { [_jN]: _tC }],
3502
+ [() => TlsConfigInput$, { [_jN]: _tC }],
3503
3503
  ],
3504
3504
  ];
3505
- export var UpdateIntegrationResponseRequest = [
3505
+ export var UpdateIntegrationResponseRequest$ = [
3506
3506
  3,
3507
3507
  n0,
3508
3508
  _UIRR,
@@ -3519,7 +3519,7 @@ export var UpdateIntegrationResponseRequest = [
3519
3519
  [0, { [_jN]: _tSE }],
3520
3520
  ],
3521
3521
  ];
3522
- export var UpdateIntegrationResponseResponse = [
3522
+ export var UpdateIntegrationResponseResponse$ = [
3523
3523
  3,
3524
3524
  n0,
3525
3525
  _UIRRp,
@@ -3534,7 +3534,7 @@ export var UpdateIntegrationResponseResponse = [
3534
3534
  [0, { [_jN]: _tSE }],
3535
3535
  ],
3536
3536
  ];
3537
- export var UpdateIntegrationResult = [
3537
+ export var UpdateIntegrationResult$ = [
3538
3538
  3,
3539
3539
  n0,
3540
3540
  _UIRp,
@@ -3560,10 +3560,10 @@ export var UpdateIntegrationResult = [
3560
3560
  [[2, n0, _RPe, 0, 0, 128 | 0], { [_jN]: _rPe }],
3561
3561
  [0, { [_jN]: _tSE }],
3562
3562
  [1, { [_jN]: _tIM }],
3563
- [() => TlsConfig, { [_jN]: _tC }],
3563
+ [() => TlsConfig$, { [_jN]: _tC }],
3564
3564
  ],
3565
3565
  ];
3566
- export var UpdateModelRequest = [
3566
+ export var UpdateModelRequest$ = [
3567
3567
  3,
3568
3568
  n0,
3569
3569
  _UMR,
@@ -3578,7 +3578,7 @@ export var UpdateModelRequest = [
3578
3578
  [0, { [_jN]: _sc }],
3579
3579
  ],
3580
3580
  ];
3581
- export var UpdateModelResponse = [
3581
+ export var UpdateModelResponse$ = [
3582
3582
  3,
3583
3583
  n0,
3584
3584
  _UMRp,
@@ -3592,7 +3592,7 @@ export var UpdateModelResponse = [
3592
3592
  [0, { [_jN]: _sc }],
3593
3593
  ],
3594
3594
  ];
3595
- export var UpdatePortalProductRequest = [
3595
+ export var UpdatePortalProductRequest$ = [
3596
3596
  3,
3597
3597
  n0,
3598
3598
  _UPPR,
@@ -3601,11 +3601,11 @@ export var UpdatePortalProductRequest = [
3601
3601
  [
3602
3602
  [0, { [_jN]: _d }],
3603
3603
  [0, { [_jN]: _dNi }],
3604
- [() => DisplayOrder, { [_jN]: _dO }],
3604
+ [() => DisplayOrder$, { [_jN]: _dO }],
3605
3605
  [0, 1],
3606
3606
  ],
3607
3607
  ];
3608
- export var UpdatePortalProductResponse = [
3608
+ export var UpdatePortalProductResponse$ = [
3609
3609
  3,
3610
3610
  n0,
3611
3611
  _UPPRp,
@@ -3614,108 +3614,108 @@ export var UpdatePortalProductResponse = [
3614
3614
  [
3615
3615
  [0, { [_jN]: _d }],
3616
3616
  [0, { [_jN]: _dNi }],
3617
- [() => DisplayOrder, { [_jN]: _dO }],
3617
+ [() => DisplayOrder$, { [_jN]: _dO }],
3618
3618
  [5, { [_jN]: _lM }],
3619
3619
  [0, { [_jN]: _pPA }],
3620
3620
  [0, { [_jN]: _pPI }],
3621
3621
  [128 | 0, { [_jN]: _t }],
3622
3622
  ],
3623
3623
  ];
3624
- export var UpdatePortalRequest = [
3624
+ export var UpdatePortalRequest$ = [
3625
3625
  3,
3626
3626
  n0,
3627
3627
  _UPR,
3628
3628
  0,
3629
3629
  [_Au, _EC, _IPPA, _LU, _PC, _PI, _RAMN],
3630
3630
  [
3631
- [() => Authorization, { [_jN]: _a }],
3632
- [() => EndpointConfigurationRequest, { [_jN]: _eC }],
3631
+ [() => Authorization$, { [_jN]: _a }],
3632
+ [() => EndpointConfigurationRequest$, { [_jN]: _eC }],
3633
3633
  [64 | 0, { [_jN]: _iPPA }],
3634
3634
  [0, { [_jN]: _lU }],
3635
- [() => PortalContent, { [_jN]: _pC }],
3635
+ [() => PortalContent$, { [_jN]: _pC }],
3636
3636
  [0, 1],
3637
3637
  [0, { [_jN]: _rAMN }],
3638
3638
  ],
3639
3639
  ];
3640
- export var UpdatePortalResponse = [
3640
+ export var UpdatePortalResponse$ = [
3641
3641
  3,
3642
3642
  n0,
3643
3643
  _UPRp,
3644
3644
  0,
3645
3645
  [_Au, _EC, _IPPA, _LM, _LP, _LPD, _PA, _PC, _PI, _Pr, _PS, _RAMN, _SE, _T],
3646
3646
  [
3647
- [() => Authorization, { [_jN]: _a }],
3648
- [() => EndpointConfigurationResponse, { [_jN]: _eC }],
3647
+ [() => Authorization$, { [_jN]: _a }],
3648
+ [() => EndpointConfigurationResponse$, { [_jN]: _eC }],
3649
3649
  [64 | 0, { [_jN]: _iPPA }],
3650
3650
  [5, { [_jN]: _lM }],
3651
3651
  [5, { [_jN]: _lP }],
3652
3652
  [0, { [_jN]: _lPD }],
3653
3653
  [0, { [_jN]: _pA }],
3654
- [() => PortalContent, { [_jN]: _pC }],
3654
+ [() => PortalContent$, { [_jN]: _pC }],
3655
3655
  [0, { [_jN]: _pI }],
3656
- [() => Preview, { [_jN]: _pr }],
3656
+ [() => Preview$, { [_jN]: _pr }],
3657
3657
  [0, { [_jN]: _pS }],
3658
3658
  [0, { [_jN]: _rAMN }],
3659
- [() => StatusException, { [_jN]: _sE }],
3659
+ [() => StatusException$, { [_jN]: _sE }],
3660
3660
  [128 | 0, { [_jN]: _t }],
3661
3661
  ],
3662
3662
  ];
3663
- export var UpdateProductPageRequest = [
3663
+ export var UpdateProductPageRequest$ = [
3664
3664
  3,
3665
3665
  n0,
3666
3666
  _UPPRpd,
3667
3667
  0,
3668
3668
  [_DC, _PPI, _PPIr],
3669
3669
  [
3670
- [() => DisplayContent, { [_jN]: _dC }],
3670
+ [() => DisplayContent$, { [_jN]: _dC }],
3671
3671
  [0, 1],
3672
3672
  [0, 1],
3673
3673
  ],
3674
3674
  ];
3675
- export var UpdateProductPageResponse = [
3675
+ export var UpdateProductPageResponse$ = [
3676
3676
  3,
3677
3677
  n0,
3678
3678
  _UPPRpda,
3679
3679
  0,
3680
3680
  [_DC, _LM, _PPAr, _PPIr],
3681
3681
  [
3682
- [() => DisplayContent, { [_jN]: _dC }],
3682
+ [() => DisplayContent$, { [_jN]: _dC }],
3683
3683
  [5, { [_jN]: _lM }],
3684
3684
  [0, { [_jN]: _pPAr }],
3685
3685
  [0, { [_jN]: _pPIr }],
3686
3686
  ],
3687
3687
  ];
3688
- export var UpdateProductRestEndpointPageRequest = [
3688
+ export var UpdateProductRestEndpointPageRequest$ = [
3689
3689
  3,
3690
3690
  n0,
3691
3691
  _UPREPR,
3692
3692
  0,
3693
3693
  [_DC, _PPI, _PREPI, _TIS],
3694
3694
  [
3695
- [() => EndpointDisplayContent, { [_jN]: _dC }],
3695
+ [() => EndpointDisplayContent$, { [_jN]: _dC }],
3696
3696
  [0, 1],
3697
3697
  [0, 1],
3698
3698
  [0, { [_jN]: _tIS }],
3699
3699
  ],
3700
3700
  ];
3701
- export var UpdateProductRestEndpointPageResponse = [
3701
+ export var UpdateProductRestEndpointPageResponse$ = [
3702
3702
  3,
3703
3703
  n0,
3704
3704
  _UPREPRp,
3705
3705
  0,
3706
3706
  [_DC, _LM, _PREPA, _PREPI, _REI, _St, _SE, _TIS],
3707
3707
  [
3708
- [() => EndpointDisplayContentResponse, { [_jN]: _dC }],
3708
+ [() => EndpointDisplayContentResponse$, { [_jN]: _dC }],
3709
3709
  [5, { [_jN]: _lM }],
3710
3710
  [0, { [_jN]: _pREPA }],
3711
3711
  [0, { [_jN]: _pREPI }],
3712
- [() => RestEndpointIdentifier, { [_jN]: _rEI }],
3712
+ [() => RestEndpointIdentifier$, { [_jN]: _rEI }],
3713
3713
  [0, { [_jN]: _st }],
3714
- [() => StatusException, { [_jN]: _sE }],
3714
+ [() => StatusException$, { [_jN]: _sE }],
3715
3715
  [0, { [_jN]: _tIS }],
3716
3716
  ],
3717
3717
  ];
3718
- export var UpdateRouteRequest = [
3718
+ export var UpdateRouteRequest$ = [
3719
3719
  3,
3720
3720
  n0,
3721
3721
  _URRp,
@@ -3737,7 +3737,7 @@ export var UpdateRouteRequest = [
3737
3737
  [0, { [_jN]: _ta }],
3738
3738
  ],
3739
3739
  ];
3740
- export var UpdateRouteResponseRequest = [
3740
+ export var UpdateRouteResponseRequest$ = [
3741
3741
  3,
3742
3742
  n0,
3743
3743
  _URRR,
@@ -3753,7 +3753,7 @@ export var UpdateRouteResponseRequest = [
3753
3753
  [0, { [_jN]: _rRK }],
3754
3754
  ],
3755
3755
  ];
3756
- export var UpdateRouteResponseResponse = [
3756
+ export var UpdateRouteResponseResponse$ = [
3757
3757
  3,
3758
3758
  n0,
3759
3759
  _URRRp,
@@ -3767,7 +3767,7 @@ export var UpdateRouteResponseResponse = [
3767
3767
  [0, { [_jN]: _rRK }],
3768
3768
  ],
3769
3769
  ];
3770
- export var UpdateRouteResult = [
3770
+ export var UpdateRouteResult$ = [
3771
3771
  3,
3772
3772
  n0,
3773
3773
  _URRpd,
@@ -3789,18 +3789,18 @@ export var UpdateRouteResult = [
3789
3789
  [0, { [_jN]: _ta }],
3790
3790
  ],
3791
3791
  ];
3792
- export var UpdateStageRequest = [
3792
+ export var UpdateStageRequest$ = [
3793
3793
  3,
3794
3794
  n0,
3795
3795
  _USR,
3796
3796
  0,
3797
3797
  [_ALS, _AI, _ADu, _CCI, _DRS, _DI, _D, _RS, _SN, _SV],
3798
3798
  [
3799
- [() => AccessLogSettings, { [_jN]: _aLS }],
3799
+ [() => AccessLogSettings$, { [_jN]: _aLS }],
3800
3800
  [0, 1],
3801
3801
  [2, { [_jN]: _aDu }],
3802
3802
  [0, { [_jN]: _cCI }],
3803
- [() => RouteSettings, { [_jN]: _dRS }],
3803
+ [() => RouteSettings$, { [_jN]: _dRS }],
3804
3804
  [0, { [_jN]: _dI }],
3805
3805
  [0, { [_jN]: _d }],
3806
3806
  [() => RouteSettingsMap, { [_jN]: _rS }],
@@ -3808,19 +3808,19 @@ export var UpdateStageRequest = [
3808
3808
  [128 | 0, { [_jN]: _sV }],
3809
3809
  ],
3810
3810
  ];
3811
- export var UpdateStageResponse = [
3811
+ export var UpdateStageResponse$ = [
3812
3812
  3,
3813
3813
  n0,
3814
3814
  _USRp,
3815
3815
  0,
3816
3816
  [_ALS, _AGM, _ADu, _CCI, _CD, _DRS, _DI, _D, _LDSM, _LUD, _RS, _SN, _SV, _T],
3817
3817
  [
3818
- [() => AccessLogSettings, { [_jN]: _aLS }],
3818
+ [() => AccessLogSettings$, { [_jN]: _aLS }],
3819
3819
  [2, { [_jN]: _aGM }],
3820
3820
  [2, { [_jN]: _aDu }],
3821
3821
  [0, { [_jN]: _cCI }],
3822
3822
  [5, { [_jN]: _cD }],
3823
- [() => RouteSettings, { [_jN]: _dRS }],
3823
+ [() => RouteSettings$, { [_jN]: _dRS }],
3824
3824
  [0, { [_jN]: _dI }],
3825
3825
  [0, { [_jN]: _d }],
3826
3826
  [0, { [_jN]: _lDSM }],
@@ -3831,7 +3831,7 @@ export var UpdateStageResponse = [
3831
3831
  [128 | 0, { [_jN]: _t }],
3832
3832
  ],
3833
3833
  ];
3834
- export var UpdateVpcLinkRequest = [
3834
+ export var UpdateVpcLinkRequest$ = [
3835
3835
  3,
3836
3836
  n0,
3837
3837
  _UVLR,
@@ -3842,7 +3842,7 @@ export var UpdateVpcLinkRequest = [
3842
3842
  [0, 1],
3843
3843
  ],
3844
3844
  ];
3845
- export var UpdateVpcLinkResponse = [
3845
+ export var UpdateVpcLinkResponse$ = [
3846
3846
  3,
3847
3847
  n0,
3848
3848
  _UVLRp,
@@ -3860,7 +3860,7 @@ export var UpdateVpcLinkResponse = [
3860
3860
  [0, { [_jN]: _vLV }],
3861
3861
  ],
3862
3862
  ];
3863
- export var VpcLink = [
3863
+ export var VpcLink$ = [
3864
3864
  3,
3865
3865
  n0,
3866
3866
  _VL,
@@ -3878,268 +3878,262 @@ export var VpcLink = [
3878
3878
  [0, { [_jN]: _vLV }],
3879
3879
  ],
3880
3880
  ];
3881
- export var __Unit = "unit";
3882
- export var ApiGatewayV2ServiceException = [-3, _sm, "ApiGatewayV2ServiceException", 0, [], []];
3883
- TypeRegistry.for(_sm).registerError(ApiGatewayV2ServiceException, __ApiGatewayV2ServiceException);
3884
- export var __listOf__string = 64 | 0;
3885
- export var __listOf__stringMin20Max2048 = 64 | 0;
3886
- export var __listOfApi = [1, n0, _lOA, 0, [() => Api, 0]];
3887
- export var __listOfApiMapping = [1, n0, _lOAM, 0, [() => ApiMapping, 0]];
3888
- export var __listOfAuthorizer = [1, n0, _lOAi, 0, [() => Authorizer, 0]];
3889
- export var __listOfDeployment = [1, n0, _lOD, 0, [() => Deployment, 0]];
3890
- export var __listOfDomainName = [1, n0, _lODN, 0, [() => DomainName, 0]];
3891
- export var __listOfIntegration = [1, n0, _lOI, 0, [() => Integration, 0]];
3892
- export var __listOfIntegrationResponse = [1, n0, _lOIR, 0, [() => IntegrationResponse, 0]];
3893
- export var __listOfModel = [1, n0, _lOM, 0, [() => Model, 0]];
3894
- export var __listOfPortalProductSummary = [1, n0, _lOPPS, 0, [() => PortalProductSummary, 0]];
3895
- export var __listOfPortalSummary = [1, n0, _lOPS, 0, [() => PortalSummary, 0]];
3896
- export var __listOfProductPageSummaryNoBody = [
3897
- 1,
3898
- n0,
3899
- _lOPPSNB,
3900
- 0,
3901
- [() => ProductPageSummaryNoBody, 0],
3902
- ];
3903
- export var __listOfProductRestEndpointPageSummaryNoBody = [
3881
+ var __Unit = "unit";
3882
+ export var ApiGatewayV2ServiceException$ = [-3, _sm, "ApiGatewayV2ServiceException", 0, [], []];
3883
+ TypeRegistry.for(_sm).registerError(ApiGatewayV2ServiceException$, ApiGatewayV2ServiceException);
3884
+ var __listOf__string = 64 | 0;
3885
+ var __listOf__stringMin20Max2048 = 64 | 0;
3886
+ var __listOfApi = [1, n0, _lOA, 0, [() => Api$, 0]];
3887
+ var __listOfApiMapping = [1, n0, _lOAM, 0, [() => ApiMapping$, 0]];
3888
+ var __listOfAuthorizer = [1, n0, _lOAi, 0, [() => Authorizer$, 0]];
3889
+ var __listOfDeployment = [1, n0, _lOD, 0, [() => Deployment$, 0]];
3890
+ var __listOfDomainName = [1, n0, _lODN, 0, [() => DomainName$, 0]];
3891
+ var __listOfIntegration = [1, n0, _lOI, 0, [() => Integration$, 0]];
3892
+ var __listOfIntegrationResponse = [1, n0, _lOIR, 0, [() => IntegrationResponse$, 0]];
3893
+ var __listOfModel = [1, n0, _lOM, 0, [() => Model$, 0]];
3894
+ var __listOfPortalProductSummary = [1, n0, _lOPPS, 0, [() => PortalProductSummary$, 0]];
3895
+ var __listOfPortalSummary = [1, n0, _lOPS, 0, [() => PortalSummary$, 0]];
3896
+ var __listOfProductPageSummaryNoBody = [1, n0, _lOPPSNB, 0, [() => ProductPageSummaryNoBody$, 0]];
3897
+ var __listOfProductRestEndpointPageSummaryNoBody = [
3904
3898
  1,
3905
3899
  n0,
3906
3900
  _lOPREPSNB,
3907
3901
  0,
3908
- [() => ProductRestEndpointPageSummaryNoBody, 0],
3902
+ [() => ProductRestEndpointPageSummaryNoBody$, 0],
3909
3903
  ];
3910
- export var __listOfRoute = [1, n0, _lOR, 0, [() => Route, 0]];
3911
- export var __listOfRouteResponse = [1, n0, _lORR, 0, [() => RouteResponse, 0]];
3912
- export var __listOfRoutingRule = [1, n0, _lORRi, 0, [() => RoutingRule, 0]];
3913
- export var __listOfRoutingRuleAction = [1, n0, _lORRA, 0, [() => RoutingRuleAction, 0]];
3914
- export var __listOfRoutingRuleCondition = [1, n0, _lORRC, 0, [() => RoutingRuleCondition, 0]];
3915
- export var __listOfRoutingRuleMatchHeaderValue = [
3904
+ var __listOfRoute = [1, n0, _lOR, 0, [() => Route$, 0]];
3905
+ var __listOfRouteResponse = [1, n0, _lORR, 0, [() => RouteResponse$, 0]];
3906
+ var __listOfRoutingRule = [1, n0, _lORRi, 0, [() => RoutingRule$, 0]];
3907
+ var __listOfRoutingRuleAction = [1, n0, _lORRA, 0, [() => RoutingRuleAction$, 0]];
3908
+ var __listOfRoutingRuleCondition = [1, n0, _lORRC, 0, [() => RoutingRuleCondition$, 0]];
3909
+ var __listOfRoutingRuleMatchHeaderValue = [
3916
3910
  1,
3917
3911
  n0,
3918
3912
  _lORRMHV,
3919
3913
  0,
3920
- [() => RoutingRuleMatchHeaderValue, 0],
3921
- ];
3922
- export var __listOfSection = [1, n0, _lOS, 0, [() => Section, 0]];
3923
- export var __listOfSelectionKey = 64 | 0;
3924
- export var __listOfStage = [1, n0, _lOSi, 0, [() => Stage, 0]];
3925
- export var __listOfVpcLink = [1, n0, _lOVL, 0, [() => VpcLink, 0]];
3926
- export var AuthorizationScopes = 64 | 0;
3927
- export var CorsHeaderList = 64 | 0;
3928
- export var CorsMethodList = 64 | 0;
3929
- export var CorsOriginList = 64 | 0;
3930
- export var DomainNameConfigurations = [1, n0, _DNC, 0, [() => DomainNameConfiguration, 0]];
3931
- export var IdentitySourceList = 64 | 0;
3932
- export var SecurityGroupIdList = 64 | 0;
3933
- export var SubnetIdList = 64 | 0;
3934
- export var IntegrationParameters = 128 | 0;
3935
- export var ResponseParameters = [2, n0, _RPe, 0, 0, 128 | 0];
3936
- export var RouteModels = 128 | 0;
3937
- export var RouteParameters = [2, n0, _RPo, 0, [0, 0], [() => ParameterConstraints, 0]];
3938
- export var RouteSettingsMap = [2, n0, _RSM, 0, [0, 0], [() => RouteSettings, 0]];
3939
- export var StageVariablesMap = 128 | 0;
3940
- export var Tags = 128 | 0;
3941
- export var TemplateMap = 128 | 0;
3942
- export var CreateApi = [
3914
+ [() => RoutingRuleMatchHeaderValue$, 0],
3915
+ ];
3916
+ var __listOfSection = [1, n0, _lOS, 0, [() => Section$, 0]];
3917
+ var __listOfSelectionKey = 64 | 0;
3918
+ var __listOfStage = [1, n0, _lOSi, 0, [() => Stage$, 0]];
3919
+ var __listOfVpcLink = [1, n0, _lOVL, 0, [() => VpcLink$, 0]];
3920
+ var AuthorizationScopes = 64 | 0;
3921
+ var CorsHeaderList = 64 | 0;
3922
+ var CorsMethodList = 64 | 0;
3923
+ var CorsOriginList = 64 | 0;
3924
+ var DomainNameConfigurations = [1, n0, _DNC, 0, [() => DomainNameConfiguration$, 0]];
3925
+ var IdentitySourceList = 64 | 0;
3926
+ var SecurityGroupIdList = 64 | 0;
3927
+ var SubnetIdList = 64 | 0;
3928
+ var IntegrationParameters = 128 | 0;
3929
+ var ResponseParameters = [2, n0, _RPe, 0, 0, 128 | 0];
3930
+ var RouteModels = 128 | 0;
3931
+ var RouteParameters = [2, n0, _RPo, 0, [0, 0], [() => ParameterConstraints$, 0]];
3932
+ var RouteSettingsMap = [2, n0, _RSM, 0, [0, 0], [() => RouteSettings$, 0]];
3933
+ var StageVariablesMap = 128 | 0;
3934
+ var Tags = 128 | 0;
3935
+ var TemplateMap = 128 | 0;
3936
+ export var CreateApi$ = [
3943
3937
  9,
3944
3938
  n0,
3945
3939
  _CAre,
3946
3940
  { [_ht]: ["POST", "/v2/apis", 201] },
3947
- () => CreateApiRequest,
3948
- () => CreateApiResponse,
3941
+ () => CreateApiRequest$,
3942
+ () => CreateApiResponse$,
3949
3943
  ];
3950
- export var CreateApiMapping = [
3944
+ export var CreateApiMapping$ = [
3951
3945
  9,
3952
3946
  n0,
3953
3947
  _CAM,
3954
3948
  { [_ht]: ["POST", "/v2/domainnames/{DomainName}/apimappings", 201] },
3955
- () => CreateApiMappingRequest,
3956
- () => CreateApiMappingResponse,
3949
+ () => CreateApiMappingRequest$,
3950
+ () => CreateApiMappingResponse$,
3957
3951
  ];
3958
- export var CreateAuthorizer = [
3952
+ export var CreateAuthorizer$ = [
3959
3953
  9,
3960
3954
  n0,
3961
3955
  _CArea,
3962
3956
  { [_ht]: ["POST", "/v2/apis/{ApiId}/authorizers", 201] },
3963
- () => CreateAuthorizerRequest,
3964
- () => CreateAuthorizerResponse,
3957
+ () => CreateAuthorizerRequest$,
3958
+ () => CreateAuthorizerResponse$,
3965
3959
  ];
3966
- export var CreateDeployment = [
3960
+ export var CreateDeployment$ = [
3967
3961
  9,
3968
3962
  n0,
3969
3963
  _CDr,
3970
3964
  { [_ht]: ["POST", "/v2/apis/{ApiId}/deployments", 201] },
3971
- () => CreateDeploymentRequest,
3972
- () => CreateDeploymentResponse,
3965
+ () => CreateDeploymentRequest$,
3966
+ () => CreateDeploymentResponse$,
3973
3967
  ];
3974
- export var CreateDomainName = [
3968
+ export var CreateDomainName$ = [
3975
3969
  9,
3976
3970
  n0,
3977
3971
  _CDN,
3978
3972
  { [_ht]: ["POST", "/v2/domainnames", 201] },
3979
- () => CreateDomainNameRequest,
3980
- () => CreateDomainNameResponse,
3973
+ () => CreateDomainNameRequest$,
3974
+ () => CreateDomainNameResponse$,
3981
3975
  ];
3982
- export var CreateIntegration = [
3976
+ export var CreateIntegration$ = [
3983
3977
  9,
3984
3978
  n0,
3985
3979
  _CIr,
3986
3980
  { [_ht]: ["POST", "/v2/apis/{ApiId}/integrations", 201] },
3987
- () => CreateIntegrationRequest,
3988
- () => CreateIntegrationResult,
3981
+ () => CreateIntegrationRequest$,
3982
+ () => CreateIntegrationResult$,
3989
3983
  ];
3990
- export var CreateIntegrationResponse = [
3984
+ export var CreateIntegrationResponse$ = [
3991
3985
  9,
3992
3986
  n0,
3993
3987
  _CIRre,
3994
3988
  { [_ht]: ["POST", "/v2/apis/{ApiId}/integrations/{IntegrationId}/integrationresponses", 201] },
3995
- () => CreateIntegrationResponseRequest,
3996
- () => CreateIntegrationResponseResponse,
3989
+ () => CreateIntegrationResponseRequest$,
3990
+ () => CreateIntegrationResponseResponse$,
3997
3991
  ];
3998
- export var CreateModel = [
3992
+ export var CreateModel$ = [
3999
3993
  9,
4000
3994
  n0,
4001
3995
  _CM,
4002
3996
  { [_ht]: ["POST", "/v2/apis/{ApiId}/models", 201] },
4003
- () => CreateModelRequest,
4004
- () => CreateModelResponse,
3997
+ () => CreateModelRequest$,
3998
+ () => CreateModelResponse$,
4005
3999
  ];
4006
- export var CreatePortal = [
4000
+ export var CreatePortal$ = [
4007
4001
  9,
4008
4002
  n0,
4009
4003
  _CP,
4010
4004
  { [_ht]: ["POST", "/v2/portals", 201] },
4011
- () => CreatePortalRequest,
4012
- () => CreatePortalResponse,
4005
+ () => CreatePortalRequest$,
4006
+ () => CreatePortalResponse$,
4013
4007
  ];
4014
- export var CreatePortalProduct = [
4008
+ export var CreatePortalProduct$ = [
4015
4009
  9,
4016
4010
  n0,
4017
4011
  _CPP,
4018
4012
  { [_ht]: ["POST", "/v2/portalproducts", 201] },
4019
- () => CreatePortalProductRequest,
4020
- () => CreatePortalProductResponse,
4013
+ () => CreatePortalProductRequest$,
4014
+ () => CreatePortalProductResponse$,
4021
4015
  ];
4022
- export var CreateProductPage = [
4016
+ export var CreateProductPage$ = [
4023
4017
  9,
4024
4018
  n0,
4025
4019
  _CPPr,
4026
4020
  { [_ht]: ["POST", "/v2/portalproducts/{PortalProductId}/productpages", 201] },
4027
- () => CreateProductPageRequest,
4028
- () => CreateProductPageResponse,
4021
+ () => CreateProductPageRequest$,
4022
+ () => CreateProductPageResponse$,
4029
4023
  ];
4030
- export var CreateProductRestEndpointPage = [
4024
+ export var CreateProductRestEndpointPage$ = [
4031
4025
  9,
4032
4026
  n0,
4033
4027
  _CPREP,
4034
4028
  { [_ht]: ["POST", "/v2/portalproducts/{PortalProductId}/productrestendpointpages", 201] },
4035
- () => CreateProductRestEndpointPageRequest,
4036
- () => CreateProductRestEndpointPageResponse,
4029
+ () => CreateProductRestEndpointPageRequest$,
4030
+ () => CreateProductRestEndpointPageResponse$,
4037
4031
  ];
4038
- export var CreateRoute = [
4032
+ export var CreateRoute$ = [
4039
4033
  9,
4040
4034
  n0,
4041
4035
  _CR,
4042
4036
  { [_ht]: ["POST", "/v2/apis/{ApiId}/routes", 201] },
4043
- () => CreateRouteRequest,
4044
- () => CreateRouteResult,
4037
+ () => CreateRouteRequest$,
4038
+ () => CreateRouteResult$,
4045
4039
  ];
4046
- export var CreateRouteResponse = [
4040
+ export var CreateRouteResponse$ = [
4047
4041
  9,
4048
4042
  n0,
4049
4043
  _CRRre,
4050
4044
  { [_ht]: ["POST", "/v2/apis/{ApiId}/routes/{RouteId}/routeresponses", 201] },
4051
- () => CreateRouteResponseRequest,
4052
- () => CreateRouteResponseResponse,
4045
+ () => CreateRouteResponseRequest$,
4046
+ () => CreateRouteResponseResponse$,
4053
4047
  ];
4054
- export var CreateRoutingRule = [
4048
+ export var CreateRoutingRule$ = [
4055
4049
  9,
4056
4050
  n0,
4057
4051
  _CRRrea,
4058
4052
  { [_ht]: ["POST", "/v2/domainnames/{DomainName}/routingrules", 201] },
4059
- () => CreateRoutingRuleRequest,
4060
- () => CreateRoutingRuleResponse,
4053
+ () => CreateRoutingRuleRequest$,
4054
+ () => CreateRoutingRuleResponse$,
4061
4055
  ];
4062
- export var CreateStage = [
4056
+ export var CreateStage$ = [
4063
4057
  9,
4064
4058
  n0,
4065
4059
  _CS,
4066
4060
  { [_ht]: ["POST", "/v2/apis/{ApiId}/stages", 201] },
4067
- () => CreateStageRequest,
4068
- () => CreateStageResponse,
4061
+ () => CreateStageRequest$,
4062
+ () => CreateStageResponse$,
4069
4063
  ];
4070
- export var CreateVpcLink = [
4064
+ export var CreateVpcLink$ = [
4071
4065
  9,
4072
4066
  n0,
4073
4067
  _CVL,
4074
4068
  { [_ht]: ["POST", "/v2/vpclinks", 201] },
4075
- () => CreateVpcLinkRequest,
4076
- () => CreateVpcLinkResponse,
4069
+ () => CreateVpcLinkRequest$,
4070
+ () => CreateVpcLinkResponse$,
4077
4071
  ];
4078
- export var DeleteAccessLogSettings = [
4072
+ export var DeleteAccessLogSettings$ = [
4079
4073
  9,
4080
4074
  n0,
4081
4075
  _DALS,
4082
4076
  { [_ht]: ["DELETE", "/v2/apis/{ApiId}/stages/{StageName}/accesslogsettings", 204] },
4083
- () => DeleteAccessLogSettingsRequest,
4077
+ () => DeleteAccessLogSettingsRequest$,
4084
4078
  () => __Unit,
4085
4079
  ];
4086
- export var DeleteApi = [
4080
+ export var DeleteApi$ = [
4087
4081
  9,
4088
4082
  n0,
4089
4083
  _DAe,
4090
4084
  { [_ht]: ["DELETE", "/v2/apis/{ApiId}", 204] },
4091
- () => DeleteApiRequest,
4085
+ () => DeleteApiRequest$,
4092
4086
  () => __Unit,
4093
4087
  ];
4094
- export var DeleteApiMapping = [
4088
+ export var DeleteApiMapping$ = [
4095
4089
  9,
4096
4090
  n0,
4097
4091
  _DAM,
4098
4092
  { [_ht]: ["DELETE", "/v2/domainnames/{DomainName}/apimappings/{ApiMappingId}", 204] },
4099
- () => DeleteApiMappingRequest,
4093
+ () => DeleteApiMappingRequest$,
4100
4094
  () => __Unit,
4101
4095
  ];
4102
- export var DeleteAuthorizer = [
4096
+ export var DeleteAuthorizer$ = [
4103
4097
  9,
4104
4098
  n0,
4105
4099
  _DAel,
4106
4100
  { [_ht]: ["DELETE", "/v2/apis/{ApiId}/authorizers/{AuthorizerId}", 204] },
4107
- () => DeleteAuthorizerRequest,
4101
+ () => DeleteAuthorizerRequest$,
4108
4102
  () => __Unit,
4109
4103
  ];
4110
- export var DeleteCorsConfiguration = [
4104
+ export var DeleteCorsConfiguration$ = [
4111
4105
  9,
4112
4106
  n0,
4113
4107
  _DCC,
4114
4108
  { [_ht]: ["DELETE", "/v2/apis/{ApiId}/cors", 204] },
4115
- () => DeleteCorsConfigurationRequest,
4109
+ () => DeleteCorsConfigurationRequest$,
4116
4110
  () => __Unit,
4117
4111
  ];
4118
- export var DeleteDeployment = [
4112
+ export var DeleteDeployment$ = [
4119
4113
  9,
4120
4114
  n0,
4121
4115
  _DD,
4122
4116
  { [_ht]: ["DELETE", "/v2/apis/{ApiId}/deployments/{DeploymentId}", 204] },
4123
- () => DeleteDeploymentRequest,
4117
+ () => DeleteDeploymentRequest$,
4124
4118
  () => __Unit,
4125
4119
  ];
4126
- export var DeleteDomainName = [
4120
+ export var DeleteDomainName$ = [
4127
4121
  9,
4128
4122
  n0,
4129
4123
  _DDN,
4130
4124
  { [_ht]: ["DELETE", "/v2/domainnames/{DomainName}", 204] },
4131
- () => DeleteDomainNameRequest,
4125
+ () => DeleteDomainNameRequest$,
4132
4126
  () => __Unit,
4133
4127
  ];
4134
- export var DeleteIntegration = [
4128
+ export var DeleteIntegration$ = [
4135
4129
  9,
4136
4130
  n0,
4137
4131
  _DIe,
4138
4132
  { [_ht]: ["DELETE", "/v2/apis/{ApiId}/integrations/{IntegrationId}", 204] },
4139
- () => DeleteIntegrationRequest,
4133
+ () => DeleteIntegrationRequest$,
4140
4134
  () => __Unit,
4141
4135
  ];
4142
- export var DeleteIntegrationResponse = [
4136
+ export var DeleteIntegrationResponse$ = [
4143
4137
  9,
4144
4138
  n0,
4145
4139
  _DIRe,
@@ -4150,628 +4144,628 @@ export var DeleteIntegrationResponse = [
4150
4144
  204,
4151
4145
  ],
4152
4146
  },
4153
- () => DeleteIntegrationResponseRequest,
4147
+ () => DeleteIntegrationResponseRequest$,
4154
4148
  () => __Unit,
4155
4149
  ];
4156
- export var DeleteModel = [
4150
+ export var DeleteModel$ = [
4157
4151
  9,
4158
4152
  n0,
4159
4153
  _DM,
4160
4154
  { [_ht]: ["DELETE", "/v2/apis/{ApiId}/models/{ModelId}", 204] },
4161
- () => DeleteModelRequest,
4155
+ () => DeleteModelRequest$,
4162
4156
  () => __Unit,
4163
4157
  ];
4164
- export var DeletePortal = [
4158
+ export var DeletePortal$ = [
4165
4159
  9,
4166
4160
  n0,
4167
4161
  _DP,
4168
4162
  { [_ht]: ["DELETE", "/v2/portals/{PortalId}", 204] },
4169
- () => DeletePortalRequest,
4163
+ () => DeletePortalRequest$,
4170
4164
  () => __Unit,
4171
4165
  ];
4172
- export var DeletePortalProduct = [
4166
+ export var DeletePortalProduct$ = [
4173
4167
  9,
4174
4168
  n0,
4175
4169
  _DPP,
4176
4170
  { [_ht]: ["DELETE", "/v2/portalproducts/{PortalProductId}", 204] },
4177
- () => DeletePortalProductRequest,
4171
+ () => DeletePortalProductRequest$,
4178
4172
  () => __Unit,
4179
4173
  ];
4180
- export var DeletePortalProductSharingPolicy = [
4174
+ export var DeletePortalProductSharingPolicy$ = [
4181
4175
  9,
4182
4176
  n0,
4183
4177
  _DPPSP,
4184
4178
  { [_ht]: ["DELETE", "/v2/portalproducts/{PortalProductId}/sharingpolicy", 204] },
4185
- () => DeletePortalProductSharingPolicyRequest,
4179
+ () => DeletePortalProductSharingPolicyRequest$,
4186
4180
  () => __Unit,
4187
4181
  ];
4188
- export var DeleteProductPage = [
4182
+ export var DeleteProductPage$ = [
4189
4183
  9,
4190
4184
  n0,
4191
4185
  _DPPe,
4192
4186
  { [_ht]: ["DELETE", "/v2/portalproducts/{PortalProductId}/productpages/{ProductPageId}", 204] },
4193
- () => DeleteProductPageRequest,
4187
+ () => DeleteProductPageRequest$,
4194
4188
  () => __Unit,
4195
4189
  ];
4196
- export var DeleteProductRestEndpointPage = [
4190
+ export var DeleteProductRestEndpointPage$ = [
4197
4191
  9,
4198
4192
  n0,
4199
4193
  _DPREP,
4200
4194
  {
4201
4195
  [_ht]: ["DELETE", "/v2/portalproducts/{PortalProductId}/productrestendpointpages/{ProductRestEndpointPageId}", 204],
4202
4196
  },
4203
- () => DeleteProductRestEndpointPageRequest,
4197
+ () => DeleteProductRestEndpointPageRequest$,
4204
4198
  () => __Unit,
4205
4199
  ];
4206
- export var DeleteRoute = [
4200
+ export var DeleteRoute$ = [
4207
4201
  9,
4208
4202
  n0,
4209
4203
  _DR,
4210
4204
  { [_ht]: ["DELETE", "/v2/apis/{ApiId}/routes/{RouteId}", 204] },
4211
- () => DeleteRouteRequest,
4205
+ () => DeleteRouteRequest$,
4212
4206
  () => __Unit,
4213
4207
  ];
4214
- export var DeleteRouteRequestParameter = [
4208
+ export var DeleteRouteRequestParameter$ = [
4215
4209
  9,
4216
4210
  n0,
4217
4211
  _DRRP,
4218
4212
  { [_ht]: ["DELETE", "/v2/apis/{ApiId}/routes/{RouteId}/requestparameters/{RequestParameterKey}", 204] },
4219
- () => DeleteRouteRequestParameterRequest,
4213
+ () => DeleteRouteRequestParameterRequest$,
4220
4214
  () => __Unit,
4221
4215
  ];
4222
- export var DeleteRouteResponse = [
4216
+ export var DeleteRouteResponse$ = [
4223
4217
  9,
4224
4218
  n0,
4225
4219
  _DRRe,
4226
4220
  { [_ht]: ["DELETE", "/v2/apis/{ApiId}/routes/{RouteId}/routeresponses/{RouteResponseId}", 204] },
4227
- () => DeleteRouteResponseRequest,
4221
+ () => DeleteRouteResponseRequest$,
4228
4222
  () => __Unit,
4229
4223
  ];
4230
- export var DeleteRouteSettings = [
4224
+ export var DeleteRouteSettings$ = [
4231
4225
  9,
4232
4226
  n0,
4233
4227
  _DRSe,
4234
4228
  { [_ht]: ["DELETE", "/v2/apis/{ApiId}/stages/{StageName}/routesettings/{RouteKey}", 204] },
4235
- () => DeleteRouteSettingsRequest,
4229
+ () => DeleteRouteSettingsRequest$,
4236
4230
  () => __Unit,
4237
4231
  ];
4238
- export var DeleteRoutingRule = [
4232
+ export var DeleteRoutingRule$ = [
4239
4233
  9,
4240
4234
  n0,
4241
4235
  _DRRel,
4242
4236
  { [_ht]: ["DELETE", "/v2/domainnames/{DomainName}/routingrules/{RoutingRuleId}", 204] },
4243
- () => DeleteRoutingRuleRequest,
4237
+ () => DeleteRoutingRuleRequest$,
4244
4238
  () => __Unit,
4245
4239
  ];
4246
- export var DeleteStage = [
4240
+ export var DeleteStage$ = [
4247
4241
  9,
4248
4242
  n0,
4249
4243
  _DSe,
4250
4244
  { [_ht]: ["DELETE", "/v2/apis/{ApiId}/stages/{StageName}", 204] },
4251
- () => DeleteStageRequest,
4245
+ () => DeleteStageRequest$,
4252
4246
  () => __Unit,
4253
4247
  ];
4254
- export var DeleteVpcLink = [
4248
+ export var DeleteVpcLink$ = [
4255
4249
  9,
4256
4250
  n0,
4257
4251
  _DVL,
4258
4252
  { [_ht]: ["DELETE", "/v2/vpclinks/{VpcLinkId}", 202] },
4259
- () => DeleteVpcLinkRequest,
4260
- () => DeleteVpcLinkResponse,
4253
+ () => DeleteVpcLinkRequest$,
4254
+ () => DeleteVpcLinkResponse$,
4261
4255
  ];
4262
- export var DisablePortal = [
4256
+ export var DisablePortal$ = [
4263
4257
  9,
4264
4258
  n0,
4265
4259
  _DPi,
4266
4260
  { [_ht]: ["DELETE", "/v2/portals/{PortalId}/publish", 204] },
4267
- () => DisablePortalRequest,
4261
+ () => DisablePortalRequest$,
4268
4262
  () => __Unit,
4269
4263
  ];
4270
- export var ExportApi = [
4264
+ export var ExportApi$ = [
4271
4265
  9,
4272
4266
  n0,
4273
4267
  _EA,
4274
4268
  { [_ht]: ["GET", "/v2/apis/{ApiId}/exports/{Specification}", 200] },
4275
- () => ExportApiRequest,
4276
- () => ExportApiResponse,
4269
+ () => ExportApiRequest$,
4270
+ () => ExportApiResponse$,
4277
4271
  ];
4278
- export var GetApi = [
4272
+ export var GetApi$ = [
4279
4273
  9,
4280
4274
  n0,
4281
4275
  _GA,
4282
4276
  { [_ht]: ["GET", "/v2/apis/{ApiId}", 200] },
4283
- () => GetApiRequest,
4284
- () => GetApiResponse,
4277
+ () => GetApiRequest$,
4278
+ () => GetApiResponse$,
4285
4279
  ];
4286
- export var GetApiMapping = [
4280
+ export var GetApiMapping$ = [
4287
4281
  9,
4288
4282
  n0,
4289
4283
  _GAM,
4290
4284
  { [_ht]: ["GET", "/v2/domainnames/{DomainName}/apimappings/{ApiMappingId}", 200] },
4291
- () => GetApiMappingRequest,
4292
- () => GetApiMappingResponse,
4285
+ () => GetApiMappingRequest$,
4286
+ () => GetApiMappingResponse$,
4293
4287
  ];
4294
- export var GetApiMappings = [
4288
+ export var GetApiMappings$ = [
4295
4289
  9,
4296
4290
  n0,
4297
4291
  _GAMe,
4298
4292
  { [_ht]: ["GET", "/v2/domainnames/{DomainName}/apimappings", 200] },
4299
- () => GetApiMappingsRequest,
4300
- () => GetApiMappingsResponse,
4293
+ () => GetApiMappingsRequest$,
4294
+ () => GetApiMappingsResponse$,
4301
4295
  ];
4302
- export var GetApis = [
4296
+ export var GetApis$ = [
4303
4297
  9,
4304
4298
  n0,
4305
4299
  _GAe,
4306
4300
  { [_ht]: ["GET", "/v2/apis", 200] },
4307
- () => GetApisRequest,
4308
- () => GetApisResponse,
4301
+ () => GetApisRequest$,
4302
+ () => GetApisResponse$,
4309
4303
  ];
4310
- export var GetAuthorizer = [
4304
+ export var GetAuthorizer$ = [
4311
4305
  9,
4312
4306
  n0,
4313
4307
  _GAet,
4314
4308
  { [_ht]: ["GET", "/v2/apis/{ApiId}/authorizers/{AuthorizerId}", 200] },
4315
- () => GetAuthorizerRequest,
4316
- () => GetAuthorizerResponse,
4309
+ () => GetAuthorizerRequest$,
4310
+ () => GetAuthorizerResponse$,
4317
4311
  ];
4318
- export var GetAuthorizers = [
4312
+ export var GetAuthorizers$ = [
4319
4313
  9,
4320
4314
  n0,
4321
4315
  _GAetu,
4322
4316
  { [_ht]: ["GET", "/v2/apis/{ApiId}/authorizers", 200] },
4323
- () => GetAuthorizersRequest,
4324
- () => GetAuthorizersResponse,
4317
+ () => GetAuthorizersRequest$,
4318
+ () => GetAuthorizersResponse$,
4325
4319
  ];
4326
- export var GetDeployment = [
4320
+ export var GetDeployment$ = [
4327
4321
  9,
4328
4322
  n0,
4329
4323
  _GD,
4330
4324
  { [_ht]: ["GET", "/v2/apis/{ApiId}/deployments/{DeploymentId}", 200] },
4331
- () => GetDeploymentRequest,
4332
- () => GetDeploymentResponse,
4325
+ () => GetDeploymentRequest$,
4326
+ () => GetDeploymentResponse$,
4333
4327
  ];
4334
- export var GetDeployments = [
4328
+ export var GetDeployments$ = [
4335
4329
  9,
4336
4330
  n0,
4337
4331
  _GDe,
4338
4332
  { [_ht]: ["GET", "/v2/apis/{ApiId}/deployments", 200] },
4339
- () => GetDeploymentsRequest,
4340
- () => GetDeploymentsResponse,
4333
+ () => GetDeploymentsRequest$,
4334
+ () => GetDeploymentsResponse$,
4341
4335
  ];
4342
- export var GetDomainName = [
4336
+ export var GetDomainName$ = [
4343
4337
  9,
4344
4338
  n0,
4345
4339
  _GDN,
4346
4340
  { [_ht]: ["GET", "/v2/domainnames/{DomainName}", 200] },
4347
- () => GetDomainNameRequest,
4348
- () => GetDomainNameResponse,
4341
+ () => GetDomainNameRequest$,
4342
+ () => GetDomainNameResponse$,
4349
4343
  ];
4350
- export var GetDomainNames = [
4344
+ export var GetDomainNames$ = [
4351
4345
  9,
4352
4346
  n0,
4353
4347
  _GDNe,
4354
4348
  { [_ht]: ["GET", "/v2/domainnames", 200] },
4355
- () => GetDomainNamesRequest,
4356
- () => GetDomainNamesResponse,
4349
+ () => GetDomainNamesRequest$,
4350
+ () => GetDomainNamesResponse$,
4357
4351
  ];
4358
- export var GetIntegration = [
4352
+ export var GetIntegration$ = [
4359
4353
  9,
4360
4354
  n0,
4361
4355
  _GI,
4362
4356
  { [_ht]: ["GET", "/v2/apis/{ApiId}/integrations/{IntegrationId}", 200] },
4363
- () => GetIntegrationRequest,
4364
- () => GetIntegrationResult,
4357
+ () => GetIntegrationRequest$,
4358
+ () => GetIntegrationResult$,
4365
4359
  ];
4366
- export var GetIntegrationResponse = [
4360
+ export var GetIntegrationResponse$ = [
4367
4361
  9,
4368
4362
  n0,
4369
4363
  _GIRetnt,
4370
4364
  { [_ht]: ["GET", "/v2/apis/{ApiId}/integrations/{IntegrationId}/integrationresponses/{IntegrationResponseId}", 200] },
4371
- () => GetIntegrationResponseRequest,
4372
- () => GetIntegrationResponseResponse,
4365
+ () => GetIntegrationResponseRequest$,
4366
+ () => GetIntegrationResponseResponse$,
4373
4367
  ];
4374
- export var GetIntegrationResponses = [
4368
+ export var GetIntegrationResponses$ = [
4375
4369
  9,
4376
4370
  n0,
4377
4371
  _GIRetnte,
4378
4372
  { [_ht]: ["GET", "/v2/apis/{ApiId}/integrations/{IntegrationId}/integrationresponses", 200] },
4379
- () => GetIntegrationResponsesRequest,
4380
- () => GetIntegrationResponsesResponse,
4373
+ () => GetIntegrationResponsesRequest$,
4374
+ () => GetIntegrationResponsesResponse$,
4381
4375
  ];
4382
- export var GetIntegrations = [
4376
+ export var GetIntegrations$ = [
4383
4377
  9,
4384
4378
  n0,
4385
4379
  _GIe,
4386
4380
  { [_ht]: ["GET", "/v2/apis/{ApiId}/integrations", 200] },
4387
- () => GetIntegrationsRequest,
4388
- () => GetIntegrationsResponse,
4381
+ () => GetIntegrationsRequest$,
4382
+ () => GetIntegrationsResponse$,
4389
4383
  ];
4390
- export var GetModel = [
4384
+ export var GetModel$ = [
4391
4385
  9,
4392
4386
  n0,
4393
4387
  _GM,
4394
4388
  { [_ht]: ["GET", "/v2/apis/{ApiId}/models/{ModelId}", 200] },
4395
- () => GetModelRequest,
4396
- () => GetModelResponse,
4389
+ () => GetModelRequest$,
4390
+ () => GetModelResponse$,
4397
4391
  ];
4398
- export var GetModels = [
4392
+ export var GetModels$ = [
4399
4393
  9,
4400
4394
  n0,
4401
4395
  _GMe,
4402
4396
  { [_ht]: ["GET", "/v2/apis/{ApiId}/models", 200] },
4403
- () => GetModelsRequest,
4404
- () => GetModelsResponse,
4397
+ () => GetModelsRequest$,
4398
+ () => GetModelsResponse$,
4405
4399
  ];
4406
- export var GetModelTemplate = [
4400
+ export var GetModelTemplate$ = [
4407
4401
  9,
4408
4402
  n0,
4409
4403
  _GMT,
4410
4404
  { [_ht]: ["GET", "/v2/apis/{ApiId}/models/{ModelId}/template", 200] },
4411
- () => GetModelTemplateRequest,
4412
- () => GetModelTemplateResponse,
4405
+ () => GetModelTemplateRequest$,
4406
+ () => GetModelTemplateResponse$,
4413
4407
  ];
4414
- export var GetPortal = [
4408
+ export var GetPortal$ = [
4415
4409
  9,
4416
4410
  n0,
4417
4411
  _GP,
4418
4412
  { [_ht]: ["GET", "/v2/portals/{PortalId}", 200] },
4419
- () => GetPortalRequest,
4420
- () => GetPortalResponse,
4413
+ () => GetPortalRequest$,
4414
+ () => GetPortalResponse$,
4421
4415
  ];
4422
- export var GetPortalProduct = [
4416
+ export var GetPortalProduct$ = [
4423
4417
  9,
4424
4418
  n0,
4425
4419
  _GPP,
4426
4420
  { [_ht]: ["GET", "/v2/portalproducts/{PortalProductId}", 200] },
4427
- () => GetPortalProductRequest,
4428
- () => GetPortalProductResponse,
4421
+ () => GetPortalProductRequest$,
4422
+ () => GetPortalProductResponse$,
4429
4423
  ];
4430
- export var GetPortalProductSharingPolicy = [
4424
+ export var GetPortalProductSharingPolicy$ = [
4431
4425
  9,
4432
4426
  n0,
4433
4427
  _GPPSP,
4434
4428
  { [_ht]: ["GET", "/v2/portalproducts/{PortalProductId}/sharingpolicy", 200] },
4435
- () => GetPortalProductSharingPolicyRequest,
4436
- () => GetPortalProductSharingPolicyResponse,
4429
+ () => GetPortalProductSharingPolicyRequest$,
4430
+ () => GetPortalProductSharingPolicyResponse$,
4437
4431
  ];
4438
- export var GetProductPage = [
4432
+ export var GetProductPage$ = [
4439
4433
  9,
4440
4434
  n0,
4441
4435
  _GPPe,
4442
4436
  { [_ht]: ["GET", "/v2/portalproducts/{PortalProductId}/productpages/{ProductPageId}", 200] },
4443
- () => GetProductPageRequest,
4444
- () => GetProductPageResponse,
4437
+ () => GetProductPageRequest$,
4438
+ () => GetProductPageResponse$,
4445
4439
  ];
4446
- export var GetProductRestEndpointPage = [
4440
+ export var GetProductRestEndpointPage$ = [
4447
4441
  9,
4448
4442
  n0,
4449
4443
  _GPREP,
4450
4444
  { [_ht]: ["GET", "/v2/portalproducts/{PortalProductId}/productrestendpointpages/{ProductRestEndpointPageId}", 200] },
4451
- () => GetProductRestEndpointPageRequest,
4452
- () => GetProductRestEndpointPageResponse,
4445
+ () => GetProductRestEndpointPageRequest$,
4446
+ () => GetProductRestEndpointPageResponse$,
4453
4447
  ];
4454
- export var GetRoute = [
4448
+ export var GetRoute$ = [
4455
4449
  9,
4456
4450
  n0,
4457
4451
  _GR,
4458
4452
  { [_ht]: ["GET", "/v2/apis/{ApiId}/routes/{RouteId}", 200] },
4459
- () => GetRouteRequest,
4460
- () => GetRouteResult,
4453
+ () => GetRouteRequest$,
4454
+ () => GetRouteResult$,
4461
4455
  ];
4462
- export var GetRouteResponse = [
4456
+ export var GetRouteResponse$ = [
4463
4457
  9,
4464
4458
  n0,
4465
4459
  _GRRetou,
4466
4460
  { [_ht]: ["GET", "/v2/apis/{ApiId}/routes/{RouteId}/routeresponses/{RouteResponseId}", 200] },
4467
- () => GetRouteResponseRequest,
4468
- () => GetRouteResponseResponse,
4461
+ () => GetRouteResponseRequest$,
4462
+ () => GetRouteResponseResponse$,
4469
4463
  ];
4470
- export var GetRouteResponses = [
4464
+ export var GetRouteResponses$ = [
4471
4465
  9,
4472
4466
  n0,
4473
4467
  _GRRetout,
4474
4468
  { [_ht]: ["GET", "/v2/apis/{ApiId}/routes/{RouteId}/routeresponses", 200] },
4475
- () => GetRouteResponsesRequest,
4476
- () => GetRouteResponsesResponse,
4469
+ () => GetRouteResponsesRequest$,
4470
+ () => GetRouteResponsesResponse$,
4477
4471
  ];
4478
- export var GetRoutes = [
4472
+ export var GetRoutes$ = [
4479
4473
  9,
4480
4474
  n0,
4481
4475
  _GRe,
4482
4476
  { [_ht]: ["GET", "/v2/apis/{ApiId}/routes", 200] },
4483
- () => GetRoutesRequest,
4484
- () => GetRoutesResponse,
4477
+ () => GetRoutesRequest$,
4478
+ () => GetRoutesResponse$,
4485
4479
  ];
4486
- export var GetRoutingRule = [
4480
+ export var GetRoutingRule$ = [
4487
4481
  9,
4488
4482
  n0,
4489
4483
  _GRRetouti,
4490
4484
  { [_ht]: ["GET", "/v2/domainnames/{DomainName}/routingrules/{RoutingRuleId}", 200] },
4491
- () => GetRoutingRuleRequest,
4492
- () => GetRoutingRuleResponse,
4485
+ () => GetRoutingRuleRequest$,
4486
+ () => GetRoutingRuleResponse$,
4493
4487
  ];
4494
- export var GetStage = [
4488
+ export var GetStage$ = [
4495
4489
  9,
4496
4490
  n0,
4497
4491
  _GS,
4498
4492
  { [_ht]: ["GET", "/v2/apis/{ApiId}/stages/{StageName}", 200] },
4499
- () => GetStageRequest,
4500
- () => GetStageResponse,
4493
+ () => GetStageRequest$,
4494
+ () => GetStageResponse$,
4501
4495
  ];
4502
- export var GetStages = [
4496
+ export var GetStages$ = [
4503
4497
  9,
4504
4498
  n0,
4505
4499
  _GSe,
4506
4500
  { [_ht]: ["GET", "/v2/apis/{ApiId}/stages", 200] },
4507
- () => GetStagesRequest,
4508
- () => GetStagesResponse,
4501
+ () => GetStagesRequest$,
4502
+ () => GetStagesResponse$,
4509
4503
  ];
4510
- export var GetTags = [
4504
+ export var GetTags$ = [
4511
4505
  9,
4512
4506
  n0,
4513
4507
  _GT,
4514
4508
  { [_ht]: ["GET", "/v2/tags/{ResourceArn}", 200] },
4515
- () => GetTagsRequest,
4516
- () => GetTagsResponse,
4509
+ () => GetTagsRequest$,
4510
+ () => GetTagsResponse$,
4517
4511
  ];
4518
- export var GetVpcLink = [
4512
+ export var GetVpcLink$ = [
4519
4513
  9,
4520
4514
  n0,
4521
4515
  _GVL,
4522
4516
  { [_ht]: ["GET", "/v2/vpclinks/{VpcLinkId}", 200] },
4523
- () => GetVpcLinkRequest,
4524
- () => GetVpcLinkResponse,
4517
+ () => GetVpcLinkRequest$,
4518
+ () => GetVpcLinkResponse$,
4525
4519
  ];
4526
- export var GetVpcLinks = [
4520
+ export var GetVpcLinks$ = [
4527
4521
  9,
4528
4522
  n0,
4529
4523
  _GVLe,
4530
4524
  { [_ht]: ["GET", "/v2/vpclinks", 200] },
4531
- () => GetVpcLinksRequest,
4532
- () => GetVpcLinksResponse,
4525
+ () => GetVpcLinksRequest$,
4526
+ () => GetVpcLinksResponse$,
4533
4527
  ];
4534
- export var ImportApi = [
4528
+ export var ImportApi$ = [
4535
4529
  9,
4536
4530
  n0,
4537
4531
  _IAm,
4538
4532
  { [_ht]: ["PUT", "/v2/apis", 201] },
4539
- () => ImportApiRequest,
4540
- () => ImportApiResponse,
4533
+ () => ImportApiRequest$,
4534
+ () => ImportApiResponse$,
4541
4535
  ];
4542
- export var ListPortalProducts = [
4536
+ export var ListPortalProducts$ = [
4543
4537
  9,
4544
4538
  n0,
4545
4539
  _LPP,
4546
4540
  { [_ht]: ["GET", "/v2/portalproducts", 200] },
4547
- () => ListPortalProductsRequest,
4548
- () => ListPortalProductsResponse,
4541
+ () => ListPortalProductsRequest$,
4542
+ () => ListPortalProductsResponse$,
4549
4543
  ];
4550
- export var ListPortals = [
4544
+ export var ListPortals$ = [
4551
4545
  9,
4552
4546
  n0,
4553
4547
  _LPi,
4554
4548
  { [_ht]: ["GET", "/v2/portals", 200] },
4555
- () => ListPortalsRequest,
4556
- () => ListPortalsResponse,
4549
+ () => ListPortalsRequest$,
4550
+ () => ListPortalsResponse$,
4557
4551
  ];
4558
- export var ListProductPages = [
4552
+ export var ListProductPages$ = [
4559
4553
  9,
4560
4554
  n0,
4561
4555
  _LPPi,
4562
4556
  { [_ht]: ["GET", "/v2/portalproducts/{PortalProductId}/productpages", 200] },
4563
- () => ListProductPagesRequest,
4564
- () => ListProductPagesResponse,
4557
+ () => ListProductPagesRequest$,
4558
+ () => ListProductPagesResponse$,
4565
4559
  ];
4566
- export var ListProductRestEndpointPages = [
4560
+ export var ListProductRestEndpointPages$ = [
4567
4561
  9,
4568
4562
  n0,
4569
4563
  _LPREP,
4570
4564
  { [_ht]: ["GET", "/v2/portalproducts/{PortalProductId}/productrestendpointpages", 200] },
4571
- () => ListProductRestEndpointPagesRequest,
4572
- () => ListProductRestEndpointPagesResponse,
4565
+ () => ListProductRestEndpointPagesRequest$,
4566
+ () => ListProductRestEndpointPagesResponse$,
4573
4567
  ];
4574
- export var ListRoutingRules = [
4568
+ export var ListRoutingRules$ = [
4575
4569
  9,
4576
4570
  n0,
4577
4571
  _LRR,
4578
4572
  { [_ht]: ["GET", "/v2/domainnames/{DomainName}/routingrules", 200] },
4579
- () => ListRoutingRulesRequest,
4580
- () => ListRoutingRulesResponse,
4573
+ () => ListRoutingRulesRequest$,
4574
+ () => ListRoutingRulesResponse$,
4581
4575
  ];
4582
- export var PreviewPortal = [
4576
+ export var PreviewPortal$ = [
4583
4577
  9,
4584
4578
  n0,
4585
4579
  _PP,
4586
4580
  { [_ht]: ["POST", "/v2/portals/{PortalId}/preview", 202] },
4587
- () => PreviewPortalRequest,
4588
- () => PreviewPortalResponse,
4581
+ () => PreviewPortalRequest$,
4582
+ () => PreviewPortalResponse$,
4589
4583
  ];
4590
- export var PublishPortal = [
4584
+ export var PublishPortal$ = [
4591
4585
  9,
4592
4586
  n0,
4593
4587
  _PPu,
4594
4588
  { [_ht]: ["POST", "/v2/portals/{PortalId}/publish", 202] },
4595
- () => PublishPortalRequest,
4596
- () => PublishPortalResponse,
4589
+ () => PublishPortalRequest$,
4590
+ () => PublishPortalResponse$,
4597
4591
  ];
4598
- export var PutPortalProductSharingPolicy = [
4592
+ export var PutPortalProductSharingPolicy$ = [
4599
4593
  9,
4600
4594
  n0,
4601
4595
  _PPPSP,
4602
4596
  { [_ht]: ["PUT", "/v2/portalproducts/{PortalProductId}/sharingpolicy", 200] },
4603
- () => PutPortalProductSharingPolicyRequest,
4604
- () => PutPortalProductSharingPolicyResponse,
4597
+ () => PutPortalProductSharingPolicyRequest$,
4598
+ () => PutPortalProductSharingPolicyResponse$,
4605
4599
  ];
4606
- export var PutRoutingRule = [
4600
+ export var PutRoutingRule$ = [
4607
4601
  9,
4608
4602
  n0,
4609
4603
  _PRR,
4610
4604
  { [_ht]: ["PUT", "/v2/domainnames/{DomainName}/routingrules/{RoutingRuleId}", 200] },
4611
- () => PutRoutingRuleRequest,
4612
- () => PutRoutingRuleResponse,
4605
+ () => PutRoutingRuleRequest$,
4606
+ () => PutRoutingRuleResponse$,
4613
4607
  ];
4614
- export var ReimportApi = [
4608
+ export var ReimportApi$ = [
4615
4609
  9,
4616
4610
  n0,
4617
4611
  _RAe,
4618
4612
  { [_ht]: ["PUT", "/v2/apis/{ApiId}", 201] },
4619
- () => ReimportApiRequest,
4620
- () => ReimportApiResponse,
4613
+ () => ReimportApiRequest$,
4614
+ () => ReimportApiResponse$,
4621
4615
  ];
4622
- export var ResetAuthorizersCache = [
4616
+ export var ResetAuthorizersCache$ = [
4623
4617
  9,
4624
4618
  n0,
4625
4619
  _RAC,
4626
4620
  { [_ht]: ["DELETE", "/v2/apis/{ApiId}/stages/{StageName}/cache/authorizers", 204] },
4627
- () => ResetAuthorizersCacheRequest,
4621
+ () => ResetAuthorizersCacheRequest$,
4628
4622
  () => __Unit,
4629
4623
  ];
4630
- export var TagResource = [
4624
+ export var TagResource$ = [
4631
4625
  9,
4632
4626
  n0,
4633
4627
  _TR,
4634
4628
  { [_ht]: ["POST", "/v2/tags/{ResourceArn}", 201] },
4635
- () => TagResourceRequest,
4636
- () => TagResourceResponse,
4629
+ () => TagResourceRequest$,
4630
+ () => TagResourceResponse$,
4637
4631
  ];
4638
- export var UntagResource = [
4632
+ export var UntagResource$ = [
4639
4633
  9,
4640
4634
  n0,
4641
4635
  _UR,
4642
4636
  { [_ht]: ["DELETE", "/v2/tags/{ResourceArn}", 204] },
4643
- () => UntagResourceRequest,
4637
+ () => UntagResourceRequest$,
4644
4638
  () => __Unit,
4645
4639
  ];
4646
- export var UpdateApi = [
4640
+ export var UpdateApi$ = [
4647
4641
  9,
4648
4642
  n0,
4649
4643
  _UA,
4650
4644
  { [_ht]: ["PATCH", "/v2/apis/{ApiId}", 200] },
4651
- () => UpdateApiRequest,
4652
- () => UpdateApiResponse,
4645
+ () => UpdateApiRequest$,
4646
+ () => UpdateApiResponse$,
4653
4647
  ];
4654
- export var UpdateApiMapping = [
4648
+ export var UpdateApiMapping$ = [
4655
4649
  9,
4656
4650
  n0,
4657
4651
  _UAM,
4658
4652
  { [_ht]: ["PATCH", "/v2/domainnames/{DomainName}/apimappings/{ApiMappingId}", 200] },
4659
- () => UpdateApiMappingRequest,
4660
- () => UpdateApiMappingResponse,
4653
+ () => UpdateApiMappingRequest$,
4654
+ () => UpdateApiMappingResponse$,
4661
4655
  ];
4662
- export var UpdateAuthorizer = [
4656
+ export var UpdateAuthorizer$ = [
4663
4657
  9,
4664
4658
  n0,
4665
4659
  _UAp,
4666
4660
  { [_ht]: ["PATCH", "/v2/apis/{ApiId}/authorizers/{AuthorizerId}", 200] },
4667
- () => UpdateAuthorizerRequest,
4668
- () => UpdateAuthorizerResponse,
4661
+ () => UpdateAuthorizerRequest$,
4662
+ () => UpdateAuthorizerResponse$,
4669
4663
  ];
4670
- export var UpdateDeployment = [
4664
+ export var UpdateDeployment$ = [
4671
4665
  9,
4672
4666
  n0,
4673
4667
  _UD,
4674
4668
  { [_ht]: ["PATCH", "/v2/apis/{ApiId}/deployments/{DeploymentId}", 200] },
4675
- () => UpdateDeploymentRequest,
4676
- () => UpdateDeploymentResponse,
4669
+ () => UpdateDeploymentRequest$,
4670
+ () => UpdateDeploymentResponse$,
4677
4671
  ];
4678
- export var UpdateDomainName = [
4672
+ export var UpdateDomainName$ = [
4679
4673
  9,
4680
4674
  n0,
4681
4675
  _UDN,
4682
4676
  { [_ht]: ["PATCH", "/v2/domainnames/{DomainName}", 200] },
4683
- () => UpdateDomainNameRequest,
4684
- () => UpdateDomainNameResponse,
4677
+ () => UpdateDomainNameRequest$,
4678
+ () => UpdateDomainNameResponse$,
4685
4679
  ];
4686
- export var UpdateIntegration = [
4680
+ export var UpdateIntegration$ = [
4687
4681
  9,
4688
4682
  n0,
4689
4683
  _UI,
4690
4684
  { [_ht]: ["PATCH", "/v2/apis/{ApiId}/integrations/{IntegrationId}", 200] },
4691
- () => UpdateIntegrationRequest,
4692
- () => UpdateIntegrationResult,
4685
+ () => UpdateIntegrationRequest$,
4686
+ () => UpdateIntegrationResult$,
4693
4687
  ];
4694
- export var UpdateIntegrationResponse = [
4688
+ export var UpdateIntegrationResponse$ = [
4695
4689
  9,
4696
4690
  n0,
4697
4691
  _UIRpd,
4698
4692
  {
4699
4693
  [_ht]: ["PATCH", "/v2/apis/{ApiId}/integrations/{IntegrationId}/integrationresponses/{IntegrationResponseId}", 200],
4700
4694
  },
4701
- () => UpdateIntegrationResponseRequest,
4702
- () => UpdateIntegrationResponseResponse,
4695
+ () => UpdateIntegrationResponseRequest$,
4696
+ () => UpdateIntegrationResponseResponse$,
4703
4697
  ];
4704
- export var UpdateModel = [
4698
+ export var UpdateModel$ = [
4705
4699
  9,
4706
4700
  n0,
4707
4701
  _UM,
4708
4702
  { [_ht]: ["PATCH", "/v2/apis/{ApiId}/models/{ModelId}", 200] },
4709
- () => UpdateModelRequest,
4710
- () => UpdateModelResponse,
4703
+ () => UpdateModelRequest$,
4704
+ () => UpdateModelResponse$,
4711
4705
  ];
4712
- export var UpdatePortal = [
4706
+ export var UpdatePortal$ = [
4713
4707
  9,
4714
4708
  n0,
4715
4709
  _UP,
4716
4710
  { [_ht]: ["PATCH", "/v2/portals/{PortalId}", 200] },
4717
- () => UpdatePortalRequest,
4718
- () => UpdatePortalResponse,
4711
+ () => UpdatePortalRequest$,
4712
+ () => UpdatePortalResponse$,
4719
4713
  ];
4720
- export var UpdatePortalProduct = [
4714
+ export var UpdatePortalProduct$ = [
4721
4715
  9,
4722
4716
  n0,
4723
4717
  _UPP,
4724
4718
  { [_ht]: ["PATCH", "/v2/portalproducts/{PortalProductId}", 200] },
4725
- () => UpdatePortalProductRequest,
4726
- () => UpdatePortalProductResponse,
4719
+ () => UpdatePortalProductRequest$,
4720
+ () => UpdatePortalProductResponse$,
4727
4721
  ];
4728
- export var UpdateProductPage = [
4722
+ export var UpdateProductPage$ = [
4729
4723
  9,
4730
4724
  n0,
4731
4725
  _UPPp,
4732
4726
  { [_ht]: ["PATCH", "/v2/portalproducts/{PortalProductId}/productpages/{ProductPageId}", 200] },
4733
- () => UpdateProductPageRequest,
4734
- () => UpdateProductPageResponse,
4727
+ () => UpdateProductPageRequest$,
4728
+ () => UpdateProductPageResponse$,
4735
4729
  ];
4736
- export var UpdateProductRestEndpointPage = [
4730
+ export var UpdateProductRestEndpointPage$ = [
4737
4731
  9,
4738
4732
  n0,
4739
4733
  _UPREP,
4740
4734
  {
4741
4735
  [_ht]: ["PATCH", "/v2/portalproducts/{PortalProductId}/productrestendpointpages/{ProductRestEndpointPageId}", 200],
4742
4736
  },
4743
- () => UpdateProductRestEndpointPageRequest,
4744
- () => UpdateProductRestEndpointPageResponse,
4737
+ () => UpdateProductRestEndpointPageRequest$,
4738
+ () => UpdateProductRestEndpointPageResponse$,
4745
4739
  ];
4746
- export var UpdateRoute = [
4740
+ export var UpdateRoute$ = [
4747
4741
  9,
4748
4742
  n0,
4749
4743
  _URp,
4750
4744
  { [_ht]: ["PATCH", "/v2/apis/{ApiId}/routes/{RouteId}", 200] },
4751
- () => UpdateRouteRequest,
4752
- () => UpdateRouteResult,
4745
+ () => UpdateRouteRequest$,
4746
+ () => UpdateRouteResult$,
4753
4747
  ];
4754
- export var UpdateRouteResponse = [
4748
+ export var UpdateRouteResponse$ = [
4755
4749
  9,
4756
4750
  n0,
4757
4751
  _URRpda,
4758
4752
  { [_ht]: ["PATCH", "/v2/apis/{ApiId}/routes/{RouteId}/routeresponses/{RouteResponseId}", 200] },
4759
- () => UpdateRouteResponseRequest,
4760
- () => UpdateRouteResponseResponse,
4753
+ () => UpdateRouteResponseRequest$,
4754
+ () => UpdateRouteResponseResponse$,
4761
4755
  ];
4762
- export var UpdateStage = [
4756
+ export var UpdateStage$ = [
4763
4757
  9,
4764
4758
  n0,
4765
4759
  _US,
4766
4760
  { [_ht]: ["PATCH", "/v2/apis/{ApiId}/stages/{StageName}", 200] },
4767
- () => UpdateStageRequest,
4768
- () => UpdateStageResponse,
4761
+ () => UpdateStageRequest$,
4762
+ () => UpdateStageResponse$,
4769
4763
  ];
4770
- export var UpdateVpcLink = [
4764
+ export var UpdateVpcLink$ = [
4771
4765
  9,
4772
4766
  n0,
4773
4767
  _UVL,
4774
4768
  { [_ht]: ["PATCH", "/v2/vpclinks/{VpcLinkId}", 200] },
4775
- () => UpdateVpcLinkRequest,
4776
- () => UpdateVpcLinkResponse,
4769
+ () => UpdateVpcLinkRequest$,
4770
+ () => UpdateVpcLinkResponse$,
4777
4771
  ];