@aws-sdk/client-apigatewayv2 3.477.0 → 3.481.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 (293) hide show
  1. package/dist-cjs/commands/CreateApiCommand.js +18 -41
  2. package/dist-cjs/commands/CreateApiMappingCommand.js +18 -41
  3. package/dist-cjs/commands/CreateAuthorizerCommand.js +18 -41
  4. package/dist-cjs/commands/CreateDeploymentCommand.js +18 -41
  5. package/dist-cjs/commands/CreateDomainNameCommand.js +18 -41
  6. package/dist-cjs/commands/CreateIntegrationCommand.js +18 -41
  7. package/dist-cjs/commands/CreateIntegrationResponseCommand.js +18 -41
  8. package/dist-cjs/commands/CreateModelCommand.js +18 -41
  9. package/dist-cjs/commands/CreateRouteCommand.js +18 -41
  10. package/dist-cjs/commands/CreateRouteResponseCommand.js +18 -41
  11. package/dist-cjs/commands/CreateStageCommand.js +18 -41
  12. package/dist-cjs/commands/CreateVpcLinkCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteAccessLogSettingsCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteApiCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteApiMappingCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteAuthorizerCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteCorsConfigurationCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteDeploymentCommand.js +18 -41
  19. package/dist-cjs/commands/DeleteDomainNameCommand.js +18 -41
  20. package/dist-cjs/commands/DeleteIntegrationCommand.js +18 -41
  21. package/dist-cjs/commands/DeleteIntegrationResponseCommand.js +18 -41
  22. package/dist-cjs/commands/DeleteModelCommand.js +18 -41
  23. package/dist-cjs/commands/DeleteRouteCommand.js +18 -41
  24. package/dist-cjs/commands/DeleteRouteRequestParameterCommand.js +18 -41
  25. package/dist-cjs/commands/DeleteRouteResponseCommand.js +18 -41
  26. package/dist-cjs/commands/DeleteRouteSettingsCommand.js +18 -41
  27. package/dist-cjs/commands/DeleteStageCommand.js +18 -41
  28. package/dist-cjs/commands/DeleteVpcLinkCommand.js +18 -41
  29. package/dist-cjs/commands/ExportApiCommand.js +18 -41
  30. package/dist-cjs/commands/GetApiCommand.js +18 -41
  31. package/dist-cjs/commands/GetApiMappingCommand.js +18 -41
  32. package/dist-cjs/commands/GetApiMappingsCommand.js +18 -41
  33. package/dist-cjs/commands/GetApisCommand.js +18 -41
  34. package/dist-cjs/commands/GetAuthorizerCommand.js +18 -41
  35. package/dist-cjs/commands/GetAuthorizersCommand.js +18 -41
  36. package/dist-cjs/commands/GetDeploymentCommand.js +18 -41
  37. package/dist-cjs/commands/GetDeploymentsCommand.js +18 -41
  38. package/dist-cjs/commands/GetDomainNameCommand.js +18 -41
  39. package/dist-cjs/commands/GetDomainNamesCommand.js +18 -41
  40. package/dist-cjs/commands/GetIntegrationCommand.js +18 -41
  41. package/dist-cjs/commands/GetIntegrationResponseCommand.js +18 -41
  42. package/dist-cjs/commands/GetIntegrationResponsesCommand.js +18 -41
  43. package/dist-cjs/commands/GetIntegrationsCommand.js +18 -41
  44. package/dist-cjs/commands/GetModelCommand.js +18 -41
  45. package/dist-cjs/commands/GetModelTemplateCommand.js +18 -41
  46. package/dist-cjs/commands/GetModelsCommand.js +18 -41
  47. package/dist-cjs/commands/GetRouteCommand.js +18 -41
  48. package/dist-cjs/commands/GetRouteResponseCommand.js +18 -41
  49. package/dist-cjs/commands/GetRouteResponsesCommand.js +18 -41
  50. package/dist-cjs/commands/GetRoutesCommand.js +18 -41
  51. package/dist-cjs/commands/GetStageCommand.js +18 -41
  52. package/dist-cjs/commands/GetStagesCommand.js +18 -41
  53. package/dist-cjs/commands/GetTagsCommand.js +18 -41
  54. package/dist-cjs/commands/GetVpcLinkCommand.js +18 -41
  55. package/dist-cjs/commands/GetVpcLinksCommand.js +18 -41
  56. package/dist-cjs/commands/ImportApiCommand.js +18 -41
  57. package/dist-cjs/commands/ReimportApiCommand.js +18 -41
  58. package/dist-cjs/commands/ResetAuthorizersCacheCommand.js +18 -41
  59. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  60. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  61. package/dist-cjs/commands/UpdateApiCommand.js +18 -41
  62. package/dist-cjs/commands/UpdateApiMappingCommand.js +18 -41
  63. package/dist-cjs/commands/UpdateAuthorizerCommand.js +18 -41
  64. package/dist-cjs/commands/UpdateDeploymentCommand.js +18 -41
  65. package/dist-cjs/commands/UpdateDomainNameCommand.js +18 -41
  66. package/dist-cjs/commands/UpdateIntegrationCommand.js +18 -41
  67. package/dist-cjs/commands/UpdateIntegrationResponseCommand.js +18 -41
  68. package/dist-cjs/commands/UpdateModelCommand.js +18 -41
  69. package/dist-cjs/commands/UpdateRouteCommand.js +18 -41
  70. package/dist-cjs/commands/UpdateRouteResponseCommand.js +18 -41
  71. package/dist-cjs/commands/UpdateStageCommand.js +18 -41
  72. package/dist-cjs/commands/UpdateVpcLinkCommand.js +18 -41
  73. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  74. package/dist-es/commands/CreateApiCommand.js +18 -41
  75. package/dist-es/commands/CreateApiMappingCommand.js +18 -41
  76. package/dist-es/commands/CreateAuthorizerCommand.js +18 -41
  77. package/dist-es/commands/CreateDeploymentCommand.js +18 -41
  78. package/dist-es/commands/CreateDomainNameCommand.js +18 -41
  79. package/dist-es/commands/CreateIntegrationCommand.js +18 -41
  80. package/dist-es/commands/CreateIntegrationResponseCommand.js +18 -41
  81. package/dist-es/commands/CreateModelCommand.js +18 -41
  82. package/dist-es/commands/CreateRouteCommand.js +18 -41
  83. package/dist-es/commands/CreateRouteResponseCommand.js +18 -41
  84. package/dist-es/commands/CreateStageCommand.js +18 -41
  85. package/dist-es/commands/CreateVpcLinkCommand.js +18 -41
  86. package/dist-es/commands/DeleteAccessLogSettingsCommand.js +18 -41
  87. package/dist-es/commands/DeleteApiCommand.js +18 -41
  88. package/dist-es/commands/DeleteApiMappingCommand.js +18 -41
  89. package/dist-es/commands/DeleteAuthorizerCommand.js +18 -41
  90. package/dist-es/commands/DeleteCorsConfigurationCommand.js +18 -41
  91. package/dist-es/commands/DeleteDeploymentCommand.js +18 -41
  92. package/dist-es/commands/DeleteDomainNameCommand.js +18 -41
  93. package/dist-es/commands/DeleteIntegrationCommand.js +18 -41
  94. package/dist-es/commands/DeleteIntegrationResponseCommand.js +18 -41
  95. package/dist-es/commands/DeleteModelCommand.js +18 -41
  96. package/dist-es/commands/DeleteRouteCommand.js +18 -41
  97. package/dist-es/commands/DeleteRouteRequestParameterCommand.js +18 -41
  98. package/dist-es/commands/DeleteRouteResponseCommand.js +18 -41
  99. package/dist-es/commands/DeleteRouteSettingsCommand.js +18 -41
  100. package/dist-es/commands/DeleteStageCommand.js +18 -41
  101. package/dist-es/commands/DeleteVpcLinkCommand.js +18 -41
  102. package/dist-es/commands/ExportApiCommand.js +18 -41
  103. package/dist-es/commands/GetApiCommand.js +18 -41
  104. package/dist-es/commands/GetApiMappingCommand.js +18 -41
  105. package/dist-es/commands/GetApiMappingsCommand.js +18 -41
  106. package/dist-es/commands/GetApisCommand.js +18 -41
  107. package/dist-es/commands/GetAuthorizerCommand.js +18 -41
  108. package/dist-es/commands/GetAuthorizersCommand.js +18 -41
  109. package/dist-es/commands/GetDeploymentCommand.js +18 -41
  110. package/dist-es/commands/GetDeploymentsCommand.js +18 -41
  111. package/dist-es/commands/GetDomainNameCommand.js +18 -41
  112. package/dist-es/commands/GetDomainNamesCommand.js +18 -41
  113. package/dist-es/commands/GetIntegrationCommand.js +18 -41
  114. package/dist-es/commands/GetIntegrationResponseCommand.js +18 -41
  115. package/dist-es/commands/GetIntegrationResponsesCommand.js +18 -41
  116. package/dist-es/commands/GetIntegrationsCommand.js +18 -41
  117. package/dist-es/commands/GetModelCommand.js +18 -41
  118. package/dist-es/commands/GetModelTemplateCommand.js +18 -41
  119. package/dist-es/commands/GetModelsCommand.js +18 -41
  120. package/dist-es/commands/GetRouteCommand.js +18 -41
  121. package/dist-es/commands/GetRouteResponseCommand.js +18 -41
  122. package/dist-es/commands/GetRouteResponsesCommand.js +18 -41
  123. package/dist-es/commands/GetRoutesCommand.js +18 -41
  124. package/dist-es/commands/GetStageCommand.js +18 -41
  125. package/dist-es/commands/GetStagesCommand.js +18 -41
  126. package/dist-es/commands/GetTagsCommand.js +18 -41
  127. package/dist-es/commands/GetVpcLinkCommand.js +18 -41
  128. package/dist-es/commands/GetVpcLinksCommand.js +18 -41
  129. package/dist-es/commands/ImportApiCommand.js +18 -41
  130. package/dist-es/commands/ReimportApiCommand.js +18 -41
  131. package/dist-es/commands/ResetAuthorizersCacheCommand.js +18 -41
  132. package/dist-es/commands/TagResourceCommand.js +18 -41
  133. package/dist-es/commands/UntagResourceCommand.js +18 -41
  134. package/dist-es/commands/UpdateApiCommand.js +18 -41
  135. package/dist-es/commands/UpdateApiMappingCommand.js +18 -41
  136. package/dist-es/commands/UpdateAuthorizerCommand.js +18 -41
  137. package/dist-es/commands/UpdateDeploymentCommand.js +18 -41
  138. package/dist-es/commands/UpdateDomainNameCommand.js +18 -41
  139. package/dist-es/commands/UpdateIntegrationCommand.js +18 -41
  140. package/dist-es/commands/UpdateIntegrationResponseCommand.js +18 -41
  141. package/dist-es/commands/UpdateModelCommand.js +18 -41
  142. package/dist-es/commands/UpdateRouteCommand.js +18 -41
  143. package/dist-es/commands/UpdateRouteResponseCommand.js +18 -41
  144. package/dist-es/commands/UpdateStageCommand.js +18 -41
  145. package/dist-es/commands/UpdateVpcLinkCommand.js +18 -41
  146. package/dist-es/endpoint/EndpointParameters.js +6 -0
  147. package/dist-types/commands/CreateApiCommand.d.ts +6 -21
  148. package/dist-types/commands/CreateApiMappingCommand.d.ts +6 -21
  149. package/dist-types/commands/CreateAuthorizerCommand.d.ts +6 -21
  150. package/dist-types/commands/CreateDeploymentCommand.d.ts +6 -21
  151. package/dist-types/commands/CreateDomainNameCommand.d.ts +6 -21
  152. package/dist-types/commands/CreateIntegrationCommand.d.ts +6 -21
  153. package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +6 -21
  154. package/dist-types/commands/CreateModelCommand.d.ts +6 -21
  155. package/dist-types/commands/CreateRouteCommand.d.ts +6 -21
  156. package/dist-types/commands/CreateRouteResponseCommand.d.ts +6 -21
  157. package/dist-types/commands/CreateStageCommand.d.ts +6 -21
  158. package/dist-types/commands/CreateVpcLinkCommand.d.ts +6 -21
  159. package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +6 -21
  160. package/dist-types/commands/DeleteApiCommand.d.ts +6 -21
  161. package/dist-types/commands/DeleteApiMappingCommand.d.ts +6 -21
  162. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +6 -21
  163. package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +6 -21
  164. package/dist-types/commands/DeleteDeploymentCommand.d.ts +6 -21
  165. package/dist-types/commands/DeleteDomainNameCommand.d.ts +6 -21
  166. package/dist-types/commands/DeleteIntegrationCommand.d.ts +6 -21
  167. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +6 -21
  168. package/dist-types/commands/DeleteModelCommand.d.ts +6 -21
  169. package/dist-types/commands/DeleteRouteCommand.d.ts +6 -21
  170. package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +6 -21
  171. package/dist-types/commands/DeleteRouteResponseCommand.d.ts +6 -21
  172. package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +6 -21
  173. package/dist-types/commands/DeleteStageCommand.d.ts +6 -21
  174. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +6 -21
  175. package/dist-types/commands/ExportApiCommand.d.ts +6 -21
  176. package/dist-types/commands/GetApiCommand.d.ts +6 -21
  177. package/dist-types/commands/GetApiMappingCommand.d.ts +6 -21
  178. package/dist-types/commands/GetApiMappingsCommand.d.ts +6 -21
  179. package/dist-types/commands/GetApisCommand.d.ts +6 -21
  180. package/dist-types/commands/GetAuthorizerCommand.d.ts +6 -21
  181. package/dist-types/commands/GetAuthorizersCommand.d.ts +6 -21
  182. package/dist-types/commands/GetDeploymentCommand.d.ts +6 -21
  183. package/dist-types/commands/GetDeploymentsCommand.d.ts +6 -21
  184. package/dist-types/commands/GetDomainNameCommand.d.ts +6 -21
  185. package/dist-types/commands/GetDomainNamesCommand.d.ts +6 -21
  186. package/dist-types/commands/GetIntegrationCommand.d.ts +6 -21
  187. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +6 -21
  188. package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +6 -21
  189. package/dist-types/commands/GetIntegrationsCommand.d.ts +6 -21
  190. package/dist-types/commands/GetModelCommand.d.ts +6 -21
  191. package/dist-types/commands/GetModelTemplateCommand.d.ts +6 -21
  192. package/dist-types/commands/GetModelsCommand.d.ts +6 -21
  193. package/dist-types/commands/GetRouteCommand.d.ts +6 -21
  194. package/dist-types/commands/GetRouteResponseCommand.d.ts +6 -21
  195. package/dist-types/commands/GetRouteResponsesCommand.d.ts +6 -21
  196. package/dist-types/commands/GetRoutesCommand.d.ts +6 -21
  197. package/dist-types/commands/GetStageCommand.d.ts +6 -21
  198. package/dist-types/commands/GetStagesCommand.d.ts +6 -21
  199. package/dist-types/commands/GetTagsCommand.d.ts +6 -21
  200. package/dist-types/commands/GetVpcLinkCommand.d.ts +6 -21
  201. package/dist-types/commands/GetVpcLinksCommand.d.ts +6 -21
  202. package/dist-types/commands/ImportApiCommand.d.ts +6 -21
  203. package/dist-types/commands/ReimportApiCommand.d.ts +6 -21
  204. package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +6 -21
  205. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  206. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  207. package/dist-types/commands/UpdateApiCommand.d.ts +6 -21
  208. package/dist-types/commands/UpdateApiMappingCommand.d.ts +6 -21
  209. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +6 -21
  210. package/dist-types/commands/UpdateDeploymentCommand.d.ts +6 -21
  211. package/dist-types/commands/UpdateDomainNameCommand.d.ts +6 -21
  212. package/dist-types/commands/UpdateIntegrationCommand.d.ts +6 -21
  213. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +6 -21
  214. package/dist-types/commands/UpdateModelCommand.d.ts +6 -21
  215. package/dist-types/commands/UpdateRouteCommand.d.ts +6 -21
  216. package/dist-types/commands/UpdateRouteResponseCommand.d.ts +6 -21
  217. package/dist-types/commands/UpdateStageCommand.d.ts +6 -21
  218. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +6 -21
  219. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  220. package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +14 -23
  221. package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +14 -23
  222. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +14 -23
  223. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +14 -23
  224. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +14 -23
  225. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +14 -23
  226. package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +12 -24
  227. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +14 -23
  228. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +14 -23
  229. package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +14 -23
  230. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +14 -23
  231. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +14 -23
  232. package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +12 -24
  233. package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +14 -23
  234. package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +14 -23
  235. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +14 -23
  236. package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +12 -24
  237. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +14 -23
  238. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +14 -23
  239. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +14 -23
  240. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +12 -24
  241. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +14 -23
  242. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +14 -23
  243. package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +12 -24
  244. package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +14 -23
  245. package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +14 -23
  246. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +14 -23
  247. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +14 -23
  248. package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +14 -23
  249. package/dist-types/ts3.4/commands/GetApiCommand.d.ts +12 -23
  250. package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +14 -23
  251. package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +14 -23
  252. package/dist-types/ts3.4/commands/GetApisCommand.d.ts +12 -23
  253. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +14 -23
  254. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +14 -23
  255. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +14 -23
  256. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +14 -23
  257. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +14 -23
  258. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +14 -23
  259. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +14 -23
  260. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +12 -24
  261. package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +12 -24
  262. package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +14 -23
  263. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +14 -23
  264. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +14 -23
  265. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +14 -23
  266. package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +14 -23
  267. package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +14 -23
  268. package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +14 -23
  269. package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +14 -23
  270. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +14 -23
  271. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +14 -23
  272. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +12 -23
  273. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +14 -23
  274. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +14 -23
  275. package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +14 -23
  276. package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +14 -23
  277. package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +12 -24
  278. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  279. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  280. package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +14 -23
  281. package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +14 -23
  282. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +14 -23
  283. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +14 -23
  284. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +14 -23
  285. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +14 -23
  286. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +12 -24
  287. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +14 -23
  288. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +14 -23
  289. package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +14 -23
  290. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +14 -23
  291. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +14 -23
  292. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  293. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
4
  import { GetIntegrationsRequest, GetIntegrationsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetIntegrationsCommandInput extends GetIntegrationsRequest {
21
20
  */
22
21
  export interface GetIntegrationsCommandOutput extends GetIntegrationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetIntegrationsCommand_base: {
24
+ new (input: GetIntegrationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntegrationsCommandInput, GetIntegrationsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the Integrations for an API.</p>
@@ -96,23 +99,5 @@ export interface GetIntegrationsCommandOutput extends GetIntegrationsResponse, _
96
99
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
97
100
  *
98
101
  */
99
- export declare class GetIntegrationsCommand extends $Command<GetIntegrationsCommandInput, GetIntegrationsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
100
- readonly input: GetIntegrationsCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: GetIntegrationsCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIntegrationsCommandInput, GetIntegrationsCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class GetIntegrationsCommand extends GetIntegrationsCommand_base {
118
103
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
4
  import { GetModelRequest, GetModelResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetModelCommandInput extends GetModelRequest {
21
20
  */
22
21
  export interface GetModelCommandOutput extends GetModelResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetModelCommand_base: {
24
+ new (input: GetModelCommandInput): import("@smithy/smithy-client").CommandImpl<GetModelCommandInput, GetModelCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a Model.</p>
@@ -62,23 +65,5 @@ export interface GetModelCommandOutput extends GetModelResponse, __MetadataBeare
62
65
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
63
66
  *
64
67
  */
65
- export declare class GetModelCommand extends $Command<GetModelCommandInput, GetModelCommandOutput, ApiGatewayV2ClientResolvedConfig> {
66
- readonly input: GetModelCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: GetModelCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetModelCommandInput, GetModelCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class GetModelCommand extends GetModelCommand_base {
84
69
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
4
  import { GetModelTemplateRequest, GetModelTemplateResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetModelTemplateCommandInput extends GetModelTemplateRequest {
21
20
  */
22
21
  export interface GetModelTemplateCommandOutput extends GetModelTemplateResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetModelTemplateCommand_base: {
24
+ new (input: GetModelTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetModelTemplateCommandInput, GetModelTemplateCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a model template.</p>
@@ -58,23 +61,5 @@ export interface GetModelTemplateCommandOutput extends GetModelTemplateResponse,
58
61
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
59
62
  *
60
63
  */
61
- export declare class GetModelTemplateCommand extends $Command<GetModelTemplateCommandInput, GetModelTemplateCommandOutput, ApiGatewayV2ClientResolvedConfig> {
62
- readonly input: GetModelTemplateCommandInput;
63
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
- /**
65
- * @public
66
- */
67
- constructor(input: GetModelTemplateCommandInput);
68
- /**
69
- * @internal
70
- */
71
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetModelTemplateCommandInput, GetModelTemplateCommandOutput>;
72
- /**
73
- * @internal
74
- */
75
- private serialize;
76
- /**
77
- * @internal
78
- */
79
- private deserialize;
64
+ export declare class GetModelTemplateCommand extends GetModelTemplateCommand_base {
80
65
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
4
  import { GetModelsRequest, GetModelsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetModelsCommandInput extends GetModelsRequest {
21
20
  */
22
21
  export interface GetModelsCommandOutput extends GetModelsResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetModelsCommand_base: {
24
+ new (input: GetModelsCommandInput): import("@smithy/smithy-client").CommandImpl<GetModelsCommandInput, GetModelsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the Models for an API.</p>
@@ -71,23 +74,5 @@ export interface GetModelsCommandOutput extends GetModelsResponse, __MetadataBea
71
74
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
72
75
  *
73
76
  */
74
- export declare class GetModelsCommand extends $Command<GetModelsCommandInput, GetModelsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
75
- readonly input: GetModelsCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: GetModelsCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetModelsCommandInput, GetModelsCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class GetModelsCommand extends GetModelsCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
4
  import { GetRouteRequest, GetRouteResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRouteCommandInput extends GetRouteRequest {
21
20
  */
22
21
  export interface GetRouteCommandOutput extends GetRouteResult, __MetadataBearer {
23
22
  }
23
+ declare const GetRouteCommand_base: {
24
+ new (input: GetRouteCommandInput): import("@smithy/smithy-client").CommandImpl<GetRouteCommandInput, GetRouteCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a Route.</p>
@@ -78,23 +81,5 @@ export interface GetRouteCommandOutput extends GetRouteResult, __MetadataBearer
78
81
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
79
82
  *
80
83
  */
81
- export declare class GetRouteCommand extends $Command<GetRouteCommandInput, GetRouteCommandOutput, ApiGatewayV2ClientResolvedConfig> {
82
- readonly input: GetRouteCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: GetRouteCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRouteCommandInput, GetRouteCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class GetRouteCommand extends GetRouteCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
4
  import { GetRouteResponseRequest, GetRouteResponseResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRouteResponseCommandInput extends GetRouteResponseRequest {
21
20
  */
22
21
  export interface GetRouteResponseCommandOutput extends GetRouteResponseResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetRouteResponseCommand_base: {
24
+ new (input: GetRouteResponseCommandInput): import("@smithy/smithy-client").CommandImpl<GetRouteResponseCommandInput, GetRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a RouteResponse.</p>
@@ -69,23 +72,5 @@ export interface GetRouteResponseCommandOutput extends GetRouteResponseResponse,
69
72
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
70
73
  *
71
74
  */
72
- export declare class GetRouteResponseCommand extends $Command<GetRouteResponseCommandInput, GetRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
73
- readonly input: GetRouteResponseCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: GetRouteResponseCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRouteResponseCommandInput, GetRouteResponseCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class GetRouteResponseCommand extends GetRouteResponseCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
4
  import { GetRouteResponsesRequest, GetRouteResponsesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRouteResponsesCommandInput extends GetRouteResponsesRequest
21
20
  */
22
21
  export interface GetRouteResponsesCommandOutput extends GetRouteResponsesResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetRouteResponsesCommand_base: {
24
+ new (input: GetRouteResponsesCommandInput): import("@smithy/smithy-client").CommandImpl<GetRouteResponsesCommandInput, GetRouteResponsesCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the RouteResponses for a Route.</p>
@@ -78,23 +81,5 @@ export interface GetRouteResponsesCommandOutput extends GetRouteResponsesRespons
78
81
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
79
82
  *
80
83
  */
81
- export declare class GetRouteResponsesCommand extends $Command<GetRouteResponsesCommandInput, GetRouteResponsesCommandOutput, ApiGatewayV2ClientResolvedConfig> {
82
- readonly input: GetRouteResponsesCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: GetRouteResponsesCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRouteResponsesCommandInput, GetRouteResponsesCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class GetRouteResponsesCommand extends GetRouteResponsesCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
4
  import { GetRoutesRequest, GetRoutesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRoutesCommandInput extends GetRoutesRequest {
21
20
  */
22
21
  export interface GetRoutesCommandOutput extends GetRoutesResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetRoutesCommand_base: {
24
+ new (input: GetRoutesCommandInput): import("@smithy/smithy-client").CommandImpl<GetRoutesCommandInput, GetRoutesCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the Routes for an API.</p>
@@ -87,23 +90,5 @@ export interface GetRoutesCommandOutput extends GetRoutesResponse, __MetadataBea
87
90
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
88
91
  *
89
92
  */
90
- export declare class GetRoutesCommand extends $Command<GetRoutesCommandInput, GetRoutesCommandOutput, ApiGatewayV2ClientResolvedConfig> {
91
- readonly input: GetRoutesCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: GetRoutesCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRoutesCommandInput, GetRoutesCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class GetRoutesCommand extends GetRoutesCommand_base {
109
94
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
4
  import { GetStageRequest, GetStageResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetStageCommandInput extends GetStageRequest {
21
20
  */
22
21
  export interface GetStageCommandOutput extends GetStageResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetStageCommand_base: {
24
+ new (input: GetStageCommandInput): import("@smithy/smithy-client").CommandImpl<GetStageCommandInput, GetStageCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a Stage.</p>
@@ -92,23 +95,5 @@ export interface GetStageCommandOutput extends GetStageResponse, __MetadataBeare
92
95
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
93
96
  *
94
97
  */
95
- export declare class GetStageCommand extends $Command<GetStageCommandInput, GetStageCommandOutput, ApiGatewayV2ClientResolvedConfig> {
96
- readonly input: GetStageCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: GetStageCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetStageCommandInput, GetStageCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class GetStageCommand extends GetStageCommand_base {
114
99
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
4
  import { GetStagesRequest, GetStagesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetStagesCommandInput extends GetStagesRequest {
21
20
  */
22
21
  export interface GetStagesCommandOutput extends GetStagesResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetStagesCommand_base: {
24
+ new (input: GetStagesCommandInput): import("@smithy/smithy-client").CommandImpl<GetStagesCommandInput, GetStagesCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the Stages for an API.</p>
@@ -101,23 +104,5 @@ export interface GetStagesCommandOutput extends GetStagesResponse, __MetadataBea
101
104
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
102
105
  *
103
106
  */
104
- export declare class GetStagesCommand extends $Command<GetStagesCommandInput, GetStagesCommandOutput, ApiGatewayV2ClientResolvedConfig> {
105
- readonly input: GetStagesCommandInput;
106
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
107
- /**
108
- * @public
109
- */
110
- constructor(input: GetStagesCommandInput);
111
- /**
112
- * @internal
113
- */
114
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetStagesCommandInput, GetStagesCommandOutput>;
115
- /**
116
- * @internal
117
- */
118
- private serialize;
119
- /**
120
- * @internal
121
- */
122
- private deserialize;
107
+ export declare class GetStagesCommand extends GetStagesCommand_base {
123
108
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
4
  import { GetTagsRequest, GetTagsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetTagsCommandInput extends GetTagsRequest {
21
20
  */
22
21
  export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetTagsCommand_base: {
24
+ new (input: GetTagsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTagsCommandInput, GetTagsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a collection of Tag resources.</p>
@@ -65,23 +68,5 @@ export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer
65
68
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
66
69
  *
67
70
  */
68
- export declare class GetTagsCommand extends $Command<GetTagsCommandInput, GetTagsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
69
- readonly input: GetTagsCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: GetTagsCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTagsCommandInput, GetTagsCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class GetTagsCommand extends GetTagsCommand_base {
87
72
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
4
  import { GetVpcLinkRequest, GetVpcLinkResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetVpcLinkCommandInput extends GetVpcLinkRequest {
21
20
  */
22
21
  export interface GetVpcLinkCommandOutput extends GetVpcLinkResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetVpcLinkCommand_base: {
24
+ new (input: GetVpcLinkCommandInput): import("@smithy/smithy-client").CommandImpl<GetVpcLinkCommandInput, GetVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a VPC link.</p>
@@ -71,23 +74,5 @@ export interface GetVpcLinkCommandOutput extends GetVpcLinkResponse, __MetadataB
71
74
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
72
75
  *
73
76
  */
74
- export declare class GetVpcLinkCommand extends $Command<GetVpcLinkCommandInput, GetVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig> {
75
- readonly input: GetVpcLinkCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: GetVpcLinkCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVpcLinkCommandInput, GetVpcLinkCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class GetVpcLinkCommand extends GetVpcLinkCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
4
  import { GetVpcLinksRequest, GetVpcLinksResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetVpcLinksCommandInput extends GetVpcLinksRequest {
21
20
  */
22
21
  export interface GetVpcLinksCommandOutput extends GetVpcLinksResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetVpcLinksCommand_base: {
24
+ new (input: GetVpcLinksCommandInput): import("@smithy/smithy-client").CommandImpl<GetVpcLinksCommandInput, GetVpcLinksCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a collection of VPC links.</p>
@@ -77,23 +80,5 @@ export interface GetVpcLinksCommandOutput extends GetVpcLinksResponse, __Metadat
77
80
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
78
81
  *
79
82
  */
80
- export declare class GetVpcLinksCommand extends $Command<GetVpcLinksCommandInput, GetVpcLinksCommandOutput, ApiGatewayV2ClientResolvedConfig> {
81
- readonly input: GetVpcLinksCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: GetVpcLinksCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVpcLinksCommandInput, GetVpcLinksCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class GetVpcLinksCommand extends GetVpcLinksCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
4
  import { ImportApiRequest, ImportApiResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ImportApiCommandInput extends ImportApiRequest {
21
20
  */
22
21
  export interface ImportApiCommandOutput extends ImportApiResponse, __MetadataBearer {
23
22
  }
23
+ declare const ImportApiCommand_base: {
24
+ new (input: ImportApiCommandInput): import("@smithy/smithy-client").CommandImpl<ImportApiCommandInput, ImportApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Imports an API.</p>
@@ -101,23 +104,5 @@ export interface ImportApiCommandOutput extends ImportApiResponse, __MetadataBea
101
104
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
102
105
  *
103
106
  */
104
- export declare class ImportApiCommand extends $Command<ImportApiCommandInput, ImportApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
105
- readonly input: ImportApiCommandInput;
106
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
107
- /**
108
- * @public
109
- */
110
- constructor(input: ImportApiCommandInput);
111
- /**
112
- * @internal
113
- */
114
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportApiCommandInput, ImportApiCommandOutput>;
115
- /**
116
- * @internal
117
- */
118
- private serialize;
119
- /**
120
- * @internal
121
- */
122
- private deserialize;
107
+ export declare class ImportApiCommand extends ImportApiCommand_base {
123
108
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
4
  import { ReimportApiRequest, ReimportApiResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ReimportApiCommandInput extends ReimportApiRequest {
21
20
  */
22
21
  export interface ReimportApiCommandOutput extends ReimportApiResponse, __MetadataBearer {
23
22
  }
23
+ declare const ReimportApiCommand_base: {
24
+ new (input: ReimportApiCommandInput): import("@smithy/smithy-client").CommandImpl<ReimportApiCommandInput, ReimportApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Puts an Api resource.</p>
@@ -102,23 +105,5 @@ export interface ReimportApiCommandOutput extends ReimportApiResponse, __Metadat
102
105
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
103
106
  *
104
107
  */
105
- export declare class ReimportApiCommand extends $Command<ReimportApiCommandInput, ReimportApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
106
- readonly input: ReimportApiCommandInput;
107
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
- /**
109
- * @public
110
- */
111
- constructor(input: ReimportApiCommandInput);
112
- /**
113
- * @internal
114
- */
115
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ReimportApiCommandInput, ReimportApiCommandOutput>;
116
- /**
117
- * @internal
118
- */
119
- private serialize;
120
- /**
121
- * @internal
122
- */
123
- private deserialize;
108
+ export declare class ReimportApiCommand extends ReimportApiCommand_base {
124
109
  }