@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 { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
4
  import { DeleteApiMappingRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteApiMappingCommandInput extends DeleteApiMappingRequest {
21
20
  */
22
21
  export interface DeleteApiMappingCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteApiMappingCommand_base: {
24
+ new (input: DeleteApiMappingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApiMappingCommandInput, DeleteApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an API mapping.</p>
@@ -59,23 +62,5 @@ export interface DeleteApiMappingCommandOutput extends __MetadataBearer {
59
62
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
60
63
  *
61
64
  */
62
- export declare class DeleteApiMappingCommand extends $Command<DeleteApiMappingCommandInput, DeleteApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig> {
63
- readonly input: DeleteApiMappingCommandInput;
64
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
- /**
66
- * @public
67
- */
68
- constructor(input: DeleteApiMappingCommandInput);
69
- /**
70
- * @internal
71
- */
72
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApiMappingCommandInput, DeleteApiMappingCommandOutput>;
73
- /**
74
- * @internal
75
- */
76
- private serialize;
77
- /**
78
- * @internal
79
- */
80
- private deserialize;
65
+ export declare class DeleteApiMappingCommand extends DeleteApiMappingCommand_base {
81
66
  }
@@ -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 { DeleteAuthorizerRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteAuthorizerCommandInput extends DeleteAuthorizerRequest {
21
20
  */
22
21
  export interface DeleteAuthorizerCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteAuthorizerCommand_base: {
24
+ new (input: DeleteAuthorizerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an Authorizer.</p>
@@ -56,23 +59,5 @@ export interface DeleteAuthorizerCommandOutput extends __MetadataBearer {
56
59
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
57
60
  *
58
61
  */
59
- export declare class DeleteAuthorizerCommand extends $Command<DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig> {
60
- readonly input: DeleteAuthorizerCommandInput;
61
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
- /**
63
- * @public
64
- */
65
- constructor(input: DeleteAuthorizerCommandInput);
66
- /**
67
- * @internal
68
- */
69
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput>;
70
- /**
71
- * @internal
72
- */
73
- private serialize;
74
- /**
75
- * @internal
76
- */
77
- private deserialize;
62
+ export declare class DeleteAuthorizerCommand extends DeleteAuthorizerCommand_base {
78
63
  }
@@ -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 { DeleteCorsConfigurationRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteCorsConfigurationCommandInput extends DeleteCorsConfigura
21
20
  */
22
21
  export interface DeleteCorsConfigurationCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteCorsConfigurationCommand_base: {
24
+ new (input: DeleteCorsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCorsConfigurationCommandInput, DeleteCorsConfigurationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a CORS configuration.</p>
@@ -55,23 +58,5 @@ export interface DeleteCorsConfigurationCommandOutput extends __MetadataBearer {
55
58
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
56
59
  *
57
60
  */
58
- export declare class DeleteCorsConfigurationCommand extends $Command<DeleteCorsConfigurationCommandInput, DeleteCorsConfigurationCommandOutput, ApiGatewayV2ClientResolvedConfig> {
59
- readonly input: DeleteCorsConfigurationCommandInput;
60
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
- /**
62
- * @public
63
- */
64
- constructor(input: DeleteCorsConfigurationCommandInput);
65
- /**
66
- * @internal
67
- */
68
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCorsConfigurationCommandInput, DeleteCorsConfigurationCommandOutput>;
69
- /**
70
- * @internal
71
- */
72
- private serialize;
73
- /**
74
- * @internal
75
- */
76
- private deserialize;
61
+ export declare class DeleteCorsConfigurationCommand extends DeleteCorsConfigurationCommand_base {
77
62
  }
@@ -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 { DeleteDeploymentRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDeploymentCommandInput extends DeleteDeploymentRequest {
21
20
  */
22
21
  export interface DeleteDeploymentCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteDeploymentCommand_base: {
24
+ new (input: DeleteDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a Deployment.</p>
@@ -56,23 +59,5 @@ export interface DeleteDeploymentCommandOutput extends __MetadataBearer {
56
59
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
57
60
  *
58
61
  */
59
- export declare class DeleteDeploymentCommand extends $Command<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig> {
60
- readonly input: DeleteDeploymentCommandInput;
61
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
- /**
63
- * @public
64
- */
65
- constructor(input: DeleteDeploymentCommandInput);
66
- /**
67
- * @internal
68
- */
69
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput>;
70
- /**
71
- * @internal
72
- */
73
- private serialize;
74
- /**
75
- * @internal
76
- */
77
- private deserialize;
62
+ export declare class DeleteDeploymentCommand extends DeleteDeploymentCommand_base {
78
63
  }
@@ -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 { DeleteDomainNameRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDomainNameCommandInput extends DeleteDomainNameRequest {
21
20
  */
22
21
  export interface DeleteDomainNameCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteDomainNameCommand_base: {
24
+ new (input: DeleteDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a domain name.</p>
@@ -55,23 +58,5 @@ export interface DeleteDomainNameCommandOutput extends __MetadataBearer {
55
58
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
56
59
  *
57
60
  */
58
- export declare class DeleteDomainNameCommand extends $Command<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig> {
59
- readonly input: DeleteDomainNameCommandInput;
60
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
- /**
62
- * @public
63
- */
64
- constructor(input: DeleteDomainNameCommandInput);
65
- /**
66
- * @internal
67
- */
68
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput>;
69
- /**
70
- * @internal
71
- */
72
- private serialize;
73
- /**
74
- * @internal
75
- */
76
- private deserialize;
61
+ export declare class DeleteDomainNameCommand extends DeleteDomainNameCommand_base {
77
62
  }
@@ -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 { DeleteIntegrationRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteIntegrationCommandInput extends DeleteIntegrationRequest
21
20
  */
22
21
  export interface DeleteIntegrationCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteIntegrationCommand_base: {
24
+ new (input: DeleteIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an Integration.</p>
@@ -56,23 +59,5 @@ export interface DeleteIntegrationCommandOutput extends __MetadataBearer {
56
59
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
57
60
  *
58
61
  */
59
- export declare class DeleteIntegrationCommand extends $Command<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig> {
60
- readonly input: DeleteIntegrationCommandInput;
61
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
- /**
63
- * @public
64
- */
65
- constructor(input: DeleteIntegrationCommandInput);
66
- /**
67
- * @internal
68
- */
69
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput>;
70
- /**
71
- * @internal
72
- */
73
- private serialize;
74
- /**
75
- * @internal
76
- */
77
- private deserialize;
62
+ export declare class DeleteIntegrationCommand extends DeleteIntegrationCommand_base {
78
63
  }
@@ -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 { DeleteIntegrationResponseRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteIntegrationResponseCommandInput extends DeleteIntegration
21
20
  */
22
21
  export interface DeleteIntegrationResponseCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteIntegrationResponseCommand_base: {
24
+ new (input: DeleteIntegrationResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an IntegrationResponses.</p>
@@ -57,23 +60,5 @@ export interface DeleteIntegrationResponseCommandOutput extends __MetadataBearer
57
60
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
58
61
  *
59
62
  */
60
- export declare class DeleteIntegrationResponseCommand extends $Command<DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
61
- readonly input: DeleteIntegrationResponseCommandInput;
62
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
- /**
64
- * @public
65
- */
66
- constructor(input: DeleteIntegrationResponseCommandInput);
67
- /**
68
- * @internal
69
- */
70
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput>;
71
- /**
72
- * @internal
73
- */
74
- private serialize;
75
- /**
76
- * @internal
77
- */
78
- private deserialize;
63
+ export declare class DeleteIntegrationResponseCommand extends DeleteIntegrationResponseCommand_base {
79
64
  }
@@ -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 { DeleteModelRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteModelCommandInput extends DeleteModelRequest {
21
20
  */
22
21
  export interface DeleteModelCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteModelCommand_base: {
24
+ new (input: DeleteModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a Model.</p>
@@ -56,23 +59,5 @@ export interface DeleteModelCommandOutput extends __MetadataBearer {
56
59
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
57
60
  *
58
61
  */
59
- export declare class DeleteModelCommand extends $Command<DeleteModelCommandInput, DeleteModelCommandOutput, ApiGatewayV2ClientResolvedConfig> {
60
- readonly input: DeleteModelCommandInput;
61
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
- /**
63
- * @public
64
- */
65
- constructor(input: DeleteModelCommandInput);
66
- /**
67
- * @internal
68
- */
69
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteModelCommandInput, DeleteModelCommandOutput>;
70
- /**
71
- * @internal
72
- */
73
- private serialize;
74
- /**
75
- * @internal
76
- */
77
- private deserialize;
62
+ export declare class DeleteModelCommand extends DeleteModelCommand_base {
78
63
  }
@@ -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 { DeleteRouteRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteRouteCommandInput extends DeleteRouteRequest {
21
20
  */
22
21
  export interface DeleteRouteCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteRouteCommand_base: {
24
+ new (input: DeleteRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteCommandInput, DeleteRouteCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a Route.</p>
@@ -56,23 +59,5 @@ export interface DeleteRouteCommandOutput extends __MetadataBearer {
56
59
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
57
60
  *
58
61
  */
59
- export declare class DeleteRouteCommand extends $Command<DeleteRouteCommandInput, DeleteRouteCommandOutput, ApiGatewayV2ClientResolvedConfig> {
60
- readonly input: DeleteRouteCommandInput;
61
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
- /**
63
- * @public
64
- */
65
- constructor(input: DeleteRouteCommandInput);
66
- /**
67
- * @internal
68
- */
69
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRouteCommandInput, DeleteRouteCommandOutput>;
70
- /**
71
- * @internal
72
- */
73
- private serialize;
74
- /**
75
- * @internal
76
- */
77
- private deserialize;
62
+ export declare class DeleteRouteCommand extends DeleteRouteCommand_base {
78
63
  }
@@ -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 { DeleteRouteRequestParameterRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteRouteRequestParameterCommandInput extends DeleteRouteRequ
21
20
  */
22
21
  export interface DeleteRouteRequestParameterCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteRouteRequestParameterCommand_base: {
24
+ new (input: DeleteRouteRequestParameterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteRequestParameterCommandInput, DeleteRouteRequestParameterCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a route request parameter. Supported only for WebSocket APIs.</p>
@@ -57,23 +60,5 @@ export interface DeleteRouteRequestParameterCommandOutput extends __MetadataBear
57
60
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
58
61
  *
59
62
  */
60
- export declare class DeleteRouteRequestParameterCommand extends $Command<DeleteRouteRequestParameterCommandInput, DeleteRouteRequestParameterCommandOutput, ApiGatewayV2ClientResolvedConfig> {
61
- readonly input: DeleteRouteRequestParameterCommandInput;
62
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
- /**
64
- * @public
65
- */
66
- constructor(input: DeleteRouteRequestParameterCommandInput);
67
- /**
68
- * @internal
69
- */
70
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRouteRequestParameterCommandInput, DeleteRouteRequestParameterCommandOutput>;
71
- /**
72
- * @internal
73
- */
74
- private serialize;
75
- /**
76
- * @internal
77
- */
78
- private deserialize;
63
+ export declare class DeleteRouteRequestParameterCommand extends DeleteRouteRequestParameterCommand_base {
79
64
  }
@@ -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 { DeleteRouteResponseRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteRouteResponseCommandInput extends DeleteRouteResponseRequ
21
20
  */
22
21
  export interface DeleteRouteResponseCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteRouteResponseCommand_base: {
24
+ new (input: DeleteRouteResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteResponseCommandInput, DeleteRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a RouteResponse.</p>
@@ -57,23 +60,5 @@ export interface DeleteRouteResponseCommandOutput extends __MetadataBearer {
57
60
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
58
61
  *
59
62
  */
60
- export declare class DeleteRouteResponseCommand extends $Command<DeleteRouteResponseCommandInput, DeleteRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
61
- readonly input: DeleteRouteResponseCommandInput;
62
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
- /**
64
- * @public
65
- */
66
- constructor(input: DeleteRouteResponseCommandInput);
67
- /**
68
- * @internal
69
- */
70
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRouteResponseCommandInput, DeleteRouteResponseCommandOutput>;
71
- /**
72
- * @internal
73
- */
74
- private serialize;
75
- /**
76
- * @internal
77
- */
78
- private deserialize;
63
+ export declare class DeleteRouteResponseCommand extends DeleteRouteResponseCommand_base {
79
64
  }
@@ -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 { DeleteRouteSettingsRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteRouteSettingsCommandInput extends DeleteRouteSettingsRequ
21
20
  */
22
21
  export interface DeleteRouteSettingsCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteRouteSettingsCommand_base: {
24
+ new (input: DeleteRouteSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteSettingsCommandInput, DeleteRouteSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the RouteSettings for a stage.</p>
@@ -57,23 +60,5 @@ export interface DeleteRouteSettingsCommandOutput extends __MetadataBearer {
57
60
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
58
61
  *
59
62
  */
60
- export declare class DeleteRouteSettingsCommand extends $Command<DeleteRouteSettingsCommandInput, DeleteRouteSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
61
- readonly input: DeleteRouteSettingsCommandInput;
62
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
- /**
64
- * @public
65
- */
66
- constructor(input: DeleteRouteSettingsCommandInput);
67
- /**
68
- * @internal
69
- */
70
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRouteSettingsCommandInput, DeleteRouteSettingsCommandOutput>;
71
- /**
72
- * @internal
73
- */
74
- private serialize;
75
- /**
76
- * @internal
77
- */
78
- private deserialize;
63
+ export declare class DeleteRouteSettingsCommand extends DeleteRouteSettingsCommand_base {
79
64
  }
@@ -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 { DeleteStageRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteStageCommandInput extends DeleteStageRequest {
21
20
  */
22
21
  export interface DeleteStageCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteStageCommand_base: {
24
+ new (input: DeleteStageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStageCommandInput, DeleteStageCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a Stage.</p>
@@ -56,23 +59,5 @@ export interface DeleteStageCommandOutput extends __MetadataBearer {
56
59
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
57
60
  *
58
61
  */
59
- export declare class DeleteStageCommand extends $Command<DeleteStageCommandInput, DeleteStageCommandOutput, ApiGatewayV2ClientResolvedConfig> {
60
- readonly input: DeleteStageCommandInput;
61
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
- /**
63
- * @public
64
- */
65
- constructor(input: DeleteStageCommandInput);
66
- /**
67
- * @internal
68
- */
69
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteStageCommandInput, DeleteStageCommandOutput>;
70
- /**
71
- * @internal
72
- */
73
- private serialize;
74
- /**
75
- * @internal
76
- */
77
- private deserialize;
62
+ export declare class DeleteStageCommand extends DeleteStageCommand_base {
78
63
  }
@@ -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 { DeleteVpcLinkRequest, DeleteVpcLinkResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteVpcLinkCommandInput extends DeleteVpcLinkRequest {
21
20
  */
22
21
  export interface DeleteVpcLinkCommandOutput extends DeleteVpcLinkResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteVpcLinkCommand_base: {
24
+ new (input: DeleteVpcLinkCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a VPC link.</p>
@@ -55,23 +58,5 @@ export interface DeleteVpcLinkCommandOutput extends DeleteVpcLinkResponse, __Met
55
58
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
56
59
  *
57
60
  */
58
- export declare class DeleteVpcLinkCommand extends $Command<DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig> {
59
- readonly input: DeleteVpcLinkCommandInput;
60
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
- /**
62
- * @public
63
- */
64
- constructor(input: DeleteVpcLinkCommandInput);
65
- /**
66
- * @internal
67
- */
68
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput>;
69
- /**
70
- * @internal
71
- */
72
- private serialize;
73
- /**
74
- * @internal
75
- */
76
- private deserialize;
61
+ export declare class DeleteVpcLinkCommand extends DeleteVpcLinkCommand_base {
77
62
  }