@aws-sdk/client-apigatewayv2 3.278.0 → 3.281.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 (74) hide show
  1. package/README.md +579 -0
  2. package/dist-types/commands/CreateApiCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateApiMappingCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateAuthorizerCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateDeploymentCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateDomainNameCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateIntegrationCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateModelCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateRouteCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateRouteResponseCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateStageCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateVpcLinkCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteApiCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteApiMappingCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteDeploymentCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteDomainNameCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteIntegrationCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteModelCommand.d.ts +6 -0
  24. package/dist-types/commands/DeleteRouteCommand.d.ts +6 -0
  25. package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +6 -0
  26. package/dist-types/commands/DeleteRouteResponseCommand.d.ts +6 -0
  27. package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +6 -0
  28. package/dist-types/commands/DeleteStageCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +6 -0
  30. package/dist-types/commands/ExportApiCommand.d.ts +6 -0
  31. package/dist-types/commands/GetApiCommand.d.ts +6 -0
  32. package/dist-types/commands/GetApiMappingCommand.d.ts +6 -0
  33. package/dist-types/commands/GetApiMappingsCommand.d.ts +6 -0
  34. package/dist-types/commands/GetApisCommand.d.ts +6 -0
  35. package/dist-types/commands/GetAuthorizerCommand.d.ts +6 -0
  36. package/dist-types/commands/GetAuthorizersCommand.d.ts +6 -0
  37. package/dist-types/commands/GetDeploymentCommand.d.ts +6 -0
  38. package/dist-types/commands/GetDeploymentsCommand.d.ts +6 -0
  39. package/dist-types/commands/GetDomainNameCommand.d.ts +6 -0
  40. package/dist-types/commands/GetDomainNamesCommand.d.ts +6 -0
  41. package/dist-types/commands/GetIntegrationCommand.d.ts +6 -0
  42. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +6 -0
  43. package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +6 -0
  44. package/dist-types/commands/GetIntegrationsCommand.d.ts +6 -0
  45. package/dist-types/commands/GetModelCommand.d.ts +6 -0
  46. package/dist-types/commands/GetModelTemplateCommand.d.ts +6 -0
  47. package/dist-types/commands/GetModelsCommand.d.ts +6 -0
  48. package/dist-types/commands/GetRouteCommand.d.ts +6 -0
  49. package/dist-types/commands/GetRouteResponseCommand.d.ts +6 -0
  50. package/dist-types/commands/GetRouteResponsesCommand.d.ts +6 -0
  51. package/dist-types/commands/GetRoutesCommand.d.ts +6 -0
  52. package/dist-types/commands/GetStageCommand.d.ts +6 -0
  53. package/dist-types/commands/GetStagesCommand.d.ts +6 -0
  54. package/dist-types/commands/GetTagsCommand.d.ts +6 -0
  55. package/dist-types/commands/GetVpcLinkCommand.d.ts +6 -0
  56. package/dist-types/commands/GetVpcLinksCommand.d.ts +6 -0
  57. package/dist-types/commands/ImportApiCommand.d.ts +6 -0
  58. package/dist-types/commands/ReimportApiCommand.d.ts +6 -0
  59. package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +6 -0
  60. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  61. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  62. package/dist-types/commands/UpdateApiCommand.d.ts +6 -0
  63. package/dist-types/commands/UpdateApiMappingCommand.d.ts +6 -0
  64. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +6 -0
  65. package/dist-types/commands/UpdateDeploymentCommand.d.ts +6 -0
  66. package/dist-types/commands/UpdateDomainNameCommand.d.ts +6 -0
  67. package/dist-types/commands/UpdateIntegrationCommand.d.ts +6 -0
  68. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +6 -0
  69. package/dist-types/commands/UpdateModelCommand.d.ts +6 -0
  70. package/dist-types/commands/UpdateRouteCommand.d.ts +6 -0
  71. package/dist-types/commands/UpdateRouteResponseCommand.d.ts +6 -0
  72. package/dist-types/commands/UpdateStageCommand.d.ts +6 -0
  73. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +6 -0
  74. package/package.json +6 -6
package/README.md CHANGED
@@ -203,3 +203,582 @@ To contribute to client you can check our [generate clients scripts](https://git
203
203
  This SDK is distributed under the
204
204
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
205
205
  see LICENSE for more information.
206
+
207
+ ## Client Commands (Operations List)
208
+
209
+ <details>
210
+ <summary>
211
+ CreateApi
212
+ </summary>
213
+
214
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/createapicommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createapicommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createapicommandoutput.html)
215
+
216
+ </details>
217
+ <details>
218
+ <summary>
219
+ CreateApiMapping
220
+ </summary>
221
+
222
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/createapimappingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createapimappingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createapimappingcommandoutput.html)
223
+
224
+ </details>
225
+ <details>
226
+ <summary>
227
+ CreateAuthorizer
228
+ </summary>
229
+
230
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/createauthorizercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createauthorizercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createauthorizercommandoutput.html)
231
+
232
+ </details>
233
+ <details>
234
+ <summary>
235
+ CreateDeployment
236
+ </summary>
237
+
238
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/createdeploymentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createdeploymentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createdeploymentcommandoutput.html)
239
+
240
+ </details>
241
+ <details>
242
+ <summary>
243
+ CreateDomainName
244
+ </summary>
245
+
246
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/createdomainnamecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createdomainnamecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createdomainnamecommandoutput.html)
247
+
248
+ </details>
249
+ <details>
250
+ <summary>
251
+ CreateIntegration
252
+ </summary>
253
+
254
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/createintegrationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createintegrationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createintegrationcommandoutput.html)
255
+
256
+ </details>
257
+ <details>
258
+ <summary>
259
+ CreateIntegrationResponse
260
+ </summary>
261
+
262
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/createintegrationresponsecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createintegrationresponsecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createintegrationresponsecommandoutput.html)
263
+
264
+ </details>
265
+ <details>
266
+ <summary>
267
+ CreateModel
268
+ </summary>
269
+
270
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/createmodelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createmodelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createmodelcommandoutput.html)
271
+
272
+ </details>
273
+ <details>
274
+ <summary>
275
+ CreateRoute
276
+ </summary>
277
+
278
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/createroutecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createroutecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createroutecommandoutput.html)
279
+
280
+ </details>
281
+ <details>
282
+ <summary>
283
+ CreateRouteResponse
284
+ </summary>
285
+
286
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/createrouteresponsecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createrouteresponsecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createrouteresponsecommandoutput.html)
287
+
288
+ </details>
289
+ <details>
290
+ <summary>
291
+ CreateStage
292
+ </summary>
293
+
294
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/createstagecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createstagecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createstagecommandoutput.html)
295
+
296
+ </details>
297
+ <details>
298
+ <summary>
299
+ CreateVpcLink
300
+ </summary>
301
+
302
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/createvpclinkcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createvpclinkcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/createvpclinkcommandoutput.html)
303
+
304
+ </details>
305
+ <details>
306
+ <summary>
307
+ DeleteAccessLogSettings
308
+ </summary>
309
+
310
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/deleteaccesslogsettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deleteaccesslogsettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deleteaccesslogsettingscommandoutput.html)
311
+
312
+ </details>
313
+ <details>
314
+ <summary>
315
+ DeleteApi
316
+ </summary>
317
+
318
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/deleteapicommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deleteapicommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deleteapicommandoutput.html)
319
+
320
+ </details>
321
+ <details>
322
+ <summary>
323
+ DeleteApiMapping
324
+ </summary>
325
+
326
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/deleteapimappingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deleteapimappingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deleteapimappingcommandoutput.html)
327
+
328
+ </details>
329
+ <details>
330
+ <summary>
331
+ DeleteAuthorizer
332
+ </summary>
333
+
334
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/deleteauthorizercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deleteauthorizercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deleteauthorizercommandoutput.html)
335
+
336
+ </details>
337
+ <details>
338
+ <summary>
339
+ DeleteCorsConfiguration
340
+ </summary>
341
+
342
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/deletecorsconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deletecorsconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deletecorsconfigurationcommandoutput.html)
343
+
344
+ </details>
345
+ <details>
346
+ <summary>
347
+ DeleteDeployment
348
+ </summary>
349
+
350
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/deletedeploymentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deletedeploymentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deletedeploymentcommandoutput.html)
351
+
352
+ </details>
353
+ <details>
354
+ <summary>
355
+ DeleteDomainName
356
+ </summary>
357
+
358
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/deletedomainnamecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deletedomainnamecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deletedomainnamecommandoutput.html)
359
+
360
+ </details>
361
+ <details>
362
+ <summary>
363
+ DeleteIntegration
364
+ </summary>
365
+
366
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/deleteintegrationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deleteintegrationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deleteintegrationcommandoutput.html)
367
+
368
+ </details>
369
+ <details>
370
+ <summary>
371
+ DeleteIntegrationResponse
372
+ </summary>
373
+
374
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/deleteintegrationresponsecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deleteintegrationresponsecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deleteintegrationresponsecommandoutput.html)
375
+
376
+ </details>
377
+ <details>
378
+ <summary>
379
+ DeleteModel
380
+ </summary>
381
+
382
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/deletemodelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deletemodelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deletemodelcommandoutput.html)
383
+
384
+ </details>
385
+ <details>
386
+ <summary>
387
+ DeleteRoute
388
+ </summary>
389
+
390
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/deleteroutecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deleteroutecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deleteroutecommandoutput.html)
391
+
392
+ </details>
393
+ <details>
394
+ <summary>
395
+ DeleteRouteRequestParameter
396
+ </summary>
397
+
398
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/deleterouterequestparametercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deleterouterequestparametercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deleterouterequestparametercommandoutput.html)
399
+
400
+ </details>
401
+ <details>
402
+ <summary>
403
+ DeleteRouteResponse
404
+ </summary>
405
+
406
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/deleterouteresponsecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deleterouteresponsecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deleterouteresponsecommandoutput.html)
407
+
408
+ </details>
409
+ <details>
410
+ <summary>
411
+ DeleteRouteSettings
412
+ </summary>
413
+
414
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/deleteroutesettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deleteroutesettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deleteroutesettingscommandoutput.html)
415
+
416
+ </details>
417
+ <details>
418
+ <summary>
419
+ DeleteStage
420
+ </summary>
421
+
422
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/deletestagecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deletestagecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deletestagecommandoutput.html)
423
+
424
+ </details>
425
+ <details>
426
+ <summary>
427
+ DeleteVpcLink
428
+ </summary>
429
+
430
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/deletevpclinkcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deletevpclinkcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/deletevpclinkcommandoutput.html)
431
+
432
+ </details>
433
+ <details>
434
+ <summary>
435
+ ExportApi
436
+ </summary>
437
+
438
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/exportapicommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/exportapicommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/exportapicommandoutput.html)
439
+
440
+ </details>
441
+ <details>
442
+ <summary>
443
+ GetApi
444
+ </summary>
445
+
446
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getapicommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getapicommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getapicommandoutput.html)
447
+
448
+ </details>
449
+ <details>
450
+ <summary>
451
+ GetApiMapping
452
+ </summary>
453
+
454
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getapimappingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getapimappingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getapimappingcommandoutput.html)
455
+
456
+ </details>
457
+ <details>
458
+ <summary>
459
+ GetApiMappings
460
+ </summary>
461
+
462
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getapimappingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getapimappingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getapimappingscommandoutput.html)
463
+
464
+ </details>
465
+ <details>
466
+ <summary>
467
+ GetApis
468
+ </summary>
469
+
470
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getapiscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getapiscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getapiscommandoutput.html)
471
+
472
+ </details>
473
+ <details>
474
+ <summary>
475
+ GetAuthorizer
476
+ </summary>
477
+
478
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getauthorizercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getauthorizercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getauthorizercommandoutput.html)
479
+
480
+ </details>
481
+ <details>
482
+ <summary>
483
+ GetAuthorizers
484
+ </summary>
485
+
486
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getauthorizerscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getauthorizerscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getauthorizerscommandoutput.html)
487
+
488
+ </details>
489
+ <details>
490
+ <summary>
491
+ GetDeployment
492
+ </summary>
493
+
494
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getdeploymentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getdeploymentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getdeploymentcommandoutput.html)
495
+
496
+ </details>
497
+ <details>
498
+ <summary>
499
+ GetDeployments
500
+ </summary>
501
+
502
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getdeploymentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getdeploymentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getdeploymentscommandoutput.html)
503
+
504
+ </details>
505
+ <details>
506
+ <summary>
507
+ GetDomainName
508
+ </summary>
509
+
510
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getdomainnamecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getdomainnamecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getdomainnamecommandoutput.html)
511
+
512
+ </details>
513
+ <details>
514
+ <summary>
515
+ GetDomainNames
516
+ </summary>
517
+
518
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getdomainnamescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getdomainnamescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getdomainnamescommandoutput.html)
519
+
520
+ </details>
521
+ <details>
522
+ <summary>
523
+ GetIntegration
524
+ </summary>
525
+
526
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getintegrationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getintegrationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getintegrationcommandoutput.html)
527
+
528
+ </details>
529
+ <details>
530
+ <summary>
531
+ GetIntegrationResponse
532
+ </summary>
533
+
534
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getintegrationresponsecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getintegrationresponsecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getintegrationresponsecommandoutput.html)
535
+
536
+ </details>
537
+ <details>
538
+ <summary>
539
+ GetIntegrationResponses
540
+ </summary>
541
+
542
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getintegrationresponsescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getintegrationresponsescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getintegrationresponsescommandoutput.html)
543
+
544
+ </details>
545
+ <details>
546
+ <summary>
547
+ GetIntegrations
548
+ </summary>
549
+
550
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getintegrationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getintegrationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getintegrationscommandoutput.html)
551
+
552
+ </details>
553
+ <details>
554
+ <summary>
555
+ GetModel
556
+ </summary>
557
+
558
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getmodelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getmodelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getmodelcommandoutput.html)
559
+
560
+ </details>
561
+ <details>
562
+ <summary>
563
+ GetModels
564
+ </summary>
565
+
566
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getmodelscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getmodelscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getmodelscommandoutput.html)
567
+
568
+ </details>
569
+ <details>
570
+ <summary>
571
+ GetModelTemplate
572
+ </summary>
573
+
574
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getmodeltemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getmodeltemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getmodeltemplatecommandoutput.html)
575
+
576
+ </details>
577
+ <details>
578
+ <summary>
579
+ GetRoute
580
+ </summary>
581
+
582
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getroutecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getroutecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getroutecommandoutput.html)
583
+
584
+ </details>
585
+ <details>
586
+ <summary>
587
+ GetRouteResponse
588
+ </summary>
589
+
590
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getrouteresponsecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getrouteresponsecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getrouteresponsecommandoutput.html)
591
+
592
+ </details>
593
+ <details>
594
+ <summary>
595
+ GetRouteResponses
596
+ </summary>
597
+
598
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getrouteresponsescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getrouteresponsescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getrouteresponsescommandoutput.html)
599
+
600
+ </details>
601
+ <details>
602
+ <summary>
603
+ GetRoutes
604
+ </summary>
605
+
606
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getroutescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getroutescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getroutescommandoutput.html)
607
+
608
+ </details>
609
+ <details>
610
+ <summary>
611
+ GetStage
612
+ </summary>
613
+
614
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getstagecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getstagecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getstagecommandoutput.html)
615
+
616
+ </details>
617
+ <details>
618
+ <summary>
619
+ GetStages
620
+ </summary>
621
+
622
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getstagescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getstagescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getstagescommandoutput.html)
623
+
624
+ </details>
625
+ <details>
626
+ <summary>
627
+ GetTags
628
+ </summary>
629
+
630
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/gettagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/gettagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/gettagscommandoutput.html)
631
+
632
+ </details>
633
+ <details>
634
+ <summary>
635
+ GetVpcLink
636
+ </summary>
637
+
638
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getvpclinkcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getvpclinkcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getvpclinkcommandoutput.html)
639
+
640
+ </details>
641
+ <details>
642
+ <summary>
643
+ GetVpcLinks
644
+ </summary>
645
+
646
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/getvpclinkscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getvpclinkscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/getvpclinkscommandoutput.html)
647
+
648
+ </details>
649
+ <details>
650
+ <summary>
651
+ ImportApi
652
+ </summary>
653
+
654
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/importapicommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/importapicommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/importapicommandoutput.html)
655
+
656
+ </details>
657
+ <details>
658
+ <summary>
659
+ ReimportApi
660
+ </summary>
661
+
662
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/reimportapicommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/reimportapicommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/reimportapicommandoutput.html)
663
+
664
+ </details>
665
+ <details>
666
+ <summary>
667
+ ResetAuthorizersCache
668
+ </summary>
669
+
670
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/resetauthorizerscachecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/resetauthorizerscachecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/resetauthorizerscachecommandoutput.html)
671
+
672
+ </details>
673
+ <details>
674
+ <summary>
675
+ TagResource
676
+ </summary>
677
+
678
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/tagresourcecommandoutput.html)
679
+
680
+ </details>
681
+ <details>
682
+ <summary>
683
+ UntagResource
684
+ </summary>
685
+
686
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/untagresourcecommandoutput.html)
687
+
688
+ </details>
689
+ <details>
690
+ <summary>
691
+ UpdateApi
692
+ </summary>
693
+
694
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/updateapicommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updateapicommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updateapicommandoutput.html)
695
+
696
+ </details>
697
+ <details>
698
+ <summary>
699
+ UpdateApiMapping
700
+ </summary>
701
+
702
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/updateapimappingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updateapimappingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updateapimappingcommandoutput.html)
703
+
704
+ </details>
705
+ <details>
706
+ <summary>
707
+ UpdateAuthorizer
708
+ </summary>
709
+
710
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/updateauthorizercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updateauthorizercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updateauthorizercommandoutput.html)
711
+
712
+ </details>
713
+ <details>
714
+ <summary>
715
+ UpdateDeployment
716
+ </summary>
717
+
718
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/updatedeploymentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updatedeploymentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updatedeploymentcommandoutput.html)
719
+
720
+ </details>
721
+ <details>
722
+ <summary>
723
+ UpdateDomainName
724
+ </summary>
725
+
726
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/updatedomainnamecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updatedomainnamecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updatedomainnamecommandoutput.html)
727
+
728
+ </details>
729
+ <details>
730
+ <summary>
731
+ UpdateIntegration
732
+ </summary>
733
+
734
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/updateintegrationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updateintegrationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updateintegrationcommandoutput.html)
735
+
736
+ </details>
737
+ <details>
738
+ <summary>
739
+ UpdateIntegrationResponse
740
+ </summary>
741
+
742
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/updateintegrationresponsecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updateintegrationresponsecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updateintegrationresponsecommandoutput.html)
743
+
744
+ </details>
745
+ <details>
746
+ <summary>
747
+ UpdateModel
748
+ </summary>
749
+
750
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/updatemodelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updatemodelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updatemodelcommandoutput.html)
751
+
752
+ </details>
753
+ <details>
754
+ <summary>
755
+ UpdateRoute
756
+ </summary>
757
+
758
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/updateroutecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updateroutecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updateroutecommandoutput.html)
759
+
760
+ </details>
761
+ <details>
762
+ <summary>
763
+ UpdateRouteResponse
764
+ </summary>
765
+
766
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/updaterouteresponsecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updaterouteresponsecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updaterouteresponsecommandoutput.html)
767
+
768
+ </details>
769
+ <details>
770
+ <summary>
771
+ UpdateStage
772
+ </summary>
773
+
774
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/updatestagecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updatestagecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updatestagecommandoutput.html)
775
+
776
+ </details>
777
+ <details>
778
+ <summary>
779
+ UpdateVpcLink
780
+ </summary>
781
+
782
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/classes/updatevpclinkcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updatevpclinkcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewayv2/interfaces/updatevpclinkcommandoutput.html)
783
+
784
+ </details>
@@ -3,8 +3,14 @@ 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
+ * The input for {@link CreateApiCommand}.
8
+ */
6
9
  export interface CreateApiCommandInput extends CreateApiRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateApiCommand}.
13
+ */
8
14
  export interface CreateApiCommandOutput extends CreateApiResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link CreateApiMappingCommand}.
8
+ */
6
9
  export interface CreateApiMappingCommandInput extends CreateApiMappingRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateApiMappingCommand}.
13
+ */
8
14
  export interface CreateApiMappingCommandOutput extends CreateApiMappingResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link CreateAuthorizerCommand}.
8
+ */
6
9
  export interface CreateAuthorizerCommandInput extends CreateAuthorizerRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateAuthorizerCommand}.
13
+ */
8
14
  export interface CreateAuthorizerCommandOutput extends CreateAuthorizerResponse, __MetadataBearer {
9
15
  }
10
16
  /**