@aws-sdk/client-apigatewayv2 3.478.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 +9 -9
@@ -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 { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
5
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
6
5
  import { ExportApiRequest, ExportApiResponse } from "../models/models_0";
@@ -28,6 +27,10 @@ export type ExportApiCommandOutputType = Omit<ExportApiResponse, "body"> & {
28
27
  */
29
28
  export interface ExportApiCommandOutput extends ExportApiCommandOutputType, __MetadataBearer {
30
29
  }
30
+ declare const ExportApiCommand_base: {
31
+ new (input: ExportApiCommandInput): import("@smithy/smithy-client").CommandImpl<ExportApiCommandInput, ExportApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
+ };
31
34
  /**
32
35
  * @public
33
36
  *
@@ -72,23 +75,5 @@ export interface ExportApiCommandOutput extends ExportApiCommandOutputType, __Me
72
75
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
73
76
  *
74
77
  */
75
- export declare class ExportApiCommand extends $Command<ExportApiCommandInput, ExportApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
76
- readonly input: ExportApiCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: ExportApiCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportApiCommandInput, ExportApiCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class ExportApiCommand extends ExportApiCommand_base {
94
79
  }
@@ -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 { GetApiRequest, GetApiResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetApiCommandInput extends GetApiRequest {
21
20
  */
22
21
  export interface GetApiCommandOutput extends GetApiResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetApiCommand_base: {
24
+ new (input: GetApiCommandInput): import("@smithy/smithy-client").CommandImpl<GetApiCommandInput, GetApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets an Api resource.</p>
@@ -93,23 +96,5 @@ export interface GetApiCommandOutput extends GetApiResponse, __MetadataBearer {
93
96
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
94
97
  *
95
98
  */
96
- export declare class GetApiCommand extends $Command<GetApiCommandInput, GetApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
97
- readonly input: GetApiCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: GetApiCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApiCommandInput, GetApiCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class GetApiCommand extends GetApiCommand_base {
115
100
  }
@@ -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 { GetApiMappingRequest, GetApiMappingResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetApiMappingCommandInput extends GetApiMappingRequest {
21
20
  */
22
21
  export interface GetApiMappingCommandOutput extends GetApiMappingResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetApiMappingCommand_base: {
24
+ new (input: GetApiMappingCommandInput): import("@smithy/smithy-client").CommandImpl<GetApiMappingCommandInput, GetApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets an API mapping.</p>
@@ -64,23 +67,5 @@ export interface GetApiMappingCommandOutput extends GetApiMappingResponse, __Met
64
67
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
65
68
  *
66
69
  */
67
- export declare class GetApiMappingCommand extends $Command<GetApiMappingCommandInput, GetApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig> {
68
- readonly input: GetApiMappingCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: GetApiMappingCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApiMappingCommandInput, GetApiMappingCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class GetApiMappingCommand extends GetApiMappingCommand_base {
86
71
  }
@@ -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 { GetApiMappingsRequest, GetApiMappingsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetApiMappingsCommandInput extends GetApiMappingsRequest {
21
20
  */
22
21
  export interface GetApiMappingsCommandOutput extends GetApiMappingsResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetApiMappingsCommand_base: {
24
+ new (input: GetApiMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetApiMappingsCommandInput, GetApiMappingsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets API mappings.</p>
@@ -70,23 +73,5 @@ export interface GetApiMappingsCommandOutput extends GetApiMappingsResponse, __M
70
73
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
71
74
  *
72
75
  */
73
- export declare class GetApiMappingsCommand extends $Command<GetApiMappingsCommandInput, GetApiMappingsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
74
- readonly input: GetApiMappingsCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: GetApiMappingsCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApiMappingsCommandInput, GetApiMappingsCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class GetApiMappingsCommand extends GetApiMappingsCommand_base {
92
77
  }
@@ -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 { GetApisRequest, GetApisResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetApisCommandInput extends GetApisRequest {
21
20
  */
22
21
  export interface GetApisCommandOutput extends GetApisResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetApisCommand_base: {
24
+ new (input: GetApisCommandInput): import("@smithy/smithy-client").CommandImpl<GetApisCommandInput, GetApisCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a collection of Api resources.</p>
@@ -102,23 +105,5 @@ export interface GetApisCommandOutput extends GetApisResponse, __MetadataBearer
102
105
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
103
106
  *
104
107
  */
105
- export declare class GetApisCommand extends $Command<GetApisCommandInput, GetApisCommandOutput, ApiGatewayV2ClientResolvedConfig> {
106
- readonly input: GetApisCommandInput;
107
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
- /**
109
- * @public
110
- */
111
- constructor(input: GetApisCommandInput);
112
- /**
113
- * @internal
114
- */
115
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApisCommandInput, GetApisCommandOutput>;
116
- /**
117
- * @internal
118
- */
119
- private serialize;
120
- /**
121
- * @internal
122
- */
123
- private deserialize;
108
+ export declare class GetApisCommand extends GetApisCommand_base {
124
109
  }
@@ -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 { GetAuthorizerRequest, GetAuthorizerResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAuthorizerCommandInput extends GetAuthorizerRequest {
21
20
  */
22
21
  export interface GetAuthorizerCommandOutput extends GetAuthorizerResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetAuthorizerCommand_base: {
24
+ new (input: GetAuthorizerCommandInput): import("@smithy/smithy-client").CommandImpl<GetAuthorizerCommandInput, GetAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets an Authorizer.</p>
@@ -75,23 +78,5 @@ export interface GetAuthorizerCommandOutput extends GetAuthorizerResponse, __Met
75
78
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
76
79
  *
77
80
  */
78
- export declare class GetAuthorizerCommand extends $Command<GetAuthorizerCommandInput, GetAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig> {
79
- readonly input: GetAuthorizerCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: GetAuthorizerCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAuthorizerCommandInput, GetAuthorizerCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class GetAuthorizerCommand extends GetAuthorizerCommand_base {
97
82
  }
@@ -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 { GetAuthorizersRequest, GetAuthorizersResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAuthorizersCommandInput extends GetAuthorizersRequest {
21
20
  */
22
21
  export interface GetAuthorizersCommandOutput extends GetAuthorizersResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetAuthorizersCommand_base: {
24
+ new (input: GetAuthorizersCommandInput): import("@smithy/smithy-client").CommandImpl<GetAuthorizersCommandInput, GetAuthorizersCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the Authorizers for an API.</p>
@@ -84,23 +87,5 @@ export interface GetAuthorizersCommandOutput extends GetAuthorizersResponse, __M
84
87
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
85
88
  *
86
89
  */
87
- export declare class GetAuthorizersCommand extends $Command<GetAuthorizersCommandInput, GetAuthorizersCommandOutput, ApiGatewayV2ClientResolvedConfig> {
88
- readonly input: GetAuthorizersCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: GetAuthorizersCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAuthorizersCommandInput, GetAuthorizersCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class GetAuthorizersCommand extends GetAuthorizersCommand_base {
106
91
  }
@@ -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 { GetDeploymentRequest, GetDeploymentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDeploymentCommandInput extends GetDeploymentRequest {
21
20
  */
22
21
  export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDeploymentCommand_base: {
24
+ new (input: GetDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a Deployment.</p>
@@ -63,23 +66,5 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
63
66
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
64
67
  *
65
68
  */
66
- export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig> {
67
- readonly input: GetDeploymentCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: GetDeploymentCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentCommandInput, GetDeploymentCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class GetDeploymentCommand extends GetDeploymentCommand_base {
85
70
  }
@@ -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 { GetDeploymentsRequest, GetDeploymentsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDeploymentsCommandInput extends GetDeploymentsRequest {
21
20
  */
22
21
  export interface GetDeploymentsCommandOutput extends GetDeploymentsResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDeploymentsCommand_base: {
24
+ new (input: GetDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentsCommandInput, GetDeploymentsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the Deployments for an API.</p>
@@ -72,23 +75,5 @@ export interface GetDeploymentsCommandOutput extends GetDeploymentsResponse, __M
72
75
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
73
76
  *
74
77
  */
75
- export declare class GetDeploymentsCommand extends $Command<GetDeploymentsCommandInput, GetDeploymentsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
76
- readonly input: GetDeploymentsCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: GetDeploymentsCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentsCommandInput, GetDeploymentsCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class GetDeploymentsCommand extends GetDeploymentsCommand_base {
94
79
  }
@@ -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 { GetDomainNameRequest, GetDomainNameResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDomainNameCommandInput extends GetDomainNameRequest {
21
20
  */
22
21
  export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDomainNameCommand_base: {
24
+ new (input: GetDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainNameCommandInput, GetDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a domain name.</p>
@@ -82,23 +85,5 @@ export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __Met
82
85
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
83
86
  *
84
87
  */
85
- export declare class GetDomainNameCommand extends $Command<GetDomainNameCommandInput, GetDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig> {
86
- readonly input: GetDomainNameCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: GetDomainNameCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDomainNameCommandInput, GetDomainNameCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class GetDomainNameCommand extends GetDomainNameCommand_base {
104
89
  }
@@ -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 { GetDomainNamesRequest, GetDomainNamesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDomainNamesCommandInput extends GetDomainNamesRequest {
21
20
  */
22
21
  export interface GetDomainNamesCommandOutput extends GetDomainNamesResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDomainNamesCommand_base: {
24
+ new (input: GetDomainNamesCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainNamesCommandInput, GetDomainNamesCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the domain names for an AWS account.</p>
@@ -91,23 +94,5 @@ export interface GetDomainNamesCommandOutput extends GetDomainNamesResponse, __M
91
94
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
92
95
  *
93
96
  */
94
- export declare class GetDomainNamesCommand extends $Command<GetDomainNamesCommandInput, GetDomainNamesCommandOutput, ApiGatewayV2ClientResolvedConfig> {
95
- readonly input: GetDomainNamesCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: GetDomainNamesCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDomainNamesCommandInput, GetDomainNamesCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class GetDomainNamesCommand extends GetDomainNamesCommand_base {
113
98
  }
@@ -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 { GetIntegrationRequest, GetIntegrationResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetIntegrationCommandInput extends GetIntegrationRequest {
21
20
  */
22
21
  export interface GetIntegrationCommandOutput extends GetIntegrationResult, __MetadataBearer {
23
22
  }
23
+ declare const GetIntegrationCommand_base: {
24
+ new (input: GetIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntegrationCommandInput, GetIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets an Integration.</p>
@@ -87,23 +90,5 @@ export interface GetIntegrationCommandOutput extends GetIntegrationResult, __Met
87
90
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
88
91
  *
89
92
  */
90
- export declare class GetIntegrationCommand extends $Command<GetIntegrationCommandInput, GetIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig> {
91
- readonly input: GetIntegrationCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: GetIntegrationCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIntegrationCommandInput, GetIntegrationCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class GetIntegrationCommand extends GetIntegrationCommand_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 { GetIntegrationResponseRequest, GetIntegrationResponseResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetIntegrationResponseCommandInput extends GetIntegrationRespon
21
20
  */
22
21
  export interface GetIntegrationResponseCommandOutput extends GetIntegrationResponseResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetIntegrationResponseCommand_base: {
24
+ new (input: GetIntegrationResponseCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets an IntegrationResponses.</p>
@@ -68,23 +71,5 @@ export interface GetIntegrationResponseCommandOutput extends GetIntegrationRespo
68
71
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
69
72
  *
70
73
  */
71
- export declare class GetIntegrationResponseCommand extends $Command<GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
72
- readonly input: GetIntegrationResponseCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: GetIntegrationResponseCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class GetIntegrationResponseCommand extends GetIntegrationResponseCommand_base {
90
75
  }
@@ -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 { GetIntegrationResponsesRequest, GetIntegrationResponsesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetIntegrationResponsesCommandInput extends GetIntegrationRespo
21
20
  */
22
21
  export interface GetIntegrationResponsesCommandOutput extends GetIntegrationResponsesResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetIntegrationResponsesCommand_base: {
24
+ new (input: GetIntegrationResponsesCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntegrationResponsesCommandInput, GetIntegrationResponsesCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the IntegrationResponses for an Integration.</p>
@@ -77,23 +80,5 @@ export interface GetIntegrationResponsesCommandOutput extends GetIntegrationResp
77
80
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
78
81
  *
79
82
  */
80
- export declare class GetIntegrationResponsesCommand extends $Command<GetIntegrationResponsesCommandInput, GetIntegrationResponsesCommandOutput, ApiGatewayV2ClientResolvedConfig> {
81
- readonly input: GetIntegrationResponsesCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: GetIntegrationResponsesCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIntegrationResponsesCommandInput, GetIntegrationResponsesCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class GetIntegrationResponsesCommand extends GetIntegrationResponsesCommand_base {
99
84
  }