@aws-sdk/client-api-gateway 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 (122) hide show
  1. package/README.md +963 -0
  2. package/dist-types/commands/CreateApiKeyCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateAuthorizerCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateBasePathMappingCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateDeploymentCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateDocumentationPartCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateDocumentationVersionCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateDomainNameCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateModelCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateRequestValidatorCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateResourceCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateRestApiCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateStageCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateUsagePlanCommand.d.ts +6 -0
  15. package/dist-types/commands/CreateUsagePlanKeyCommand.d.ts +6 -0
  16. package/dist-types/commands/CreateVpcLinkCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteApiKeyCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteBasePathMappingCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteClientCertificateCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteDeploymentCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteDocumentationPartCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteDocumentationVersionCommand.d.ts +6 -0
  24. package/dist-types/commands/DeleteDomainNameCommand.d.ts +6 -0
  25. package/dist-types/commands/DeleteGatewayResponseCommand.d.ts +6 -0
  26. package/dist-types/commands/DeleteIntegrationCommand.d.ts +6 -0
  27. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +6 -0
  28. package/dist-types/commands/DeleteMethodCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteMethodResponseCommand.d.ts +6 -0
  30. package/dist-types/commands/DeleteModelCommand.d.ts +6 -0
  31. package/dist-types/commands/DeleteRequestValidatorCommand.d.ts +6 -0
  32. package/dist-types/commands/DeleteResourceCommand.d.ts +6 -0
  33. package/dist-types/commands/DeleteRestApiCommand.d.ts +6 -0
  34. package/dist-types/commands/DeleteStageCommand.d.ts +6 -0
  35. package/dist-types/commands/DeleteUsagePlanCommand.d.ts +6 -0
  36. package/dist-types/commands/DeleteUsagePlanKeyCommand.d.ts +6 -0
  37. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +6 -0
  38. package/dist-types/commands/FlushStageAuthorizersCacheCommand.d.ts +6 -0
  39. package/dist-types/commands/FlushStageCacheCommand.d.ts +6 -0
  40. package/dist-types/commands/GenerateClientCertificateCommand.d.ts +6 -0
  41. package/dist-types/commands/GetAccountCommand.d.ts +6 -0
  42. package/dist-types/commands/GetApiKeyCommand.d.ts +6 -0
  43. package/dist-types/commands/GetApiKeysCommand.d.ts +6 -0
  44. package/dist-types/commands/GetAuthorizerCommand.d.ts +6 -0
  45. package/dist-types/commands/GetAuthorizersCommand.d.ts +6 -0
  46. package/dist-types/commands/GetBasePathMappingCommand.d.ts +6 -0
  47. package/dist-types/commands/GetBasePathMappingsCommand.d.ts +6 -0
  48. package/dist-types/commands/GetClientCertificateCommand.d.ts +6 -0
  49. package/dist-types/commands/GetClientCertificatesCommand.d.ts +6 -0
  50. package/dist-types/commands/GetDeploymentCommand.d.ts +6 -0
  51. package/dist-types/commands/GetDeploymentsCommand.d.ts +6 -0
  52. package/dist-types/commands/GetDocumentationPartCommand.d.ts +6 -0
  53. package/dist-types/commands/GetDocumentationPartsCommand.d.ts +6 -0
  54. package/dist-types/commands/GetDocumentationVersionCommand.d.ts +6 -0
  55. package/dist-types/commands/GetDocumentationVersionsCommand.d.ts +6 -0
  56. package/dist-types/commands/GetDomainNameCommand.d.ts +6 -0
  57. package/dist-types/commands/GetDomainNamesCommand.d.ts +6 -0
  58. package/dist-types/commands/GetExportCommand.d.ts +6 -0
  59. package/dist-types/commands/GetGatewayResponseCommand.d.ts +6 -0
  60. package/dist-types/commands/GetGatewayResponsesCommand.d.ts +6 -0
  61. package/dist-types/commands/GetIntegrationCommand.d.ts +6 -0
  62. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +6 -0
  63. package/dist-types/commands/GetMethodCommand.d.ts +6 -0
  64. package/dist-types/commands/GetMethodResponseCommand.d.ts +6 -0
  65. package/dist-types/commands/GetModelCommand.d.ts +6 -0
  66. package/dist-types/commands/GetModelTemplateCommand.d.ts +6 -0
  67. package/dist-types/commands/GetModelsCommand.d.ts +6 -0
  68. package/dist-types/commands/GetRequestValidatorCommand.d.ts +6 -0
  69. package/dist-types/commands/GetRequestValidatorsCommand.d.ts +6 -0
  70. package/dist-types/commands/GetResourceCommand.d.ts +6 -0
  71. package/dist-types/commands/GetResourcesCommand.d.ts +6 -0
  72. package/dist-types/commands/GetRestApiCommand.d.ts +6 -0
  73. package/dist-types/commands/GetRestApisCommand.d.ts +6 -0
  74. package/dist-types/commands/GetSdkCommand.d.ts +6 -0
  75. package/dist-types/commands/GetSdkTypeCommand.d.ts +6 -0
  76. package/dist-types/commands/GetSdkTypesCommand.d.ts +6 -0
  77. package/dist-types/commands/GetStageCommand.d.ts +6 -0
  78. package/dist-types/commands/GetStagesCommand.d.ts +6 -0
  79. package/dist-types/commands/GetTagsCommand.d.ts +6 -0
  80. package/dist-types/commands/GetUsageCommand.d.ts +6 -0
  81. package/dist-types/commands/GetUsagePlanCommand.d.ts +6 -0
  82. package/dist-types/commands/GetUsagePlanKeyCommand.d.ts +6 -0
  83. package/dist-types/commands/GetUsagePlanKeysCommand.d.ts +6 -0
  84. package/dist-types/commands/GetUsagePlansCommand.d.ts +6 -0
  85. package/dist-types/commands/GetVpcLinkCommand.d.ts +6 -0
  86. package/dist-types/commands/GetVpcLinksCommand.d.ts +6 -0
  87. package/dist-types/commands/ImportApiKeysCommand.d.ts +6 -0
  88. package/dist-types/commands/ImportDocumentationPartsCommand.d.ts +6 -0
  89. package/dist-types/commands/ImportRestApiCommand.d.ts +6 -0
  90. package/dist-types/commands/PutGatewayResponseCommand.d.ts +6 -0
  91. package/dist-types/commands/PutIntegrationCommand.d.ts +6 -0
  92. package/dist-types/commands/PutIntegrationResponseCommand.d.ts +6 -0
  93. package/dist-types/commands/PutMethodCommand.d.ts +6 -0
  94. package/dist-types/commands/PutMethodResponseCommand.d.ts +6 -0
  95. package/dist-types/commands/PutRestApiCommand.d.ts +6 -0
  96. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  97. package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +6 -0
  98. package/dist-types/commands/TestInvokeMethodCommand.d.ts +6 -0
  99. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  100. package/dist-types/commands/UpdateAccountCommand.d.ts +6 -0
  101. package/dist-types/commands/UpdateApiKeyCommand.d.ts +6 -0
  102. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +6 -0
  103. package/dist-types/commands/UpdateBasePathMappingCommand.d.ts +6 -0
  104. package/dist-types/commands/UpdateClientCertificateCommand.d.ts +6 -0
  105. package/dist-types/commands/UpdateDeploymentCommand.d.ts +6 -0
  106. package/dist-types/commands/UpdateDocumentationPartCommand.d.ts +6 -0
  107. package/dist-types/commands/UpdateDocumentationVersionCommand.d.ts +6 -0
  108. package/dist-types/commands/UpdateDomainNameCommand.d.ts +6 -0
  109. package/dist-types/commands/UpdateGatewayResponseCommand.d.ts +6 -0
  110. package/dist-types/commands/UpdateIntegrationCommand.d.ts +6 -0
  111. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +6 -0
  112. package/dist-types/commands/UpdateMethodCommand.d.ts +6 -0
  113. package/dist-types/commands/UpdateMethodResponseCommand.d.ts +6 -0
  114. package/dist-types/commands/UpdateModelCommand.d.ts +6 -0
  115. package/dist-types/commands/UpdateRequestValidatorCommand.d.ts +6 -0
  116. package/dist-types/commands/UpdateResourceCommand.d.ts +6 -0
  117. package/dist-types/commands/UpdateRestApiCommand.d.ts +6 -0
  118. package/dist-types/commands/UpdateStageCommand.d.ts +6 -0
  119. package/dist-types/commands/UpdateUsageCommand.d.ts +6 -0
  120. package/dist-types/commands/UpdateUsagePlanCommand.d.ts +6 -0
  121. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +6 -0
  122. package/package.json +6 -6
package/README.md CHANGED
@@ -205,3 +205,966 @@ To contribute to client you can check our [generate clients scripts](https://git
205
205
  This SDK is distributed under the
206
206
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
207
207
  see LICENSE for more information.
208
+
209
+ ## Client Commands (Operations List)
210
+
211
+ <details>
212
+ <summary>
213
+ CreateApiKey
214
+ </summary>
215
+
216
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/createapikeycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createapikeycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createapikeycommandoutput.html)
217
+
218
+ </details>
219
+ <details>
220
+ <summary>
221
+ CreateAuthorizer
222
+ </summary>
223
+
224
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/createauthorizercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createauthorizercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createauthorizercommandoutput.html)
225
+
226
+ </details>
227
+ <details>
228
+ <summary>
229
+ CreateBasePathMapping
230
+ </summary>
231
+
232
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/createbasepathmappingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createbasepathmappingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createbasepathmappingcommandoutput.html)
233
+
234
+ </details>
235
+ <details>
236
+ <summary>
237
+ CreateDeployment
238
+ </summary>
239
+
240
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/createdeploymentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createdeploymentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createdeploymentcommandoutput.html)
241
+
242
+ </details>
243
+ <details>
244
+ <summary>
245
+ CreateDocumentationPart
246
+ </summary>
247
+
248
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/createdocumentationpartcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createdocumentationpartcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createdocumentationpartcommandoutput.html)
249
+
250
+ </details>
251
+ <details>
252
+ <summary>
253
+ CreateDocumentationVersion
254
+ </summary>
255
+
256
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/createdocumentationversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createdocumentationversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createdocumentationversioncommandoutput.html)
257
+
258
+ </details>
259
+ <details>
260
+ <summary>
261
+ CreateDomainName
262
+ </summary>
263
+
264
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/createdomainnamecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createdomainnamecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createdomainnamecommandoutput.html)
265
+
266
+ </details>
267
+ <details>
268
+ <summary>
269
+ CreateModel
270
+ </summary>
271
+
272
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/createmodelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createmodelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createmodelcommandoutput.html)
273
+
274
+ </details>
275
+ <details>
276
+ <summary>
277
+ CreateRequestValidator
278
+ </summary>
279
+
280
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/createrequestvalidatorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createrequestvalidatorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createrequestvalidatorcommandoutput.html)
281
+
282
+ </details>
283
+ <details>
284
+ <summary>
285
+ CreateResource
286
+ </summary>
287
+
288
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/createresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createresourcecommandoutput.html)
289
+
290
+ </details>
291
+ <details>
292
+ <summary>
293
+ CreateRestApi
294
+ </summary>
295
+
296
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/createrestapicommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createrestapicommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createrestapicommandoutput.html)
297
+
298
+ </details>
299
+ <details>
300
+ <summary>
301
+ CreateStage
302
+ </summary>
303
+
304
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/createstagecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createstagecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createstagecommandoutput.html)
305
+
306
+ </details>
307
+ <details>
308
+ <summary>
309
+ CreateUsagePlan
310
+ </summary>
311
+
312
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/createusageplancommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createusageplancommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createusageplancommandoutput.html)
313
+
314
+ </details>
315
+ <details>
316
+ <summary>
317
+ CreateUsagePlanKey
318
+ </summary>
319
+
320
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/createusageplankeycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createusageplankeycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createusageplankeycommandoutput.html)
321
+
322
+ </details>
323
+ <details>
324
+ <summary>
325
+ CreateVpcLink
326
+ </summary>
327
+
328
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/createvpclinkcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createvpclinkcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/createvpclinkcommandoutput.html)
329
+
330
+ </details>
331
+ <details>
332
+ <summary>
333
+ DeleteApiKey
334
+ </summary>
335
+
336
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/deleteapikeycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deleteapikeycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deleteapikeycommandoutput.html)
337
+
338
+ </details>
339
+ <details>
340
+ <summary>
341
+ DeleteAuthorizer
342
+ </summary>
343
+
344
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/deleteauthorizercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deleteauthorizercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deleteauthorizercommandoutput.html)
345
+
346
+ </details>
347
+ <details>
348
+ <summary>
349
+ DeleteBasePathMapping
350
+ </summary>
351
+
352
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/deletebasepathmappingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deletebasepathmappingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deletebasepathmappingcommandoutput.html)
353
+
354
+ </details>
355
+ <details>
356
+ <summary>
357
+ DeleteClientCertificate
358
+ </summary>
359
+
360
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/deleteclientcertificatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deleteclientcertificatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deleteclientcertificatecommandoutput.html)
361
+
362
+ </details>
363
+ <details>
364
+ <summary>
365
+ DeleteDeployment
366
+ </summary>
367
+
368
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/deletedeploymentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deletedeploymentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deletedeploymentcommandoutput.html)
369
+
370
+ </details>
371
+ <details>
372
+ <summary>
373
+ DeleteDocumentationPart
374
+ </summary>
375
+
376
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/deletedocumentationpartcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deletedocumentationpartcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deletedocumentationpartcommandoutput.html)
377
+
378
+ </details>
379
+ <details>
380
+ <summary>
381
+ DeleteDocumentationVersion
382
+ </summary>
383
+
384
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/deletedocumentationversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deletedocumentationversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deletedocumentationversioncommandoutput.html)
385
+
386
+ </details>
387
+ <details>
388
+ <summary>
389
+ DeleteDomainName
390
+ </summary>
391
+
392
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/deletedomainnamecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deletedomainnamecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deletedomainnamecommandoutput.html)
393
+
394
+ </details>
395
+ <details>
396
+ <summary>
397
+ DeleteGatewayResponse
398
+ </summary>
399
+
400
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/deletegatewayresponsecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deletegatewayresponsecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deletegatewayresponsecommandoutput.html)
401
+
402
+ </details>
403
+ <details>
404
+ <summary>
405
+ DeleteIntegration
406
+ </summary>
407
+
408
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/deleteintegrationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deleteintegrationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deleteintegrationcommandoutput.html)
409
+
410
+ </details>
411
+ <details>
412
+ <summary>
413
+ DeleteIntegrationResponse
414
+ </summary>
415
+
416
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/deleteintegrationresponsecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deleteintegrationresponsecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deleteintegrationresponsecommandoutput.html)
417
+
418
+ </details>
419
+ <details>
420
+ <summary>
421
+ DeleteMethod
422
+ </summary>
423
+
424
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/deletemethodcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deletemethodcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deletemethodcommandoutput.html)
425
+
426
+ </details>
427
+ <details>
428
+ <summary>
429
+ DeleteMethodResponse
430
+ </summary>
431
+
432
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/deletemethodresponsecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deletemethodresponsecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deletemethodresponsecommandoutput.html)
433
+
434
+ </details>
435
+ <details>
436
+ <summary>
437
+ DeleteModel
438
+ </summary>
439
+
440
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/deletemodelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deletemodelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deletemodelcommandoutput.html)
441
+
442
+ </details>
443
+ <details>
444
+ <summary>
445
+ DeleteRequestValidator
446
+ </summary>
447
+
448
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/deleterequestvalidatorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deleterequestvalidatorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deleterequestvalidatorcommandoutput.html)
449
+
450
+ </details>
451
+ <details>
452
+ <summary>
453
+ DeleteResource
454
+ </summary>
455
+
456
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/deleteresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deleteresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deleteresourcecommandoutput.html)
457
+
458
+ </details>
459
+ <details>
460
+ <summary>
461
+ DeleteRestApi
462
+ </summary>
463
+
464
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/deleterestapicommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deleterestapicommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deleterestapicommandoutput.html)
465
+
466
+ </details>
467
+ <details>
468
+ <summary>
469
+ DeleteStage
470
+ </summary>
471
+
472
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/deletestagecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deletestagecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deletestagecommandoutput.html)
473
+
474
+ </details>
475
+ <details>
476
+ <summary>
477
+ DeleteUsagePlan
478
+ </summary>
479
+
480
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/deleteusageplancommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deleteusageplancommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deleteusageplancommandoutput.html)
481
+
482
+ </details>
483
+ <details>
484
+ <summary>
485
+ DeleteUsagePlanKey
486
+ </summary>
487
+
488
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/deleteusageplankeycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deleteusageplankeycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deleteusageplankeycommandoutput.html)
489
+
490
+ </details>
491
+ <details>
492
+ <summary>
493
+ DeleteVpcLink
494
+ </summary>
495
+
496
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/deletevpclinkcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deletevpclinkcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/deletevpclinkcommandoutput.html)
497
+
498
+ </details>
499
+ <details>
500
+ <summary>
501
+ FlushStageAuthorizersCache
502
+ </summary>
503
+
504
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/flushstageauthorizerscachecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/flushstageauthorizerscachecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/flushstageauthorizerscachecommandoutput.html)
505
+
506
+ </details>
507
+ <details>
508
+ <summary>
509
+ FlushStageCache
510
+ </summary>
511
+
512
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/flushstagecachecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/flushstagecachecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/flushstagecachecommandoutput.html)
513
+
514
+ </details>
515
+ <details>
516
+ <summary>
517
+ GenerateClientCertificate
518
+ </summary>
519
+
520
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/generateclientcertificatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/generateclientcertificatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/generateclientcertificatecommandoutput.html)
521
+
522
+ </details>
523
+ <details>
524
+ <summary>
525
+ GetAccount
526
+ </summary>
527
+
528
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getaccountcommandoutput.html)
529
+
530
+ </details>
531
+ <details>
532
+ <summary>
533
+ GetApiKey
534
+ </summary>
535
+
536
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getapikeycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getapikeycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getapikeycommandoutput.html)
537
+
538
+ </details>
539
+ <details>
540
+ <summary>
541
+ GetApiKeys
542
+ </summary>
543
+
544
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getapikeyscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getapikeyscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getapikeyscommandoutput.html)
545
+
546
+ </details>
547
+ <details>
548
+ <summary>
549
+ GetAuthorizer
550
+ </summary>
551
+
552
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getauthorizercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getauthorizercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getauthorizercommandoutput.html)
553
+
554
+ </details>
555
+ <details>
556
+ <summary>
557
+ GetAuthorizers
558
+ </summary>
559
+
560
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getauthorizerscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getauthorizerscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getauthorizerscommandoutput.html)
561
+
562
+ </details>
563
+ <details>
564
+ <summary>
565
+ GetBasePathMapping
566
+ </summary>
567
+
568
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getbasepathmappingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getbasepathmappingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getbasepathmappingcommandoutput.html)
569
+
570
+ </details>
571
+ <details>
572
+ <summary>
573
+ GetBasePathMappings
574
+ </summary>
575
+
576
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getbasepathmappingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getbasepathmappingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getbasepathmappingscommandoutput.html)
577
+
578
+ </details>
579
+ <details>
580
+ <summary>
581
+ GetClientCertificate
582
+ </summary>
583
+
584
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getclientcertificatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getclientcertificatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getclientcertificatecommandoutput.html)
585
+
586
+ </details>
587
+ <details>
588
+ <summary>
589
+ GetClientCertificates
590
+ </summary>
591
+
592
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getclientcertificatescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getclientcertificatescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getclientcertificatescommandoutput.html)
593
+
594
+ </details>
595
+ <details>
596
+ <summary>
597
+ GetDeployment
598
+ </summary>
599
+
600
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getdeploymentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getdeploymentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getdeploymentcommandoutput.html)
601
+
602
+ </details>
603
+ <details>
604
+ <summary>
605
+ GetDeployments
606
+ </summary>
607
+
608
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getdeploymentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getdeploymentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getdeploymentscommandoutput.html)
609
+
610
+ </details>
611
+ <details>
612
+ <summary>
613
+ GetDocumentationPart
614
+ </summary>
615
+
616
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getdocumentationpartcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getdocumentationpartcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getdocumentationpartcommandoutput.html)
617
+
618
+ </details>
619
+ <details>
620
+ <summary>
621
+ GetDocumentationParts
622
+ </summary>
623
+
624
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getdocumentationpartscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getdocumentationpartscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getdocumentationpartscommandoutput.html)
625
+
626
+ </details>
627
+ <details>
628
+ <summary>
629
+ GetDocumentationVersion
630
+ </summary>
631
+
632
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getdocumentationversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getdocumentationversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getdocumentationversioncommandoutput.html)
633
+
634
+ </details>
635
+ <details>
636
+ <summary>
637
+ GetDocumentationVersions
638
+ </summary>
639
+
640
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getdocumentationversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getdocumentationversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getdocumentationversionscommandoutput.html)
641
+
642
+ </details>
643
+ <details>
644
+ <summary>
645
+ GetDomainName
646
+ </summary>
647
+
648
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getdomainnamecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getdomainnamecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getdomainnamecommandoutput.html)
649
+
650
+ </details>
651
+ <details>
652
+ <summary>
653
+ GetDomainNames
654
+ </summary>
655
+
656
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getdomainnamescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getdomainnamescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getdomainnamescommandoutput.html)
657
+
658
+ </details>
659
+ <details>
660
+ <summary>
661
+ GetExport
662
+ </summary>
663
+
664
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getexportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getexportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getexportcommandoutput.html)
665
+
666
+ </details>
667
+ <details>
668
+ <summary>
669
+ GetGatewayResponse
670
+ </summary>
671
+
672
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getgatewayresponsecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getgatewayresponsecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getgatewayresponsecommandoutput.html)
673
+
674
+ </details>
675
+ <details>
676
+ <summary>
677
+ GetGatewayResponses
678
+ </summary>
679
+
680
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getgatewayresponsescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getgatewayresponsescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getgatewayresponsescommandoutput.html)
681
+
682
+ </details>
683
+ <details>
684
+ <summary>
685
+ GetIntegration
686
+ </summary>
687
+
688
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getintegrationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getintegrationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getintegrationcommandoutput.html)
689
+
690
+ </details>
691
+ <details>
692
+ <summary>
693
+ GetIntegrationResponse
694
+ </summary>
695
+
696
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getintegrationresponsecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getintegrationresponsecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getintegrationresponsecommandoutput.html)
697
+
698
+ </details>
699
+ <details>
700
+ <summary>
701
+ GetMethod
702
+ </summary>
703
+
704
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getmethodcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getmethodcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getmethodcommandoutput.html)
705
+
706
+ </details>
707
+ <details>
708
+ <summary>
709
+ GetMethodResponse
710
+ </summary>
711
+
712
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getmethodresponsecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getmethodresponsecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getmethodresponsecommandoutput.html)
713
+
714
+ </details>
715
+ <details>
716
+ <summary>
717
+ GetModel
718
+ </summary>
719
+
720
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getmodelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getmodelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getmodelcommandoutput.html)
721
+
722
+ </details>
723
+ <details>
724
+ <summary>
725
+ GetModels
726
+ </summary>
727
+
728
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getmodelscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getmodelscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getmodelscommandoutput.html)
729
+
730
+ </details>
731
+ <details>
732
+ <summary>
733
+ GetModelTemplate
734
+ </summary>
735
+
736
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getmodeltemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getmodeltemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getmodeltemplatecommandoutput.html)
737
+
738
+ </details>
739
+ <details>
740
+ <summary>
741
+ GetRequestValidator
742
+ </summary>
743
+
744
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getrequestvalidatorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getrequestvalidatorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getrequestvalidatorcommandoutput.html)
745
+
746
+ </details>
747
+ <details>
748
+ <summary>
749
+ GetRequestValidators
750
+ </summary>
751
+
752
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getrequestvalidatorscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getrequestvalidatorscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getrequestvalidatorscommandoutput.html)
753
+
754
+ </details>
755
+ <details>
756
+ <summary>
757
+ GetResource
758
+ </summary>
759
+
760
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getresourcecommandoutput.html)
761
+
762
+ </details>
763
+ <details>
764
+ <summary>
765
+ GetResources
766
+ </summary>
767
+
768
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getresourcescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getresourcescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getresourcescommandoutput.html)
769
+
770
+ </details>
771
+ <details>
772
+ <summary>
773
+ GetRestApi
774
+ </summary>
775
+
776
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getrestapicommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getrestapicommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getrestapicommandoutput.html)
777
+
778
+ </details>
779
+ <details>
780
+ <summary>
781
+ GetRestApis
782
+ </summary>
783
+
784
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getrestapiscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getrestapiscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getrestapiscommandoutput.html)
785
+
786
+ </details>
787
+ <details>
788
+ <summary>
789
+ GetSdk
790
+ </summary>
791
+
792
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getsdkcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getsdkcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getsdkcommandoutput.html)
793
+
794
+ </details>
795
+ <details>
796
+ <summary>
797
+ GetSdkType
798
+ </summary>
799
+
800
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getsdktypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getsdktypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getsdktypecommandoutput.html)
801
+
802
+ </details>
803
+ <details>
804
+ <summary>
805
+ GetSdkTypes
806
+ </summary>
807
+
808
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getsdktypescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getsdktypescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getsdktypescommandoutput.html)
809
+
810
+ </details>
811
+ <details>
812
+ <summary>
813
+ GetStage
814
+ </summary>
815
+
816
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getstagecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getstagecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getstagecommandoutput.html)
817
+
818
+ </details>
819
+ <details>
820
+ <summary>
821
+ GetStages
822
+ </summary>
823
+
824
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getstagescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getstagescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getstagescommandoutput.html)
825
+
826
+ </details>
827
+ <details>
828
+ <summary>
829
+ GetTags
830
+ </summary>
831
+
832
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/gettagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/gettagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/gettagscommandoutput.html)
833
+
834
+ </details>
835
+ <details>
836
+ <summary>
837
+ GetUsage
838
+ </summary>
839
+
840
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getusagecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getusagecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getusagecommandoutput.html)
841
+
842
+ </details>
843
+ <details>
844
+ <summary>
845
+ GetUsagePlan
846
+ </summary>
847
+
848
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getusageplancommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getusageplancommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getusageplancommandoutput.html)
849
+
850
+ </details>
851
+ <details>
852
+ <summary>
853
+ GetUsagePlanKey
854
+ </summary>
855
+
856
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getusageplankeycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getusageplankeycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getusageplankeycommandoutput.html)
857
+
858
+ </details>
859
+ <details>
860
+ <summary>
861
+ GetUsagePlanKeys
862
+ </summary>
863
+
864
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getusageplankeyscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getusageplankeyscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getusageplankeyscommandoutput.html)
865
+
866
+ </details>
867
+ <details>
868
+ <summary>
869
+ GetUsagePlans
870
+ </summary>
871
+
872
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getusageplanscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getusageplanscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getusageplanscommandoutput.html)
873
+
874
+ </details>
875
+ <details>
876
+ <summary>
877
+ GetVpcLink
878
+ </summary>
879
+
880
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getvpclinkcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getvpclinkcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getvpclinkcommandoutput.html)
881
+
882
+ </details>
883
+ <details>
884
+ <summary>
885
+ GetVpcLinks
886
+ </summary>
887
+
888
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/getvpclinkscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getvpclinkscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/getvpclinkscommandoutput.html)
889
+
890
+ </details>
891
+ <details>
892
+ <summary>
893
+ ImportApiKeys
894
+ </summary>
895
+
896
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/importapikeyscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/importapikeyscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/importapikeyscommandoutput.html)
897
+
898
+ </details>
899
+ <details>
900
+ <summary>
901
+ ImportDocumentationParts
902
+ </summary>
903
+
904
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/importdocumentationpartscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/importdocumentationpartscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/importdocumentationpartscommandoutput.html)
905
+
906
+ </details>
907
+ <details>
908
+ <summary>
909
+ ImportRestApi
910
+ </summary>
911
+
912
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/importrestapicommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/importrestapicommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/importrestapicommandoutput.html)
913
+
914
+ </details>
915
+ <details>
916
+ <summary>
917
+ PutGatewayResponse
918
+ </summary>
919
+
920
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/putgatewayresponsecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/putgatewayresponsecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/putgatewayresponsecommandoutput.html)
921
+
922
+ </details>
923
+ <details>
924
+ <summary>
925
+ PutIntegration
926
+ </summary>
927
+
928
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/putintegrationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/putintegrationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/putintegrationcommandoutput.html)
929
+
930
+ </details>
931
+ <details>
932
+ <summary>
933
+ PutIntegrationResponse
934
+ </summary>
935
+
936
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/putintegrationresponsecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/putintegrationresponsecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/putintegrationresponsecommandoutput.html)
937
+
938
+ </details>
939
+ <details>
940
+ <summary>
941
+ PutMethod
942
+ </summary>
943
+
944
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/putmethodcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/putmethodcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/putmethodcommandoutput.html)
945
+
946
+ </details>
947
+ <details>
948
+ <summary>
949
+ PutMethodResponse
950
+ </summary>
951
+
952
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/putmethodresponsecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/putmethodresponsecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/putmethodresponsecommandoutput.html)
953
+
954
+ </details>
955
+ <details>
956
+ <summary>
957
+ PutRestApi
958
+ </summary>
959
+
960
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/putrestapicommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/putrestapicommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/putrestapicommandoutput.html)
961
+
962
+ </details>
963
+ <details>
964
+ <summary>
965
+ TagResource
966
+ </summary>
967
+
968
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/tagresourcecommandoutput.html)
969
+
970
+ </details>
971
+ <details>
972
+ <summary>
973
+ TestInvokeAuthorizer
974
+ </summary>
975
+
976
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/testinvokeauthorizercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/testinvokeauthorizercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/testinvokeauthorizercommandoutput.html)
977
+
978
+ </details>
979
+ <details>
980
+ <summary>
981
+ TestInvokeMethod
982
+ </summary>
983
+
984
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/testinvokemethodcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/testinvokemethodcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/testinvokemethodcommandoutput.html)
985
+
986
+ </details>
987
+ <details>
988
+ <summary>
989
+ UntagResource
990
+ </summary>
991
+
992
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/untagresourcecommandoutput.html)
993
+
994
+ </details>
995
+ <details>
996
+ <summary>
997
+ UpdateAccount
998
+ </summary>
999
+
1000
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/updateaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updateaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updateaccountcommandoutput.html)
1001
+
1002
+ </details>
1003
+ <details>
1004
+ <summary>
1005
+ UpdateApiKey
1006
+ </summary>
1007
+
1008
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/updateapikeycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updateapikeycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updateapikeycommandoutput.html)
1009
+
1010
+ </details>
1011
+ <details>
1012
+ <summary>
1013
+ UpdateAuthorizer
1014
+ </summary>
1015
+
1016
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/updateauthorizercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updateauthorizercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updateauthorizercommandoutput.html)
1017
+
1018
+ </details>
1019
+ <details>
1020
+ <summary>
1021
+ UpdateBasePathMapping
1022
+ </summary>
1023
+
1024
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/updatebasepathmappingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updatebasepathmappingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updatebasepathmappingcommandoutput.html)
1025
+
1026
+ </details>
1027
+ <details>
1028
+ <summary>
1029
+ UpdateClientCertificate
1030
+ </summary>
1031
+
1032
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/updateclientcertificatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updateclientcertificatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updateclientcertificatecommandoutput.html)
1033
+
1034
+ </details>
1035
+ <details>
1036
+ <summary>
1037
+ UpdateDeployment
1038
+ </summary>
1039
+
1040
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/updatedeploymentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updatedeploymentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updatedeploymentcommandoutput.html)
1041
+
1042
+ </details>
1043
+ <details>
1044
+ <summary>
1045
+ UpdateDocumentationPart
1046
+ </summary>
1047
+
1048
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/updatedocumentationpartcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updatedocumentationpartcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updatedocumentationpartcommandoutput.html)
1049
+
1050
+ </details>
1051
+ <details>
1052
+ <summary>
1053
+ UpdateDocumentationVersion
1054
+ </summary>
1055
+
1056
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/updatedocumentationversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updatedocumentationversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updatedocumentationversioncommandoutput.html)
1057
+
1058
+ </details>
1059
+ <details>
1060
+ <summary>
1061
+ UpdateDomainName
1062
+ </summary>
1063
+
1064
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/updatedomainnamecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updatedomainnamecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updatedomainnamecommandoutput.html)
1065
+
1066
+ </details>
1067
+ <details>
1068
+ <summary>
1069
+ UpdateGatewayResponse
1070
+ </summary>
1071
+
1072
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/updategatewayresponsecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updategatewayresponsecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updategatewayresponsecommandoutput.html)
1073
+
1074
+ </details>
1075
+ <details>
1076
+ <summary>
1077
+ UpdateIntegration
1078
+ </summary>
1079
+
1080
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/updateintegrationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updateintegrationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updateintegrationcommandoutput.html)
1081
+
1082
+ </details>
1083
+ <details>
1084
+ <summary>
1085
+ UpdateIntegrationResponse
1086
+ </summary>
1087
+
1088
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/updateintegrationresponsecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updateintegrationresponsecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updateintegrationresponsecommandoutput.html)
1089
+
1090
+ </details>
1091
+ <details>
1092
+ <summary>
1093
+ UpdateMethod
1094
+ </summary>
1095
+
1096
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/updatemethodcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updatemethodcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updatemethodcommandoutput.html)
1097
+
1098
+ </details>
1099
+ <details>
1100
+ <summary>
1101
+ UpdateMethodResponse
1102
+ </summary>
1103
+
1104
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/updatemethodresponsecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updatemethodresponsecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updatemethodresponsecommandoutput.html)
1105
+
1106
+ </details>
1107
+ <details>
1108
+ <summary>
1109
+ UpdateModel
1110
+ </summary>
1111
+
1112
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/updatemodelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updatemodelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updatemodelcommandoutput.html)
1113
+
1114
+ </details>
1115
+ <details>
1116
+ <summary>
1117
+ UpdateRequestValidator
1118
+ </summary>
1119
+
1120
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/updaterequestvalidatorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updaterequestvalidatorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updaterequestvalidatorcommandoutput.html)
1121
+
1122
+ </details>
1123
+ <details>
1124
+ <summary>
1125
+ UpdateResource
1126
+ </summary>
1127
+
1128
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/updateresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updateresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updateresourcecommandoutput.html)
1129
+
1130
+ </details>
1131
+ <details>
1132
+ <summary>
1133
+ UpdateRestApi
1134
+ </summary>
1135
+
1136
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/updaterestapicommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updaterestapicommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updaterestapicommandoutput.html)
1137
+
1138
+ </details>
1139
+ <details>
1140
+ <summary>
1141
+ UpdateStage
1142
+ </summary>
1143
+
1144
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/updatestagecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updatestagecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updatestagecommandoutput.html)
1145
+
1146
+ </details>
1147
+ <details>
1148
+ <summary>
1149
+ UpdateUsage
1150
+ </summary>
1151
+
1152
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/updateusagecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updateusagecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updateusagecommandoutput.html)
1153
+
1154
+ </details>
1155
+ <details>
1156
+ <summary>
1157
+ UpdateUsagePlan
1158
+ </summary>
1159
+
1160
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/updateusageplancommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updateusageplancommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updateusageplancommandoutput.html)
1161
+
1162
+ </details>
1163
+ <details>
1164
+ <summary>
1165
+ UpdateVpcLink
1166
+ </summary>
1167
+
1168
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/classes/updatevpclinkcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updatevpclinkcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-api-gateway/interfaces/updatevpclinkcommandoutput.html)
1169
+
1170
+ </details>