@aws-sdk/client-api-gateway 3.957.0 → 3.958.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.
package/README.md CHANGED
@@ -7,14 +7,11 @@
7
7
  AWS SDK for JavaScript APIGateway Client for Node.js, Browser and React Native.
8
8
 
9
9
  <fullname>Amazon API Gateway</fullname>
10
-
11
10
  <p>Amazon API Gateway helps developers deliver robust, secure, and scalable mobile and web application back ends. API Gateway allows developers to securely connect mobile and web applications to APIs that run on Lambda, Amazon EC2, or other publicly addressable web services that are hosted outside of AWS.</p>
12
11
 
13
12
  ## Installing
14
-
15
13
  To install this package, simply type add or install @aws-sdk/client-api-gateway
16
14
  using your favorite package manager:
17
-
18
15
  - `npm install @aws-sdk/client-api-gateway`
19
16
  - `yarn add @aws-sdk/client-api-gateway`
20
17
  - `pnpm add @aws-sdk/client-api-gateway`
@@ -50,9 +47,7 @@ To send a request, you:
50
47
  // a client can be shared by different commands.
51
48
  const client = new APIGatewayClient({ region: "REGION" });
52
49
 
53
- const params = {
54
- /** input parameters */
55
- };
50
+ const params = { /** input parameters */ };
56
51
  const command = new GetAccountCommand(params);
57
52
  ```
58
53
 
@@ -211,7 +206,6 @@ CreateApiKey
211
206
  </summary>
212
207
 
213
208
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/CreateApiKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateApiKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateApiKeyCommandOutput/)
214
-
215
209
  </details>
216
210
  <details>
217
211
  <summary>
@@ -219,7 +213,6 @@ CreateAuthorizer
219
213
  </summary>
220
214
 
221
215
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/CreateAuthorizerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateAuthorizerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateAuthorizerCommandOutput/)
222
-
223
216
  </details>
224
217
  <details>
225
218
  <summary>
@@ -227,7 +220,6 @@ CreateBasePathMapping
227
220
  </summary>
228
221
 
229
222
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/CreateBasePathMappingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateBasePathMappingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateBasePathMappingCommandOutput/)
230
-
231
223
  </details>
232
224
  <details>
233
225
  <summary>
@@ -235,7 +227,6 @@ CreateDeployment
235
227
  </summary>
236
228
 
237
229
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/CreateDeploymentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateDeploymentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateDeploymentCommandOutput/)
238
-
239
230
  </details>
240
231
  <details>
241
232
  <summary>
@@ -243,7 +234,6 @@ CreateDocumentationPart
243
234
  </summary>
244
235
 
245
236
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/CreateDocumentationPartCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateDocumentationPartCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateDocumentationPartCommandOutput/)
246
-
247
237
  </details>
248
238
  <details>
249
239
  <summary>
@@ -251,7 +241,6 @@ CreateDocumentationVersion
251
241
  </summary>
252
242
 
253
243
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/CreateDocumentationVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateDocumentationVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateDocumentationVersionCommandOutput/)
254
-
255
244
  </details>
256
245
  <details>
257
246
  <summary>
@@ -259,7 +248,6 @@ CreateDomainName
259
248
  </summary>
260
249
 
261
250
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/CreateDomainNameCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateDomainNameCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateDomainNameCommandOutput/)
262
-
263
251
  </details>
264
252
  <details>
265
253
  <summary>
@@ -267,7 +255,6 @@ CreateDomainNameAccessAssociation
267
255
  </summary>
268
256
 
269
257
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/CreateDomainNameAccessAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateDomainNameAccessAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateDomainNameAccessAssociationCommandOutput/)
270
-
271
258
  </details>
272
259
  <details>
273
260
  <summary>
@@ -275,7 +262,6 @@ CreateModel
275
262
  </summary>
276
263
 
277
264
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/CreateModelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateModelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateModelCommandOutput/)
278
-
279
265
  </details>
280
266
  <details>
281
267
  <summary>
@@ -283,7 +269,6 @@ CreateRequestValidator
283
269
  </summary>
284
270
 
285
271
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/CreateRequestValidatorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateRequestValidatorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateRequestValidatorCommandOutput/)
286
-
287
272
  </details>
288
273
  <details>
289
274
  <summary>
@@ -291,7 +276,6 @@ CreateResource
291
276
  </summary>
292
277
 
293
278
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/CreateResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateResourceCommandOutput/)
294
-
295
279
  </details>
296
280
  <details>
297
281
  <summary>
@@ -299,7 +283,6 @@ CreateRestApi
299
283
  </summary>
300
284
 
301
285
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/CreateRestApiCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateRestApiCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateRestApiCommandOutput/)
302
-
303
286
  </details>
304
287
  <details>
305
288
  <summary>
@@ -307,7 +290,6 @@ CreateStage
307
290
  </summary>
308
291
 
309
292
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/CreateStageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateStageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateStageCommandOutput/)
310
-
311
293
  </details>
312
294
  <details>
313
295
  <summary>
@@ -315,7 +297,6 @@ CreateUsagePlan
315
297
  </summary>
316
298
 
317
299
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/CreateUsagePlanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateUsagePlanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateUsagePlanCommandOutput/)
318
-
319
300
  </details>
320
301
  <details>
321
302
  <summary>
@@ -323,7 +304,6 @@ CreateUsagePlanKey
323
304
  </summary>
324
305
 
325
306
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/CreateUsagePlanKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateUsagePlanKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateUsagePlanKeyCommandOutput/)
326
-
327
307
  </details>
328
308
  <details>
329
309
  <summary>
@@ -331,7 +311,6 @@ CreateVpcLink
331
311
  </summary>
332
312
 
333
313
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/CreateVpcLinkCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateVpcLinkCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/CreateVpcLinkCommandOutput/)
334
-
335
314
  </details>
336
315
  <details>
337
316
  <summary>
@@ -339,7 +318,6 @@ DeleteApiKey
339
318
  </summary>
340
319
 
341
320
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/DeleteApiKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteApiKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteApiKeyCommandOutput/)
342
-
343
321
  </details>
344
322
  <details>
345
323
  <summary>
@@ -347,7 +325,6 @@ DeleteAuthorizer
347
325
  </summary>
348
326
 
349
327
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/DeleteAuthorizerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteAuthorizerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteAuthorizerCommandOutput/)
350
-
351
328
  </details>
352
329
  <details>
353
330
  <summary>
@@ -355,7 +332,6 @@ DeleteBasePathMapping
355
332
  </summary>
356
333
 
357
334
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/DeleteBasePathMappingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteBasePathMappingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteBasePathMappingCommandOutput/)
358
-
359
335
  </details>
360
336
  <details>
361
337
  <summary>
@@ -363,7 +339,6 @@ DeleteClientCertificate
363
339
  </summary>
364
340
 
365
341
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/DeleteClientCertificateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteClientCertificateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteClientCertificateCommandOutput/)
366
-
367
342
  </details>
368
343
  <details>
369
344
  <summary>
@@ -371,7 +346,6 @@ DeleteDeployment
371
346
  </summary>
372
347
 
373
348
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/DeleteDeploymentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteDeploymentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteDeploymentCommandOutput/)
374
-
375
349
  </details>
376
350
  <details>
377
351
  <summary>
@@ -379,7 +353,6 @@ DeleteDocumentationPart
379
353
  </summary>
380
354
 
381
355
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/DeleteDocumentationPartCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteDocumentationPartCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteDocumentationPartCommandOutput/)
382
-
383
356
  </details>
384
357
  <details>
385
358
  <summary>
@@ -387,7 +360,6 @@ DeleteDocumentationVersion
387
360
  </summary>
388
361
 
389
362
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/DeleteDocumentationVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteDocumentationVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteDocumentationVersionCommandOutput/)
390
-
391
363
  </details>
392
364
  <details>
393
365
  <summary>
@@ -395,7 +367,6 @@ DeleteDomainName
395
367
  </summary>
396
368
 
397
369
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/DeleteDomainNameCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteDomainNameCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteDomainNameCommandOutput/)
398
-
399
370
  </details>
400
371
  <details>
401
372
  <summary>
@@ -403,7 +374,6 @@ DeleteDomainNameAccessAssociation
403
374
  </summary>
404
375
 
405
376
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/DeleteDomainNameAccessAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteDomainNameAccessAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteDomainNameAccessAssociationCommandOutput/)
406
-
407
377
  </details>
408
378
  <details>
409
379
  <summary>
@@ -411,7 +381,6 @@ DeleteGatewayResponse
411
381
  </summary>
412
382
 
413
383
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/DeleteGatewayResponseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteGatewayResponseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteGatewayResponseCommandOutput/)
414
-
415
384
  </details>
416
385
  <details>
417
386
  <summary>
@@ -419,7 +388,6 @@ DeleteIntegration
419
388
  </summary>
420
389
 
421
390
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/DeleteIntegrationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteIntegrationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteIntegrationCommandOutput/)
422
-
423
391
  </details>
424
392
  <details>
425
393
  <summary>
@@ -427,7 +395,6 @@ DeleteIntegrationResponse
427
395
  </summary>
428
396
 
429
397
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/DeleteIntegrationResponseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteIntegrationResponseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteIntegrationResponseCommandOutput/)
430
-
431
398
  </details>
432
399
  <details>
433
400
  <summary>
@@ -435,7 +402,6 @@ DeleteMethod
435
402
  </summary>
436
403
 
437
404
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/DeleteMethodCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteMethodCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteMethodCommandOutput/)
438
-
439
405
  </details>
440
406
  <details>
441
407
  <summary>
@@ -443,7 +409,6 @@ DeleteMethodResponse
443
409
  </summary>
444
410
 
445
411
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/DeleteMethodResponseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteMethodResponseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteMethodResponseCommandOutput/)
446
-
447
412
  </details>
448
413
  <details>
449
414
  <summary>
@@ -451,7 +416,6 @@ DeleteModel
451
416
  </summary>
452
417
 
453
418
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/DeleteModelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteModelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteModelCommandOutput/)
454
-
455
419
  </details>
456
420
  <details>
457
421
  <summary>
@@ -459,7 +423,6 @@ DeleteRequestValidator
459
423
  </summary>
460
424
 
461
425
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/DeleteRequestValidatorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteRequestValidatorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteRequestValidatorCommandOutput/)
462
-
463
426
  </details>
464
427
  <details>
465
428
  <summary>
@@ -467,7 +430,6 @@ DeleteResource
467
430
  </summary>
468
431
 
469
432
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/DeleteResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteResourceCommandOutput/)
470
-
471
433
  </details>
472
434
  <details>
473
435
  <summary>
@@ -475,7 +437,6 @@ DeleteRestApi
475
437
  </summary>
476
438
 
477
439
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/DeleteRestApiCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteRestApiCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteRestApiCommandOutput/)
478
-
479
440
  </details>
480
441
  <details>
481
442
  <summary>
@@ -483,7 +444,6 @@ DeleteStage
483
444
  </summary>
484
445
 
485
446
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/DeleteStageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteStageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteStageCommandOutput/)
486
-
487
447
  </details>
488
448
  <details>
489
449
  <summary>
@@ -491,7 +451,6 @@ DeleteUsagePlan
491
451
  </summary>
492
452
 
493
453
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/DeleteUsagePlanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteUsagePlanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteUsagePlanCommandOutput/)
494
-
495
454
  </details>
496
455
  <details>
497
456
  <summary>
@@ -499,7 +458,6 @@ DeleteUsagePlanKey
499
458
  </summary>
500
459
 
501
460
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/DeleteUsagePlanKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteUsagePlanKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteUsagePlanKeyCommandOutput/)
502
-
503
461
  </details>
504
462
  <details>
505
463
  <summary>
@@ -507,7 +465,6 @@ DeleteVpcLink
507
465
  </summary>
508
466
 
509
467
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/DeleteVpcLinkCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteVpcLinkCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/DeleteVpcLinkCommandOutput/)
510
-
511
468
  </details>
512
469
  <details>
513
470
  <summary>
@@ -515,7 +472,6 @@ FlushStageAuthorizersCache
515
472
  </summary>
516
473
 
517
474
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/FlushStageAuthorizersCacheCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/FlushStageAuthorizersCacheCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/FlushStageAuthorizersCacheCommandOutput/)
518
-
519
475
  </details>
520
476
  <details>
521
477
  <summary>
@@ -523,7 +479,6 @@ FlushStageCache
523
479
  </summary>
524
480
 
525
481
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/FlushStageCacheCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/FlushStageCacheCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/FlushStageCacheCommandOutput/)
526
-
527
482
  </details>
528
483
  <details>
529
484
  <summary>
@@ -531,7 +486,6 @@ GenerateClientCertificate
531
486
  </summary>
532
487
 
533
488
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GenerateClientCertificateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GenerateClientCertificateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GenerateClientCertificateCommandOutput/)
534
-
535
489
  </details>
536
490
  <details>
537
491
  <summary>
@@ -539,7 +493,6 @@ GetAccount
539
493
  </summary>
540
494
 
541
495
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetAccountCommandOutput/)
542
-
543
496
  </details>
544
497
  <details>
545
498
  <summary>
@@ -547,7 +500,6 @@ GetApiKey
547
500
  </summary>
548
501
 
549
502
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetApiKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetApiKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetApiKeyCommandOutput/)
550
-
551
503
  </details>
552
504
  <details>
553
505
  <summary>
@@ -555,7 +507,6 @@ GetApiKeys
555
507
  </summary>
556
508
 
557
509
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetApiKeysCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetApiKeysCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetApiKeysCommandOutput/)
558
-
559
510
  </details>
560
511
  <details>
561
512
  <summary>
@@ -563,7 +514,6 @@ GetAuthorizer
563
514
  </summary>
564
515
 
565
516
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetAuthorizerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetAuthorizerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetAuthorizerCommandOutput/)
566
-
567
517
  </details>
568
518
  <details>
569
519
  <summary>
@@ -571,7 +521,6 @@ GetAuthorizers
571
521
  </summary>
572
522
 
573
523
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetAuthorizersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetAuthorizersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetAuthorizersCommandOutput/)
574
-
575
524
  </details>
576
525
  <details>
577
526
  <summary>
@@ -579,7 +528,6 @@ GetBasePathMapping
579
528
  </summary>
580
529
 
581
530
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetBasePathMappingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetBasePathMappingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetBasePathMappingCommandOutput/)
582
-
583
531
  </details>
584
532
  <details>
585
533
  <summary>
@@ -587,7 +535,6 @@ GetBasePathMappings
587
535
  </summary>
588
536
 
589
537
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetBasePathMappingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetBasePathMappingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetBasePathMappingsCommandOutput/)
590
-
591
538
  </details>
592
539
  <details>
593
540
  <summary>
@@ -595,7 +542,6 @@ GetClientCertificate
595
542
  </summary>
596
543
 
597
544
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetClientCertificateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetClientCertificateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetClientCertificateCommandOutput/)
598
-
599
545
  </details>
600
546
  <details>
601
547
  <summary>
@@ -603,7 +549,6 @@ GetClientCertificates
603
549
  </summary>
604
550
 
605
551
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetClientCertificatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetClientCertificatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetClientCertificatesCommandOutput/)
606
-
607
552
  </details>
608
553
  <details>
609
554
  <summary>
@@ -611,7 +556,6 @@ GetDeployment
611
556
  </summary>
612
557
 
613
558
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetDeploymentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetDeploymentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetDeploymentCommandOutput/)
614
-
615
559
  </details>
616
560
  <details>
617
561
  <summary>
@@ -619,7 +563,6 @@ GetDeployments
619
563
  </summary>
620
564
 
621
565
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetDeploymentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetDeploymentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetDeploymentsCommandOutput/)
622
-
623
566
  </details>
624
567
  <details>
625
568
  <summary>
@@ -627,7 +570,6 @@ GetDocumentationPart
627
570
  </summary>
628
571
 
629
572
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetDocumentationPartCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetDocumentationPartCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetDocumentationPartCommandOutput/)
630
-
631
573
  </details>
632
574
  <details>
633
575
  <summary>
@@ -635,7 +577,6 @@ GetDocumentationParts
635
577
  </summary>
636
578
 
637
579
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetDocumentationPartsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetDocumentationPartsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetDocumentationPartsCommandOutput/)
638
-
639
580
  </details>
640
581
  <details>
641
582
  <summary>
@@ -643,7 +584,6 @@ GetDocumentationVersion
643
584
  </summary>
644
585
 
645
586
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetDocumentationVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetDocumentationVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetDocumentationVersionCommandOutput/)
646
-
647
587
  </details>
648
588
  <details>
649
589
  <summary>
@@ -651,7 +591,6 @@ GetDocumentationVersions
651
591
  </summary>
652
592
 
653
593
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetDocumentationVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetDocumentationVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetDocumentationVersionsCommandOutput/)
654
-
655
594
  </details>
656
595
  <details>
657
596
  <summary>
@@ -659,7 +598,6 @@ GetDomainName
659
598
  </summary>
660
599
 
661
600
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetDomainNameCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetDomainNameCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetDomainNameCommandOutput/)
662
-
663
601
  </details>
664
602
  <details>
665
603
  <summary>
@@ -667,7 +605,6 @@ GetDomainNameAccessAssociations
667
605
  </summary>
668
606
 
669
607
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetDomainNameAccessAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetDomainNameAccessAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetDomainNameAccessAssociationsCommandOutput/)
670
-
671
608
  </details>
672
609
  <details>
673
610
  <summary>
@@ -675,7 +612,6 @@ GetDomainNames
675
612
  </summary>
676
613
 
677
614
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetDomainNamesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetDomainNamesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetDomainNamesCommandOutput/)
678
-
679
615
  </details>
680
616
  <details>
681
617
  <summary>
@@ -683,7 +619,6 @@ GetExport
683
619
  </summary>
684
620
 
685
621
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetExportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetExportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetExportCommandOutput/)
686
-
687
622
  </details>
688
623
  <details>
689
624
  <summary>
@@ -691,7 +626,6 @@ GetGatewayResponse
691
626
  </summary>
692
627
 
693
628
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetGatewayResponseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetGatewayResponseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetGatewayResponseCommandOutput/)
694
-
695
629
  </details>
696
630
  <details>
697
631
  <summary>
@@ -699,7 +633,6 @@ GetGatewayResponses
699
633
  </summary>
700
634
 
701
635
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetGatewayResponsesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetGatewayResponsesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetGatewayResponsesCommandOutput/)
702
-
703
636
  </details>
704
637
  <details>
705
638
  <summary>
@@ -707,7 +640,6 @@ GetIntegration
707
640
  </summary>
708
641
 
709
642
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetIntegrationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetIntegrationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetIntegrationCommandOutput/)
710
-
711
643
  </details>
712
644
  <details>
713
645
  <summary>
@@ -715,7 +647,6 @@ GetIntegrationResponse
715
647
  </summary>
716
648
 
717
649
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetIntegrationResponseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetIntegrationResponseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetIntegrationResponseCommandOutput/)
718
-
719
650
  </details>
720
651
  <details>
721
652
  <summary>
@@ -723,7 +654,6 @@ GetMethod
723
654
  </summary>
724
655
 
725
656
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetMethodCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetMethodCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetMethodCommandOutput/)
726
-
727
657
  </details>
728
658
  <details>
729
659
  <summary>
@@ -731,7 +661,6 @@ GetMethodResponse
731
661
  </summary>
732
662
 
733
663
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetMethodResponseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetMethodResponseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetMethodResponseCommandOutput/)
734
-
735
664
  </details>
736
665
  <details>
737
666
  <summary>
@@ -739,7 +668,6 @@ GetModel
739
668
  </summary>
740
669
 
741
670
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetModelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetModelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetModelCommandOutput/)
742
-
743
671
  </details>
744
672
  <details>
745
673
  <summary>
@@ -747,7 +675,6 @@ GetModels
747
675
  </summary>
748
676
 
749
677
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetModelsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetModelsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetModelsCommandOutput/)
750
-
751
678
  </details>
752
679
  <details>
753
680
  <summary>
@@ -755,7 +682,6 @@ GetModelTemplate
755
682
  </summary>
756
683
 
757
684
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetModelTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetModelTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetModelTemplateCommandOutput/)
758
-
759
685
  </details>
760
686
  <details>
761
687
  <summary>
@@ -763,7 +689,6 @@ GetRequestValidator
763
689
  </summary>
764
690
 
765
691
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetRequestValidatorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetRequestValidatorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetRequestValidatorCommandOutput/)
766
-
767
692
  </details>
768
693
  <details>
769
694
  <summary>
@@ -771,7 +696,6 @@ GetRequestValidators
771
696
  </summary>
772
697
 
773
698
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetRequestValidatorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetRequestValidatorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetRequestValidatorsCommandOutput/)
774
-
775
699
  </details>
776
700
  <details>
777
701
  <summary>
@@ -779,7 +703,6 @@ GetResource
779
703
  </summary>
780
704
 
781
705
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetResourceCommandOutput/)
782
-
783
706
  </details>
784
707
  <details>
785
708
  <summary>
@@ -787,7 +710,6 @@ GetResources
787
710
  </summary>
788
711
 
789
712
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetResourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetResourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetResourcesCommandOutput/)
790
-
791
713
  </details>
792
714
  <details>
793
715
  <summary>
@@ -795,7 +717,6 @@ GetRestApi
795
717
  </summary>
796
718
 
797
719
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetRestApiCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetRestApiCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetRestApiCommandOutput/)
798
-
799
720
  </details>
800
721
  <details>
801
722
  <summary>
@@ -803,7 +724,6 @@ GetRestApis
803
724
  </summary>
804
725
 
805
726
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetRestApisCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetRestApisCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetRestApisCommandOutput/)
806
-
807
727
  </details>
808
728
  <details>
809
729
  <summary>
@@ -811,7 +731,6 @@ GetSdk
811
731
  </summary>
812
732
 
813
733
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetSdkCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetSdkCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetSdkCommandOutput/)
814
-
815
734
  </details>
816
735
  <details>
817
736
  <summary>
@@ -819,7 +738,6 @@ GetSdkType
819
738
  </summary>
820
739
 
821
740
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetSdkTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetSdkTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetSdkTypeCommandOutput/)
822
-
823
741
  </details>
824
742
  <details>
825
743
  <summary>
@@ -827,7 +745,6 @@ GetSdkTypes
827
745
  </summary>
828
746
 
829
747
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetSdkTypesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetSdkTypesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetSdkTypesCommandOutput/)
830
-
831
748
  </details>
832
749
  <details>
833
750
  <summary>
@@ -835,7 +752,6 @@ GetStage
835
752
  </summary>
836
753
 
837
754
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetStageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetStageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetStageCommandOutput/)
838
-
839
755
  </details>
840
756
  <details>
841
757
  <summary>
@@ -843,7 +759,6 @@ GetStages
843
759
  </summary>
844
760
 
845
761
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetStagesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetStagesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetStagesCommandOutput/)
846
-
847
762
  </details>
848
763
  <details>
849
764
  <summary>
@@ -851,7 +766,6 @@ GetTags
851
766
  </summary>
852
767
 
853
768
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetTagsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetTagsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetTagsCommandOutput/)
854
-
855
769
  </details>
856
770
  <details>
857
771
  <summary>
@@ -859,7 +773,6 @@ GetUsage
859
773
  </summary>
860
774
 
861
775
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetUsageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetUsageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetUsageCommandOutput/)
862
-
863
776
  </details>
864
777
  <details>
865
778
  <summary>
@@ -867,7 +780,6 @@ GetUsagePlan
867
780
  </summary>
868
781
 
869
782
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetUsagePlanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetUsagePlanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetUsagePlanCommandOutput/)
870
-
871
783
  </details>
872
784
  <details>
873
785
  <summary>
@@ -875,7 +787,6 @@ GetUsagePlanKey
875
787
  </summary>
876
788
 
877
789
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetUsagePlanKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetUsagePlanKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetUsagePlanKeyCommandOutput/)
878
-
879
790
  </details>
880
791
  <details>
881
792
  <summary>
@@ -883,7 +794,6 @@ GetUsagePlanKeys
883
794
  </summary>
884
795
 
885
796
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetUsagePlanKeysCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetUsagePlanKeysCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetUsagePlanKeysCommandOutput/)
886
-
887
797
  </details>
888
798
  <details>
889
799
  <summary>
@@ -891,7 +801,6 @@ GetUsagePlans
891
801
  </summary>
892
802
 
893
803
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetUsagePlansCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetUsagePlansCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetUsagePlansCommandOutput/)
894
-
895
804
  </details>
896
805
  <details>
897
806
  <summary>
@@ -899,7 +808,6 @@ GetVpcLink
899
808
  </summary>
900
809
 
901
810
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetVpcLinkCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetVpcLinkCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetVpcLinkCommandOutput/)
902
-
903
811
  </details>
904
812
  <details>
905
813
  <summary>
@@ -907,7 +815,6 @@ GetVpcLinks
907
815
  </summary>
908
816
 
909
817
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/GetVpcLinksCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetVpcLinksCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/GetVpcLinksCommandOutput/)
910
-
911
818
  </details>
912
819
  <details>
913
820
  <summary>
@@ -915,7 +822,6 @@ ImportApiKeys
915
822
  </summary>
916
823
 
917
824
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/ImportApiKeysCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/ImportApiKeysCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/ImportApiKeysCommandOutput/)
918
-
919
825
  </details>
920
826
  <details>
921
827
  <summary>
@@ -923,7 +829,6 @@ ImportDocumentationParts
923
829
  </summary>
924
830
 
925
831
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/ImportDocumentationPartsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/ImportDocumentationPartsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/ImportDocumentationPartsCommandOutput/)
926
-
927
832
  </details>
928
833
  <details>
929
834
  <summary>
@@ -931,7 +836,6 @@ ImportRestApi
931
836
  </summary>
932
837
 
933
838
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/ImportRestApiCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/ImportRestApiCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/ImportRestApiCommandOutput/)
934
-
935
839
  </details>
936
840
  <details>
937
841
  <summary>
@@ -939,7 +843,6 @@ PutGatewayResponse
939
843
  </summary>
940
844
 
941
845
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/PutGatewayResponseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/PutGatewayResponseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/PutGatewayResponseCommandOutput/)
942
-
943
846
  </details>
944
847
  <details>
945
848
  <summary>
@@ -947,7 +850,6 @@ PutIntegration
947
850
  </summary>
948
851
 
949
852
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/PutIntegrationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/PutIntegrationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/PutIntegrationCommandOutput/)
950
-
951
853
  </details>
952
854
  <details>
953
855
  <summary>
@@ -955,7 +857,6 @@ PutIntegrationResponse
955
857
  </summary>
956
858
 
957
859
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/PutIntegrationResponseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/PutIntegrationResponseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/PutIntegrationResponseCommandOutput/)
958
-
959
860
  </details>
960
861
  <details>
961
862
  <summary>
@@ -963,7 +864,6 @@ PutMethod
963
864
  </summary>
964
865
 
965
866
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/PutMethodCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/PutMethodCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/PutMethodCommandOutput/)
966
-
967
867
  </details>
968
868
  <details>
969
869
  <summary>
@@ -971,7 +871,6 @@ PutMethodResponse
971
871
  </summary>
972
872
 
973
873
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/PutMethodResponseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/PutMethodResponseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/PutMethodResponseCommandOutput/)
974
-
975
874
  </details>
976
875
  <details>
977
876
  <summary>
@@ -979,7 +878,6 @@ PutRestApi
979
878
  </summary>
980
879
 
981
880
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/PutRestApiCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/PutRestApiCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/PutRestApiCommandOutput/)
982
-
983
881
  </details>
984
882
  <details>
985
883
  <summary>
@@ -987,7 +885,6 @@ RejectDomainNameAccessAssociation
987
885
  </summary>
988
886
 
989
887
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/RejectDomainNameAccessAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/RejectDomainNameAccessAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/RejectDomainNameAccessAssociationCommandOutput/)
990
-
991
888
  </details>
992
889
  <details>
993
890
  <summary>
@@ -995,7 +892,6 @@ TagResource
995
892
  </summary>
996
893
 
997
894
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/TagResourceCommandOutput/)
998
-
999
895
  </details>
1000
896
  <details>
1001
897
  <summary>
@@ -1003,7 +899,6 @@ TestInvokeAuthorizer
1003
899
  </summary>
1004
900
 
1005
901
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/TestInvokeAuthorizerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/TestInvokeAuthorizerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/TestInvokeAuthorizerCommandOutput/)
1006
-
1007
902
  </details>
1008
903
  <details>
1009
904
  <summary>
@@ -1011,7 +906,6 @@ TestInvokeMethod
1011
906
  </summary>
1012
907
 
1013
908
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/TestInvokeMethodCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/TestInvokeMethodCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/TestInvokeMethodCommandOutput/)
1014
-
1015
909
  </details>
1016
910
  <details>
1017
911
  <summary>
@@ -1019,7 +913,6 @@ UntagResource
1019
913
  </summary>
1020
914
 
1021
915
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UntagResourceCommandOutput/)
1022
-
1023
916
  </details>
1024
917
  <details>
1025
918
  <summary>
@@ -1027,7 +920,6 @@ UpdateAccount
1027
920
  </summary>
1028
921
 
1029
922
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/UpdateAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateAccountCommandOutput/)
1030
-
1031
923
  </details>
1032
924
  <details>
1033
925
  <summary>
@@ -1035,7 +927,6 @@ UpdateApiKey
1035
927
  </summary>
1036
928
 
1037
929
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/UpdateApiKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateApiKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateApiKeyCommandOutput/)
1038
-
1039
930
  </details>
1040
931
  <details>
1041
932
  <summary>
@@ -1043,7 +934,6 @@ UpdateAuthorizer
1043
934
  </summary>
1044
935
 
1045
936
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/UpdateAuthorizerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateAuthorizerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateAuthorizerCommandOutput/)
1046
-
1047
937
  </details>
1048
938
  <details>
1049
939
  <summary>
@@ -1051,7 +941,6 @@ UpdateBasePathMapping
1051
941
  </summary>
1052
942
 
1053
943
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/UpdateBasePathMappingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateBasePathMappingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateBasePathMappingCommandOutput/)
1054
-
1055
944
  </details>
1056
945
  <details>
1057
946
  <summary>
@@ -1059,7 +948,6 @@ UpdateClientCertificate
1059
948
  </summary>
1060
949
 
1061
950
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/UpdateClientCertificateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateClientCertificateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateClientCertificateCommandOutput/)
1062
-
1063
951
  </details>
1064
952
  <details>
1065
953
  <summary>
@@ -1067,7 +955,6 @@ UpdateDeployment
1067
955
  </summary>
1068
956
 
1069
957
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/UpdateDeploymentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateDeploymentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateDeploymentCommandOutput/)
1070
-
1071
958
  </details>
1072
959
  <details>
1073
960
  <summary>
@@ -1075,7 +962,6 @@ UpdateDocumentationPart
1075
962
  </summary>
1076
963
 
1077
964
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/UpdateDocumentationPartCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateDocumentationPartCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateDocumentationPartCommandOutput/)
1078
-
1079
965
  </details>
1080
966
  <details>
1081
967
  <summary>
@@ -1083,7 +969,6 @@ UpdateDocumentationVersion
1083
969
  </summary>
1084
970
 
1085
971
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/UpdateDocumentationVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateDocumentationVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateDocumentationVersionCommandOutput/)
1086
-
1087
972
  </details>
1088
973
  <details>
1089
974
  <summary>
@@ -1091,7 +976,6 @@ UpdateDomainName
1091
976
  </summary>
1092
977
 
1093
978
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/UpdateDomainNameCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateDomainNameCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateDomainNameCommandOutput/)
1094
-
1095
979
  </details>
1096
980
  <details>
1097
981
  <summary>
@@ -1099,7 +983,6 @@ UpdateGatewayResponse
1099
983
  </summary>
1100
984
 
1101
985
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/UpdateGatewayResponseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateGatewayResponseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateGatewayResponseCommandOutput/)
1102
-
1103
986
  </details>
1104
987
  <details>
1105
988
  <summary>
@@ -1107,7 +990,6 @@ UpdateIntegration
1107
990
  </summary>
1108
991
 
1109
992
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/UpdateIntegrationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateIntegrationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateIntegrationCommandOutput/)
1110
-
1111
993
  </details>
1112
994
  <details>
1113
995
  <summary>
@@ -1115,7 +997,6 @@ UpdateIntegrationResponse
1115
997
  </summary>
1116
998
 
1117
999
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/UpdateIntegrationResponseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateIntegrationResponseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateIntegrationResponseCommandOutput/)
1118
-
1119
1000
  </details>
1120
1001
  <details>
1121
1002
  <summary>
@@ -1123,7 +1004,6 @@ UpdateMethod
1123
1004
  </summary>
1124
1005
 
1125
1006
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/UpdateMethodCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateMethodCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateMethodCommandOutput/)
1126
-
1127
1007
  </details>
1128
1008
  <details>
1129
1009
  <summary>
@@ -1131,7 +1011,6 @@ UpdateMethodResponse
1131
1011
  </summary>
1132
1012
 
1133
1013
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/UpdateMethodResponseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateMethodResponseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateMethodResponseCommandOutput/)
1134
-
1135
1014
  </details>
1136
1015
  <details>
1137
1016
  <summary>
@@ -1139,7 +1018,6 @@ UpdateModel
1139
1018
  </summary>
1140
1019
 
1141
1020
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/UpdateModelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateModelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateModelCommandOutput/)
1142
-
1143
1021
  </details>
1144
1022
  <details>
1145
1023
  <summary>
@@ -1147,7 +1025,6 @@ UpdateRequestValidator
1147
1025
  </summary>
1148
1026
 
1149
1027
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/UpdateRequestValidatorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateRequestValidatorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateRequestValidatorCommandOutput/)
1150
-
1151
1028
  </details>
1152
1029
  <details>
1153
1030
  <summary>
@@ -1155,7 +1032,6 @@ UpdateResource
1155
1032
  </summary>
1156
1033
 
1157
1034
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/UpdateResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateResourceCommandOutput/)
1158
-
1159
1035
  </details>
1160
1036
  <details>
1161
1037
  <summary>
@@ -1163,7 +1039,6 @@ UpdateRestApi
1163
1039
  </summary>
1164
1040
 
1165
1041
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/UpdateRestApiCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateRestApiCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateRestApiCommandOutput/)
1166
-
1167
1042
  </details>
1168
1043
  <details>
1169
1044
  <summary>
@@ -1171,7 +1046,6 @@ UpdateStage
1171
1046
  </summary>
1172
1047
 
1173
1048
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/UpdateStageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateStageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateStageCommandOutput/)
1174
-
1175
1049
  </details>
1176
1050
  <details>
1177
1051
  <summary>
@@ -1179,7 +1053,6 @@ UpdateUsage
1179
1053
  </summary>
1180
1054
 
1181
1055
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/UpdateUsageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateUsageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateUsageCommandOutput/)
1182
-
1183
1056
  </details>
1184
1057
  <details>
1185
1058
  <summary>
@@ -1187,7 +1060,6 @@ UpdateUsagePlan
1187
1060
  </summary>
1188
1061
 
1189
1062
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/UpdateUsagePlanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateUsagePlanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateUsagePlanCommandOutput/)
1190
-
1191
1063
  </details>
1192
1064
  <details>
1193
1065
  <summary>
@@ -1195,5 +1067,4 @@ UpdateVpcLink
1195
1067
  </summary>
1196
1068
 
1197
1069
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/api-gateway/command/UpdateVpcLinkCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateVpcLinkCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-api-gateway/Interface/UpdateVpcLinkCommandOutput/)
1198
-
1199
1070
  </details>