@aws-sdk/client-apigatewayv2 3.303.0 → 3.309.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/dist-cjs/commands/CreateApiCommand.js +2 -2
- package/dist-cjs/commands/CreateApiMappingCommand.js +2 -2
- package/dist-cjs/commands/CreateAuthorizerCommand.js +2 -2
- package/dist-cjs/commands/CreateDeploymentCommand.js +2 -2
- package/dist-cjs/commands/CreateDomainNameCommand.js +2 -2
- package/dist-cjs/commands/CreateIntegrationCommand.js +2 -2
- package/dist-cjs/commands/CreateIntegrationResponseCommand.js +2 -2
- package/dist-cjs/commands/CreateModelCommand.js +2 -2
- package/dist-cjs/commands/CreateRouteCommand.js +2 -2
- package/dist-cjs/commands/CreateRouteResponseCommand.js +2 -2
- package/dist-cjs/commands/CreateStageCommand.js +2 -2
- package/dist-cjs/commands/CreateVpcLinkCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccessLogSettingsCommand.js +2 -2
- package/dist-cjs/commands/DeleteApiCommand.js +2 -2
- package/dist-cjs/commands/DeleteApiMappingCommand.js +2 -2
- package/dist-cjs/commands/DeleteAuthorizerCommand.js +2 -2
- package/dist-cjs/commands/DeleteCorsConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteDeploymentCommand.js +2 -2
- package/dist-cjs/commands/DeleteDomainNameCommand.js +2 -2
- package/dist-cjs/commands/DeleteIntegrationCommand.js +2 -2
- package/dist-cjs/commands/DeleteIntegrationResponseCommand.js +2 -2
- package/dist-cjs/commands/DeleteModelCommand.js +2 -2
- package/dist-cjs/commands/DeleteRouteCommand.js +2 -2
- package/dist-cjs/commands/DeleteRouteRequestParameterCommand.js +2 -2
- package/dist-cjs/commands/DeleteRouteResponseCommand.js +2 -2
- package/dist-cjs/commands/DeleteRouteSettingsCommand.js +2 -2
- package/dist-cjs/commands/DeleteStageCommand.js +2 -2
- package/dist-cjs/commands/DeleteVpcLinkCommand.js +2 -2
- package/dist-cjs/commands/ExportApiCommand.js +2 -2
- package/dist-cjs/commands/GetApiCommand.js +2 -2
- package/dist-cjs/commands/GetApiMappingCommand.js +2 -2
- package/dist-cjs/commands/GetApiMappingsCommand.js +2 -2
- package/dist-cjs/commands/GetApisCommand.js +2 -2
- package/dist-cjs/commands/GetAuthorizerCommand.js +2 -2
- package/dist-cjs/commands/GetAuthorizersCommand.js +2 -2
- package/dist-cjs/commands/GetDeploymentCommand.js +2 -2
- package/dist-cjs/commands/GetDeploymentsCommand.js +2 -2
- package/dist-cjs/commands/GetDomainNameCommand.js +2 -2
- package/dist-cjs/commands/GetDomainNamesCommand.js +2 -2
- package/dist-cjs/commands/GetIntegrationCommand.js +2 -2
- package/dist-cjs/commands/GetIntegrationResponseCommand.js +2 -2
- package/dist-cjs/commands/GetIntegrationResponsesCommand.js +2 -2
- package/dist-cjs/commands/GetIntegrationsCommand.js +2 -2
- package/dist-cjs/commands/GetModelCommand.js +2 -2
- package/dist-cjs/commands/GetModelTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetModelsCommand.js +2 -2
- package/dist-cjs/commands/GetRouteCommand.js +2 -2
- package/dist-cjs/commands/GetRouteResponseCommand.js +2 -2
- package/dist-cjs/commands/GetRouteResponsesCommand.js +2 -2
- package/dist-cjs/commands/GetRoutesCommand.js +2 -2
- package/dist-cjs/commands/GetStageCommand.js +2 -2
- package/dist-cjs/commands/GetStagesCommand.js +2 -2
- package/dist-cjs/commands/GetTagsCommand.js +2 -2
- package/dist-cjs/commands/GetVpcLinkCommand.js +2 -2
- package/dist-cjs/commands/GetVpcLinksCommand.js +2 -2
- package/dist-cjs/commands/ImportApiCommand.js +2 -2
- package/dist-cjs/commands/ReimportApiCommand.js +2 -2
- package/dist-cjs/commands/ResetAuthorizersCacheCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateApiCommand.js +2 -2
- package/dist-cjs/commands/UpdateApiMappingCommand.js +2 -2
- package/dist-cjs/commands/UpdateAuthorizerCommand.js +2 -2
- package/dist-cjs/commands/UpdateDeploymentCommand.js +2 -2
- package/dist-cjs/commands/UpdateDomainNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateIntegrationCommand.js +2 -2
- package/dist-cjs/commands/UpdateIntegrationResponseCommand.js +2 -2
- package/dist-cjs/commands/UpdateModelCommand.js +2 -2
- package/dist-cjs/commands/UpdateRouteCommand.js +2 -2
- package/dist-cjs/commands/UpdateRouteResponseCommand.js +2 -2
- package/dist-cjs/commands/UpdateStageCommand.js +2 -2
- package/dist-cjs/commands/UpdateVpcLinkCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +939 -1019
- package/dist-es/commands/CreateApiCommand.js +3 -3
- package/dist-es/commands/CreateApiMappingCommand.js +3 -3
- package/dist-es/commands/CreateAuthorizerCommand.js +3 -3
- package/dist-es/commands/CreateDeploymentCommand.js +3 -3
- package/dist-es/commands/CreateDomainNameCommand.js +3 -3
- package/dist-es/commands/CreateIntegrationCommand.js +3 -3
- package/dist-es/commands/CreateIntegrationResponseCommand.js +3 -3
- package/dist-es/commands/CreateModelCommand.js +3 -3
- package/dist-es/commands/CreateRouteCommand.js +3 -3
- package/dist-es/commands/CreateRouteResponseCommand.js +3 -3
- package/dist-es/commands/CreateStageCommand.js +3 -3
- package/dist-es/commands/CreateVpcLinkCommand.js +3 -3
- package/dist-es/commands/DeleteAccessLogSettingsCommand.js +3 -3
- package/dist-es/commands/DeleteApiCommand.js +3 -3
- package/dist-es/commands/DeleteApiMappingCommand.js +3 -3
- package/dist-es/commands/DeleteAuthorizerCommand.js +3 -3
- package/dist-es/commands/DeleteCorsConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteDeploymentCommand.js +3 -3
- package/dist-es/commands/DeleteDomainNameCommand.js +3 -3
- package/dist-es/commands/DeleteIntegrationCommand.js +3 -3
- package/dist-es/commands/DeleteIntegrationResponseCommand.js +3 -3
- package/dist-es/commands/DeleteModelCommand.js +3 -3
- package/dist-es/commands/DeleteRouteCommand.js +3 -3
- package/dist-es/commands/DeleteRouteRequestParameterCommand.js +3 -3
- package/dist-es/commands/DeleteRouteResponseCommand.js +3 -3
- package/dist-es/commands/DeleteRouteSettingsCommand.js +3 -3
- package/dist-es/commands/DeleteStageCommand.js +3 -3
- package/dist-es/commands/DeleteVpcLinkCommand.js +3 -3
- package/dist-es/commands/ExportApiCommand.js +3 -3
- package/dist-es/commands/GetApiCommand.js +3 -3
- package/dist-es/commands/GetApiMappingCommand.js +3 -3
- package/dist-es/commands/GetApiMappingsCommand.js +3 -3
- package/dist-es/commands/GetApisCommand.js +3 -3
- package/dist-es/commands/GetAuthorizerCommand.js +3 -3
- package/dist-es/commands/GetAuthorizersCommand.js +3 -3
- package/dist-es/commands/GetDeploymentCommand.js +3 -3
- package/dist-es/commands/GetDeploymentsCommand.js +3 -3
- package/dist-es/commands/GetDomainNameCommand.js +3 -3
- package/dist-es/commands/GetDomainNamesCommand.js +3 -3
- package/dist-es/commands/GetIntegrationCommand.js +3 -3
- package/dist-es/commands/GetIntegrationResponseCommand.js +3 -3
- package/dist-es/commands/GetIntegrationResponsesCommand.js +3 -3
- package/dist-es/commands/GetIntegrationsCommand.js +3 -3
- package/dist-es/commands/GetModelCommand.js +3 -3
- package/dist-es/commands/GetModelTemplateCommand.js +3 -3
- package/dist-es/commands/GetModelsCommand.js +3 -3
- package/dist-es/commands/GetRouteCommand.js +3 -3
- package/dist-es/commands/GetRouteResponseCommand.js +3 -3
- package/dist-es/commands/GetRouteResponsesCommand.js +3 -3
- package/dist-es/commands/GetRoutesCommand.js +3 -3
- package/dist-es/commands/GetStageCommand.js +3 -3
- package/dist-es/commands/GetStagesCommand.js +3 -3
- package/dist-es/commands/GetTagsCommand.js +3 -3
- package/dist-es/commands/GetVpcLinkCommand.js +3 -3
- package/dist-es/commands/GetVpcLinksCommand.js +3 -3
- package/dist-es/commands/ImportApiCommand.js +3 -3
- package/dist-es/commands/ReimportApiCommand.js +3 -3
- package/dist-es/commands/ResetAuthorizersCacheCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateApiCommand.js +3 -3
- package/dist-es/commands/UpdateApiMappingCommand.js +3 -3
- package/dist-es/commands/UpdateAuthorizerCommand.js +3 -3
- package/dist-es/commands/UpdateDeploymentCommand.js +3 -3
- package/dist-es/commands/UpdateDomainNameCommand.js +3 -3
- package/dist-es/commands/UpdateIntegrationCommand.js +3 -3
- package/dist-es/commands/UpdateIntegrationResponseCommand.js +3 -3
- package/dist-es/commands/UpdateModelCommand.js +3 -3
- package/dist-es/commands/UpdateRouteCommand.js +3 -3
- package/dist-es/commands/UpdateRouteResponseCommand.js +3 -3
- package/dist-es/commands/UpdateStageCommand.js +3 -3
- package/dist-es/commands/UpdateVpcLinkCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +792 -872
- package/dist-types/protocols/Aws_restJson1.d.ts +576 -144
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +144 -144
- package/package.json +29 -29
|
@@ -291,579 +291,579 @@ import {
|
|
|
291
291
|
UpdateVpcLinkCommandInput,
|
|
292
292
|
UpdateVpcLinkCommandOutput,
|
|
293
293
|
} from "../commands/UpdateVpcLinkCommand";
|
|
294
|
-
export declare const
|
|
294
|
+
export declare const se_CreateApiCommand: (
|
|
295
295
|
input: CreateApiCommandInput,
|
|
296
296
|
context: __SerdeContext
|
|
297
297
|
) => Promise<__HttpRequest>;
|
|
298
|
-
export declare const
|
|
298
|
+
export declare const se_CreateApiMappingCommand: (
|
|
299
299
|
input: CreateApiMappingCommandInput,
|
|
300
300
|
context: __SerdeContext
|
|
301
301
|
) => Promise<__HttpRequest>;
|
|
302
|
-
export declare const
|
|
302
|
+
export declare const se_CreateAuthorizerCommand: (
|
|
303
303
|
input: CreateAuthorizerCommandInput,
|
|
304
304
|
context: __SerdeContext
|
|
305
305
|
) => Promise<__HttpRequest>;
|
|
306
|
-
export declare const
|
|
306
|
+
export declare const se_CreateDeploymentCommand: (
|
|
307
307
|
input: CreateDeploymentCommandInput,
|
|
308
308
|
context: __SerdeContext
|
|
309
309
|
) => Promise<__HttpRequest>;
|
|
310
|
-
export declare const
|
|
310
|
+
export declare const se_CreateDomainNameCommand: (
|
|
311
311
|
input: CreateDomainNameCommandInput,
|
|
312
312
|
context: __SerdeContext
|
|
313
313
|
) => Promise<__HttpRequest>;
|
|
314
|
-
export declare const
|
|
314
|
+
export declare const se_CreateIntegrationCommand: (
|
|
315
315
|
input: CreateIntegrationCommandInput,
|
|
316
316
|
context: __SerdeContext
|
|
317
317
|
) => Promise<__HttpRequest>;
|
|
318
|
-
export declare const
|
|
318
|
+
export declare const se_CreateIntegrationResponseCommand: (
|
|
319
319
|
input: CreateIntegrationResponseCommandInput,
|
|
320
320
|
context: __SerdeContext
|
|
321
321
|
) => Promise<__HttpRequest>;
|
|
322
|
-
export declare const
|
|
322
|
+
export declare const se_CreateModelCommand: (
|
|
323
323
|
input: CreateModelCommandInput,
|
|
324
324
|
context: __SerdeContext
|
|
325
325
|
) => Promise<__HttpRequest>;
|
|
326
|
-
export declare const
|
|
326
|
+
export declare const se_CreateRouteCommand: (
|
|
327
327
|
input: CreateRouteCommandInput,
|
|
328
328
|
context: __SerdeContext
|
|
329
329
|
) => Promise<__HttpRequest>;
|
|
330
|
-
export declare const
|
|
330
|
+
export declare const se_CreateRouteResponseCommand: (
|
|
331
331
|
input: CreateRouteResponseCommandInput,
|
|
332
332
|
context: __SerdeContext
|
|
333
333
|
) => Promise<__HttpRequest>;
|
|
334
|
-
export declare const
|
|
334
|
+
export declare const se_CreateStageCommand: (
|
|
335
335
|
input: CreateStageCommandInput,
|
|
336
336
|
context: __SerdeContext
|
|
337
337
|
) => Promise<__HttpRequest>;
|
|
338
|
-
export declare const
|
|
338
|
+
export declare const se_CreateVpcLinkCommand: (
|
|
339
339
|
input: CreateVpcLinkCommandInput,
|
|
340
340
|
context: __SerdeContext
|
|
341
341
|
) => Promise<__HttpRequest>;
|
|
342
|
-
export declare const
|
|
342
|
+
export declare const se_DeleteAccessLogSettingsCommand: (
|
|
343
343
|
input: DeleteAccessLogSettingsCommandInput,
|
|
344
344
|
context: __SerdeContext
|
|
345
345
|
) => Promise<__HttpRequest>;
|
|
346
|
-
export declare const
|
|
346
|
+
export declare const se_DeleteApiCommand: (
|
|
347
347
|
input: DeleteApiCommandInput,
|
|
348
348
|
context: __SerdeContext
|
|
349
349
|
) => Promise<__HttpRequest>;
|
|
350
|
-
export declare const
|
|
350
|
+
export declare const se_DeleteApiMappingCommand: (
|
|
351
351
|
input: DeleteApiMappingCommandInput,
|
|
352
352
|
context: __SerdeContext
|
|
353
353
|
) => Promise<__HttpRequest>;
|
|
354
|
-
export declare const
|
|
354
|
+
export declare const se_DeleteAuthorizerCommand: (
|
|
355
355
|
input: DeleteAuthorizerCommandInput,
|
|
356
356
|
context: __SerdeContext
|
|
357
357
|
) => Promise<__HttpRequest>;
|
|
358
|
-
export declare const
|
|
358
|
+
export declare const se_DeleteCorsConfigurationCommand: (
|
|
359
359
|
input: DeleteCorsConfigurationCommandInput,
|
|
360
360
|
context: __SerdeContext
|
|
361
361
|
) => Promise<__HttpRequest>;
|
|
362
|
-
export declare const
|
|
362
|
+
export declare const se_DeleteDeploymentCommand: (
|
|
363
363
|
input: DeleteDeploymentCommandInput,
|
|
364
364
|
context: __SerdeContext
|
|
365
365
|
) => Promise<__HttpRequest>;
|
|
366
|
-
export declare const
|
|
366
|
+
export declare const se_DeleteDomainNameCommand: (
|
|
367
367
|
input: DeleteDomainNameCommandInput,
|
|
368
368
|
context: __SerdeContext
|
|
369
369
|
) => Promise<__HttpRequest>;
|
|
370
|
-
export declare const
|
|
370
|
+
export declare const se_DeleteIntegrationCommand: (
|
|
371
371
|
input: DeleteIntegrationCommandInput,
|
|
372
372
|
context: __SerdeContext
|
|
373
373
|
) => Promise<__HttpRequest>;
|
|
374
|
-
export declare const
|
|
374
|
+
export declare const se_DeleteIntegrationResponseCommand: (
|
|
375
375
|
input: DeleteIntegrationResponseCommandInput,
|
|
376
376
|
context: __SerdeContext
|
|
377
377
|
) => Promise<__HttpRequest>;
|
|
378
|
-
export declare const
|
|
378
|
+
export declare const se_DeleteModelCommand: (
|
|
379
379
|
input: DeleteModelCommandInput,
|
|
380
380
|
context: __SerdeContext
|
|
381
381
|
) => Promise<__HttpRequest>;
|
|
382
|
-
export declare const
|
|
382
|
+
export declare const se_DeleteRouteCommand: (
|
|
383
383
|
input: DeleteRouteCommandInput,
|
|
384
384
|
context: __SerdeContext
|
|
385
385
|
) => Promise<__HttpRequest>;
|
|
386
|
-
export declare const
|
|
386
|
+
export declare const se_DeleteRouteRequestParameterCommand: (
|
|
387
387
|
input: DeleteRouteRequestParameterCommandInput,
|
|
388
388
|
context: __SerdeContext
|
|
389
389
|
) => Promise<__HttpRequest>;
|
|
390
|
-
export declare const
|
|
390
|
+
export declare const se_DeleteRouteResponseCommand: (
|
|
391
391
|
input: DeleteRouteResponseCommandInput,
|
|
392
392
|
context: __SerdeContext
|
|
393
393
|
) => Promise<__HttpRequest>;
|
|
394
|
-
export declare const
|
|
394
|
+
export declare const se_DeleteRouteSettingsCommand: (
|
|
395
395
|
input: DeleteRouteSettingsCommandInput,
|
|
396
396
|
context: __SerdeContext
|
|
397
397
|
) => Promise<__HttpRequest>;
|
|
398
|
-
export declare const
|
|
398
|
+
export declare const se_DeleteStageCommand: (
|
|
399
399
|
input: DeleteStageCommandInput,
|
|
400
400
|
context: __SerdeContext
|
|
401
401
|
) => Promise<__HttpRequest>;
|
|
402
|
-
export declare const
|
|
402
|
+
export declare const se_DeleteVpcLinkCommand: (
|
|
403
403
|
input: DeleteVpcLinkCommandInput,
|
|
404
404
|
context: __SerdeContext
|
|
405
405
|
) => Promise<__HttpRequest>;
|
|
406
|
-
export declare const
|
|
406
|
+
export declare const se_ExportApiCommand: (
|
|
407
407
|
input: ExportApiCommandInput,
|
|
408
408
|
context: __SerdeContext
|
|
409
409
|
) => Promise<__HttpRequest>;
|
|
410
|
-
export declare const
|
|
410
|
+
export declare const se_GetApiCommand: (
|
|
411
411
|
input: GetApiCommandInput,
|
|
412
412
|
context: __SerdeContext
|
|
413
413
|
) => Promise<__HttpRequest>;
|
|
414
|
-
export declare const
|
|
414
|
+
export declare const se_GetApiMappingCommand: (
|
|
415
415
|
input: GetApiMappingCommandInput,
|
|
416
416
|
context: __SerdeContext
|
|
417
417
|
) => Promise<__HttpRequest>;
|
|
418
|
-
export declare const
|
|
418
|
+
export declare const se_GetApiMappingsCommand: (
|
|
419
419
|
input: GetApiMappingsCommandInput,
|
|
420
420
|
context: __SerdeContext
|
|
421
421
|
) => Promise<__HttpRequest>;
|
|
422
|
-
export declare const
|
|
422
|
+
export declare const se_GetApisCommand: (
|
|
423
423
|
input: GetApisCommandInput,
|
|
424
424
|
context: __SerdeContext
|
|
425
425
|
) => Promise<__HttpRequest>;
|
|
426
|
-
export declare const
|
|
426
|
+
export declare const se_GetAuthorizerCommand: (
|
|
427
427
|
input: GetAuthorizerCommandInput,
|
|
428
428
|
context: __SerdeContext
|
|
429
429
|
) => Promise<__HttpRequest>;
|
|
430
|
-
export declare const
|
|
430
|
+
export declare const se_GetAuthorizersCommand: (
|
|
431
431
|
input: GetAuthorizersCommandInput,
|
|
432
432
|
context: __SerdeContext
|
|
433
433
|
) => Promise<__HttpRequest>;
|
|
434
|
-
export declare const
|
|
434
|
+
export declare const se_GetDeploymentCommand: (
|
|
435
435
|
input: GetDeploymentCommandInput,
|
|
436
436
|
context: __SerdeContext
|
|
437
437
|
) => Promise<__HttpRequest>;
|
|
438
|
-
export declare const
|
|
438
|
+
export declare const se_GetDeploymentsCommand: (
|
|
439
439
|
input: GetDeploymentsCommandInput,
|
|
440
440
|
context: __SerdeContext
|
|
441
441
|
) => Promise<__HttpRequest>;
|
|
442
|
-
export declare const
|
|
442
|
+
export declare const se_GetDomainNameCommand: (
|
|
443
443
|
input: GetDomainNameCommandInput,
|
|
444
444
|
context: __SerdeContext
|
|
445
445
|
) => Promise<__HttpRequest>;
|
|
446
|
-
export declare const
|
|
446
|
+
export declare const se_GetDomainNamesCommand: (
|
|
447
447
|
input: GetDomainNamesCommandInput,
|
|
448
448
|
context: __SerdeContext
|
|
449
449
|
) => Promise<__HttpRequest>;
|
|
450
|
-
export declare const
|
|
450
|
+
export declare const se_GetIntegrationCommand: (
|
|
451
451
|
input: GetIntegrationCommandInput,
|
|
452
452
|
context: __SerdeContext
|
|
453
453
|
) => Promise<__HttpRequest>;
|
|
454
|
-
export declare const
|
|
454
|
+
export declare const se_GetIntegrationResponseCommand: (
|
|
455
455
|
input: GetIntegrationResponseCommandInput,
|
|
456
456
|
context: __SerdeContext
|
|
457
457
|
) => Promise<__HttpRequest>;
|
|
458
|
-
export declare const
|
|
458
|
+
export declare const se_GetIntegrationResponsesCommand: (
|
|
459
459
|
input: GetIntegrationResponsesCommandInput,
|
|
460
460
|
context: __SerdeContext
|
|
461
461
|
) => Promise<__HttpRequest>;
|
|
462
|
-
export declare const
|
|
462
|
+
export declare const se_GetIntegrationsCommand: (
|
|
463
463
|
input: GetIntegrationsCommandInput,
|
|
464
464
|
context: __SerdeContext
|
|
465
465
|
) => Promise<__HttpRequest>;
|
|
466
|
-
export declare const
|
|
466
|
+
export declare const se_GetModelCommand: (
|
|
467
467
|
input: GetModelCommandInput,
|
|
468
468
|
context: __SerdeContext
|
|
469
469
|
) => Promise<__HttpRequest>;
|
|
470
|
-
export declare const
|
|
470
|
+
export declare const se_GetModelsCommand: (
|
|
471
471
|
input: GetModelsCommandInput,
|
|
472
472
|
context: __SerdeContext
|
|
473
473
|
) => Promise<__HttpRequest>;
|
|
474
|
-
export declare const
|
|
474
|
+
export declare const se_GetModelTemplateCommand: (
|
|
475
475
|
input: GetModelTemplateCommandInput,
|
|
476
476
|
context: __SerdeContext
|
|
477
477
|
) => Promise<__HttpRequest>;
|
|
478
|
-
export declare const
|
|
478
|
+
export declare const se_GetRouteCommand: (
|
|
479
479
|
input: GetRouteCommandInput,
|
|
480
480
|
context: __SerdeContext
|
|
481
481
|
) => Promise<__HttpRequest>;
|
|
482
|
-
export declare const
|
|
482
|
+
export declare const se_GetRouteResponseCommand: (
|
|
483
483
|
input: GetRouteResponseCommandInput,
|
|
484
484
|
context: __SerdeContext
|
|
485
485
|
) => Promise<__HttpRequest>;
|
|
486
|
-
export declare const
|
|
486
|
+
export declare const se_GetRouteResponsesCommand: (
|
|
487
487
|
input: GetRouteResponsesCommandInput,
|
|
488
488
|
context: __SerdeContext
|
|
489
489
|
) => Promise<__HttpRequest>;
|
|
490
|
-
export declare const
|
|
490
|
+
export declare const se_GetRoutesCommand: (
|
|
491
491
|
input: GetRoutesCommandInput,
|
|
492
492
|
context: __SerdeContext
|
|
493
493
|
) => Promise<__HttpRequest>;
|
|
494
|
-
export declare const
|
|
494
|
+
export declare const se_GetStageCommand: (
|
|
495
495
|
input: GetStageCommandInput,
|
|
496
496
|
context: __SerdeContext
|
|
497
497
|
) => Promise<__HttpRequest>;
|
|
498
|
-
export declare const
|
|
498
|
+
export declare const se_GetStagesCommand: (
|
|
499
499
|
input: GetStagesCommandInput,
|
|
500
500
|
context: __SerdeContext
|
|
501
501
|
) => Promise<__HttpRequest>;
|
|
502
|
-
export declare const
|
|
502
|
+
export declare const se_GetTagsCommand: (
|
|
503
503
|
input: GetTagsCommandInput,
|
|
504
504
|
context: __SerdeContext
|
|
505
505
|
) => Promise<__HttpRequest>;
|
|
506
|
-
export declare const
|
|
506
|
+
export declare const se_GetVpcLinkCommand: (
|
|
507
507
|
input: GetVpcLinkCommandInput,
|
|
508
508
|
context: __SerdeContext
|
|
509
509
|
) => Promise<__HttpRequest>;
|
|
510
|
-
export declare const
|
|
510
|
+
export declare const se_GetVpcLinksCommand: (
|
|
511
511
|
input: GetVpcLinksCommandInput,
|
|
512
512
|
context: __SerdeContext
|
|
513
513
|
) => Promise<__HttpRequest>;
|
|
514
|
-
export declare const
|
|
514
|
+
export declare const se_ImportApiCommand: (
|
|
515
515
|
input: ImportApiCommandInput,
|
|
516
516
|
context: __SerdeContext
|
|
517
517
|
) => Promise<__HttpRequest>;
|
|
518
|
-
export declare const
|
|
518
|
+
export declare const se_ReimportApiCommand: (
|
|
519
519
|
input: ReimportApiCommandInput,
|
|
520
520
|
context: __SerdeContext
|
|
521
521
|
) => Promise<__HttpRequest>;
|
|
522
|
-
export declare const
|
|
522
|
+
export declare const se_ResetAuthorizersCacheCommand: (
|
|
523
523
|
input: ResetAuthorizersCacheCommandInput,
|
|
524
524
|
context: __SerdeContext
|
|
525
525
|
) => Promise<__HttpRequest>;
|
|
526
|
-
export declare const
|
|
526
|
+
export declare const se_TagResourceCommand: (
|
|
527
527
|
input: TagResourceCommandInput,
|
|
528
528
|
context: __SerdeContext
|
|
529
529
|
) => Promise<__HttpRequest>;
|
|
530
|
-
export declare const
|
|
530
|
+
export declare const se_UntagResourceCommand: (
|
|
531
531
|
input: UntagResourceCommandInput,
|
|
532
532
|
context: __SerdeContext
|
|
533
533
|
) => Promise<__HttpRequest>;
|
|
534
|
-
export declare const
|
|
534
|
+
export declare const se_UpdateApiCommand: (
|
|
535
535
|
input: UpdateApiCommandInput,
|
|
536
536
|
context: __SerdeContext
|
|
537
537
|
) => Promise<__HttpRequest>;
|
|
538
|
-
export declare const
|
|
538
|
+
export declare const se_UpdateApiMappingCommand: (
|
|
539
539
|
input: UpdateApiMappingCommandInput,
|
|
540
540
|
context: __SerdeContext
|
|
541
541
|
) => Promise<__HttpRequest>;
|
|
542
|
-
export declare const
|
|
542
|
+
export declare const se_UpdateAuthorizerCommand: (
|
|
543
543
|
input: UpdateAuthorizerCommandInput,
|
|
544
544
|
context: __SerdeContext
|
|
545
545
|
) => Promise<__HttpRequest>;
|
|
546
|
-
export declare const
|
|
546
|
+
export declare const se_UpdateDeploymentCommand: (
|
|
547
547
|
input: UpdateDeploymentCommandInput,
|
|
548
548
|
context: __SerdeContext
|
|
549
549
|
) => Promise<__HttpRequest>;
|
|
550
|
-
export declare const
|
|
550
|
+
export declare const se_UpdateDomainNameCommand: (
|
|
551
551
|
input: UpdateDomainNameCommandInput,
|
|
552
552
|
context: __SerdeContext
|
|
553
553
|
) => Promise<__HttpRequest>;
|
|
554
|
-
export declare const
|
|
554
|
+
export declare const se_UpdateIntegrationCommand: (
|
|
555
555
|
input: UpdateIntegrationCommandInput,
|
|
556
556
|
context: __SerdeContext
|
|
557
557
|
) => Promise<__HttpRequest>;
|
|
558
|
-
export declare const
|
|
558
|
+
export declare const se_UpdateIntegrationResponseCommand: (
|
|
559
559
|
input: UpdateIntegrationResponseCommandInput,
|
|
560
560
|
context: __SerdeContext
|
|
561
561
|
) => Promise<__HttpRequest>;
|
|
562
|
-
export declare const
|
|
562
|
+
export declare const se_UpdateModelCommand: (
|
|
563
563
|
input: UpdateModelCommandInput,
|
|
564
564
|
context: __SerdeContext
|
|
565
565
|
) => Promise<__HttpRequest>;
|
|
566
|
-
export declare const
|
|
566
|
+
export declare const se_UpdateRouteCommand: (
|
|
567
567
|
input: UpdateRouteCommandInput,
|
|
568
568
|
context: __SerdeContext
|
|
569
569
|
) => Promise<__HttpRequest>;
|
|
570
|
-
export declare const
|
|
570
|
+
export declare const se_UpdateRouteResponseCommand: (
|
|
571
571
|
input: UpdateRouteResponseCommandInput,
|
|
572
572
|
context: __SerdeContext
|
|
573
573
|
) => Promise<__HttpRequest>;
|
|
574
|
-
export declare const
|
|
574
|
+
export declare const se_UpdateStageCommand: (
|
|
575
575
|
input: UpdateStageCommandInput,
|
|
576
576
|
context: __SerdeContext
|
|
577
577
|
) => Promise<__HttpRequest>;
|
|
578
|
-
export declare const
|
|
578
|
+
export declare const se_UpdateVpcLinkCommand: (
|
|
579
579
|
input: UpdateVpcLinkCommandInput,
|
|
580
580
|
context: __SerdeContext
|
|
581
581
|
) => Promise<__HttpRequest>;
|
|
582
|
-
export declare const
|
|
582
|
+
export declare const de_CreateApiCommand: (
|
|
583
583
|
output: __HttpResponse,
|
|
584
584
|
context: __SerdeContext
|
|
585
585
|
) => Promise<CreateApiCommandOutput>;
|
|
586
|
-
export declare const
|
|
586
|
+
export declare const de_CreateApiMappingCommand: (
|
|
587
587
|
output: __HttpResponse,
|
|
588
588
|
context: __SerdeContext
|
|
589
589
|
) => Promise<CreateApiMappingCommandOutput>;
|
|
590
|
-
export declare const
|
|
590
|
+
export declare const de_CreateAuthorizerCommand: (
|
|
591
591
|
output: __HttpResponse,
|
|
592
592
|
context: __SerdeContext
|
|
593
593
|
) => Promise<CreateAuthorizerCommandOutput>;
|
|
594
|
-
export declare const
|
|
594
|
+
export declare const de_CreateDeploymentCommand: (
|
|
595
595
|
output: __HttpResponse,
|
|
596
596
|
context: __SerdeContext
|
|
597
597
|
) => Promise<CreateDeploymentCommandOutput>;
|
|
598
|
-
export declare const
|
|
598
|
+
export declare const de_CreateDomainNameCommand: (
|
|
599
599
|
output: __HttpResponse,
|
|
600
600
|
context: __SerdeContext
|
|
601
601
|
) => Promise<CreateDomainNameCommandOutput>;
|
|
602
|
-
export declare const
|
|
602
|
+
export declare const de_CreateIntegrationCommand: (
|
|
603
603
|
output: __HttpResponse,
|
|
604
604
|
context: __SerdeContext
|
|
605
605
|
) => Promise<CreateIntegrationCommandOutput>;
|
|
606
|
-
export declare const
|
|
606
|
+
export declare const de_CreateIntegrationResponseCommand: (
|
|
607
607
|
output: __HttpResponse,
|
|
608
608
|
context: __SerdeContext
|
|
609
609
|
) => Promise<CreateIntegrationResponseCommandOutput>;
|
|
610
|
-
export declare const
|
|
610
|
+
export declare const de_CreateModelCommand: (
|
|
611
611
|
output: __HttpResponse,
|
|
612
612
|
context: __SerdeContext
|
|
613
613
|
) => Promise<CreateModelCommandOutput>;
|
|
614
|
-
export declare const
|
|
614
|
+
export declare const de_CreateRouteCommand: (
|
|
615
615
|
output: __HttpResponse,
|
|
616
616
|
context: __SerdeContext
|
|
617
617
|
) => Promise<CreateRouteCommandOutput>;
|
|
618
|
-
export declare const
|
|
618
|
+
export declare const de_CreateRouteResponseCommand: (
|
|
619
619
|
output: __HttpResponse,
|
|
620
620
|
context: __SerdeContext
|
|
621
621
|
) => Promise<CreateRouteResponseCommandOutput>;
|
|
622
|
-
export declare const
|
|
622
|
+
export declare const de_CreateStageCommand: (
|
|
623
623
|
output: __HttpResponse,
|
|
624
624
|
context: __SerdeContext
|
|
625
625
|
) => Promise<CreateStageCommandOutput>;
|
|
626
|
-
export declare const
|
|
626
|
+
export declare const de_CreateVpcLinkCommand: (
|
|
627
627
|
output: __HttpResponse,
|
|
628
628
|
context: __SerdeContext
|
|
629
629
|
) => Promise<CreateVpcLinkCommandOutput>;
|
|
630
|
-
export declare const
|
|
630
|
+
export declare const de_DeleteAccessLogSettingsCommand: (
|
|
631
631
|
output: __HttpResponse,
|
|
632
632
|
context: __SerdeContext
|
|
633
633
|
) => Promise<DeleteAccessLogSettingsCommandOutput>;
|
|
634
|
-
export declare const
|
|
634
|
+
export declare const de_DeleteApiCommand: (
|
|
635
635
|
output: __HttpResponse,
|
|
636
636
|
context: __SerdeContext
|
|
637
637
|
) => Promise<DeleteApiCommandOutput>;
|
|
638
|
-
export declare const
|
|
638
|
+
export declare const de_DeleteApiMappingCommand: (
|
|
639
639
|
output: __HttpResponse,
|
|
640
640
|
context: __SerdeContext
|
|
641
641
|
) => Promise<DeleteApiMappingCommandOutput>;
|
|
642
|
-
export declare const
|
|
642
|
+
export declare const de_DeleteAuthorizerCommand: (
|
|
643
643
|
output: __HttpResponse,
|
|
644
644
|
context: __SerdeContext
|
|
645
645
|
) => Promise<DeleteAuthorizerCommandOutput>;
|
|
646
|
-
export declare const
|
|
646
|
+
export declare const de_DeleteCorsConfigurationCommand: (
|
|
647
647
|
output: __HttpResponse,
|
|
648
648
|
context: __SerdeContext
|
|
649
649
|
) => Promise<DeleteCorsConfigurationCommandOutput>;
|
|
650
|
-
export declare const
|
|
650
|
+
export declare const de_DeleteDeploymentCommand: (
|
|
651
651
|
output: __HttpResponse,
|
|
652
652
|
context: __SerdeContext
|
|
653
653
|
) => Promise<DeleteDeploymentCommandOutput>;
|
|
654
|
-
export declare const
|
|
654
|
+
export declare const de_DeleteDomainNameCommand: (
|
|
655
655
|
output: __HttpResponse,
|
|
656
656
|
context: __SerdeContext
|
|
657
657
|
) => Promise<DeleteDomainNameCommandOutput>;
|
|
658
|
-
export declare const
|
|
658
|
+
export declare const de_DeleteIntegrationCommand: (
|
|
659
659
|
output: __HttpResponse,
|
|
660
660
|
context: __SerdeContext
|
|
661
661
|
) => Promise<DeleteIntegrationCommandOutput>;
|
|
662
|
-
export declare const
|
|
662
|
+
export declare const de_DeleteIntegrationResponseCommand: (
|
|
663
663
|
output: __HttpResponse,
|
|
664
664
|
context: __SerdeContext
|
|
665
665
|
) => Promise<DeleteIntegrationResponseCommandOutput>;
|
|
666
|
-
export declare const
|
|
666
|
+
export declare const de_DeleteModelCommand: (
|
|
667
667
|
output: __HttpResponse,
|
|
668
668
|
context: __SerdeContext
|
|
669
669
|
) => Promise<DeleteModelCommandOutput>;
|
|
670
|
-
export declare const
|
|
670
|
+
export declare const de_DeleteRouteCommand: (
|
|
671
671
|
output: __HttpResponse,
|
|
672
672
|
context: __SerdeContext
|
|
673
673
|
) => Promise<DeleteRouteCommandOutput>;
|
|
674
|
-
export declare const
|
|
674
|
+
export declare const de_DeleteRouteRequestParameterCommand: (
|
|
675
675
|
output: __HttpResponse,
|
|
676
676
|
context: __SerdeContext
|
|
677
677
|
) => Promise<DeleteRouteRequestParameterCommandOutput>;
|
|
678
|
-
export declare const
|
|
678
|
+
export declare const de_DeleteRouteResponseCommand: (
|
|
679
679
|
output: __HttpResponse,
|
|
680
680
|
context: __SerdeContext
|
|
681
681
|
) => Promise<DeleteRouteResponseCommandOutput>;
|
|
682
|
-
export declare const
|
|
682
|
+
export declare const de_DeleteRouteSettingsCommand: (
|
|
683
683
|
output: __HttpResponse,
|
|
684
684
|
context: __SerdeContext
|
|
685
685
|
) => Promise<DeleteRouteSettingsCommandOutput>;
|
|
686
|
-
export declare const
|
|
686
|
+
export declare const de_DeleteStageCommand: (
|
|
687
687
|
output: __HttpResponse,
|
|
688
688
|
context: __SerdeContext
|
|
689
689
|
) => Promise<DeleteStageCommandOutput>;
|
|
690
|
-
export declare const
|
|
690
|
+
export declare const de_DeleteVpcLinkCommand: (
|
|
691
691
|
output: __HttpResponse,
|
|
692
692
|
context: __SerdeContext
|
|
693
693
|
) => Promise<DeleteVpcLinkCommandOutput>;
|
|
694
|
-
export declare const
|
|
694
|
+
export declare const de_ExportApiCommand: (
|
|
695
695
|
output: __HttpResponse,
|
|
696
696
|
context: __SerdeContext
|
|
697
697
|
) => Promise<ExportApiCommandOutput>;
|
|
698
|
-
export declare const
|
|
698
|
+
export declare const de_GetApiCommand: (
|
|
699
699
|
output: __HttpResponse,
|
|
700
700
|
context: __SerdeContext
|
|
701
701
|
) => Promise<GetApiCommandOutput>;
|
|
702
|
-
export declare const
|
|
702
|
+
export declare const de_GetApiMappingCommand: (
|
|
703
703
|
output: __HttpResponse,
|
|
704
704
|
context: __SerdeContext
|
|
705
705
|
) => Promise<GetApiMappingCommandOutput>;
|
|
706
|
-
export declare const
|
|
706
|
+
export declare const de_GetApiMappingsCommand: (
|
|
707
707
|
output: __HttpResponse,
|
|
708
708
|
context: __SerdeContext
|
|
709
709
|
) => Promise<GetApiMappingsCommandOutput>;
|
|
710
|
-
export declare const
|
|
710
|
+
export declare const de_GetApisCommand: (
|
|
711
711
|
output: __HttpResponse,
|
|
712
712
|
context: __SerdeContext
|
|
713
713
|
) => Promise<GetApisCommandOutput>;
|
|
714
|
-
export declare const
|
|
714
|
+
export declare const de_GetAuthorizerCommand: (
|
|
715
715
|
output: __HttpResponse,
|
|
716
716
|
context: __SerdeContext
|
|
717
717
|
) => Promise<GetAuthorizerCommandOutput>;
|
|
718
|
-
export declare const
|
|
718
|
+
export declare const de_GetAuthorizersCommand: (
|
|
719
719
|
output: __HttpResponse,
|
|
720
720
|
context: __SerdeContext
|
|
721
721
|
) => Promise<GetAuthorizersCommandOutput>;
|
|
722
|
-
export declare const
|
|
722
|
+
export declare const de_GetDeploymentCommand: (
|
|
723
723
|
output: __HttpResponse,
|
|
724
724
|
context: __SerdeContext
|
|
725
725
|
) => Promise<GetDeploymentCommandOutput>;
|
|
726
|
-
export declare const
|
|
726
|
+
export declare const de_GetDeploymentsCommand: (
|
|
727
727
|
output: __HttpResponse,
|
|
728
728
|
context: __SerdeContext
|
|
729
729
|
) => Promise<GetDeploymentsCommandOutput>;
|
|
730
|
-
export declare const
|
|
730
|
+
export declare const de_GetDomainNameCommand: (
|
|
731
731
|
output: __HttpResponse,
|
|
732
732
|
context: __SerdeContext
|
|
733
733
|
) => Promise<GetDomainNameCommandOutput>;
|
|
734
|
-
export declare const
|
|
734
|
+
export declare const de_GetDomainNamesCommand: (
|
|
735
735
|
output: __HttpResponse,
|
|
736
736
|
context: __SerdeContext
|
|
737
737
|
) => Promise<GetDomainNamesCommandOutput>;
|
|
738
|
-
export declare const
|
|
738
|
+
export declare const de_GetIntegrationCommand: (
|
|
739
739
|
output: __HttpResponse,
|
|
740
740
|
context: __SerdeContext
|
|
741
741
|
) => Promise<GetIntegrationCommandOutput>;
|
|
742
|
-
export declare const
|
|
742
|
+
export declare const de_GetIntegrationResponseCommand: (
|
|
743
743
|
output: __HttpResponse,
|
|
744
744
|
context: __SerdeContext
|
|
745
745
|
) => Promise<GetIntegrationResponseCommandOutput>;
|
|
746
|
-
export declare const
|
|
746
|
+
export declare const de_GetIntegrationResponsesCommand: (
|
|
747
747
|
output: __HttpResponse,
|
|
748
748
|
context: __SerdeContext
|
|
749
749
|
) => Promise<GetIntegrationResponsesCommandOutput>;
|
|
750
|
-
export declare const
|
|
750
|
+
export declare const de_GetIntegrationsCommand: (
|
|
751
751
|
output: __HttpResponse,
|
|
752
752
|
context: __SerdeContext
|
|
753
753
|
) => Promise<GetIntegrationsCommandOutput>;
|
|
754
|
-
export declare const
|
|
754
|
+
export declare const de_GetModelCommand: (
|
|
755
755
|
output: __HttpResponse,
|
|
756
756
|
context: __SerdeContext
|
|
757
757
|
) => Promise<GetModelCommandOutput>;
|
|
758
|
-
export declare const
|
|
758
|
+
export declare const de_GetModelsCommand: (
|
|
759
759
|
output: __HttpResponse,
|
|
760
760
|
context: __SerdeContext
|
|
761
761
|
) => Promise<GetModelsCommandOutput>;
|
|
762
|
-
export declare const
|
|
762
|
+
export declare const de_GetModelTemplateCommand: (
|
|
763
763
|
output: __HttpResponse,
|
|
764
764
|
context: __SerdeContext
|
|
765
765
|
) => Promise<GetModelTemplateCommandOutput>;
|
|
766
|
-
export declare const
|
|
766
|
+
export declare const de_GetRouteCommand: (
|
|
767
767
|
output: __HttpResponse,
|
|
768
768
|
context: __SerdeContext
|
|
769
769
|
) => Promise<GetRouteCommandOutput>;
|
|
770
|
-
export declare const
|
|
770
|
+
export declare const de_GetRouteResponseCommand: (
|
|
771
771
|
output: __HttpResponse,
|
|
772
772
|
context: __SerdeContext
|
|
773
773
|
) => Promise<GetRouteResponseCommandOutput>;
|
|
774
|
-
export declare const
|
|
774
|
+
export declare const de_GetRouteResponsesCommand: (
|
|
775
775
|
output: __HttpResponse,
|
|
776
776
|
context: __SerdeContext
|
|
777
777
|
) => Promise<GetRouteResponsesCommandOutput>;
|
|
778
|
-
export declare const
|
|
778
|
+
export declare const de_GetRoutesCommand: (
|
|
779
779
|
output: __HttpResponse,
|
|
780
780
|
context: __SerdeContext
|
|
781
781
|
) => Promise<GetRoutesCommandOutput>;
|
|
782
|
-
export declare const
|
|
782
|
+
export declare const de_GetStageCommand: (
|
|
783
783
|
output: __HttpResponse,
|
|
784
784
|
context: __SerdeContext
|
|
785
785
|
) => Promise<GetStageCommandOutput>;
|
|
786
|
-
export declare const
|
|
786
|
+
export declare const de_GetStagesCommand: (
|
|
787
787
|
output: __HttpResponse,
|
|
788
788
|
context: __SerdeContext
|
|
789
789
|
) => Promise<GetStagesCommandOutput>;
|
|
790
|
-
export declare const
|
|
790
|
+
export declare const de_GetTagsCommand: (
|
|
791
791
|
output: __HttpResponse,
|
|
792
792
|
context: __SerdeContext
|
|
793
793
|
) => Promise<GetTagsCommandOutput>;
|
|
794
|
-
export declare const
|
|
794
|
+
export declare const de_GetVpcLinkCommand: (
|
|
795
795
|
output: __HttpResponse,
|
|
796
796
|
context: __SerdeContext
|
|
797
797
|
) => Promise<GetVpcLinkCommandOutput>;
|
|
798
|
-
export declare const
|
|
798
|
+
export declare const de_GetVpcLinksCommand: (
|
|
799
799
|
output: __HttpResponse,
|
|
800
800
|
context: __SerdeContext
|
|
801
801
|
) => Promise<GetVpcLinksCommandOutput>;
|
|
802
|
-
export declare const
|
|
802
|
+
export declare const de_ImportApiCommand: (
|
|
803
803
|
output: __HttpResponse,
|
|
804
804
|
context: __SerdeContext
|
|
805
805
|
) => Promise<ImportApiCommandOutput>;
|
|
806
|
-
export declare const
|
|
806
|
+
export declare const de_ReimportApiCommand: (
|
|
807
807
|
output: __HttpResponse,
|
|
808
808
|
context: __SerdeContext
|
|
809
809
|
) => Promise<ReimportApiCommandOutput>;
|
|
810
|
-
export declare const
|
|
810
|
+
export declare const de_ResetAuthorizersCacheCommand: (
|
|
811
811
|
output: __HttpResponse,
|
|
812
812
|
context: __SerdeContext
|
|
813
813
|
) => Promise<ResetAuthorizersCacheCommandOutput>;
|
|
814
|
-
export declare const
|
|
814
|
+
export declare const de_TagResourceCommand: (
|
|
815
815
|
output: __HttpResponse,
|
|
816
816
|
context: __SerdeContext
|
|
817
817
|
) => Promise<TagResourceCommandOutput>;
|
|
818
|
-
export declare const
|
|
818
|
+
export declare const de_UntagResourceCommand: (
|
|
819
819
|
output: __HttpResponse,
|
|
820
820
|
context: __SerdeContext
|
|
821
821
|
) => Promise<UntagResourceCommandOutput>;
|
|
822
|
-
export declare const
|
|
822
|
+
export declare const de_UpdateApiCommand: (
|
|
823
823
|
output: __HttpResponse,
|
|
824
824
|
context: __SerdeContext
|
|
825
825
|
) => Promise<UpdateApiCommandOutput>;
|
|
826
|
-
export declare const
|
|
826
|
+
export declare const de_UpdateApiMappingCommand: (
|
|
827
827
|
output: __HttpResponse,
|
|
828
828
|
context: __SerdeContext
|
|
829
829
|
) => Promise<UpdateApiMappingCommandOutput>;
|
|
830
|
-
export declare const
|
|
830
|
+
export declare const de_UpdateAuthorizerCommand: (
|
|
831
831
|
output: __HttpResponse,
|
|
832
832
|
context: __SerdeContext
|
|
833
833
|
) => Promise<UpdateAuthorizerCommandOutput>;
|
|
834
|
-
export declare const
|
|
834
|
+
export declare const de_UpdateDeploymentCommand: (
|
|
835
835
|
output: __HttpResponse,
|
|
836
836
|
context: __SerdeContext
|
|
837
837
|
) => Promise<UpdateDeploymentCommandOutput>;
|
|
838
|
-
export declare const
|
|
838
|
+
export declare const de_UpdateDomainNameCommand: (
|
|
839
839
|
output: __HttpResponse,
|
|
840
840
|
context: __SerdeContext
|
|
841
841
|
) => Promise<UpdateDomainNameCommandOutput>;
|
|
842
|
-
export declare const
|
|
842
|
+
export declare const de_UpdateIntegrationCommand: (
|
|
843
843
|
output: __HttpResponse,
|
|
844
844
|
context: __SerdeContext
|
|
845
845
|
) => Promise<UpdateIntegrationCommandOutput>;
|
|
846
|
-
export declare const
|
|
846
|
+
export declare const de_UpdateIntegrationResponseCommand: (
|
|
847
847
|
output: __HttpResponse,
|
|
848
848
|
context: __SerdeContext
|
|
849
849
|
) => Promise<UpdateIntegrationResponseCommandOutput>;
|
|
850
|
-
export declare const
|
|
850
|
+
export declare const de_UpdateModelCommand: (
|
|
851
851
|
output: __HttpResponse,
|
|
852
852
|
context: __SerdeContext
|
|
853
853
|
) => Promise<UpdateModelCommandOutput>;
|
|
854
|
-
export declare const
|
|
854
|
+
export declare const de_UpdateRouteCommand: (
|
|
855
855
|
output: __HttpResponse,
|
|
856
856
|
context: __SerdeContext
|
|
857
857
|
) => Promise<UpdateRouteCommandOutput>;
|
|
858
|
-
export declare const
|
|
858
|
+
export declare const de_UpdateRouteResponseCommand: (
|
|
859
859
|
output: __HttpResponse,
|
|
860
860
|
context: __SerdeContext
|
|
861
861
|
) => Promise<UpdateRouteResponseCommandOutput>;
|
|
862
|
-
export declare const
|
|
862
|
+
export declare const de_UpdateStageCommand: (
|
|
863
863
|
output: __HttpResponse,
|
|
864
864
|
context: __SerdeContext
|
|
865
865
|
) => Promise<UpdateStageCommandOutput>;
|
|
866
|
-
export declare const
|
|
866
|
+
export declare const de_UpdateVpcLinkCommand: (
|
|
867
867
|
output: __HttpResponse,
|
|
868
868
|
context: __SerdeContext
|
|
869
869
|
) => Promise<UpdateVpcLinkCommandOutput>;
|