@aws-sdk/client-api-gateway 3.943.0 → 3.947.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (165) hide show
  1. package/dist-cjs/index.js +249 -1205
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/APIGateway.js +18 -18
  5. package/dist-es/APIGatewayClient.js +2 -2
  6. package/dist-es/runtimeConfig.browser.js +2 -2
  7. package/dist-es/runtimeConfig.js +2 -3
  8. package/dist-es/schemas/schemas_0.js +249 -1205
  9. package/dist-types/APIGateway.d.ts +125 -125
  10. package/dist-types/APIGatewayClient.d.ts +134 -134
  11. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  12. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  13. package/dist-types/commands/CreateApiKeyCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateAuthorizerCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateBasePathMappingCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateDeploymentCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateDocumentationPartCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateDocumentationVersionCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateDomainNameAccessAssociationCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateDomainNameCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateModelCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateRequestValidatorCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateResourceCommand.d.ts +3 -3
  24. package/dist-types/commands/CreateRestApiCommand.d.ts +3 -3
  25. package/dist-types/commands/CreateStageCommand.d.ts +3 -3
  26. package/dist-types/commands/CreateUsagePlanCommand.d.ts +3 -3
  27. package/dist-types/commands/CreateUsagePlanKeyCommand.d.ts +3 -3
  28. package/dist-types/commands/CreateVpcLinkCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteApiKeyCommand.d.ts +3 -3
  30. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +3 -3
  31. package/dist-types/commands/DeleteBasePathMappingCommand.d.ts +3 -3
  32. package/dist-types/commands/DeleteClientCertificateCommand.d.ts +3 -3
  33. package/dist-types/commands/DeleteDeploymentCommand.d.ts +3 -3
  34. package/dist-types/commands/DeleteDocumentationPartCommand.d.ts +3 -3
  35. package/dist-types/commands/DeleteDocumentationVersionCommand.d.ts +3 -3
  36. package/dist-types/commands/DeleteDomainNameAccessAssociationCommand.d.ts +3 -3
  37. package/dist-types/commands/DeleteDomainNameCommand.d.ts +3 -3
  38. package/dist-types/commands/DeleteGatewayResponseCommand.d.ts +3 -3
  39. package/dist-types/commands/DeleteIntegrationCommand.d.ts +3 -3
  40. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +3 -3
  41. package/dist-types/commands/DeleteMethodCommand.d.ts +3 -3
  42. package/dist-types/commands/DeleteMethodResponseCommand.d.ts +3 -3
  43. package/dist-types/commands/DeleteModelCommand.d.ts +3 -3
  44. package/dist-types/commands/DeleteRequestValidatorCommand.d.ts +3 -3
  45. package/dist-types/commands/DeleteResourceCommand.d.ts +3 -3
  46. package/dist-types/commands/DeleteRestApiCommand.d.ts +3 -3
  47. package/dist-types/commands/DeleteStageCommand.d.ts +3 -3
  48. package/dist-types/commands/DeleteUsagePlanCommand.d.ts +3 -3
  49. package/dist-types/commands/DeleteUsagePlanKeyCommand.d.ts +3 -3
  50. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +3 -3
  51. package/dist-types/commands/FlushStageAuthorizersCacheCommand.d.ts +3 -3
  52. package/dist-types/commands/FlushStageCacheCommand.d.ts +3 -3
  53. package/dist-types/commands/GenerateClientCertificateCommand.d.ts +3 -3
  54. package/dist-types/commands/GetAccountCommand.d.ts +3 -3
  55. package/dist-types/commands/GetApiKeyCommand.d.ts +3 -3
  56. package/dist-types/commands/GetApiKeysCommand.d.ts +3 -3
  57. package/dist-types/commands/GetAuthorizerCommand.d.ts +3 -3
  58. package/dist-types/commands/GetAuthorizersCommand.d.ts +3 -3
  59. package/dist-types/commands/GetBasePathMappingCommand.d.ts +3 -3
  60. package/dist-types/commands/GetBasePathMappingsCommand.d.ts +3 -3
  61. package/dist-types/commands/GetClientCertificateCommand.d.ts +3 -3
  62. package/dist-types/commands/GetClientCertificatesCommand.d.ts +3 -3
  63. package/dist-types/commands/GetDeploymentCommand.d.ts +3 -3
  64. package/dist-types/commands/GetDeploymentsCommand.d.ts +3 -3
  65. package/dist-types/commands/GetDocumentationPartCommand.d.ts +3 -3
  66. package/dist-types/commands/GetDocumentationPartsCommand.d.ts +3 -3
  67. package/dist-types/commands/GetDocumentationVersionCommand.d.ts +3 -3
  68. package/dist-types/commands/GetDocumentationVersionsCommand.d.ts +3 -3
  69. package/dist-types/commands/GetDomainNameAccessAssociationsCommand.d.ts +3 -3
  70. package/dist-types/commands/GetDomainNameCommand.d.ts +3 -3
  71. package/dist-types/commands/GetDomainNamesCommand.d.ts +3 -3
  72. package/dist-types/commands/GetExportCommand.d.ts +3 -3
  73. package/dist-types/commands/GetGatewayResponseCommand.d.ts +3 -3
  74. package/dist-types/commands/GetGatewayResponsesCommand.d.ts +3 -3
  75. package/dist-types/commands/GetIntegrationCommand.d.ts +3 -3
  76. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +3 -3
  77. package/dist-types/commands/GetMethodCommand.d.ts +3 -3
  78. package/dist-types/commands/GetMethodResponseCommand.d.ts +3 -3
  79. package/dist-types/commands/GetModelCommand.d.ts +3 -3
  80. package/dist-types/commands/GetModelTemplateCommand.d.ts +3 -3
  81. package/dist-types/commands/GetModelsCommand.d.ts +3 -3
  82. package/dist-types/commands/GetRequestValidatorCommand.d.ts +3 -3
  83. package/dist-types/commands/GetRequestValidatorsCommand.d.ts +3 -3
  84. package/dist-types/commands/GetResourceCommand.d.ts +3 -3
  85. package/dist-types/commands/GetResourcesCommand.d.ts +3 -3
  86. package/dist-types/commands/GetRestApiCommand.d.ts +3 -3
  87. package/dist-types/commands/GetRestApisCommand.d.ts +3 -3
  88. package/dist-types/commands/GetSdkCommand.d.ts +3 -3
  89. package/dist-types/commands/GetSdkTypeCommand.d.ts +3 -3
  90. package/dist-types/commands/GetSdkTypesCommand.d.ts +3 -3
  91. package/dist-types/commands/GetStageCommand.d.ts +3 -3
  92. package/dist-types/commands/GetStagesCommand.d.ts +3 -3
  93. package/dist-types/commands/GetTagsCommand.d.ts +3 -3
  94. package/dist-types/commands/GetUsageCommand.d.ts +3 -3
  95. package/dist-types/commands/GetUsagePlanCommand.d.ts +3 -3
  96. package/dist-types/commands/GetUsagePlanKeyCommand.d.ts +3 -3
  97. package/dist-types/commands/GetUsagePlanKeysCommand.d.ts +3 -3
  98. package/dist-types/commands/GetUsagePlansCommand.d.ts +3 -3
  99. package/dist-types/commands/GetVpcLinkCommand.d.ts +3 -3
  100. package/dist-types/commands/GetVpcLinksCommand.d.ts +3 -3
  101. package/dist-types/commands/ImportApiKeysCommand.d.ts +3 -3
  102. package/dist-types/commands/ImportDocumentationPartsCommand.d.ts +3 -3
  103. package/dist-types/commands/ImportRestApiCommand.d.ts +3 -3
  104. package/dist-types/commands/PutGatewayResponseCommand.d.ts +3 -3
  105. package/dist-types/commands/PutIntegrationCommand.d.ts +3 -3
  106. package/dist-types/commands/PutIntegrationResponseCommand.d.ts +3 -3
  107. package/dist-types/commands/PutMethodCommand.d.ts +3 -3
  108. package/dist-types/commands/PutMethodResponseCommand.d.ts +3 -3
  109. package/dist-types/commands/PutRestApiCommand.d.ts +3 -3
  110. package/dist-types/commands/RejectDomainNameAccessAssociationCommand.d.ts +3 -3
  111. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  112. package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +3 -3
  113. package/dist-types/commands/TestInvokeMethodCommand.d.ts +3 -3
  114. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  115. package/dist-types/commands/UpdateAccountCommand.d.ts +3 -3
  116. package/dist-types/commands/UpdateApiKeyCommand.d.ts +3 -3
  117. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +3 -3
  118. package/dist-types/commands/UpdateBasePathMappingCommand.d.ts +3 -3
  119. package/dist-types/commands/UpdateClientCertificateCommand.d.ts +3 -3
  120. package/dist-types/commands/UpdateDeploymentCommand.d.ts +3 -3
  121. package/dist-types/commands/UpdateDocumentationPartCommand.d.ts +3 -3
  122. package/dist-types/commands/UpdateDocumentationVersionCommand.d.ts +3 -3
  123. package/dist-types/commands/UpdateDomainNameCommand.d.ts +3 -3
  124. package/dist-types/commands/UpdateGatewayResponseCommand.d.ts +3 -3
  125. package/dist-types/commands/UpdateIntegrationCommand.d.ts +3 -3
  126. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +3 -3
  127. package/dist-types/commands/UpdateMethodCommand.d.ts +3 -3
  128. package/dist-types/commands/UpdateMethodResponseCommand.d.ts +3 -3
  129. package/dist-types/commands/UpdateModelCommand.d.ts +3 -3
  130. package/dist-types/commands/UpdateRequestValidatorCommand.d.ts +3 -3
  131. package/dist-types/commands/UpdateResourceCommand.d.ts +3 -3
  132. package/dist-types/commands/UpdateRestApiCommand.d.ts +3 -3
  133. package/dist-types/commands/UpdateStageCommand.d.ts +3 -3
  134. package/dist-types/commands/UpdateUsageCommand.d.ts +3 -3
  135. package/dist-types/commands/UpdateUsagePlanCommand.d.ts +3 -3
  136. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +3 -3
  137. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  138. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  139. package/dist-types/extensionConfiguration.d.ts +4 -4
  140. package/dist-types/models/APIGatewayServiceException.d.ts +1 -1
  141. package/dist-types/models/errors.d.ts +1 -1
  142. package/dist-types/models/models_0.d.ts +1 -1
  143. package/dist-types/pagination/GetApiKeysPaginator.d.ts +1 -1
  144. package/dist-types/pagination/GetBasePathMappingsPaginator.d.ts +1 -1
  145. package/dist-types/pagination/GetClientCertificatesPaginator.d.ts +1 -1
  146. package/dist-types/pagination/GetDeploymentsPaginator.d.ts +1 -1
  147. package/dist-types/pagination/GetDomainNamesPaginator.d.ts +1 -1
  148. package/dist-types/pagination/GetModelsPaginator.d.ts +1 -1
  149. package/dist-types/pagination/GetResourcesPaginator.d.ts +1 -1
  150. package/dist-types/pagination/GetRestApisPaginator.d.ts +1 -1
  151. package/dist-types/pagination/GetUsagePaginator.d.ts +1 -1
  152. package/dist-types/pagination/GetUsagePlanKeysPaginator.d.ts +1 -1
  153. package/dist-types/pagination/GetUsagePlansPaginator.d.ts +1 -1
  154. package/dist-types/pagination/GetVpcLinksPaginator.d.ts +1 -1
  155. package/dist-types/pagination/Interfaces.d.ts +1 -1
  156. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  157. package/dist-types/runtimeConfig.d.ts +1 -1
  158. package/dist-types/runtimeConfig.native.d.ts +1 -1
  159. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  160. package/dist-types/runtimeExtensions.d.ts +1 -1
  161. package/dist-types/schemas/schemas_0.d.ts +1 -1
  162. package/dist-types/ts3.4/APIGatewayClient.d.ts +3 -3
  163. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  164. package/dist-types/ts3.4/models/APIGatewayServiceException.d.ts +1 -1
  165. package/package.json +13 -12
@@ -610,21 +610,7 @@ export var ApiKeys = [
610
610
  _AKp,
611
611
  0,
612
612
  [_w, _it, _p],
613
- [
614
- 64 | 0,
615
- [
616
- () => ListOfApiKey,
617
- {
618
- [_jN]: _ite,
619
- },
620
- ],
621
- [
622
- 0,
623
- {
624
- [_hQ]: _p,
625
- },
626
- ],
627
- ],
613
+ [64 | 0, [() => ListOfApiKey, { [_jN]: _ite }], [0, { [_hQ]: _p }]],
628
614
  ];
629
615
  export var ApiStage = [
630
616
  3,
@@ -649,31 +635,11 @@ export var Authorizers = [
649
635
  0,
650
636
  [_it, _p],
651
637
  [
652
- [
653
- () => ListOfAuthorizer,
654
- {
655
- [_jN]: _ite,
656
- },
657
- ],
658
- [
659
- 0,
660
- {
661
- [_hQ]: _p,
662
- },
663
- ],
638
+ [() => ListOfAuthorizer, { [_jN]: _ite }],
639
+ [0, { [_hQ]: _p }],
664
640
  ],
665
641
  ];
666
- export var BadRequestException = [
667
- -3,
668
- n0,
669
- _BRE,
670
- {
671
- [_er]: _c,
672
- [_hE]: 400,
673
- },
674
- [_m],
675
- [0],
676
- ];
642
+ export var BadRequestException = [-3, n0, _BRE, { [_er]: _c, [_hE]: 400 }, [_m], [0]];
677
643
  TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
678
644
  export var BasePathMapping = [3, n0, _BPM, 0, [_bP, _rAI, _s], [0, 0, 0]];
679
645
  export var BasePathMappings = [
@@ -683,18 +649,8 @@ export var BasePathMappings = [
683
649
  0,
684
650
  [_it, _p],
685
651
  [
686
- [
687
- () => ListOfBasePathMapping,
688
- {
689
- [_jN]: _ite,
690
- },
691
- ],
692
- [
693
- 0,
694
- {
695
- [_hQ]: _p,
696
- },
697
- ],
652
+ [() => ListOfBasePathMapping, { [_jN]: _ite }],
653
+ [0, { [_hQ]: _p }],
698
654
  ],
699
655
  ];
700
656
  export var CanarySettings = [3, n0, _CS, 0, [_pT, _dI, _sVO, _uSC], [1, 0, 128 | 0, 2]];
@@ -713,31 +669,11 @@ export var ClientCertificates = [
713
669
  0,
714
670
  [_it, _p],
715
671
  [
716
- [
717
- () => ListOfClientCertificate,
718
- {
719
- [_jN]: _ite,
720
- },
721
- ],
722
- [
723
- 0,
724
- {
725
- [_hQ]: _p,
726
- },
727
- ],
672
+ [() => ListOfClientCertificate, { [_jN]: _ite }],
673
+ [0, { [_hQ]: _p }],
728
674
  ],
729
675
  ];
730
- export var ConflictException = [
731
- -3,
732
- n0,
733
- _CE,
734
- {
735
- [_er]: _c,
736
- [_hE]: 409,
737
- },
738
- [_m],
739
- [0],
740
- ];
676
+ export var ConflictException = [-3, n0, _CE, { [_er]: _c, [_hE]: 409 }, [_m], [0]];
741
677
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
742
678
  export var CreateApiKeyRequest = [
743
679
  3,
@@ -761,18 +697,7 @@ export var CreateBasePathMappingRequest = [
761
697
  _CBPMR,
762
698
  0,
763
699
  [_dN, _dNI, _bP, _rAI, _s],
764
- [
765
- [0, 1],
766
- [
767
- 0,
768
- {
769
- [_hQ]: _dNI,
770
- },
771
- ],
772
- 0,
773
- 0,
774
- 0,
775
- ],
700
+ [[0, 1], [0, { [_hQ]: _dNI }], 0, 0, 0],
776
701
  ];
777
702
  export var CreateDeploymentRequest = [
778
703
  3,
@@ -870,12 +795,7 @@ export var DeleteBasePathMappingRequest = [
870
795
  [_dN, _dNI, _bP],
871
796
  [
872
797
  [0, 1],
873
- [
874
- 0,
875
- {
876
- [_hQ]: _dNI,
877
- },
878
- ],
798
+ [0, { [_hQ]: _dNI }],
879
799
  [0, 1],
880
800
  ],
881
801
  ];
@@ -922,12 +842,7 @@ export var DeleteDomainNameRequest = [
922
842
  [_dN, _dNI],
923
843
  [
924
844
  [0, 1],
925
- [
926
- 0,
927
- {
928
- [_hQ]: _dNI,
929
- },
930
- ],
845
+ [0, { [_hQ]: _dNI }],
931
846
  ],
932
847
  ];
933
848
  export var DeleteGatewayResponseRequest = [
@@ -1065,18 +980,8 @@ export var Deployments = [
1065
980
  0,
1066
981
  [_it, _p],
1067
982
  [
1068
- [
1069
- () => ListOfDeployment,
1070
- {
1071
- [_jN]: _ite,
1072
- },
1073
- ],
1074
- [
1075
- 0,
1076
- {
1077
- [_hQ]: _p,
1078
- },
1079
- ],
983
+ [() => ListOfDeployment, { [_jN]: _ite }],
984
+ [0, { [_hQ]: _p }],
1080
985
  ],
1081
986
  ];
1082
987
  export var DocumentationPart = [
@@ -1103,18 +1008,8 @@ export var DocumentationParts = [
1103
1008
  0,
1104
1009
  [_it, _p],
1105
1010
  [
1106
- [
1107
- () => ListOfDocumentationPart,
1108
- {
1109
- [_jN]: _ite,
1110
- },
1111
- ],
1112
- [
1113
- 0,
1114
- {
1115
- [_hQ]: _p,
1116
- },
1117
- ],
1011
+ [() => ListOfDocumentationPart, { [_jN]: _ite }],
1012
+ [0, { [_hQ]: _p }],
1118
1013
  ],
1119
1014
  ];
1120
1015
  export var DocumentationVersion = [3, n0, _DV, 0, [_ve, _cD, _d], [0, 4, 0]];
@@ -1125,18 +1020,8 @@ export var DocumentationVersions = [
1125
1020
  0,
1126
1021
  [_it, _p],
1127
1022
  [
1128
- [
1129
- () => ListOfDocumentationVersion,
1130
- {
1131
- [_jN]: _ite,
1132
- },
1133
- ],
1134
- [
1135
- 0,
1136
- {
1137
- [_hQ]: _p,
1138
- },
1139
- ],
1023
+ [() => ListOfDocumentationVersion, { [_jN]: _ite }],
1024
+ [0, { [_hQ]: _p }],
1140
1025
  ],
1141
1026
  ];
1142
1027
  export var DomainName = [
@@ -1210,18 +1095,8 @@ export var DomainNameAccessAssociations = [
1210
1095
  0,
1211
1096
  [_it, _p],
1212
1097
  [
1213
- [
1214
- () => ListOfDomainNameAccessAssociation,
1215
- {
1216
- [_jN]: _ite,
1217
- },
1218
- ],
1219
- [
1220
- 0,
1221
- {
1222
- [_hQ]: _p,
1223
- },
1224
- ],
1098
+ [() => ListOfDomainNameAccessAssociation, { [_jN]: _ite }],
1099
+ [0, { [_hQ]: _p }],
1225
1100
  ],
1226
1101
  ];
1227
1102
  export var DomainNames = [
@@ -1231,18 +1106,8 @@ export var DomainNames = [
1231
1106
  0,
1232
1107
  [_it, _p],
1233
1108
  [
1234
- [
1235
- () => ListOfDomainName,
1236
- {
1237
- [_jN]: _ite,
1238
- },
1239
- ],
1240
- [
1241
- 0,
1242
- {
1243
- [_hQ]: _p,
1244
- },
1245
- ],
1109
+ [() => ListOfDomainName, { [_jN]: _ite }],
1110
+ [0, { [_hQ]: _p }],
1246
1111
  ],
1247
1112
  ];
1248
1113
  export var EndpointConfiguration = [3, n0, _EC, 0, [_typ, _iAT, _vEI], [64 | 0, 0, 64 | 0]];
@@ -1253,18 +1118,8 @@ export var ExportResponse = [
1253
1118
  0,
1254
1119
  [_cT, _cDo, _b],
1255
1120
  [
1256
- [
1257
- 0,
1258
- {
1259
- [_hH]: _CT,
1260
- },
1261
- ],
1262
- [
1263
- 0,
1264
- {
1265
- [_hH]: _CD,
1266
- },
1267
- ],
1121
+ [0, { [_hH]: _CT }],
1122
+ [0, { [_hH]: _CD }],
1268
1123
  [21, 16],
1269
1124
  ],
1270
1125
  ];
@@ -1305,18 +1160,8 @@ export var GatewayResponses = [
1305
1160
  0,
1306
1161
  [_it, _p],
1307
1162
  [
1308
- [
1309
- () => ListOfGatewayResponse,
1310
- {
1311
- [_jN]: _ite,
1312
- },
1313
- ],
1314
- [
1315
- 0,
1316
- {
1317
- [_hQ]: _p,
1318
- },
1319
- ],
1163
+ [() => ListOfGatewayResponse, { [_jN]: _ite }],
1164
+ [0, { [_hQ]: _p }],
1320
1165
  ],
1321
1166
  ];
1322
1167
  export var GenerateClientCertificateRequest = [3, n0, _GCCR, 0, [_d, _t], [0, 128 | 0]];
@@ -1329,12 +1174,7 @@ export var GetApiKeyRequest = [
1329
1174
  [_aK, _iV],
1330
1175
  [
1331
1176
  [0, 1],
1332
- [
1333
- 2,
1334
- {
1335
- [_hQ]: _iV,
1336
- },
1337
- ],
1177
+ [2, { [_hQ]: _iV }],
1338
1178
  ],
1339
1179
  ];
1340
1180
  export var GetApiKeysRequest = [
@@ -1344,36 +1184,11 @@ export var GetApiKeysRequest = [
1344
1184
  0,
1345
1185
  [_p, _li, _nQ, _cI, _iVn],
1346
1186
  [
1347
- [
1348
- 0,
1349
- {
1350
- [_hQ]: _p,
1351
- },
1352
- ],
1353
- [
1354
- 1,
1355
- {
1356
- [_hQ]: _li,
1357
- },
1358
- ],
1359
- [
1360
- 0,
1361
- {
1362
- [_hQ]: _n,
1363
- },
1364
- ],
1365
- [
1366
- 0,
1367
- {
1368
- [_hQ]: _cI,
1369
- },
1370
- ],
1371
- [
1372
- 2,
1373
- {
1374
- [_hQ]: _iVn,
1375
- },
1376
- ],
1187
+ [0, { [_hQ]: _p }],
1188
+ [1, { [_hQ]: _li }],
1189
+ [0, { [_hQ]: _n }],
1190
+ [0, { [_hQ]: _cI }],
1191
+ [2, { [_hQ]: _iVn }],
1377
1192
  ],
1378
1193
  ];
1379
1194
  export var GetAuthorizerRequest = [
@@ -1395,18 +1210,8 @@ export var GetAuthorizersRequest = [
1395
1210
  [_rAI, _p, _li],
1396
1211
  [
1397
1212
  [0, 1],
1398
- [
1399
- 0,
1400
- {
1401
- [_hQ]: _p,
1402
- },
1403
- ],
1404
- [
1405
- 1,
1406
- {
1407
- [_hQ]: _li,
1408
- },
1409
- ],
1213
+ [0, { [_hQ]: _p }],
1214
+ [1, { [_hQ]: _li }],
1410
1215
  ],
1411
1216
  ];
1412
1217
  export var GetBasePathMappingRequest = [
@@ -1417,12 +1222,7 @@ export var GetBasePathMappingRequest = [
1417
1222
  [_dN, _dNI, _bP],
1418
1223
  [
1419
1224
  [0, 1],
1420
- [
1421
- 0,
1422
- {
1423
- [_hQ]: _dNI,
1424
- },
1425
- ],
1225
+ [0, { [_hQ]: _dNI }],
1426
1226
  [0, 1],
1427
1227
  ],
1428
1228
  ];
@@ -1434,24 +1234,9 @@ export var GetBasePathMappingsRequest = [
1434
1234
  [_dN, _dNI, _p, _li],
1435
1235
  [
1436
1236
  [0, 1],
1437
- [
1438
- 0,
1439
- {
1440
- [_hQ]: _dNI,
1441
- },
1442
- ],
1443
- [
1444
- 0,
1445
- {
1446
- [_hQ]: _p,
1447
- },
1448
- ],
1449
- [
1450
- 1,
1451
- {
1452
- [_hQ]: _li,
1453
- },
1454
- ],
1237
+ [0, { [_hQ]: _dNI }],
1238
+ [0, { [_hQ]: _p }],
1239
+ [1, { [_hQ]: _li }],
1455
1240
  ],
1456
1241
  ];
1457
1242
  export var GetClientCertificateRequest = [3, n0, _GCCRe, 0, [_cCI], [[0, 1]]];
@@ -1462,18 +1247,8 @@ export var GetClientCertificatesRequest = [
1462
1247
  0,
1463
1248
  [_p, _li],
1464
1249
  [
1465
- [
1466
- 0,
1467
- {
1468
- [_hQ]: _p,
1469
- },
1470
- ],
1471
- [
1472
- 1,
1473
- {
1474
- [_hQ]: _li,
1475
- },
1476
- ],
1250
+ [0, { [_hQ]: _p }],
1251
+ [1, { [_hQ]: _li }],
1477
1252
  ],
1478
1253
  ];
1479
1254
  export var GetDeploymentRequest = [
@@ -1485,12 +1260,7 @@ export var GetDeploymentRequest = [
1485
1260
  [
1486
1261
  [0, 1],
1487
1262
  [0, 1],
1488
- [
1489
- 64 | 0,
1490
- {
1491
- [_hQ]: _em,
1492
- },
1493
- ],
1263
+ [64 | 0, { [_hQ]: _em }],
1494
1264
  ],
1495
1265
  ];
1496
1266
  export var GetDeploymentsRequest = [
@@ -1501,18 +1271,8 @@ export var GetDeploymentsRequest = [
1501
1271
  [_rAI, _p, _li],
1502
1272
  [
1503
1273
  [0, 1],
1504
- [
1505
- 0,
1506
- {
1507
- [_hQ]: _p,
1508
- },
1509
- ],
1510
- [
1511
- 1,
1512
- {
1513
- [_hQ]: _li,
1514
- },
1515
- ],
1274
+ [0, { [_hQ]: _p }],
1275
+ [1, { [_hQ]: _li }],
1516
1276
  ],
1517
1277
  ];
1518
1278
  export var GetDocumentationPartRequest = [
@@ -1534,42 +1294,12 @@ export var GetDocumentationPartsRequest = [
1534
1294
  [_rAI, _ty, _nQ, _pa, _p, _li, _lS],
1535
1295
  [
1536
1296
  [0, 1],
1537
- [
1538
- 0,
1539
- {
1540
- [_hQ]: _ty,
1541
- },
1542
- ],
1543
- [
1544
- 0,
1545
- {
1546
- [_hQ]: _n,
1547
- },
1548
- ],
1549
- [
1550
- 0,
1551
- {
1552
- [_hQ]: _pa,
1553
- },
1554
- ],
1555
- [
1556
- 0,
1557
- {
1558
- [_hQ]: _p,
1559
- },
1560
- ],
1561
- [
1562
- 1,
1563
- {
1564
- [_hQ]: _li,
1565
- },
1566
- ],
1567
- [
1568
- 0,
1569
- {
1570
- [_hQ]: _lS,
1571
- },
1572
- ],
1297
+ [0, { [_hQ]: _ty }],
1298
+ [0, { [_hQ]: _n }],
1299
+ [0, { [_hQ]: _pa }],
1300
+ [0, { [_hQ]: _p }],
1301
+ [1, { [_hQ]: _li }],
1302
+ [0, { [_hQ]: _lS }],
1573
1303
  ],
1574
1304
  ];
1575
1305
  export var GetDocumentationVersionRequest = [
@@ -1591,18 +1321,8 @@ export var GetDocumentationVersionsRequest = [
1591
1321
  [_rAI, _p, _li],
1592
1322
  [
1593
1323
  [0, 1],
1594
- [
1595
- 0,
1596
- {
1597
- [_hQ]: _p,
1598
- },
1599
- ],
1600
- [
1601
- 1,
1602
- {
1603
- [_hQ]: _li,
1604
- },
1605
- ],
1324
+ [0, { [_hQ]: _p }],
1325
+ [1, { [_hQ]: _li }],
1606
1326
  ],
1607
1327
  ];
1608
1328
  export var GetDomainNameAccessAssociationsRequest = [
@@ -1612,24 +1332,9 @@ export var GetDomainNameAccessAssociationsRequest = [
1612
1332
  0,
1613
1333
  [_p, _li, _rO],
1614
1334
  [
1615
- [
1616
- 0,
1617
- {
1618
- [_hQ]: _p,
1619
- },
1620
- ],
1621
- [
1622
- 1,
1623
- {
1624
- [_hQ]: _li,
1625
- },
1626
- ],
1627
- [
1628
- 0,
1629
- {
1630
- [_hQ]: _rO,
1631
- },
1632
- ],
1335
+ [0, { [_hQ]: _p }],
1336
+ [1, { [_hQ]: _li }],
1337
+ [0, { [_hQ]: _rO }],
1633
1338
  ],
1634
1339
  ];
1635
1340
  export var GetDomainNameRequest = [
@@ -1640,12 +1345,7 @@ export var GetDomainNameRequest = [
1640
1345
  [_dN, _dNI],
1641
1346
  [
1642
1347
  [0, 1],
1643
- [
1644
- 0,
1645
- {
1646
- [_hQ]: _dNI,
1647
- },
1648
- ],
1348
+ [0, { [_hQ]: _dNI }],
1649
1349
  ],
1650
1350
  ];
1651
1351
  export var GetDomainNamesRequest = [
@@ -1655,24 +1355,9 @@ export var GetDomainNamesRequest = [
1655
1355
  0,
1656
1356
  [_p, _li, _rO],
1657
1357
  [
1658
- [
1659
- 0,
1660
- {
1661
- [_hQ]: _p,
1662
- },
1663
- ],
1664
- [
1665
- 1,
1666
- {
1667
- [_hQ]: _li,
1668
- },
1669
- ],
1670
- [
1671
- 0,
1672
- {
1673
- [_hQ]: _rO,
1674
- },
1675
- ],
1358
+ [0, { [_hQ]: _p }],
1359
+ [1, { [_hQ]: _li }],
1360
+ [0, { [_hQ]: _rO }],
1676
1361
  ],
1677
1362
  ];
1678
1363
  export var GetExportRequest = [
@@ -1686,12 +1371,7 @@ export var GetExportRequest = [
1686
1371
  [0, 1],
1687
1372
  [0, 1],
1688
1373
  [128 | 0, 64],
1689
- [
1690
- 0,
1691
- {
1692
- [_hH]: _Ac,
1693
- },
1694
- ],
1374
+ [0, { [_hH]: _Ac }],
1695
1375
  ],
1696
1376
  ];
1697
1377
  export var GetGatewayResponseRequest = [
@@ -1713,18 +1393,8 @@ export var GetGatewayResponsesRequest = [
1713
1393
  [_rAI, _p, _li],
1714
1394
  [
1715
1395
  [0, 1],
1716
- [
1717
- 0,
1718
- {
1719
- [_hQ]: _p,
1720
- },
1721
- ],
1722
- [
1723
- 1,
1724
- {
1725
- [_hQ]: _li,
1726
- },
1727
- ],
1396
+ [0, { [_hQ]: _p }],
1397
+ [1, { [_hQ]: _li }],
1728
1398
  ],
1729
1399
  ];
1730
1400
  export var GetIntegrationRequest = [
@@ -1786,12 +1456,7 @@ export var GetModelRequest = [
1786
1456
  [
1787
1457
  [0, 1],
1788
1458
  [0, 1],
1789
- [
1790
- 2,
1791
- {
1792
- [_hQ]: _fl,
1793
- },
1794
- ],
1459
+ [2, { [_hQ]: _fl }],
1795
1460
  ],
1796
1461
  ];
1797
1462
  export var GetModelsRequest = [
@@ -1802,18 +1467,8 @@ export var GetModelsRequest = [
1802
1467
  [_rAI, _p, _li],
1803
1468
  [
1804
1469
  [0, 1],
1805
- [
1806
- 0,
1807
- {
1808
- [_hQ]: _p,
1809
- },
1810
- ],
1811
- [
1812
- 1,
1813
- {
1814
- [_hQ]: _li,
1815
- },
1816
- ],
1470
+ [0, { [_hQ]: _p }],
1471
+ [1, { [_hQ]: _li }],
1817
1472
  ],
1818
1473
  ];
1819
1474
  export var GetModelTemplateRequest = [
@@ -1846,18 +1501,8 @@ export var GetRequestValidatorsRequest = [
1846
1501
  [_rAI, _p, _li],
1847
1502
  [
1848
1503
  [0, 1],
1849
- [
1850
- 0,
1851
- {
1852
- [_hQ]: _p,
1853
- },
1854
- ],
1855
- [
1856
- 1,
1857
- {
1858
- [_hQ]: _li,
1859
- },
1860
- ],
1504
+ [0, { [_hQ]: _p }],
1505
+ [1, { [_hQ]: _li }],
1861
1506
  ],
1862
1507
  ];
1863
1508
  export var GetResourceRequest = [
@@ -1869,12 +1514,7 @@ export var GetResourceRequest = [
1869
1514
  [
1870
1515
  [0, 1],
1871
1516
  [0, 1],
1872
- [
1873
- 64 | 0,
1874
- {
1875
- [_hQ]: _em,
1876
- },
1877
- ],
1517
+ [64 | 0, { [_hQ]: _em }],
1878
1518
  ],
1879
1519
  ];
1880
1520
  export var GetResourcesRequest = [
@@ -1885,24 +1525,9 @@ export var GetResourcesRequest = [
1885
1525
  [_rAI, _p, _li, _em],
1886
1526
  [
1887
1527
  [0, 1],
1888
- [
1889
- 0,
1890
- {
1891
- [_hQ]: _p,
1892
- },
1893
- ],
1894
- [
1895
- 1,
1896
- {
1897
- [_hQ]: _li,
1898
- },
1899
- ],
1900
- [
1901
- 64 | 0,
1902
- {
1903
- [_hQ]: _em,
1904
- },
1905
- ],
1528
+ [0, { [_hQ]: _p }],
1529
+ [1, { [_hQ]: _li }],
1530
+ [64 | 0, { [_hQ]: _em }],
1906
1531
  ],
1907
1532
  ];
1908
1533
  export var GetRestApiRequest = [3, n0, _GRAR, 0, [_rAI], [[0, 1]]];
@@ -1913,18 +1538,8 @@ export var GetRestApisRequest = [
1913
1538
  0,
1914
1539
  [_p, _li],
1915
1540
  [
1916
- [
1917
- 0,
1918
- {
1919
- [_hQ]: _p,
1920
- },
1921
- ],
1922
- [
1923
- 1,
1924
- {
1925
- [_hQ]: _li,
1926
- },
1927
- ],
1541
+ [0, { [_hQ]: _p }],
1542
+ [1, { [_hQ]: _li }],
1928
1543
  ],
1929
1544
  ];
1930
1545
  export var GetSdkRequest = [
@@ -1948,18 +1563,8 @@ export var GetSdkTypesRequest = [
1948
1563
  0,
1949
1564
  [_p, _li],
1950
1565
  [
1951
- [
1952
- 0,
1953
- {
1954
- [_hQ]: _p,
1955
- },
1956
- ],
1957
- [
1958
- 1,
1959
- {
1960
- [_hQ]: _li,
1961
- },
1962
- ],
1566
+ [0, { [_hQ]: _p }],
1567
+ [1, { [_hQ]: _li }],
1963
1568
  ],
1964
1569
  ];
1965
1570
  export var GetStageRequest = [
@@ -1981,12 +1586,7 @@ export var GetStagesRequest = [
1981
1586
  [_rAI, _dI],
1982
1587
  [
1983
1588
  [0, 1],
1984
- [
1985
- 0,
1986
- {
1987
- [_hQ]: _dI,
1988
- },
1989
- ],
1589
+ [0, { [_hQ]: _dI }],
1990
1590
  ],
1991
1591
  ];
1992
1592
  export var GetTagsRequest = [
@@ -1997,18 +1597,8 @@ export var GetTagsRequest = [
1997
1597
  [_rA, _p, _li],
1998
1598
  [
1999
1599
  [0, 1],
2000
- [
2001
- 0,
2002
- {
2003
- [_hQ]: _p,
2004
- },
2005
- ],
2006
- [
2007
- 1,
2008
- {
2009
- [_hQ]: _li,
2010
- },
2011
- ],
1600
+ [0, { [_hQ]: _p }],
1601
+ [1, { [_hQ]: _li }],
2012
1602
  ],
2013
1603
  ];
2014
1604
  export var GetUsagePlanKeyRequest = [
@@ -2030,24 +1620,9 @@ export var GetUsagePlanKeysRequest = [
2030
1620
  [_uPI, _p, _li, _nQ],
2031
1621
  [
2032
1622
  [0, 1],
2033
- [
2034
- 0,
2035
- {
2036
- [_hQ]: _p,
2037
- },
2038
- ],
2039
- [
2040
- 1,
2041
- {
2042
- [_hQ]: _li,
2043
- },
2044
- ],
2045
- [
2046
- 0,
2047
- {
2048
- [_hQ]: _n,
2049
- },
2050
- ],
1623
+ [0, { [_hQ]: _p }],
1624
+ [1, { [_hQ]: _li }],
1625
+ [0, { [_hQ]: _n }],
2051
1626
  ],
2052
1627
  ];
2053
1628
  export var GetUsagePlanRequest = [3, n0, _GUPR, 0, [_uPI], [[0, 1]]];
@@ -2058,24 +1633,9 @@ export var GetUsagePlansRequest = [
2058
1633
  0,
2059
1634
  [_p, _kI, _li],
2060
1635
  [
2061
- [
2062
- 0,
2063
- {
2064
- [_hQ]: _p,
2065
- },
2066
- ],
2067
- [
2068
- 0,
2069
- {
2070
- [_hQ]: _kI,
2071
- },
2072
- ],
2073
- [
2074
- 1,
2075
- {
2076
- [_hQ]: _li,
2077
- },
2078
- ],
1636
+ [0, { [_hQ]: _p }],
1637
+ [0, { [_hQ]: _kI }],
1638
+ [1, { [_hQ]: _li }],
2079
1639
  ],
2080
1640
  ];
2081
1641
  export var GetUsageRequest = [
@@ -2086,36 +1646,11 @@ export var GetUsageRequest = [
2086
1646
  [_uPI, _kI, _sDt, _eDn, _p, _li],
2087
1647
  [
2088
1648
  [0, 1],
2089
- [
2090
- 0,
2091
- {
2092
- [_hQ]: _kI,
2093
- },
2094
- ],
2095
- [
2096
- 0,
2097
- {
2098
- [_hQ]: _sDt,
2099
- },
2100
- ],
2101
- [
2102
- 0,
2103
- {
2104
- [_hQ]: _eDn,
2105
- },
2106
- ],
2107
- [
2108
- 0,
2109
- {
2110
- [_hQ]: _p,
2111
- },
2112
- ],
2113
- [
2114
- 1,
2115
- {
2116
- [_hQ]: _li,
2117
- },
2118
- ],
1649
+ [0, { [_hQ]: _kI }],
1650
+ [0, { [_hQ]: _sDt }],
1651
+ [0, { [_hQ]: _eDn }],
1652
+ [0, { [_hQ]: _p }],
1653
+ [1, { [_hQ]: _li }],
2119
1654
  ],
2120
1655
  ];
2121
1656
  export var GetVpcLinkRequest = [3, n0, _GVLR, 0, [_vLI], [[0, 1]]];
@@ -2126,18 +1661,8 @@ export var GetVpcLinksRequest = [
2126
1661
  0,
2127
1662
  [_p, _li],
2128
1663
  [
2129
- [
2130
- 0,
2131
- {
2132
- [_hQ]: _p,
2133
- },
2134
- ],
2135
- [
2136
- 1,
2137
- {
2138
- [_hQ]: _li,
2139
- },
2140
- ],
1664
+ [0, { [_hQ]: _p }],
1665
+ [1, { [_hQ]: _li }],
2141
1666
  ],
2142
1667
  ];
2143
1668
  export var ImportApiKeysRequest = [
@@ -2148,18 +1673,8 @@ export var ImportApiKeysRequest = [
2148
1673
  [_b, _f, _fOW],
2149
1674
  [
2150
1675
  [21, 16],
2151
- [
2152
- 0,
2153
- {
2154
- [_hQ]: _f,
2155
- },
2156
- ],
2157
- [
2158
- 2,
2159
- {
2160
- [_hQ]: _fa,
2161
- },
2162
- ],
1676
+ [0, { [_hQ]: _f }],
1677
+ [2, { [_hQ]: _fa }],
2163
1678
  ],
2164
1679
  ];
2165
1680
  export var ImportDocumentationPartsRequest = [
@@ -2170,18 +1685,8 @@ export var ImportDocumentationPartsRequest = [
2170
1685
  [_rAI, _mo, _fOW, _b],
2171
1686
  [
2172
1687
  [0, 1],
2173
- [
2174
- 0,
2175
- {
2176
- [_hQ]: _mo,
2177
- },
2178
- ],
2179
- [
2180
- 2,
2181
- {
2182
- [_hQ]: _fa,
2183
- },
2184
- ],
1688
+ [0, { [_hQ]: _mo }],
1689
+ [2, { [_hQ]: _fa }],
2185
1690
  [21, 16],
2186
1691
  ],
2187
1692
  ];
@@ -2192,12 +1697,7 @@ export var ImportRestApiRequest = [
2192
1697
  0,
2193
1698
  [_fOW, _par, _b],
2194
1699
  [
2195
- [
2196
- 2,
2197
- {
2198
- [_hQ]: _fa,
2199
- },
2200
- ],
1700
+ [2, { [_hQ]: _fa }],
2201
1701
  [128 | 0, 64],
2202
1702
  [21, 16],
2203
1703
  ],
@@ -2222,20 +1722,9 @@ export var LimitExceededException = [
2222
1722
  -3,
2223
1723
  n0,
2224
1724
  _LEE,
2225
- {
2226
- [_er]: _c,
2227
- [_hE]: 429,
2228
- },
1725
+ { [_er]: _c, [_hE]: 429 },
2229
1726
  [_rAS, _m],
2230
- [
2231
- [
2232
- 0,
2233
- {
2234
- [_hH]: _RA,
2235
- },
2236
- ],
2237
- 0,
2238
- ],
1727
+ [[0, { [_hH]: _RA }], 0],
2239
1728
  ];
2240
1729
  TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
2241
1730
  export var Method = [
@@ -2264,33 +1753,13 @@ export var Models = [
2264
1753
  0,
2265
1754
  [_it, _p],
2266
1755
  [
2267
- [
2268
- () => ListOfModel,
2269
- {
2270
- [_jN]: _ite,
2271
- },
2272
- ],
2273
- [
2274
- 0,
2275
- {
2276
- [_hQ]: _p,
2277
- },
2278
- ],
1756
+ [() => ListOfModel, { [_jN]: _ite }],
1757
+ [0, { [_hQ]: _p }],
2279
1758
  ],
2280
1759
  ];
2281
1760
  export var MutualTlsAuthentication = [3, n0, _MTA, 0, [_tU, _tV, _tW], [0, 0, 64 | 0]];
2282
1761
  export var MutualTlsAuthenticationInput = [3, n0, _MTAI, 0, [_tU, _tV], [0, 0]];
2283
- export var NotFoundException = [
2284
- -3,
2285
- n0,
2286
- _NFE,
2287
- {
2288
- [_er]: _c,
2289
- [_hE]: 404,
2290
- },
2291
- [_m],
2292
- [0],
2293
- ];
1762
+ export var NotFoundException = [-3, n0, _NFE, { [_er]: _c, [_hE]: 404 }, [_m], [0]];
2294
1763
  TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
2295
1764
  export var PatchOperation = [3, n0, _PO, 0, [_o, _pa, _v, _fr], [0, 0, 0, 0]];
2296
1765
  export var PutGatewayResponseRequest = [
@@ -2310,20 +1779,9 @@ export var PutIntegrationRequest = [
2310
1779
  [
2311
1780
  [0, 1],
2312
1781
  [0, 1],
2313
- [
2314
- 0,
2315
- {
2316
- [_jN]: _rHM,
2317
- [_hL]: 1,
2318
- },
2319
- ],
1782
+ [0, { [_jN]: _rHM, [_hL]: 1 }],
2320
1783
  0,
2321
- [
2322
- 0,
2323
- {
2324
- [_jN]: _hM,
2325
- },
2326
- ],
1784
+ [0, { [_jN]: _hM }],
2327
1785
  0,
2328
1786
  0,
2329
1787
  0,
@@ -2372,18 +1830,8 @@ export var PutRestApiRequest = [
2372
1830
  [_rAI, _mo, _fOW, _par, _b],
2373
1831
  [
2374
1832
  [0, 1],
2375
- [
2376
- 0,
2377
- {
2378
- [_hQ]: _mo,
2379
- },
2380
- ],
2381
- [
2382
- 2,
2383
- {
2384
- [_hQ]: _fa,
2385
- },
2386
- ],
1833
+ [0, { [_hQ]: _mo }],
1834
+ [2, { [_hQ]: _fa }],
2387
1835
  [128 | 0, 64],
2388
1836
  [21, 16],
2389
1837
  ],
@@ -2396,18 +1844,8 @@ export var RejectDomainNameAccessAssociationRequest = [
2396
1844
  0,
2397
1845
  [_dNAAA, _dNA],
2398
1846
  [
2399
- [
2400
- 0,
2401
- {
2402
- [_hQ]: _dNAAA,
2403
- },
2404
- ],
2405
- [
2406
- 0,
2407
- {
2408
- [_hQ]: _dNA,
2409
- },
2410
- ],
1847
+ [0, { [_hQ]: _dNAAA }],
1848
+ [0, { [_hQ]: _dNA }],
2411
1849
  ],
2412
1850
  ];
2413
1851
  export var RequestValidator = [3, n0, _RV, 0, [_i, _n, _vRB, _vRP], [0, 0, 2, 2]];
@@ -2418,18 +1856,8 @@ export var RequestValidators = [
2418
1856
  0,
2419
1857
  [_it, _p],
2420
1858
  [
2421
- [
2422
- () => ListOfRequestValidator,
2423
- {
2424
- [_jN]: _ite,
2425
- },
2426
- ],
2427
- [
2428
- 0,
2429
- {
2430
- [_hQ]: _p,
2431
- },
2432
- ],
1859
+ [() => ListOfRequestValidator, { [_jN]: _ite }],
1860
+ [0, { [_hQ]: _p }],
2433
1861
  ],
2434
1862
  ];
2435
1863
  export var Resource = [
@@ -2447,18 +1875,8 @@ export var Resources = [
2447
1875
  0,
2448
1876
  [_it, _p],
2449
1877
  [
2450
- [
2451
- () => ListOfResource,
2452
- {
2453
- [_jN]: _ite,
2454
- },
2455
- ],
2456
- [
2457
- 0,
2458
- {
2459
- [_hQ]: _p,
2460
- },
2461
- ],
1878
+ [() => ListOfResource, { [_jN]: _ite }],
1879
+ [0, { [_hQ]: _p }],
2462
1880
  ],
2463
1881
  ];
2464
1882
  export var RestApi = [
@@ -2476,18 +1894,8 @@ export var RestApis = [
2476
1894
  0,
2477
1895
  [_it, _p],
2478
1896
  [
2479
- [
2480
- () => ListOfRestApi,
2481
- {
2482
- [_jN]: _ite,
2483
- },
2484
- ],
2485
- [
2486
- 0,
2487
- {
2488
- [_hQ]: _p,
2489
- },
2490
- ],
1897
+ [() => ListOfRestApi, { [_jN]: _ite }],
1898
+ [0, { [_hQ]: _p }],
2491
1899
  ],
2492
1900
  ];
2493
1901
  export var SdkConfigurationProperty = [3, n0, _SCP, 0, [_n, _fN, _d, _r, _dVe], [0, 0, 0, 2, 0]];
@@ -2498,18 +1906,8 @@ export var SdkResponse = [
2498
1906
  0,
2499
1907
  [_cT, _cDo, _b],
2500
1908
  [
2501
- [
2502
- 0,
2503
- {
2504
- [_hH]: _CT,
2505
- },
2506
- ],
2507
- [
2508
- 0,
2509
- {
2510
- [_hH]: _CD,
2511
- },
2512
- ],
1909
+ [0, { [_hH]: _CT }],
1910
+ [0, { [_hH]: _CD }],
2513
1911
  [21, 16],
2514
1912
  ],
2515
1913
  ];
@@ -2521,39 +1919,14 @@ export var SdkType = [
2521
1919
  [_i, _fN, _d, _cP],
2522
1920
  [0, 0, 0, () => ListOfSdkConfigurationProperty],
2523
1921
  ];
2524
- export var SdkTypes = [
2525
- 3,
2526
- n0,
2527
- _STd,
2528
- 0,
2529
- [_it],
2530
- [
2531
- [
2532
- () => ListOfSdkType,
2533
- {
2534
- [_jN]: _ite,
2535
- },
2536
- ],
2537
- ],
2538
- ];
1922
+ export var SdkTypes = [3, n0, _STd, 0, [_it], [[() => ListOfSdkType, { [_jN]: _ite }]]];
2539
1923
  export var ServiceUnavailableException = [
2540
1924
  -3,
2541
1925
  n0,
2542
1926
  _SUE,
2543
- {
2544
- [_er]: _se,
2545
- [_hE]: 503,
2546
- },
1927
+ { [_er]: _se, [_hE]: 503 },
2547
1928
  [_rAS, _m],
2548
- [
2549
- [
2550
- 0,
2551
- {
2552
- [_hH]: _RA,
2553
- },
2554
- ],
2555
- 0,
2556
- ],
1929
+ [[0, { [_hH]: _RA }], 0],
2557
1930
  ];
2558
1931
  TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
2559
1932
  export var Stage = [
@@ -2625,33 +1998,12 @@ export var TooManyRequestsException = [
2625
1998
  -3,
2626
1999
  n0,
2627
2000
  _TMRE,
2628
- {
2629
- [_er]: _c,
2630
- [_hE]: 429,
2631
- },
2001
+ { [_er]: _c, [_hE]: 429 },
2632
2002
  [_rAS, _m],
2633
- [
2634
- [
2635
- 0,
2636
- {
2637
- [_hH]: _RA,
2638
- },
2639
- ],
2640
- 0,
2641
- ],
2003
+ [[0, { [_hH]: _RA }], 0],
2642
2004
  ];
2643
2005
  TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
2644
- export var UnauthorizedException = [
2645
- -3,
2646
- n0,
2647
- _UE,
2648
- {
2649
- [_er]: _c,
2650
- [_hE]: 401,
2651
- },
2652
- [_m],
2653
- [0],
2654
- ];
2006
+ export var UnauthorizedException = [-3, n0, _UE, { [_er]: _c, [_hE]: 401 }, [_m], [0]];
2655
2007
  TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
2656
2008
  export var UntagResourceRequest = [
2657
2009
  3,
@@ -2661,12 +2013,7 @@ export var UntagResourceRequest = [
2661
2013
  [_rA, _tK],
2662
2014
  [
2663
2015
  [0, 1],
2664
- [
2665
- 64 | 0,
2666
- {
2667
- [_hQ]: _tK,
2668
- },
2669
- ],
2016
+ [64 | 0, { [_hQ]: _tK }],
2670
2017
  ],
2671
2018
  ];
2672
2019
  export var UpdateAccountRequest = [3, n0, _UAR, 0, [_pO], [() => ListOfPatchOperation]];
@@ -2692,17 +2039,7 @@ export var UpdateBasePathMappingRequest = [
2692
2039
  _UBPMR,
2693
2040
  0,
2694
2041
  [_dN, _dNI, _bP, _pO],
2695
- [
2696
- [0, 1],
2697
- [
2698
- 0,
2699
- {
2700
- [_hQ]: _dNI,
2701
- },
2702
- ],
2703
- [0, 1],
2704
- () => ListOfPatchOperation,
2705
- ],
2042
+ [[0, 1], [0, { [_hQ]: _dNI }], [0, 1], () => ListOfPatchOperation],
2706
2043
  ];
2707
2044
  export var UpdateClientCertificateRequest = [
2708
2045
  3,
@@ -2742,16 +2079,7 @@ export var UpdateDomainNameRequest = [
2742
2079
  _UDNR,
2743
2080
  0,
2744
2081
  [_dN, _dNI, _pO],
2745
- [
2746
- [0, 1],
2747
- [
2748
- 0,
2749
- {
2750
- [_hQ]: _dNI,
2751
- },
2752
- ],
2753
- () => ListOfPatchOperation,
2754
- ],
2082
+ [[0, 1], [0, { [_hQ]: _dNI }], () => ListOfPatchOperation],
2755
2083
  ];
2756
2084
  export var UpdateGatewayResponseRequest = [
2757
2085
  3,
@@ -2863,23 +2191,7 @@ export var Usage = [
2863
2191
  _U,
2864
2192
  0,
2865
2193
  [_uPI, _sDt, _eDn, _it, _p],
2866
- [
2867
- 0,
2868
- 0,
2869
- 0,
2870
- [
2871
- [2, n0, _MOKU, 0, 0, [1, n0, _LOU, 0, 64 | 1]],
2872
- {
2873
- [_jN]: _val,
2874
- },
2875
- ],
2876
- [
2877
- 0,
2878
- {
2879
- [_hQ]: _p,
2880
- },
2881
- ],
2882
- ],
2194
+ [0, 0, 0, [[2, n0, _MOKU, 0, 0, [1, n0, _LOU, 0, 64 | 1]], { [_jN]: _val }], [0, { [_hQ]: _p }]],
2883
2195
  ];
2884
2196
  export var UsagePlan = [
2885
2197
  3,
@@ -2897,18 +2209,8 @@ export var UsagePlanKeys = [
2897
2209
  0,
2898
2210
  [_it, _p],
2899
2211
  [
2900
- [
2901
- () => ListOfUsagePlanKey,
2902
- {
2903
- [_jN]: _ite,
2904
- },
2905
- ],
2906
- [
2907
- 0,
2908
- {
2909
- [_hQ]: _p,
2910
- },
2911
- ],
2212
+ [() => ListOfUsagePlanKey, { [_jN]: _ite }],
2213
+ [0, { [_hQ]: _p }],
2912
2214
  ],
2913
2215
  ];
2914
2216
  export var UsagePlans = [
@@ -2918,18 +2220,8 @@ export var UsagePlans = [
2918
2220
  0,
2919
2221
  [_it, _p],
2920
2222
  [
2921
- [
2922
- () => ListOfUsagePlan,
2923
- {
2924
- [_jN]: _ite,
2925
- },
2926
- ],
2927
- [
2928
- 0,
2929
- {
2930
- [_hQ]: _p,
2931
- },
2932
- ],
2223
+ [() => ListOfUsagePlan, { [_jN]: _ite }],
2224
+ [0, { [_hQ]: _p }],
2933
2225
  ],
2934
2226
  ];
2935
2227
  export var VpcLink = [
@@ -2947,18 +2239,8 @@ export var VpcLinks = [
2947
2239
  0,
2948
2240
  [_it, _p],
2949
2241
  [
2950
- [
2951
- () => ListOfVpcLink,
2952
- {
2953
- [_jN]: _ite,
2954
- },
2955
- ],
2956
- [
2957
- 0,
2958
- {
2959
- [_hQ]: _p,
2960
- },
2961
- ],
2242
+ [() => ListOfVpcLink, { [_jN]: _ite }],
2243
+ [0, { [_hQ]: _p }],
2962
2244
  ],
2963
2245
  ];
2964
2246
  export var __Unit = "unit";
@@ -3007,9 +2289,7 @@ export var CreateApiKey = [
3007
2289
  9,
3008
2290
  n0,
3009
2291
  _CAK,
3010
- {
3011
- [_ht]: ["POST", "/apikeys", 201],
3012
- },
2292
+ { [_ht]: ["POST", "/apikeys", 201] },
3013
2293
  () => CreateApiKeyRequest,
3014
2294
  () => ApiKey,
3015
2295
  ];
@@ -3017,9 +2297,7 @@ export var CreateAuthorizer = [
3017
2297
  9,
3018
2298
  n0,
3019
2299
  _CA,
3020
- {
3021
- [_ht]: ["POST", "/restapis/{restApiId}/authorizers", 201],
3022
- },
2300
+ { [_ht]: ["POST", "/restapis/{restApiId}/authorizers", 201] },
3023
2301
  () => CreateAuthorizerRequest,
3024
2302
  () => Authorizer,
3025
2303
  ];
@@ -3027,9 +2305,7 @@ export var CreateBasePathMapping = [
3027
2305
  9,
3028
2306
  n0,
3029
2307
  _CBPM,
3030
- {
3031
- [_ht]: ["POST", "/domainnames/{domainName}/basepathmappings", 201],
3032
- },
2308
+ { [_ht]: ["POST", "/domainnames/{domainName}/basepathmappings", 201] },
3033
2309
  () => CreateBasePathMappingRequest,
3034
2310
  () => BasePathMapping,
3035
2311
  ];
@@ -3037,9 +2313,7 @@ export var CreateDeployment = [
3037
2313
  9,
3038
2314
  n0,
3039
2315
  _CDr,
3040
- {
3041
- [_ht]: ["POST", "/restapis/{restApiId}/deployments", 201],
3042
- },
2316
+ { [_ht]: ["POST", "/restapis/{restApiId}/deployments", 201] },
3043
2317
  () => CreateDeploymentRequest,
3044
2318
  () => Deployment,
3045
2319
  ];
@@ -3047,9 +2321,7 @@ export var CreateDocumentationPart = [
3047
2321
  9,
3048
2322
  n0,
3049
2323
  _CDP,
3050
- {
3051
- [_ht]: ["POST", "/restapis/{restApiId}/documentation/parts", 201],
3052
- },
2324
+ { [_ht]: ["POST", "/restapis/{restApiId}/documentation/parts", 201] },
3053
2325
  () => CreateDocumentationPartRequest,
3054
2326
  () => DocumentationPart,
3055
2327
  ];
@@ -3057,9 +2329,7 @@ export var CreateDocumentationVersion = [
3057
2329
  9,
3058
2330
  n0,
3059
2331
  _CDV,
3060
- {
3061
- [_ht]: ["POST", "/restapis/{restApiId}/documentation/versions", 201],
3062
- },
2332
+ { [_ht]: ["POST", "/restapis/{restApiId}/documentation/versions", 201] },
3063
2333
  () => CreateDocumentationVersionRequest,
3064
2334
  () => DocumentationVersion,
3065
2335
  ];
@@ -3067,9 +2337,7 @@ export var CreateDomainName = [
3067
2337
  9,
3068
2338
  n0,
3069
2339
  _CDN,
3070
- {
3071
- [_ht]: ["POST", "/domainnames", 201],
3072
- },
2340
+ { [_ht]: ["POST", "/domainnames", 201] },
3073
2341
  () => CreateDomainNameRequest,
3074
2342
  () => DomainName,
3075
2343
  ];
@@ -3077,9 +2345,7 @@ export var CreateDomainNameAccessAssociation = [
3077
2345
  9,
3078
2346
  n0,
3079
2347
  _CDNAA,
3080
- {
3081
- [_ht]: ["POST", "/domainnameaccessassociations", 201],
3082
- },
2348
+ { [_ht]: ["POST", "/domainnameaccessassociations", 201] },
3083
2349
  () => CreateDomainNameAccessAssociationRequest,
3084
2350
  () => DomainNameAccessAssociation,
3085
2351
  ];
@@ -3087,9 +2353,7 @@ export var CreateModel = [
3087
2353
  9,
3088
2354
  n0,
3089
2355
  _CM,
3090
- {
3091
- [_ht]: ["POST", "/restapis/{restApiId}/models", 201],
3092
- },
2356
+ { [_ht]: ["POST", "/restapis/{restApiId}/models", 201] },
3093
2357
  () => CreateModelRequest,
3094
2358
  () => Model,
3095
2359
  ];
@@ -3097,9 +2361,7 @@ export var CreateRequestValidator = [
3097
2361
  9,
3098
2362
  n0,
3099
2363
  _CRV,
3100
- {
3101
- [_ht]: ["POST", "/restapis/{restApiId}/requestvalidators", 201],
3102
- },
2364
+ { [_ht]: ["POST", "/restapis/{restApiId}/requestvalidators", 201] },
3103
2365
  () => CreateRequestValidatorRequest,
3104
2366
  () => RequestValidator,
3105
2367
  ];
@@ -3107,9 +2369,7 @@ export var CreateResource = [
3107
2369
  9,
3108
2370
  n0,
3109
2371
  _CR,
3110
- {
3111
- [_ht]: ["POST", "/restapis/{restApiId}/resources/{parentId}", 201],
3112
- },
2372
+ { [_ht]: ["POST", "/restapis/{restApiId}/resources/{parentId}", 201] },
3113
2373
  () => CreateResourceRequest,
3114
2374
  () => Resource,
3115
2375
  ];
@@ -3117,9 +2377,7 @@ export var CreateRestApi = [
3117
2377
  9,
3118
2378
  n0,
3119
2379
  _CRA,
3120
- {
3121
- [_ht]: ["POST", "/restapis", 201],
3122
- },
2380
+ { [_ht]: ["POST", "/restapis", 201] },
3123
2381
  () => CreateRestApiRequest,
3124
2382
  () => RestApi,
3125
2383
  ];
@@ -3127,9 +2385,7 @@ export var CreateStage = [
3127
2385
  9,
3128
2386
  n0,
3129
2387
  _CSr,
3130
- {
3131
- [_ht]: ["POST", "/restapis/{restApiId}/stages", 201],
3132
- },
2388
+ { [_ht]: ["POST", "/restapis/{restApiId}/stages", 201] },
3133
2389
  () => CreateStageRequest,
3134
2390
  () => Stage,
3135
2391
  ];
@@ -3137,9 +2393,7 @@ export var CreateUsagePlan = [
3137
2393
  9,
3138
2394
  n0,
3139
2395
  _CUP,
3140
- {
3141
- [_ht]: ["POST", "/usageplans", 201],
3142
- },
2396
+ { [_ht]: ["POST", "/usageplans", 201] },
3143
2397
  () => CreateUsagePlanRequest,
3144
2398
  () => UsagePlan,
3145
2399
  ];
@@ -3147,9 +2401,7 @@ export var CreateUsagePlanKey = [
3147
2401
  9,
3148
2402
  n0,
3149
2403
  _CUPK,
3150
- {
3151
- [_ht]: ["POST", "/usageplans/{usagePlanId}/keys", 201],
3152
- },
2404
+ { [_ht]: ["POST", "/usageplans/{usagePlanId}/keys", 201] },
3153
2405
  () => CreateUsagePlanKeyRequest,
3154
2406
  () => UsagePlanKey,
3155
2407
  ];
@@ -3157,9 +2409,7 @@ export var CreateVpcLink = [
3157
2409
  9,
3158
2410
  n0,
3159
2411
  _CVL,
3160
- {
3161
- [_ht]: ["POST", "/vpclinks", 202],
3162
- },
2412
+ { [_ht]: ["POST", "/vpclinks", 202] },
3163
2413
  () => CreateVpcLinkRequest,
3164
2414
  () => VpcLink,
3165
2415
  ];
@@ -3167,9 +2417,7 @@ export var DeleteApiKey = [
3167
2417
  9,
3168
2418
  n0,
3169
2419
  _DAK,
3170
- {
3171
- [_ht]: ["DELETE", "/apikeys/{apiKey}", 202],
3172
- },
2420
+ { [_ht]: ["DELETE", "/apikeys/{apiKey}", 202] },
3173
2421
  () => DeleteApiKeyRequest,
3174
2422
  () => __Unit,
3175
2423
  ];
@@ -3177,9 +2425,7 @@ export var DeleteAuthorizer = [
3177
2425
  9,
3178
2426
  n0,
3179
2427
  _DA,
3180
- {
3181
- [_ht]: ["DELETE", "/restapis/{restApiId}/authorizers/{authorizerId}", 202],
3182
- },
2428
+ { [_ht]: ["DELETE", "/restapis/{restApiId}/authorizers/{authorizerId}", 202] },
3183
2429
  () => DeleteAuthorizerRequest,
3184
2430
  () => __Unit,
3185
2431
  ];
@@ -3187,9 +2433,7 @@ export var DeleteBasePathMapping = [
3187
2433
  9,
3188
2434
  n0,
3189
2435
  _DBPM,
3190
- {
3191
- [_ht]: ["DELETE", "/domainnames/{domainName}/basepathmappings/{basePath}", 202],
3192
- },
2436
+ { [_ht]: ["DELETE", "/domainnames/{domainName}/basepathmappings/{basePath}", 202] },
3193
2437
  () => DeleteBasePathMappingRequest,
3194
2438
  () => __Unit,
3195
2439
  ];
@@ -3197,9 +2441,7 @@ export var DeleteClientCertificate = [
3197
2441
  9,
3198
2442
  n0,
3199
2443
  _DCC,
3200
- {
3201
- [_ht]: ["DELETE", "/clientcertificates/{clientCertificateId}", 202],
3202
- },
2444
+ { [_ht]: ["DELETE", "/clientcertificates/{clientCertificateId}", 202] },
3203
2445
  () => DeleteClientCertificateRequest,
3204
2446
  () => __Unit,
3205
2447
  ];
@@ -3207,9 +2449,7 @@ export var DeleteDeployment = [
3207
2449
  9,
3208
2450
  n0,
3209
2451
  _DD,
3210
- {
3211
- [_ht]: ["DELETE", "/restapis/{restApiId}/deployments/{deploymentId}", 202],
3212
- },
2452
+ { [_ht]: ["DELETE", "/restapis/{restApiId}/deployments/{deploymentId}", 202] },
3213
2453
  () => DeleteDeploymentRequest,
3214
2454
  () => __Unit,
3215
2455
  ];
@@ -3217,9 +2457,7 @@ export var DeleteDocumentationPart = [
3217
2457
  9,
3218
2458
  n0,
3219
2459
  _DDP,
3220
- {
3221
- [_ht]: ["DELETE", "/restapis/{restApiId}/documentation/parts/{documentationPartId}", 202],
3222
- },
2460
+ { [_ht]: ["DELETE", "/restapis/{restApiId}/documentation/parts/{documentationPartId}", 202] },
3223
2461
  () => DeleteDocumentationPartRequest,
3224
2462
  () => __Unit,
3225
2463
  ];
@@ -3227,9 +2465,7 @@ export var DeleteDocumentationVersion = [
3227
2465
  9,
3228
2466
  n0,
3229
2467
  _DDV,
3230
- {
3231
- [_ht]: ["DELETE", "/restapis/{restApiId}/documentation/versions/{documentationVersion}", 202],
3232
- },
2468
+ { [_ht]: ["DELETE", "/restapis/{restApiId}/documentation/versions/{documentationVersion}", 202] },
3233
2469
  () => DeleteDocumentationVersionRequest,
3234
2470
  () => __Unit,
3235
2471
  ];
@@ -3237,9 +2473,7 @@ export var DeleteDomainName = [
3237
2473
  9,
3238
2474
  n0,
3239
2475
  _DDN,
3240
- {
3241
- [_ht]: ["DELETE", "/domainnames/{domainName}", 202],
3242
- },
2476
+ { [_ht]: ["DELETE", "/domainnames/{domainName}", 202] },
3243
2477
  () => DeleteDomainNameRequest,
3244
2478
  () => __Unit,
3245
2479
  ];
@@ -3247,9 +2481,7 @@ export var DeleteDomainNameAccessAssociation = [
3247
2481
  9,
3248
2482
  n0,
3249
2483
  _DDNAA,
3250
- {
3251
- [_ht]: ["DELETE", "/domainnameaccessassociations/{domainNameAccessAssociationArn}", 202],
3252
- },
2484
+ { [_ht]: ["DELETE", "/domainnameaccessassociations/{domainNameAccessAssociationArn}", 202] },
3253
2485
  () => DeleteDomainNameAccessAssociationRequest,
3254
2486
  () => __Unit,
3255
2487
  ];
@@ -3257,9 +2489,7 @@ export var DeleteGatewayResponse = [
3257
2489
  9,
3258
2490
  n0,
3259
2491
  _DGR,
3260
- {
3261
- [_ht]: ["DELETE", "/restapis/{restApiId}/gatewayresponses/{responseType}", 202],
3262
- },
2492
+ { [_ht]: ["DELETE", "/restapis/{restApiId}/gatewayresponses/{responseType}", 202] },
3263
2493
  () => DeleteGatewayResponseRequest,
3264
2494
  () => __Unit,
3265
2495
  ];
@@ -3267,9 +2497,7 @@ export var DeleteIntegration = [
3267
2497
  9,
3268
2498
  n0,
3269
2499
  _DI,
3270
- {
3271
- [_ht]: ["DELETE", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}/integration", 204],
3272
- },
2500
+ { [_ht]: ["DELETE", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}/integration", 204] },
3273
2501
  () => DeleteIntegrationRequest,
3274
2502
  () => __Unit,
3275
2503
  ];
@@ -3291,9 +2519,7 @@ export var DeleteMethod = [
3291
2519
  9,
3292
2520
  n0,
3293
2521
  _DM,
3294
- {
3295
- [_ht]: ["DELETE", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}", 204],
3296
- },
2522
+ { [_ht]: ["DELETE", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}", 204] },
3297
2523
  () => DeleteMethodRequest,
3298
2524
  () => __Unit,
3299
2525
  ];
@@ -3311,9 +2537,7 @@ export var DeleteModel = [
3311
2537
  9,
3312
2538
  n0,
3313
2539
  _DMe,
3314
- {
3315
- [_ht]: ["DELETE", "/restapis/{restApiId}/models/{modelName}", 202],
3316
- },
2540
+ { [_ht]: ["DELETE", "/restapis/{restApiId}/models/{modelName}", 202] },
3317
2541
  () => DeleteModelRequest,
3318
2542
  () => __Unit,
3319
2543
  ];
@@ -3321,9 +2545,7 @@ export var DeleteRequestValidator = [
3321
2545
  9,
3322
2546
  n0,
3323
2547
  _DRV,
3324
- {
3325
- [_ht]: ["DELETE", "/restapis/{restApiId}/requestvalidators/{requestValidatorId}", 202],
3326
- },
2548
+ { [_ht]: ["DELETE", "/restapis/{restApiId}/requestvalidators/{requestValidatorId}", 202] },
3327
2549
  () => DeleteRequestValidatorRequest,
3328
2550
  () => __Unit,
3329
2551
  ];
@@ -3331,9 +2553,7 @@ export var DeleteResource = [
3331
2553
  9,
3332
2554
  n0,
3333
2555
  _DR,
3334
- {
3335
- [_ht]: ["DELETE", "/restapis/{restApiId}/resources/{resourceId}", 202],
3336
- },
2556
+ { [_ht]: ["DELETE", "/restapis/{restApiId}/resources/{resourceId}", 202] },
3337
2557
  () => DeleteResourceRequest,
3338
2558
  () => __Unit,
3339
2559
  ];
@@ -3341,9 +2561,7 @@ export var DeleteRestApi = [
3341
2561
  9,
3342
2562
  n0,
3343
2563
  _DRA,
3344
- {
3345
- [_ht]: ["DELETE", "/restapis/{restApiId}", 202],
3346
- },
2564
+ { [_ht]: ["DELETE", "/restapis/{restApiId}", 202] },
3347
2565
  () => DeleteRestApiRequest,
3348
2566
  () => __Unit,
3349
2567
  ];
@@ -3351,9 +2569,7 @@ export var DeleteStage = [
3351
2569
  9,
3352
2570
  n0,
3353
2571
  _DS,
3354
- {
3355
- [_ht]: ["DELETE", "/restapis/{restApiId}/stages/{stageName}", 202],
3356
- },
2572
+ { [_ht]: ["DELETE", "/restapis/{restApiId}/stages/{stageName}", 202] },
3357
2573
  () => DeleteStageRequest,
3358
2574
  () => __Unit,
3359
2575
  ];
@@ -3361,9 +2577,7 @@ export var DeleteUsagePlan = [
3361
2577
  9,
3362
2578
  n0,
3363
2579
  _DUP,
3364
- {
3365
- [_ht]: ["DELETE", "/usageplans/{usagePlanId}", 202],
3366
- },
2580
+ { [_ht]: ["DELETE", "/usageplans/{usagePlanId}", 202] },
3367
2581
  () => DeleteUsagePlanRequest,
3368
2582
  () => __Unit,
3369
2583
  ];
@@ -3371,9 +2585,7 @@ export var DeleteUsagePlanKey = [
3371
2585
  9,
3372
2586
  n0,
3373
2587
  _DUPK,
3374
- {
3375
- [_ht]: ["DELETE", "/usageplans/{usagePlanId}/keys/{keyId}", 202],
3376
- },
2588
+ { [_ht]: ["DELETE", "/usageplans/{usagePlanId}/keys/{keyId}", 202] },
3377
2589
  () => DeleteUsagePlanKeyRequest,
3378
2590
  () => __Unit,
3379
2591
  ];
@@ -3381,9 +2593,7 @@ export var DeleteVpcLink = [
3381
2593
  9,
3382
2594
  n0,
3383
2595
  _DVL,
3384
- {
3385
- [_ht]: ["DELETE", "/vpclinks/{vpcLinkId}", 202],
3386
- },
2596
+ { [_ht]: ["DELETE", "/vpclinks/{vpcLinkId}", 202] },
3387
2597
  () => DeleteVpcLinkRequest,
3388
2598
  () => __Unit,
3389
2599
  ];
@@ -3391,9 +2601,7 @@ export var FlushStageAuthorizersCache = [
3391
2601
  9,
3392
2602
  n0,
3393
2603
  _FSAC,
3394
- {
3395
- [_ht]: ["DELETE", "/restapis/{restApiId}/stages/{stageName}/cache/authorizers", 202],
3396
- },
2604
+ { [_ht]: ["DELETE", "/restapis/{restApiId}/stages/{stageName}/cache/authorizers", 202] },
3397
2605
  () => FlushStageAuthorizersCacheRequest,
3398
2606
  () => __Unit,
3399
2607
  ];
@@ -3401,9 +2609,7 @@ export var FlushStageCache = [
3401
2609
  9,
3402
2610
  n0,
3403
2611
  _FSC,
3404
- {
3405
- [_ht]: ["DELETE", "/restapis/{restApiId}/stages/{stageName}/cache/data", 202],
3406
- },
2612
+ { [_ht]: ["DELETE", "/restapis/{restApiId}/stages/{stageName}/cache/data", 202] },
3407
2613
  () => FlushStageCacheRequest,
3408
2614
  () => __Unit,
3409
2615
  ];
@@ -3411,9 +2617,7 @@ export var GenerateClientCertificate = [
3411
2617
  9,
3412
2618
  n0,
3413
2619
  _GCC,
3414
- {
3415
- [_ht]: ["POST", "/clientcertificates", 201],
3416
- },
2620
+ { [_ht]: ["POST", "/clientcertificates", 201] },
3417
2621
  () => GenerateClientCertificateRequest,
3418
2622
  () => ClientCertificate,
3419
2623
  ];
@@ -3421,9 +2625,7 @@ export var GetAccount = [
3421
2625
  9,
3422
2626
  n0,
3423
2627
  _GA,
3424
- {
3425
- [_ht]: ["GET", "/account", 200],
3426
- },
2628
+ { [_ht]: ["GET", "/account", 200] },
3427
2629
  () => GetAccountRequest,
3428
2630
  () => Account,
3429
2631
  ];
@@ -3431,9 +2633,7 @@ export var GetApiKey = [
3431
2633
  9,
3432
2634
  n0,
3433
2635
  _GAK,
3434
- {
3435
- [_ht]: ["GET", "/apikeys/{apiKey}", 200],
3436
- },
2636
+ { [_ht]: ["GET", "/apikeys/{apiKey}", 200] },
3437
2637
  () => GetApiKeyRequest,
3438
2638
  () => ApiKey,
3439
2639
  ];
@@ -3441,9 +2641,7 @@ export var GetApiKeys = [
3441
2641
  9,
3442
2642
  n0,
3443
2643
  _GAKe,
3444
- {
3445
- [_ht]: ["GET", "/apikeys", 200],
3446
- },
2644
+ { [_ht]: ["GET", "/apikeys", 200] },
3447
2645
  () => GetApiKeysRequest,
3448
2646
  () => ApiKeys,
3449
2647
  ];
@@ -3451,9 +2649,7 @@ export var GetAuthorizer = [
3451
2649
  9,
3452
2650
  n0,
3453
2651
  _GAe,
3454
- {
3455
- [_ht]: ["GET", "/restapis/{restApiId}/authorizers/{authorizerId}", 200],
3456
- },
2652
+ { [_ht]: ["GET", "/restapis/{restApiId}/authorizers/{authorizerId}", 200] },
3457
2653
  () => GetAuthorizerRequest,
3458
2654
  () => Authorizer,
3459
2655
  ];
@@ -3461,9 +2657,7 @@ export var GetAuthorizers = [
3461
2657
  9,
3462
2658
  n0,
3463
2659
  _GAet,
3464
- {
3465
- [_ht]: ["GET", "/restapis/{restApiId}/authorizers", 200],
3466
- },
2660
+ { [_ht]: ["GET", "/restapis/{restApiId}/authorizers", 200] },
3467
2661
  () => GetAuthorizersRequest,
3468
2662
  () => Authorizers,
3469
2663
  ];
@@ -3471,9 +2665,7 @@ export var GetBasePathMapping = [
3471
2665
  9,
3472
2666
  n0,
3473
2667
  _GBPM,
3474
- {
3475
- [_ht]: ["GET", "/domainnames/{domainName}/basepathmappings/{basePath}", 200],
3476
- },
2668
+ { [_ht]: ["GET", "/domainnames/{domainName}/basepathmappings/{basePath}", 200] },
3477
2669
  () => GetBasePathMappingRequest,
3478
2670
  () => BasePathMapping,
3479
2671
  ];
@@ -3481,9 +2673,7 @@ export var GetBasePathMappings = [
3481
2673
  9,
3482
2674
  n0,
3483
2675
  _GBPMe,
3484
- {
3485
- [_ht]: ["GET", "/domainnames/{domainName}/basepathmappings", 200],
3486
- },
2676
+ { [_ht]: ["GET", "/domainnames/{domainName}/basepathmappings", 200] },
3487
2677
  () => GetBasePathMappingsRequest,
3488
2678
  () => BasePathMappings,
3489
2679
  ];
@@ -3491,9 +2681,7 @@ export var GetClientCertificate = [
3491
2681
  9,
3492
2682
  n0,
3493
2683
  _GCCe,
3494
- {
3495
- [_ht]: ["GET", "/clientcertificates/{clientCertificateId}", 200],
3496
- },
2684
+ { [_ht]: ["GET", "/clientcertificates/{clientCertificateId}", 200] },
3497
2685
  () => GetClientCertificateRequest,
3498
2686
  () => ClientCertificate,
3499
2687
  ];
@@ -3501,9 +2689,7 @@ export var GetClientCertificates = [
3501
2689
  9,
3502
2690
  n0,
3503
2691
  _GCCet,
3504
- {
3505
- [_ht]: ["GET", "/clientcertificates", 200],
3506
- },
2692
+ { [_ht]: ["GET", "/clientcertificates", 200] },
3507
2693
  () => GetClientCertificatesRequest,
3508
2694
  () => ClientCertificates,
3509
2695
  ];
@@ -3511,9 +2697,7 @@ export var GetDeployment = [
3511
2697
  9,
3512
2698
  n0,
3513
2699
  _GD,
3514
- {
3515
- [_ht]: ["GET", "/restapis/{restApiId}/deployments/{deploymentId}", 200],
3516
- },
2700
+ { [_ht]: ["GET", "/restapis/{restApiId}/deployments/{deploymentId}", 200] },
3517
2701
  () => GetDeploymentRequest,
3518
2702
  () => Deployment,
3519
2703
  ];
@@ -3521,9 +2705,7 @@ export var GetDeployments = [
3521
2705
  9,
3522
2706
  n0,
3523
2707
  _GDe,
3524
- {
3525
- [_ht]: ["GET", "/restapis/{restApiId}/deployments", 200],
3526
- },
2708
+ { [_ht]: ["GET", "/restapis/{restApiId}/deployments", 200] },
3527
2709
  () => GetDeploymentsRequest,
3528
2710
  () => Deployments,
3529
2711
  ];
@@ -3531,9 +2713,7 @@ export var GetDocumentationPart = [
3531
2713
  9,
3532
2714
  n0,
3533
2715
  _GDP,
3534
- {
3535
- [_ht]: ["GET", "/restapis/{restApiId}/documentation/parts/{documentationPartId}", 200],
3536
- },
2716
+ { [_ht]: ["GET", "/restapis/{restApiId}/documentation/parts/{documentationPartId}", 200] },
3537
2717
  () => GetDocumentationPartRequest,
3538
2718
  () => DocumentationPart,
3539
2719
  ];
@@ -3541,9 +2721,7 @@ export var GetDocumentationParts = [
3541
2721
  9,
3542
2722
  n0,
3543
2723
  _GDPe,
3544
- {
3545
- [_ht]: ["GET", "/restapis/{restApiId}/documentation/parts", 200],
3546
- },
2724
+ { [_ht]: ["GET", "/restapis/{restApiId}/documentation/parts", 200] },
3547
2725
  () => GetDocumentationPartsRequest,
3548
2726
  () => DocumentationParts,
3549
2727
  ];
@@ -3551,9 +2729,7 @@ export var GetDocumentationVersion = [
3551
2729
  9,
3552
2730
  n0,
3553
2731
  _GDV,
3554
- {
3555
- [_ht]: ["GET", "/restapis/{restApiId}/documentation/versions/{documentationVersion}", 200],
3556
- },
2732
+ { [_ht]: ["GET", "/restapis/{restApiId}/documentation/versions/{documentationVersion}", 200] },
3557
2733
  () => GetDocumentationVersionRequest,
3558
2734
  () => DocumentationVersion,
3559
2735
  ];
@@ -3561,9 +2737,7 @@ export var GetDocumentationVersions = [
3561
2737
  9,
3562
2738
  n0,
3563
2739
  _GDVe,
3564
- {
3565
- [_ht]: ["GET", "/restapis/{restApiId}/documentation/versions", 200],
3566
- },
2740
+ { [_ht]: ["GET", "/restapis/{restApiId}/documentation/versions", 200] },
3567
2741
  () => GetDocumentationVersionsRequest,
3568
2742
  () => DocumentationVersions,
3569
2743
  ];
@@ -3571,9 +2745,7 @@ export var GetDomainName = [
3571
2745
  9,
3572
2746
  n0,
3573
2747
  _GDN,
3574
- {
3575
- [_ht]: ["GET", "/domainnames/{domainName}", 200],
3576
- },
2748
+ { [_ht]: ["GET", "/domainnames/{domainName}", 200] },
3577
2749
  () => GetDomainNameRequest,
3578
2750
  () => DomainName,
3579
2751
  ];
@@ -3581,9 +2753,7 @@ export var GetDomainNameAccessAssociations = [
3581
2753
  9,
3582
2754
  n0,
3583
2755
  _GDNAA,
3584
- {
3585
- [_ht]: ["GET", "/domainnameaccessassociations", 200],
3586
- },
2756
+ { [_ht]: ["GET", "/domainnameaccessassociations", 200] },
3587
2757
  () => GetDomainNameAccessAssociationsRequest,
3588
2758
  () => DomainNameAccessAssociations,
3589
2759
  ];
@@ -3591,9 +2761,7 @@ export var GetDomainNames = [
3591
2761
  9,
3592
2762
  n0,
3593
2763
  _GDNe,
3594
- {
3595
- [_ht]: ["GET", "/domainnames", 200],
3596
- },
2764
+ { [_ht]: ["GET", "/domainnames", 200] },
3597
2765
  () => GetDomainNamesRequest,
3598
2766
  () => DomainNames,
3599
2767
  ];
@@ -3601,9 +2769,7 @@ export var GetExport = [
3601
2769
  9,
3602
2770
  n0,
3603
2771
  _GE,
3604
- {
3605
- [_ht]: ["GET", "/restapis/{restApiId}/stages/{stageName}/exports/{exportType}", 200],
3606
- },
2772
+ { [_ht]: ["GET", "/restapis/{restApiId}/stages/{stageName}/exports/{exportType}", 200] },
3607
2773
  () => GetExportRequest,
3608
2774
  () => ExportResponse,
3609
2775
  ];
@@ -3611,9 +2777,7 @@ export var GetGatewayResponse = [
3611
2777
  9,
3612
2778
  n0,
3613
2779
  _GGR,
3614
- {
3615
- [_ht]: ["GET", "/restapis/{restApiId}/gatewayresponses/{responseType}", 200],
3616
- },
2780
+ { [_ht]: ["GET", "/restapis/{restApiId}/gatewayresponses/{responseType}", 200] },
3617
2781
  () => GetGatewayResponseRequest,
3618
2782
  () => GatewayResponse,
3619
2783
  ];
@@ -3621,9 +2785,7 @@ export var GetGatewayResponses = [
3621
2785
  9,
3622
2786
  n0,
3623
2787
  _GGRe,
3624
- {
3625
- [_ht]: ["GET", "/restapis/{restApiId}/gatewayresponses", 200],
3626
- },
2788
+ { [_ht]: ["GET", "/restapis/{restApiId}/gatewayresponses", 200] },
3627
2789
  () => GetGatewayResponsesRequest,
3628
2790
  () => GatewayResponses,
3629
2791
  ];
@@ -3631,9 +2793,7 @@ export var GetIntegration = [
3631
2793
  9,
3632
2794
  n0,
3633
2795
  _GI,
3634
- {
3635
- [_ht]: ["GET", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}/integration", 200],
3636
- },
2796
+ { [_ht]: ["GET", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}/integration", 200] },
3637
2797
  () => GetIntegrationRequest,
3638
2798
  () => Integration,
3639
2799
  ];
@@ -3655,9 +2815,7 @@ export var GetMethod = [
3655
2815
  9,
3656
2816
  n0,
3657
2817
  _GM,
3658
- {
3659
- [_ht]: ["GET", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}", 200],
3660
- },
2818
+ { [_ht]: ["GET", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}", 200] },
3661
2819
  () => GetMethodRequest,
3662
2820
  () => Method,
3663
2821
  ];
@@ -3665,9 +2823,7 @@ export var GetMethodResponse = [
3665
2823
  9,
3666
2824
  n0,
3667
2825
  _GMRete,
3668
- {
3669
- [_ht]: ["GET", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}/responses/{statusCode}", 200],
3670
- },
2826
+ { [_ht]: ["GET", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}/responses/{statusCode}", 200] },
3671
2827
  () => GetMethodResponseRequest,
3672
2828
  () => MethodResponse,
3673
2829
  ];
@@ -3675,9 +2831,7 @@ export var GetModel = [
3675
2831
  9,
3676
2832
  n0,
3677
2833
  _GMe,
3678
- {
3679
- [_ht]: ["GET", "/restapis/{restApiId}/models/{modelName}", 200],
3680
- },
2834
+ { [_ht]: ["GET", "/restapis/{restApiId}/models/{modelName}", 200] },
3681
2835
  () => GetModelRequest,
3682
2836
  () => Model,
3683
2837
  ];
@@ -3685,9 +2839,7 @@ export var GetModels = [
3685
2839
  9,
3686
2840
  n0,
3687
2841
  _GMet,
3688
- {
3689
- [_ht]: ["GET", "/restapis/{restApiId}/models", 200],
3690
- },
2842
+ { [_ht]: ["GET", "/restapis/{restApiId}/models", 200] },
3691
2843
  () => GetModelsRequest,
3692
2844
  () => Models,
3693
2845
  ];
@@ -3695,9 +2847,7 @@ export var GetModelTemplate = [
3695
2847
  9,
3696
2848
  n0,
3697
2849
  _GMT,
3698
- {
3699
- [_ht]: ["GET", "/restapis/{restApiId}/models/{modelName}/default_template", 200],
3700
- },
2850
+ { [_ht]: ["GET", "/restapis/{restApiId}/models/{modelName}/default_template", 200] },
3701
2851
  () => GetModelTemplateRequest,
3702
2852
  () => Template,
3703
2853
  ];
@@ -3705,9 +2855,7 @@ export var GetRequestValidator = [
3705
2855
  9,
3706
2856
  n0,
3707
2857
  _GRV,
3708
- {
3709
- [_ht]: ["GET", "/restapis/{restApiId}/requestvalidators/{requestValidatorId}", 200],
3710
- },
2858
+ { [_ht]: ["GET", "/restapis/{restApiId}/requestvalidators/{requestValidatorId}", 200] },
3711
2859
  () => GetRequestValidatorRequest,
3712
2860
  () => RequestValidator,
3713
2861
  ];
@@ -3715,9 +2863,7 @@ export var GetRequestValidators = [
3715
2863
  9,
3716
2864
  n0,
3717
2865
  _GRVe,
3718
- {
3719
- [_ht]: ["GET", "/restapis/{restApiId}/requestvalidators", 200],
3720
- },
2866
+ { [_ht]: ["GET", "/restapis/{restApiId}/requestvalidators", 200] },
3721
2867
  () => GetRequestValidatorsRequest,
3722
2868
  () => RequestValidators,
3723
2869
  ];
@@ -3725,9 +2871,7 @@ export var GetResource = [
3725
2871
  9,
3726
2872
  n0,
3727
2873
  _GRe,
3728
- {
3729
- [_ht]: ["GET", "/restapis/{restApiId}/resources/{resourceId}", 200],
3730
- },
2874
+ { [_ht]: ["GET", "/restapis/{restApiId}/resources/{resourceId}", 200] },
3731
2875
  () => GetResourceRequest,
3732
2876
  () => Resource,
3733
2877
  ];
@@ -3735,9 +2879,7 @@ export var GetResources = [
3735
2879
  9,
3736
2880
  n0,
3737
2881
  _GRet,
3738
- {
3739
- [_ht]: ["GET", "/restapis/{restApiId}/resources", 200],
3740
- },
2882
+ { [_ht]: ["GET", "/restapis/{restApiId}/resources", 200] },
3741
2883
  () => GetResourcesRequest,
3742
2884
  () => Resources,
3743
2885
  ];
@@ -3745,9 +2887,7 @@ export var GetRestApi = [
3745
2887
  9,
3746
2888
  n0,
3747
2889
  _GRA,
3748
- {
3749
- [_ht]: ["GET", "/restapis/{restApiId}", 200],
3750
- },
2890
+ { [_ht]: ["GET", "/restapis/{restApiId}", 200] },
3751
2891
  () => GetRestApiRequest,
3752
2892
  () => RestApi,
3753
2893
  ];
@@ -3755,9 +2895,7 @@ export var GetRestApis = [
3755
2895
  9,
3756
2896
  n0,
3757
2897
  _GRAe,
3758
- {
3759
- [_ht]: ["GET", "/restapis", 200],
3760
- },
2898
+ { [_ht]: ["GET", "/restapis", 200] },
3761
2899
  () => GetRestApisRequest,
3762
2900
  () => RestApis,
3763
2901
  ];
@@ -3765,9 +2903,7 @@ export var GetSdk = [
3765
2903
  9,
3766
2904
  n0,
3767
2905
  _GS,
3768
- {
3769
- [_ht]: ["GET", "/restapis/{restApiId}/stages/{stageName}/sdks/{sdkType}", 200],
3770
- },
2906
+ { [_ht]: ["GET", "/restapis/{restApiId}/stages/{stageName}/sdks/{sdkType}", 200] },
3771
2907
  () => GetSdkRequest,
3772
2908
  () => SdkResponse,
3773
2909
  ];
@@ -3775,9 +2911,7 @@ export var GetSdkType = [
3775
2911
  9,
3776
2912
  n0,
3777
2913
  _GST,
3778
- {
3779
- [_ht]: ["GET", "/sdktypes/{id}", 200],
3780
- },
2914
+ { [_ht]: ["GET", "/sdktypes/{id}", 200] },
3781
2915
  () => GetSdkTypeRequest,
3782
2916
  () => SdkType,
3783
2917
  ];
@@ -3785,9 +2919,7 @@ export var GetSdkTypes = [
3785
2919
  9,
3786
2920
  n0,
3787
2921
  _GSTe,
3788
- {
3789
- [_ht]: ["GET", "/sdktypes", 200],
3790
- },
2922
+ { [_ht]: ["GET", "/sdktypes", 200] },
3791
2923
  () => GetSdkTypesRequest,
3792
2924
  () => SdkTypes,
3793
2925
  ];
@@ -3795,9 +2927,7 @@ export var GetStage = [
3795
2927
  9,
3796
2928
  n0,
3797
2929
  _GSe,
3798
- {
3799
- [_ht]: ["GET", "/restapis/{restApiId}/stages/{stageName}", 200],
3800
- },
2930
+ { [_ht]: ["GET", "/restapis/{restApiId}/stages/{stageName}", 200] },
3801
2931
  () => GetStageRequest,
3802
2932
  () => Stage,
3803
2933
  ];
@@ -3805,9 +2935,7 @@ export var GetStages = [
3805
2935
  9,
3806
2936
  n0,
3807
2937
  _GSet,
3808
- {
3809
- [_ht]: ["GET", "/restapis/{restApiId}/stages", 200],
3810
- },
2938
+ { [_ht]: ["GET", "/restapis/{restApiId}/stages", 200] },
3811
2939
  () => GetStagesRequest,
3812
2940
  () => Stages,
3813
2941
  ];
@@ -3815,9 +2943,7 @@ export var GetTags = [
3815
2943
  9,
3816
2944
  n0,
3817
2945
  _GT,
3818
- {
3819
- [_ht]: ["GET", "/tags/{resourceArn}", 200],
3820
- },
2946
+ { [_ht]: ["GET", "/tags/{resourceArn}", 200] },
3821
2947
  () => GetTagsRequest,
3822
2948
  () => Tags,
3823
2949
  ];
@@ -3825,9 +2951,7 @@ export var GetUsage = [
3825
2951
  9,
3826
2952
  n0,
3827
2953
  _GU,
3828
- {
3829
- [_ht]: ["GET", "/usageplans/{usagePlanId}/usage", 200],
3830
- },
2954
+ { [_ht]: ["GET", "/usageplans/{usagePlanId}/usage", 200] },
3831
2955
  () => GetUsageRequest,
3832
2956
  () => Usage,
3833
2957
  ];
@@ -3835,9 +2959,7 @@ export var GetUsagePlan = [
3835
2959
  9,
3836
2960
  n0,
3837
2961
  _GUP,
3838
- {
3839
- [_ht]: ["GET", "/usageplans/{usagePlanId}", 200],
3840
- },
2962
+ { [_ht]: ["GET", "/usageplans/{usagePlanId}", 200] },
3841
2963
  () => GetUsagePlanRequest,
3842
2964
  () => UsagePlan,
3843
2965
  ];
@@ -3845,9 +2967,7 @@ export var GetUsagePlanKey = [
3845
2967
  9,
3846
2968
  n0,
3847
2969
  _GUPK,
3848
- {
3849
- [_ht]: ["GET", "/usageplans/{usagePlanId}/keys/{keyId}", 200],
3850
- },
2970
+ { [_ht]: ["GET", "/usageplans/{usagePlanId}/keys/{keyId}", 200] },
3851
2971
  () => GetUsagePlanKeyRequest,
3852
2972
  () => UsagePlanKey,
3853
2973
  ];
@@ -3855,9 +2975,7 @@ export var GetUsagePlanKeys = [
3855
2975
  9,
3856
2976
  n0,
3857
2977
  _GUPKe,
3858
- {
3859
- [_ht]: ["GET", "/usageplans/{usagePlanId}/keys", 200],
3860
- },
2978
+ { [_ht]: ["GET", "/usageplans/{usagePlanId}/keys", 200] },
3861
2979
  () => GetUsagePlanKeysRequest,
3862
2980
  () => UsagePlanKeys,
3863
2981
  ];
@@ -3865,9 +2983,7 @@ export var GetUsagePlans = [
3865
2983
  9,
3866
2984
  n0,
3867
2985
  _GUPe,
3868
- {
3869
- [_ht]: ["GET", "/usageplans", 200],
3870
- },
2986
+ { [_ht]: ["GET", "/usageplans", 200] },
3871
2987
  () => GetUsagePlansRequest,
3872
2988
  () => UsagePlans,
3873
2989
  ];
@@ -3875,9 +2991,7 @@ export var GetVpcLink = [
3875
2991
  9,
3876
2992
  n0,
3877
2993
  _GVL,
3878
- {
3879
- [_ht]: ["GET", "/vpclinks/{vpcLinkId}", 200],
3880
- },
2994
+ { [_ht]: ["GET", "/vpclinks/{vpcLinkId}", 200] },
3881
2995
  () => GetVpcLinkRequest,
3882
2996
  () => VpcLink,
3883
2997
  ];
@@ -3885,9 +2999,7 @@ export var GetVpcLinks = [
3885
2999
  9,
3886
3000
  n0,
3887
3001
  _GVLe,
3888
- {
3889
- [_ht]: ["GET", "/vpclinks", 200],
3890
- },
3002
+ { [_ht]: ["GET", "/vpclinks", 200] },
3891
3003
  () => GetVpcLinksRequest,
3892
3004
  () => VpcLinks,
3893
3005
  ];
@@ -3895,9 +3007,7 @@ export var ImportApiKeys = [
3895
3007
  9,
3896
3008
  n0,
3897
3009
  _IAK,
3898
- {
3899
- [_ht]: ["POST", "/apikeys?mode=import", 201],
3900
- },
3010
+ { [_ht]: ["POST", "/apikeys?mode=import", 201] },
3901
3011
  () => ImportApiKeysRequest,
3902
3012
  () => ApiKeyIds,
3903
3013
  ];
@@ -3905,9 +3015,7 @@ export var ImportDocumentationParts = [
3905
3015
  9,
3906
3016
  n0,
3907
3017
  _IDP,
3908
- {
3909
- [_ht]: ["PUT", "/restapis/{restApiId}/documentation/parts", 200],
3910
- },
3018
+ { [_ht]: ["PUT", "/restapis/{restApiId}/documentation/parts", 200] },
3911
3019
  () => ImportDocumentationPartsRequest,
3912
3020
  () => DocumentationPartIds,
3913
3021
  ];
@@ -3915,9 +3023,7 @@ export var ImportRestApi = [
3915
3023
  9,
3916
3024
  n0,
3917
3025
  _IRA,
3918
- {
3919
- [_ht]: ["POST", "/restapis?mode=import", 201],
3920
- },
3026
+ { [_ht]: ["POST", "/restapis?mode=import", 201] },
3921
3027
  () => ImportRestApiRequest,
3922
3028
  () => RestApi,
3923
3029
  ];
@@ -3925,9 +3031,7 @@ export var PutGatewayResponse = [
3925
3031
  9,
3926
3032
  n0,
3927
3033
  _PGR,
3928
- {
3929
- [_ht]: ["PUT", "/restapis/{restApiId}/gatewayresponses/{responseType}", 201],
3930
- },
3034
+ { [_ht]: ["PUT", "/restapis/{restApiId}/gatewayresponses/{responseType}", 201] },
3931
3035
  () => PutGatewayResponseRequest,
3932
3036
  () => GatewayResponse,
3933
3037
  ];
@@ -3935,9 +3039,7 @@ export var PutIntegration = [
3935
3039
  9,
3936
3040
  n0,
3937
3041
  _PI,
3938
- {
3939
- [_ht]: ["PUT", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}/integration", 201],
3940
- },
3042
+ { [_ht]: ["PUT", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}/integration", 201] },
3941
3043
  () => PutIntegrationRequest,
3942
3044
  () => Integration,
3943
3045
  ];
@@ -3959,9 +3061,7 @@ export var PutMethod = [
3959
3061
  9,
3960
3062
  n0,
3961
3063
  _PM,
3962
- {
3963
- [_ht]: ["PUT", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}", 201],
3964
- },
3064
+ { [_ht]: ["PUT", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}", 201] },
3965
3065
  () => PutMethodRequest,
3966
3066
  () => Method,
3967
3067
  ];
@@ -3969,9 +3069,7 @@ export var PutMethodResponse = [
3969
3069
  9,
3970
3070
  n0,
3971
3071
  _PMRu,
3972
- {
3973
- [_ht]: ["PUT", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}/responses/{statusCode}", 201],
3974
- },
3072
+ { [_ht]: ["PUT", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}/responses/{statusCode}", 201] },
3975
3073
  () => PutMethodResponseRequest,
3976
3074
  () => MethodResponse,
3977
3075
  ];
@@ -3979,9 +3077,7 @@ export var PutRestApi = [
3979
3077
  9,
3980
3078
  n0,
3981
3079
  _PRA,
3982
- {
3983
- [_ht]: ["PUT", "/restapis/{restApiId}", 200],
3984
- },
3080
+ { [_ht]: ["PUT", "/restapis/{restApiId}", 200] },
3985
3081
  () => PutRestApiRequest,
3986
3082
  () => RestApi,
3987
3083
  ];
@@ -3989,9 +3085,7 @@ export var RejectDomainNameAccessAssociation = [
3989
3085
  9,
3990
3086
  n0,
3991
3087
  _RDNAA,
3992
- {
3993
- [_ht]: ["POST", "/rejectdomainnameaccessassociations", 202],
3994
- },
3088
+ { [_ht]: ["POST", "/rejectdomainnameaccessassociations", 202] },
3995
3089
  () => RejectDomainNameAccessAssociationRequest,
3996
3090
  () => __Unit,
3997
3091
  ];
@@ -3999,9 +3093,7 @@ export var TagResource = [
3999
3093
  9,
4000
3094
  n0,
4001
3095
  _TR,
4002
- {
4003
- [_ht]: ["PUT", "/tags/{resourceArn}", 204],
4004
- },
3096
+ { [_ht]: ["PUT", "/tags/{resourceArn}", 204] },
4005
3097
  () => TagResourceRequest,
4006
3098
  () => __Unit,
4007
3099
  ];
@@ -4009,9 +3101,7 @@ export var TestInvokeAuthorizer = [
4009
3101
  9,
4010
3102
  n0,
4011
3103
  _TIA,
4012
- {
4013
- [_ht]: ["POST", "/restapis/{restApiId}/authorizers/{authorizerId}", 200],
4014
- },
3104
+ { [_ht]: ["POST", "/restapis/{restApiId}/authorizers/{authorizerId}", 200] },
4015
3105
  () => TestInvokeAuthorizerRequest,
4016
3106
  () => TestInvokeAuthorizerResponse,
4017
3107
  ];
@@ -4019,9 +3109,7 @@ export var TestInvokeMethod = [
4019
3109
  9,
4020
3110
  n0,
4021
3111
  _TIM,
4022
- {
4023
- [_ht]: ["POST", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}", 200],
4024
- },
3112
+ { [_ht]: ["POST", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}", 200] },
4025
3113
  () => TestInvokeMethodRequest,
4026
3114
  () => TestInvokeMethodResponse,
4027
3115
  ];
@@ -4029,9 +3117,7 @@ export var UntagResource = [
4029
3117
  9,
4030
3118
  n0,
4031
3119
  _UR,
4032
- {
4033
- [_ht]: ["DELETE", "/tags/{resourceArn}", 204],
4034
- },
3120
+ { [_ht]: ["DELETE", "/tags/{resourceArn}", 204] },
4035
3121
  () => UntagResourceRequest,
4036
3122
  () => __Unit,
4037
3123
  ];
@@ -4039,9 +3125,7 @@ export var UpdateAccount = [
4039
3125
  9,
4040
3126
  n0,
4041
3127
  _UA,
4042
- {
4043
- [_ht]: ["PATCH", "/account", 200],
4044
- },
3128
+ { [_ht]: ["PATCH", "/account", 200] },
4045
3129
  () => UpdateAccountRequest,
4046
3130
  () => Account,
4047
3131
  ];
@@ -4049,9 +3133,7 @@ export var UpdateApiKey = [
4049
3133
  9,
4050
3134
  n0,
4051
3135
  _UAK,
4052
- {
4053
- [_ht]: ["PATCH", "/apikeys/{apiKey}", 200],
4054
- },
3136
+ { [_ht]: ["PATCH", "/apikeys/{apiKey}", 200] },
4055
3137
  () => UpdateApiKeyRequest,
4056
3138
  () => ApiKey,
4057
3139
  ];
@@ -4059,9 +3141,7 @@ export var UpdateAuthorizer = [
4059
3141
  9,
4060
3142
  n0,
4061
3143
  _UAp,
4062
- {
4063
- [_ht]: ["PATCH", "/restapis/{restApiId}/authorizers/{authorizerId}", 200],
4064
- },
3144
+ { [_ht]: ["PATCH", "/restapis/{restApiId}/authorizers/{authorizerId}", 200] },
4065
3145
  () => UpdateAuthorizerRequest,
4066
3146
  () => Authorizer,
4067
3147
  ];
@@ -4069,9 +3149,7 @@ export var UpdateBasePathMapping = [
4069
3149
  9,
4070
3150
  n0,
4071
3151
  _UBPM,
4072
- {
4073
- [_ht]: ["PATCH", "/domainnames/{domainName}/basepathmappings/{basePath}", 200],
4074
- },
3152
+ { [_ht]: ["PATCH", "/domainnames/{domainName}/basepathmappings/{basePath}", 200] },
4075
3153
  () => UpdateBasePathMappingRequest,
4076
3154
  () => BasePathMapping,
4077
3155
  ];
@@ -4079,9 +3157,7 @@ export var UpdateClientCertificate = [
4079
3157
  9,
4080
3158
  n0,
4081
3159
  _UCC,
4082
- {
4083
- [_ht]: ["PATCH", "/clientcertificates/{clientCertificateId}", 200],
4084
- },
3160
+ { [_ht]: ["PATCH", "/clientcertificates/{clientCertificateId}", 200] },
4085
3161
  () => UpdateClientCertificateRequest,
4086
3162
  () => ClientCertificate,
4087
3163
  ];
@@ -4089,9 +3165,7 @@ export var UpdateDeployment = [
4089
3165
  9,
4090
3166
  n0,
4091
3167
  _UD,
4092
- {
4093
- [_ht]: ["PATCH", "/restapis/{restApiId}/deployments/{deploymentId}", 200],
4094
- },
3168
+ { [_ht]: ["PATCH", "/restapis/{restApiId}/deployments/{deploymentId}", 200] },
4095
3169
  () => UpdateDeploymentRequest,
4096
3170
  () => Deployment,
4097
3171
  ];
@@ -4099,9 +3173,7 @@ export var UpdateDocumentationPart = [
4099
3173
  9,
4100
3174
  n0,
4101
3175
  _UDP,
4102
- {
4103
- [_ht]: ["PATCH", "/restapis/{restApiId}/documentation/parts/{documentationPartId}", 200],
4104
- },
3176
+ { [_ht]: ["PATCH", "/restapis/{restApiId}/documentation/parts/{documentationPartId}", 200] },
4105
3177
  () => UpdateDocumentationPartRequest,
4106
3178
  () => DocumentationPart,
4107
3179
  ];
@@ -4109,9 +3181,7 @@ export var UpdateDocumentationVersion = [
4109
3181
  9,
4110
3182
  n0,
4111
3183
  _UDV,
4112
- {
4113
- [_ht]: ["PATCH", "/restapis/{restApiId}/documentation/versions/{documentationVersion}", 200],
4114
- },
3184
+ { [_ht]: ["PATCH", "/restapis/{restApiId}/documentation/versions/{documentationVersion}", 200] },
4115
3185
  () => UpdateDocumentationVersionRequest,
4116
3186
  () => DocumentationVersion,
4117
3187
  ];
@@ -4119,9 +3189,7 @@ export var UpdateDomainName = [
4119
3189
  9,
4120
3190
  n0,
4121
3191
  _UDN,
4122
- {
4123
- [_ht]: ["PATCH", "/domainnames/{domainName}", 200],
4124
- },
3192
+ { [_ht]: ["PATCH", "/domainnames/{domainName}", 200] },
4125
3193
  () => UpdateDomainNameRequest,
4126
3194
  () => DomainName,
4127
3195
  ];
@@ -4129,9 +3197,7 @@ export var UpdateGatewayResponse = [
4129
3197
  9,
4130
3198
  n0,
4131
3199
  _UGR,
4132
- {
4133
- [_ht]: ["PATCH", "/restapis/{restApiId}/gatewayresponses/{responseType}", 200],
4134
- },
3200
+ { [_ht]: ["PATCH", "/restapis/{restApiId}/gatewayresponses/{responseType}", 200] },
4135
3201
  () => UpdateGatewayResponseRequest,
4136
3202
  () => GatewayResponse,
4137
3203
  ];
@@ -4139,9 +3205,7 @@ export var UpdateIntegration = [
4139
3205
  9,
4140
3206
  n0,
4141
3207
  _UI,
4142
- {
4143
- [_ht]: ["PATCH", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}/integration", 200],
4144
- },
3208
+ { [_ht]: ["PATCH", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}/integration", 200] },
4145
3209
  () => UpdateIntegrationRequest,
4146
3210
  () => Integration,
4147
3211
  ];
@@ -4163,9 +3227,7 @@ export var UpdateMethod = [
4163
3227
  9,
4164
3228
  n0,
4165
3229
  _UM,
4166
- {
4167
- [_ht]: ["PATCH", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}", 200],
4168
- },
3230
+ { [_ht]: ["PATCH", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}", 200] },
4169
3231
  () => UpdateMethodRequest,
4170
3232
  () => Method,
4171
3233
  ];
@@ -4173,9 +3235,7 @@ export var UpdateMethodResponse = [
4173
3235
  9,
4174
3236
  n0,
4175
3237
  _UMRpd,
4176
- {
4177
- [_ht]: ["PATCH", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}/responses/{statusCode}", 201],
4178
- },
3238
+ { [_ht]: ["PATCH", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}/responses/{statusCode}", 201] },
4179
3239
  () => UpdateMethodResponseRequest,
4180
3240
  () => MethodResponse,
4181
3241
  ];
@@ -4183,9 +3243,7 @@ export var UpdateModel = [
4183
3243
  9,
4184
3244
  n0,
4185
3245
  _UMp,
4186
- {
4187
- [_ht]: ["PATCH", "/restapis/{restApiId}/models/{modelName}", 200],
4188
- },
3246
+ { [_ht]: ["PATCH", "/restapis/{restApiId}/models/{modelName}", 200] },
4189
3247
  () => UpdateModelRequest,
4190
3248
  () => Model,
4191
3249
  ];
@@ -4193,9 +3251,7 @@ export var UpdateRequestValidator = [
4193
3251
  9,
4194
3252
  n0,
4195
3253
  _URV,
4196
- {
4197
- [_ht]: ["PATCH", "/restapis/{restApiId}/requestvalidators/{requestValidatorId}", 200],
4198
- },
3254
+ { [_ht]: ["PATCH", "/restapis/{restApiId}/requestvalidators/{requestValidatorId}", 200] },
4199
3255
  () => UpdateRequestValidatorRequest,
4200
3256
  () => RequestValidator,
4201
3257
  ];
@@ -4203,9 +3259,7 @@ export var UpdateResource = [
4203
3259
  9,
4204
3260
  n0,
4205
3261
  _URp,
4206
- {
4207
- [_ht]: ["PATCH", "/restapis/{restApiId}/resources/{resourceId}", 200],
4208
- },
3262
+ { [_ht]: ["PATCH", "/restapis/{restApiId}/resources/{resourceId}", 200] },
4209
3263
  () => UpdateResourceRequest,
4210
3264
  () => Resource,
4211
3265
  ];
@@ -4213,9 +3267,7 @@ export var UpdateRestApi = [
4213
3267
  9,
4214
3268
  n0,
4215
3269
  _URA,
4216
- {
4217
- [_ht]: ["PATCH", "/restapis/{restApiId}", 200],
4218
- },
3270
+ { [_ht]: ["PATCH", "/restapis/{restApiId}", 200] },
4219
3271
  () => UpdateRestApiRequest,
4220
3272
  () => RestApi,
4221
3273
  ];
@@ -4223,9 +3275,7 @@ export var UpdateStage = [
4223
3275
  9,
4224
3276
  n0,
4225
3277
  _US,
4226
- {
4227
- [_ht]: ["PATCH", "/restapis/{restApiId}/stages/{stageName}", 200],
4228
- },
3278
+ { [_ht]: ["PATCH", "/restapis/{restApiId}/stages/{stageName}", 200] },
4229
3279
  () => UpdateStageRequest,
4230
3280
  () => Stage,
4231
3281
  ];
@@ -4233,9 +3283,7 @@ export var UpdateUsage = [
4233
3283
  9,
4234
3284
  n0,
4235
3285
  _UU,
4236
- {
4237
- [_ht]: ["PATCH", "/usageplans/{usagePlanId}/keys/{keyId}/usage", 200],
4238
- },
3286
+ { [_ht]: ["PATCH", "/usageplans/{usagePlanId}/keys/{keyId}/usage", 200] },
4239
3287
  () => UpdateUsageRequest,
4240
3288
  () => Usage,
4241
3289
  ];
@@ -4243,9 +3291,7 @@ export var UpdateUsagePlan = [
4243
3291
  9,
4244
3292
  n0,
4245
3293
  _UUP,
4246
- {
4247
- [_ht]: ["PATCH", "/usageplans/{usagePlanId}", 200],
4248
- },
3294
+ { [_ht]: ["PATCH", "/usageplans/{usagePlanId}", 200] },
4249
3295
  () => UpdateUsagePlanRequest,
4250
3296
  () => UsagePlan,
4251
3297
  ];
@@ -4253,9 +3299,7 @@ export var UpdateVpcLink = [
4253
3299
  9,
4254
3300
  n0,
4255
3301
  _UVL,
4256
- {
4257
- [_ht]: ["PATCH", "/vpclinks/{vpcLinkId}", 200],
4258
- },
3302
+ { [_ht]: ["PATCH", "/vpclinks/{vpcLinkId}", 200] },
4259
3303
  () => UpdateVpcLinkRequest,
4260
3304
  () => VpcLink,
4261
3305
  ];