@aws-sdk/client-apigatewayv2 3.337.0 → 3.338.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 (301) hide show
  1. package/dist-cjs/ApiGatewayV2Client.js +2 -1
  2. package/dist-cjs/commands/CreateApiCommand.js +2 -1
  3. package/dist-cjs/commands/CreateApiMappingCommand.js +2 -1
  4. package/dist-cjs/commands/CreateAuthorizerCommand.js +2 -1
  5. package/dist-cjs/commands/CreateDeploymentCommand.js +2 -1
  6. package/dist-cjs/commands/CreateDomainNameCommand.js +2 -1
  7. package/dist-cjs/commands/CreateIntegrationCommand.js +2 -1
  8. package/dist-cjs/commands/CreateIntegrationResponseCommand.js +2 -1
  9. package/dist-cjs/commands/CreateModelCommand.js +2 -1
  10. package/dist-cjs/commands/CreateRouteCommand.js +2 -1
  11. package/dist-cjs/commands/CreateRouteResponseCommand.js +2 -1
  12. package/dist-cjs/commands/CreateStageCommand.js +2 -1
  13. package/dist-cjs/commands/CreateVpcLinkCommand.js +2 -1
  14. package/dist-cjs/commands/DeleteAccessLogSettingsCommand.js +2 -1
  15. package/dist-cjs/commands/DeleteApiCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteApiMappingCommand.js +2 -1
  17. package/dist-cjs/commands/DeleteAuthorizerCommand.js +2 -1
  18. package/dist-cjs/commands/DeleteCorsConfigurationCommand.js +2 -1
  19. package/dist-cjs/commands/DeleteDeploymentCommand.js +2 -1
  20. package/dist-cjs/commands/DeleteDomainNameCommand.js +2 -1
  21. package/dist-cjs/commands/DeleteIntegrationCommand.js +2 -1
  22. package/dist-cjs/commands/DeleteIntegrationResponseCommand.js +2 -1
  23. package/dist-cjs/commands/DeleteModelCommand.js +2 -1
  24. package/dist-cjs/commands/DeleteRouteCommand.js +2 -1
  25. package/dist-cjs/commands/DeleteRouteRequestParameterCommand.js +2 -1
  26. package/dist-cjs/commands/DeleteRouteResponseCommand.js +2 -1
  27. package/dist-cjs/commands/DeleteRouteSettingsCommand.js +2 -1
  28. package/dist-cjs/commands/DeleteStageCommand.js +2 -1
  29. package/dist-cjs/commands/DeleteVpcLinkCommand.js +2 -1
  30. package/dist-cjs/commands/ExportApiCommand.js +2 -1
  31. package/dist-cjs/commands/GetApiCommand.js +2 -1
  32. package/dist-cjs/commands/GetApiMappingCommand.js +2 -1
  33. package/dist-cjs/commands/GetApiMappingsCommand.js +2 -1
  34. package/dist-cjs/commands/GetApisCommand.js +2 -1
  35. package/dist-cjs/commands/GetAuthorizerCommand.js +2 -1
  36. package/dist-cjs/commands/GetAuthorizersCommand.js +2 -1
  37. package/dist-cjs/commands/GetDeploymentCommand.js +2 -1
  38. package/dist-cjs/commands/GetDeploymentsCommand.js +2 -1
  39. package/dist-cjs/commands/GetDomainNameCommand.js +2 -1
  40. package/dist-cjs/commands/GetDomainNamesCommand.js +2 -1
  41. package/dist-cjs/commands/GetIntegrationCommand.js +2 -1
  42. package/dist-cjs/commands/GetIntegrationResponseCommand.js +2 -1
  43. package/dist-cjs/commands/GetIntegrationResponsesCommand.js +2 -1
  44. package/dist-cjs/commands/GetIntegrationsCommand.js +2 -1
  45. package/dist-cjs/commands/GetModelCommand.js +2 -1
  46. package/dist-cjs/commands/GetModelTemplateCommand.js +2 -1
  47. package/dist-cjs/commands/GetModelsCommand.js +2 -1
  48. package/dist-cjs/commands/GetRouteCommand.js +2 -1
  49. package/dist-cjs/commands/GetRouteResponseCommand.js +2 -1
  50. package/dist-cjs/commands/GetRouteResponsesCommand.js +2 -1
  51. package/dist-cjs/commands/GetRoutesCommand.js +2 -1
  52. package/dist-cjs/commands/GetStageCommand.js +2 -1
  53. package/dist-cjs/commands/GetStagesCommand.js +2 -1
  54. package/dist-cjs/commands/GetTagsCommand.js +2 -1
  55. package/dist-cjs/commands/GetVpcLinkCommand.js +2 -1
  56. package/dist-cjs/commands/GetVpcLinksCommand.js +2 -1
  57. package/dist-cjs/commands/ImportApiCommand.js +2 -1
  58. package/dist-cjs/commands/ReimportApiCommand.js +2 -1
  59. package/dist-cjs/commands/ResetAuthorizersCacheCommand.js +2 -1
  60. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  61. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  62. package/dist-cjs/commands/UpdateApiCommand.js +2 -1
  63. package/dist-cjs/commands/UpdateApiMappingCommand.js +2 -1
  64. package/dist-cjs/commands/UpdateAuthorizerCommand.js +2 -1
  65. package/dist-cjs/commands/UpdateDeploymentCommand.js +2 -1
  66. package/dist-cjs/commands/UpdateDomainNameCommand.js +2 -1
  67. package/dist-cjs/commands/UpdateIntegrationCommand.js +2 -1
  68. package/dist-cjs/commands/UpdateIntegrationResponseCommand.js +2 -1
  69. package/dist-cjs/commands/UpdateModelCommand.js +2 -1
  70. package/dist-cjs/commands/UpdateRouteCommand.js +2 -1
  71. package/dist-cjs/commands/UpdateRouteResponseCommand.js +2 -1
  72. package/dist-cjs/commands/UpdateStageCommand.js +2 -1
  73. package/dist-cjs/commands/UpdateVpcLinkCommand.js +2 -1
  74. package/dist-cjs/index.js +1 -1
  75. package/dist-cjs/models/ApiGatewayV2ServiceException.js +2 -1
  76. package/dist-es/ApiGatewayV2Client.js +1 -0
  77. package/dist-es/commands/CreateApiCommand.js +1 -0
  78. package/dist-es/commands/CreateApiMappingCommand.js +1 -0
  79. package/dist-es/commands/CreateAuthorizerCommand.js +1 -0
  80. package/dist-es/commands/CreateDeploymentCommand.js +1 -0
  81. package/dist-es/commands/CreateDomainNameCommand.js +1 -0
  82. package/dist-es/commands/CreateIntegrationCommand.js +1 -0
  83. package/dist-es/commands/CreateIntegrationResponseCommand.js +1 -0
  84. package/dist-es/commands/CreateModelCommand.js +1 -0
  85. package/dist-es/commands/CreateRouteCommand.js +1 -0
  86. package/dist-es/commands/CreateRouteResponseCommand.js +1 -0
  87. package/dist-es/commands/CreateStageCommand.js +1 -0
  88. package/dist-es/commands/CreateVpcLinkCommand.js +1 -0
  89. package/dist-es/commands/DeleteAccessLogSettingsCommand.js +1 -0
  90. package/dist-es/commands/DeleteApiCommand.js +1 -0
  91. package/dist-es/commands/DeleteApiMappingCommand.js +1 -0
  92. package/dist-es/commands/DeleteAuthorizerCommand.js +1 -0
  93. package/dist-es/commands/DeleteCorsConfigurationCommand.js +1 -0
  94. package/dist-es/commands/DeleteDeploymentCommand.js +1 -0
  95. package/dist-es/commands/DeleteDomainNameCommand.js +1 -0
  96. package/dist-es/commands/DeleteIntegrationCommand.js +1 -0
  97. package/dist-es/commands/DeleteIntegrationResponseCommand.js +1 -0
  98. package/dist-es/commands/DeleteModelCommand.js +1 -0
  99. package/dist-es/commands/DeleteRouteCommand.js +1 -0
  100. package/dist-es/commands/DeleteRouteRequestParameterCommand.js +1 -0
  101. package/dist-es/commands/DeleteRouteResponseCommand.js +1 -0
  102. package/dist-es/commands/DeleteRouteSettingsCommand.js +1 -0
  103. package/dist-es/commands/DeleteStageCommand.js +1 -0
  104. package/dist-es/commands/DeleteVpcLinkCommand.js +1 -0
  105. package/dist-es/commands/ExportApiCommand.js +1 -0
  106. package/dist-es/commands/GetApiCommand.js +1 -0
  107. package/dist-es/commands/GetApiMappingCommand.js +1 -0
  108. package/dist-es/commands/GetApiMappingsCommand.js +1 -0
  109. package/dist-es/commands/GetApisCommand.js +1 -0
  110. package/dist-es/commands/GetAuthorizerCommand.js +1 -0
  111. package/dist-es/commands/GetAuthorizersCommand.js +1 -0
  112. package/dist-es/commands/GetDeploymentCommand.js +1 -0
  113. package/dist-es/commands/GetDeploymentsCommand.js +1 -0
  114. package/dist-es/commands/GetDomainNameCommand.js +1 -0
  115. package/dist-es/commands/GetDomainNamesCommand.js +1 -0
  116. package/dist-es/commands/GetIntegrationCommand.js +1 -0
  117. package/dist-es/commands/GetIntegrationResponseCommand.js +1 -0
  118. package/dist-es/commands/GetIntegrationResponsesCommand.js +1 -0
  119. package/dist-es/commands/GetIntegrationsCommand.js +1 -0
  120. package/dist-es/commands/GetModelCommand.js +1 -0
  121. package/dist-es/commands/GetModelTemplateCommand.js +1 -0
  122. package/dist-es/commands/GetModelsCommand.js +1 -0
  123. package/dist-es/commands/GetRouteCommand.js +1 -0
  124. package/dist-es/commands/GetRouteResponseCommand.js +1 -0
  125. package/dist-es/commands/GetRouteResponsesCommand.js +1 -0
  126. package/dist-es/commands/GetRoutesCommand.js +1 -0
  127. package/dist-es/commands/GetStageCommand.js +1 -0
  128. package/dist-es/commands/GetStagesCommand.js +1 -0
  129. package/dist-es/commands/GetTagsCommand.js +1 -0
  130. package/dist-es/commands/GetVpcLinkCommand.js +1 -0
  131. package/dist-es/commands/GetVpcLinksCommand.js +1 -0
  132. package/dist-es/commands/ImportApiCommand.js +1 -0
  133. package/dist-es/commands/ReimportApiCommand.js +1 -0
  134. package/dist-es/commands/ResetAuthorizersCacheCommand.js +1 -0
  135. package/dist-es/commands/TagResourceCommand.js +1 -0
  136. package/dist-es/commands/UntagResourceCommand.js +1 -0
  137. package/dist-es/commands/UpdateApiCommand.js +1 -0
  138. package/dist-es/commands/UpdateApiMappingCommand.js +1 -0
  139. package/dist-es/commands/UpdateAuthorizerCommand.js +1 -0
  140. package/dist-es/commands/UpdateDeploymentCommand.js +1 -0
  141. package/dist-es/commands/UpdateDomainNameCommand.js +1 -0
  142. package/dist-es/commands/UpdateIntegrationCommand.js +1 -0
  143. package/dist-es/commands/UpdateIntegrationResponseCommand.js +1 -0
  144. package/dist-es/commands/UpdateModelCommand.js +1 -0
  145. package/dist-es/commands/UpdateRouteCommand.js +1 -0
  146. package/dist-es/commands/UpdateRouteResponseCommand.js +1 -0
  147. package/dist-es/commands/UpdateStageCommand.js +1 -0
  148. package/dist-es/commands/UpdateVpcLinkCommand.js +1 -0
  149. package/dist-es/index.js +1 -1
  150. package/dist-es/models/ApiGatewayV2ServiceException.js +1 -0
  151. package/dist-types/ApiGatewayV2Client.d.ts +3 -3
  152. package/dist-types/commands/CreateApiCommand.d.ts +4 -0
  153. package/dist-types/commands/CreateApiMappingCommand.d.ts +4 -0
  154. package/dist-types/commands/CreateAuthorizerCommand.d.ts +4 -0
  155. package/dist-types/commands/CreateDeploymentCommand.d.ts +4 -0
  156. package/dist-types/commands/CreateDomainNameCommand.d.ts +4 -0
  157. package/dist-types/commands/CreateIntegrationCommand.d.ts +4 -0
  158. package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +4 -0
  159. package/dist-types/commands/CreateModelCommand.d.ts +4 -0
  160. package/dist-types/commands/CreateRouteCommand.d.ts +4 -0
  161. package/dist-types/commands/CreateRouteResponseCommand.d.ts +4 -0
  162. package/dist-types/commands/CreateStageCommand.d.ts +4 -0
  163. package/dist-types/commands/CreateVpcLinkCommand.d.ts +4 -0
  164. package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +4 -0
  165. package/dist-types/commands/DeleteApiCommand.d.ts +4 -0
  166. package/dist-types/commands/DeleteApiMappingCommand.d.ts +4 -0
  167. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +4 -0
  168. package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +4 -0
  169. package/dist-types/commands/DeleteDeploymentCommand.d.ts +4 -0
  170. package/dist-types/commands/DeleteDomainNameCommand.d.ts +4 -0
  171. package/dist-types/commands/DeleteIntegrationCommand.d.ts +4 -0
  172. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +4 -0
  173. package/dist-types/commands/DeleteModelCommand.d.ts +4 -0
  174. package/dist-types/commands/DeleteRouteCommand.d.ts +4 -0
  175. package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +4 -0
  176. package/dist-types/commands/DeleteRouteResponseCommand.d.ts +4 -0
  177. package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +4 -0
  178. package/dist-types/commands/DeleteStageCommand.d.ts +4 -0
  179. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +4 -0
  180. package/dist-types/commands/ExportApiCommand.d.ts +4 -0
  181. package/dist-types/commands/GetApiCommand.d.ts +4 -0
  182. package/dist-types/commands/GetApiMappingCommand.d.ts +4 -0
  183. package/dist-types/commands/GetApiMappingsCommand.d.ts +4 -0
  184. package/dist-types/commands/GetApisCommand.d.ts +4 -0
  185. package/dist-types/commands/GetAuthorizerCommand.d.ts +4 -0
  186. package/dist-types/commands/GetAuthorizersCommand.d.ts +4 -0
  187. package/dist-types/commands/GetDeploymentCommand.d.ts +4 -0
  188. package/dist-types/commands/GetDeploymentsCommand.d.ts +4 -0
  189. package/dist-types/commands/GetDomainNameCommand.d.ts +4 -0
  190. package/dist-types/commands/GetDomainNamesCommand.d.ts +4 -0
  191. package/dist-types/commands/GetIntegrationCommand.d.ts +4 -0
  192. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +4 -0
  193. package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +4 -0
  194. package/dist-types/commands/GetIntegrationsCommand.d.ts +4 -0
  195. package/dist-types/commands/GetModelCommand.d.ts +4 -0
  196. package/dist-types/commands/GetModelTemplateCommand.d.ts +4 -0
  197. package/dist-types/commands/GetModelsCommand.d.ts +4 -0
  198. package/dist-types/commands/GetRouteCommand.d.ts +4 -0
  199. package/dist-types/commands/GetRouteResponseCommand.d.ts +4 -0
  200. package/dist-types/commands/GetRouteResponsesCommand.d.ts +4 -0
  201. package/dist-types/commands/GetRoutesCommand.d.ts +4 -0
  202. package/dist-types/commands/GetStageCommand.d.ts +4 -0
  203. package/dist-types/commands/GetStagesCommand.d.ts +4 -0
  204. package/dist-types/commands/GetTagsCommand.d.ts +4 -0
  205. package/dist-types/commands/GetVpcLinkCommand.d.ts +4 -0
  206. package/dist-types/commands/GetVpcLinksCommand.d.ts +4 -0
  207. package/dist-types/commands/ImportApiCommand.d.ts +4 -0
  208. package/dist-types/commands/ReimportApiCommand.d.ts +4 -0
  209. package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +4 -0
  210. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  211. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  212. package/dist-types/commands/UpdateApiCommand.d.ts +4 -0
  213. package/dist-types/commands/UpdateApiMappingCommand.d.ts +4 -0
  214. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +4 -0
  215. package/dist-types/commands/UpdateDeploymentCommand.d.ts +4 -0
  216. package/dist-types/commands/UpdateDomainNameCommand.d.ts +4 -0
  217. package/dist-types/commands/UpdateIntegrationCommand.d.ts +4 -0
  218. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +4 -0
  219. package/dist-types/commands/UpdateModelCommand.d.ts +4 -0
  220. package/dist-types/commands/UpdateRouteCommand.d.ts +4 -0
  221. package/dist-types/commands/UpdateRouteResponseCommand.d.ts +4 -0
  222. package/dist-types/commands/UpdateStageCommand.d.ts +4 -0
  223. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +4 -0
  224. package/dist-types/index.d.ts +6 -1
  225. package/dist-types/models/ApiGatewayV2ServiceException.d.ts +1 -0
  226. package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +3 -3
  227. package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +1 -0
  228. package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +1 -0
  229. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +1 -0
  230. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +1 -0
  231. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +1 -0
  232. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +1 -0
  233. package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +1 -0
  234. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +1 -0
  235. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -0
  236. package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +1 -0
  237. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +1 -0
  238. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +1 -0
  239. package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +1 -0
  240. package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +1 -0
  241. package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +1 -0
  242. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +1 -0
  243. package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +1 -0
  244. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +1 -0
  245. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +1 -0
  246. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +1 -0
  247. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +1 -0
  248. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +1 -0
  249. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -0
  250. package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +1 -0
  251. package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +1 -0
  252. package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +1 -0
  253. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +1 -0
  254. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +1 -0
  255. package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +1 -0
  256. package/dist-types/ts3.4/commands/GetApiCommand.d.ts +1 -0
  257. package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +1 -0
  258. package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +1 -0
  259. package/dist-types/ts3.4/commands/GetApisCommand.d.ts +1 -0
  260. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +1 -0
  261. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +1 -0
  262. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +1 -0
  263. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +1 -0
  264. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +1 -0
  265. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +1 -0
  266. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +1 -0
  267. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +1 -0
  268. package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +1 -0
  269. package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +1 -0
  270. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +1 -0
  271. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +1 -0
  272. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +1 -0
  273. package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +1 -0
  274. package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +1 -0
  275. package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +1 -0
  276. package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +1 -0
  277. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +1 -0
  278. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +1 -0
  279. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +1 -0
  280. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +1 -0
  281. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +1 -0
  282. package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +1 -0
  283. package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +1 -0
  284. package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +1 -0
  285. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  286. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  287. package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +1 -0
  288. package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +1 -0
  289. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +1 -0
  290. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +1 -0
  291. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +1 -0
  292. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +1 -0
  293. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +1 -0
  294. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +1 -0
  295. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +1 -0
  296. package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +1 -0
  297. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +1 -0
  298. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +1 -0
  299. package/dist-types/ts3.4/index.d.ts +1 -1
  300. package/dist-types/ts3.4/models/ApiGatewayV2ServiceException.d.ts +1 -0
  301. package/package.json +28 -28
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteRouteResponseCommand, se_DeleteRouteResponseCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteRouteResponseCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteRouteSettingsCommand, se_DeleteRouteSettingsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteRouteSettingsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteStageCommand, se_DeleteStageCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteStageCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteVpcLinkCommand, se_DeleteVpcLinkCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteVpcLinkCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ExportApiCommand, se_ExportApiCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ExportApiCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetApiCommand, se_GetApiCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetApiCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetApiMappingCommand, se_GetApiMappingCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetApiMappingCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetApiMappingsCommand, se_GetApiMappingsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetApiMappingsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetApisCommand, se_GetApisCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetApisCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetAuthorizerCommand, se_GetAuthorizerCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetAuthorizerCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetAuthorizersCommand, se_GetAuthorizersCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetAuthorizersCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetDeploymentCommand, se_GetDeploymentCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetDeploymentCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetDeploymentsCommand, se_GetDeploymentsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetDeploymentsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetDomainNameCommand, se_GetDomainNameCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetDomainNameCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetDomainNamesCommand, se_GetDomainNamesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetDomainNamesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetIntegrationCommand, se_GetIntegrationCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetIntegrationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetIntegrationResponseCommand, se_GetIntegrationResponseCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetIntegrationResponseCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetIntegrationResponsesCommand, se_GetIntegrationResponsesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetIntegrationResponsesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetIntegrationsCommand, se_GetIntegrationsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetIntegrationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetModelCommand, se_GetModelCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetModelCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetModelTemplateCommand, se_GetModelTemplateCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetModelTemplateCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetModelsCommand, se_GetModelsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetModelsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetRouteCommand, se_GetRouteCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetRouteCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetRouteResponseCommand, se_GetRouteResponseCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetRouteResponseCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetRouteResponsesCommand, se_GetRouteResponsesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetRouteResponsesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetRoutesCommand, se_GetRoutesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetRoutesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetStageCommand, se_GetStageCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetStageCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetStagesCommand, se_GetStagesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetStagesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetTagsCommand, se_GetTagsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetTagsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetVpcLinkCommand, se_GetVpcLinkCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetVpcLinkCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetVpcLinksCommand, se_GetVpcLinksCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetVpcLinksCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ImportApiCommand, se_ImportApiCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ImportApiCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ReimportApiCommand, se_ReimportApiCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ReimportApiCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ResetAuthorizersCacheCommand, se_ResetAuthorizersCacheCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ResetAuthorizersCacheCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class TagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UntagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateApiCommand, se_UpdateApiCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateApiCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateApiMappingCommand, se_UpdateApiMappingCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateApiMappingCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateAuthorizerCommand, se_UpdateAuthorizerCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateAuthorizerCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateDeploymentCommand, se_UpdateDeploymentCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateDeploymentCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateDomainNameCommand, se_UpdateDomainNameCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateDomainNameCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateIntegrationCommand, se_UpdateIntegrationCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateIntegrationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateIntegrationResponseCommand, se_UpdateIntegrationResponseCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateIntegrationResponseCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateModelCommand, se_UpdateModelCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateModelCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateRouteCommand, se_UpdateRouteCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateRouteCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateRouteResponseCommand, se_UpdateRouteResponseCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateRouteResponseCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateStageCommand, se_UpdateStageCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateStageCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateVpcLinkCommand, se_UpdateVpcLinkCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateVpcLinkCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,5 +1,5 @@
1
- export * from "./ApiGatewayV2";
2
1
  export * from "./ApiGatewayV2Client";
2
+ export * from "./ApiGatewayV2";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export { ApiGatewayV2ServiceException } from "./models/ApiGatewayV2ServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class ApiGatewayV2ServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -81,6 +81,7 @@ import { UpdateRouteResponseCommandInput, UpdateRouteResponseCommandOutput } fro
81
81
  import { UpdateStageCommandInput, UpdateStageCommandOutput } from "./commands/UpdateStageCommand";
82
82
  import { UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput } from "./commands/UpdateVpcLinkCommand";
83
83
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
84
+ export { __Client };
84
85
  /**
85
86
  * @public
86
87
  */
@@ -195,7 +196,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
195
196
  /**
196
197
  * @public
197
198
  */
198
- type ApiGatewayV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
199
+ export type ApiGatewayV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
199
200
  /**
200
201
  * @public
201
202
  *
@@ -206,7 +207,7 @@ export interface ApiGatewayV2ClientConfig extends ApiGatewayV2ClientConfigType {
206
207
  /**
207
208
  * @public
208
209
  */
209
- type ApiGatewayV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
210
+ export type ApiGatewayV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
210
211
  /**
211
212
  * @public
212
213
  *
@@ -231,4 +232,3 @@ export declare class ApiGatewayV2Client extends __Client<__HttpHandlerOptions, S
231
232
  */
232
233
  destroy(): void;
233
234
  }
234
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateApiRequest, CreateApiResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateApiMappingRequest, CreateApiMappingResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateAuthorizerRequest, CreateAuthorizerResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateDomainNameRequest, CreateDomainNameResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateIntegrationRequest, CreateIntegrationResult } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateIntegrationResponseRequest, CreateIntegrationResponseResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateModelRequest, CreateModelResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateRouteRequest, CreateRouteResult } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateRouteResponseRequest, CreateRouteResponseResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *