@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,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_CreateRouteResponseCommand, se_CreateRouteResponseCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class CreateRouteResponseCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, CreateRouteResponseCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ApiGatewayV2Client";
26
- const commandName = "CreateRouteResponseCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ApiGatewayV2",
35
- operation: "CreateRouteResponse",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_CreateRouteResponseCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_CreateRouteResponseCommand(output, context);
46
- }
7
+ export class CreateRouteResponseCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("ApiGatewayV2", "CreateRouteResponse", {})
19
+ .n("ApiGatewayV2Client", "CreateRouteResponseCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_CreateRouteResponseCommand)
22
+ .de(de_CreateRouteResponseCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_CreateStageCommand, se_CreateStageCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class CreateStageCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, CreateStageCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ApiGatewayV2Client";
26
- const commandName = "CreateStageCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ApiGatewayV2",
35
- operation: "CreateStage",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_CreateStageCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_CreateStageCommand(output, context);
46
- }
7
+ export class CreateStageCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("ApiGatewayV2", "CreateStage", {})
19
+ .n("ApiGatewayV2Client", "CreateStageCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_CreateStageCommand)
22
+ .de(de_CreateStageCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_CreateVpcLinkCommand, se_CreateVpcLinkCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class CreateVpcLinkCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, CreateVpcLinkCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ApiGatewayV2Client";
26
- const commandName = "CreateVpcLinkCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ApiGatewayV2",
35
- operation: "CreateVpcLink",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_CreateVpcLinkCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_CreateVpcLinkCommand(output, context);
46
- }
7
+ export class CreateVpcLinkCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("ApiGatewayV2", "CreateVpcLink", {})
19
+ .n("ApiGatewayV2Client", "CreateVpcLinkCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_CreateVpcLinkCommand)
22
+ .de(de_CreateVpcLinkCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DeleteAccessLogSettingsCommand, se_DeleteAccessLogSettingsCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class DeleteAccessLogSettingsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteAccessLogSettingsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ApiGatewayV2Client";
26
- const commandName = "DeleteAccessLogSettingsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ApiGatewayV2",
35
- operation: "DeleteAccessLogSettings",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeleteAccessLogSettingsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteAccessLogSettingsCommand(output, context);
46
- }
7
+ export class DeleteAccessLogSettingsCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("ApiGatewayV2", "DeleteAccessLogSettings", {})
19
+ .n("ApiGatewayV2Client", "DeleteAccessLogSettingsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteAccessLogSettingsCommand)
22
+ .de(de_DeleteAccessLogSettingsCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DeleteApiCommand, se_DeleteApiCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class DeleteApiCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteApiCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ApiGatewayV2Client";
26
- const commandName = "DeleteApiCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ApiGatewayV2",
35
- operation: "DeleteApi",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeleteApiCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteApiCommand(output, context);
46
- }
7
+ export class DeleteApiCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("ApiGatewayV2", "DeleteApi", {})
19
+ .n("ApiGatewayV2Client", "DeleteApiCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteApiCommand)
22
+ .de(de_DeleteApiCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DeleteApiMappingCommand, se_DeleteApiMappingCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class DeleteApiMappingCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteApiMappingCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ApiGatewayV2Client";
26
- const commandName = "DeleteApiMappingCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ApiGatewayV2",
35
- operation: "DeleteApiMapping",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeleteApiMappingCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteApiMappingCommand(output, context);
46
- }
7
+ export class DeleteApiMappingCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("ApiGatewayV2", "DeleteApiMapping", {})
19
+ .n("ApiGatewayV2Client", "DeleteApiMappingCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteApiMappingCommand)
22
+ .de(de_DeleteApiMappingCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DeleteAuthorizerCommand, se_DeleteAuthorizerCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class DeleteAuthorizerCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteAuthorizerCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ApiGatewayV2Client";
26
- const commandName = "DeleteAuthorizerCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ApiGatewayV2",
35
- operation: "DeleteAuthorizer",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeleteAuthorizerCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteAuthorizerCommand(output, context);
46
- }
7
+ export class DeleteAuthorizerCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("ApiGatewayV2", "DeleteAuthorizer", {})
19
+ .n("ApiGatewayV2Client", "DeleteAuthorizerCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteAuthorizerCommand)
22
+ .de(de_DeleteAuthorizerCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DeleteCorsConfigurationCommand, se_DeleteCorsConfigurationCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class DeleteCorsConfigurationCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteCorsConfigurationCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ApiGatewayV2Client";
26
- const commandName = "DeleteCorsConfigurationCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ApiGatewayV2",
35
- operation: "DeleteCorsConfiguration",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeleteCorsConfigurationCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteCorsConfigurationCommand(output, context);
46
- }
7
+ export class DeleteCorsConfigurationCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("ApiGatewayV2", "DeleteCorsConfiguration", {})
19
+ .n("ApiGatewayV2Client", "DeleteCorsConfigurationCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteCorsConfigurationCommand)
22
+ .de(de_DeleteCorsConfigurationCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DeleteDeploymentCommand, se_DeleteDeploymentCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class DeleteDeploymentCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteDeploymentCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ApiGatewayV2Client";
26
- const commandName = "DeleteDeploymentCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ApiGatewayV2",
35
- operation: "DeleteDeployment",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeleteDeploymentCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteDeploymentCommand(output, context);
46
- }
7
+ export class DeleteDeploymentCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("ApiGatewayV2", "DeleteDeployment", {})
19
+ .n("ApiGatewayV2Client", "DeleteDeploymentCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteDeploymentCommand)
22
+ .de(de_DeleteDeploymentCommand)
23
+ .build() {
47
24
  }