@aws-sdk/client-apigatewayv2 3.649.0 → 3.651.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/dist-cjs/index.js +72 -216
  2. package/dist-es/commands/CreateApiCommand.js +1 -3
  3. package/dist-es/commands/CreateApiMappingCommand.js +1 -3
  4. package/dist-es/commands/CreateAuthorizerCommand.js +1 -3
  5. package/dist-es/commands/CreateDeploymentCommand.js +1 -3
  6. package/dist-es/commands/CreateDomainNameCommand.js +1 -3
  7. package/dist-es/commands/CreateIntegrationCommand.js +1 -3
  8. package/dist-es/commands/CreateIntegrationResponseCommand.js +1 -3
  9. package/dist-es/commands/CreateModelCommand.js +1 -3
  10. package/dist-es/commands/CreateRouteCommand.js +1 -3
  11. package/dist-es/commands/CreateRouteResponseCommand.js +1 -3
  12. package/dist-es/commands/CreateStageCommand.js +1 -3
  13. package/dist-es/commands/CreateVpcLinkCommand.js +1 -3
  14. package/dist-es/commands/DeleteAccessLogSettingsCommand.js +1 -3
  15. package/dist-es/commands/DeleteApiCommand.js +1 -3
  16. package/dist-es/commands/DeleteApiMappingCommand.js +1 -3
  17. package/dist-es/commands/DeleteAuthorizerCommand.js +1 -3
  18. package/dist-es/commands/DeleteCorsConfigurationCommand.js +1 -3
  19. package/dist-es/commands/DeleteDeploymentCommand.js +1 -3
  20. package/dist-es/commands/DeleteDomainNameCommand.js +1 -3
  21. package/dist-es/commands/DeleteIntegrationCommand.js +1 -3
  22. package/dist-es/commands/DeleteIntegrationResponseCommand.js +1 -3
  23. package/dist-es/commands/DeleteModelCommand.js +1 -3
  24. package/dist-es/commands/DeleteRouteCommand.js +1 -3
  25. package/dist-es/commands/DeleteRouteRequestParameterCommand.js +1 -3
  26. package/dist-es/commands/DeleteRouteResponseCommand.js +1 -3
  27. package/dist-es/commands/DeleteRouteSettingsCommand.js +1 -3
  28. package/dist-es/commands/DeleteStageCommand.js +1 -3
  29. package/dist-es/commands/DeleteVpcLinkCommand.js +1 -3
  30. package/dist-es/commands/ExportApiCommand.js +1 -3
  31. package/dist-es/commands/GetApiCommand.js +1 -3
  32. package/dist-es/commands/GetApiMappingCommand.js +1 -3
  33. package/dist-es/commands/GetApiMappingsCommand.js +1 -3
  34. package/dist-es/commands/GetApisCommand.js +1 -3
  35. package/dist-es/commands/GetAuthorizerCommand.js +1 -3
  36. package/dist-es/commands/GetAuthorizersCommand.js +1 -3
  37. package/dist-es/commands/GetDeploymentCommand.js +1 -3
  38. package/dist-es/commands/GetDeploymentsCommand.js +1 -3
  39. package/dist-es/commands/GetDomainNameCommand.js +1 -3
  40. package/dist-es/commands/GetDomainNamesCommand.js +1 -3
  41. package/dist-es/commands/GetIntegrationCommand.js +1 -3
  42. package/dist-es/commands/GetIntegrationResponseCommand.js +1 -3
  43. package/dist-es/commands/GetIntegrationResponsesCommand.js +1 -3
  44. package/dist-es/commands/GetIntegrationsCommand.js +1 -3
  45. package/dist-es/commands/GetModelCommand.js +1 -3
  46. package/dist-es/commands/GetModelTemplateCommand.js +1 -3
  47. package/dist-es/commands/GetModelsCommand.js +1 -3
  48. package/dist-es/commands/GetRouteCommand.js +1 -3
  49. package/dist-es/commands/GetRouteResponseCommand.js +1 -3
  50. package/dist-es/commands/GetRouteResponsesCommand.js +1 -3
  51. package/dist-es/commands/GetRoutesCommand.js +1 -3
  52. package/dist-es/commands/GetStageCommand.js +1 -3
  53. package/dist-es/commands/GetStagesCommand.js +1 -3
  54. package/dist-es/commands/GetTagsCommand.js +1 -3
  55. package/dist-es/commands/GetVpcLinkCommand.js +1 -3
  56. package/dist-es/commands/GetVpcLinksCommand.js +1 -3
  57. package/dist-es/commands/ImportApiCommand.js +1 -3
  58. package/dist-es/commands/ReimportApiCommand.js +1 -3
  59. package/dist-es/commands/ResetAuthorizersCacheCommand.js +1 -3
  60. package/dist-es/commands/TagResourceCommand.js +1 -3
  61. package/dist-es/commands/UntagResourceCommand.js +1 -3
  62. package/dist-es/commands/UpdateApiCommand.js +1 -3
  63. package/dist-es/commands/UpdateApiMappingCommand.js +1 -3
  64. package/dist-es/commands/UpdateAuthorizerCommand.js +1 -3
  65. package/dist-es/commands/UpdateDeploymentCommand.js +1 -3
  66. package/dist-es/commands/UpdateDomainNameCommand.js +1 -3
  67. package/dist-es/commands/UpdateIntegrationCommand.js +1 -3
  68. package/dist-es/commands/UpdateIntegrationResponseCommand.js +1 -3
  69. package/dist-es/commands/UpdateModelCommand.js +1 -3
  70. package/dist-es/commands/UpdateRouteCommand.js +1 -3
  71. package/dist-es/commands/UpdateRouteResponseCommand.js +1 -3
  72. package/dist-es/commands/UpdateStageCommand.js +1 -3
  73. package/dist-es/commands/UpdateVpcLinkCommand.js +1 -3
  74. package/dist-es/endpoint/endpointResolver.js +7 -3
  75. package/package.json +5 -5
  76. package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js CHANGED
@@ -3339,9 +3339,7 @@ var _sN = "stageName";
3339
3339
  var _tK = "tagKeys";
3340
3340
 
3341
3341
  // src/commands/CreateApiCommand.ts
3342
- var _CreateApiCommand = class _CreateApiCommand extends import_smithy_client.Command.classBuilder().ep({
3343
- ...commonParams
3344
- }).m(function(Command, cs, config, o) {
3342
+ var _CreateApiCommand = class _CreateApiCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3345
3343
  return [
3346
3344
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3347
3345
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3355,9 +3353,7 @@ var CreateApiCommand = _CreateApiCommand;
3355
3353
 
3356
3354
 
3357
3355
 
3358
- var _CreateApiMappingCommand = class _CreateApiMappingCommand extends import_smithy_client.Command.classBuilder().ep({
3359
- ...commonParams
3360
- }).m(function(Command, cs, config, o) {
3356
+ var _CreateApiMappingCommand = class _CreateApiMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3361
3357
  return [
3362
3358
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3363
3359
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3371,9 +3367,7 @@ var CreateApiMappingCommand = _CreateApiMappingCommand;
3371
3367
 
3372
3368
 
3373
3369
 
3374
- var _CreateAuthorizerCommand = class _CreateAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep({
3375
- ...commonParams
3376
- }).m(function(Command, cs, config, o) {
3370
+ var _CreateAuthorizerCommand = class _CreateAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3377
3371
  return [
3378
3372
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3379
3373
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3387,9 +3381,7 @@ var CreateAuthorizerCommand = _CreateAuthorizerCommand;
3387
3381
 
3388
3382
 
3389
3383
 
3390
- var _CreateDeploymentCommand = class _CreateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
3391
- ...commonParams
3392
- }).m(function(Command, cs, config, o) {
3384
+ var _CreateDeploymentCommand = class _CreateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3393
3385
  return [
3394
3386
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3395
3387
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3403,9 +3395,7 @@ var CreateDeploymentCommand = _CreateDeploymentCommand;
3403
3395
 
3404
3396
 
3405
3397
 
3406
- var _CreateDomainNameCommand = class _CreateDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
3407
- ...commonParams
3408
- }).m(function(Command, cs, config, o) {
3398
+ var _CreateDomainNameCommand = class _CreateDomainNameCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3409
3399
  return [
3410
3400
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3411
3401
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3419,9 +3409,7 @@ var CreateDomainNameCommand = _CreateDomainNameCommand;
3419
3409
 
3420
3410
 
3421
3411
 
3422
- var _CreateIntegrationCommand = class _CreateIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
3423
- ...commonParams
3424
- }).m(function(Command, cs, config, o) {
3412
+ var _CreateIntegrationCommand = class _CreateIntegrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3425
3413
  return [
3426
3414
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3427
3415
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3435,9 +3423,7 @@ var CreateIntegrationCommand = _CreateIntegrationCommand;
3435
3423
 
3436
3424
 
3437
3425
 
3438
- var _CreateIntegrationResponseCommand = class _CreateIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep({
3439
- ...commonParams
3440
- }).m(function(Command, cs, config, o) {
3426
+ var _CreateIntegrationResponseCommand = class _CreateIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3441
3427
  return [
3442
3428
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3443
3429
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3451,9 +3437,7 @@ var CreateIntegrationResponseCommand = _CreateIntegrationResponseCommand;
3451
3437
 
3452
3438
 
3453
3439
 
3454
- var _CreateModelCommand = class _CreateModelCommand extends import_smithy_client.Command.classBuilder().ep({
3455
- ...commonParams
3456
- }).m(function(Command, cs, config, o) {
3440
+ var _CreateModelCommand = class _CreateModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3457
3441
  return [
3458
3442
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3459
3443
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3467,9 +3451,7 @@ var CreateModelCommand = _CreateModelCommand;
3467
3451
 
3468
3452
 
3469
3453
 
3470
- var _CreateRouteCommand = class _CreateRouteCommand extends import_smithy_client.Command.classBuilder().ep({
3471
- ...commonParams
3472
- }).m(function(Command, cs, config, o) {
3454
+ var _CreateRouteCommand = class _CreateRouteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3473
3455
  return [
3474
3456
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3475
3457
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3483,9 +3465,7 @@ var CreateRouteCommand = _CreateRouteCommand;
3483
3465
 
3484
3466
 
3485
3467
 
3486
- var _CreateRouteResponseCommand = class _CreateRouteResponseCommand extends import_smithy_client.Command.classBuilder().ep({
3487
- ...commonParams
3488
- }).m(function(Command, cs, config, o) {
3468
+ var _CreateRouteResponseCommand = class _CreateRouteResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3489
3469
  return [
3490
3470
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3491
3471
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3499,9 +3479,7 @@ var CreateRouteResponseCommand = _CreateRouteResponseCommand;
3499
3479
 
3500
3480
 
3501
3481
 
3502
- var _CreateStageCommand = class _CreateStageCommand extends import_smithy_client.Command.classBuilder().ep({
3503
- ...commonParams
3504
- }).m(function(Command, cs, config, o) {
3482
+ var _CreateStageCommand = class _CreateStageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3505
3483
  return [
3506
3484
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3507
3485
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3515,9 +3493,7 @@ var CreateStageCommand = _CreateStageCommand;
3515
3493
 
3516
3494
 
3517
3495
 
3518
- var _CreateVpcLinkCommand = class _CreateVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep({
3519
- ...commonParams
3520
- }).m(function(Command, cs, config, o) {
3496
+ var _CreateVpcLinkCommand = class _CreateVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3521
3497
  return [
3522
3498
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3523
3499
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3531,9 +3507,7 @@ var CreateVpcLinkCommand = _CreateVpcLinkCommand;
3531
3507
 
3532
3508
 
3533
3509
 
3534
- var _DeleteAccessLogSettingsCommand = class _DeleteAccessLogSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
3535
- ...commonParams
3536
- }).m(function(Command, cs, config, o) {
3510
+ var _DeleteAccessLogSettingsCommand = class _DeleteAccessLogSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3537
3511
  return [
3538
3512
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3539
3513
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3547,9 +3521,7 @@ var DeleteAccessLogSettingsCommand = _DeleteAccessLogSettingsCommand;
3547
3521
 
3548
3522
 
3549
3523
 
3550
- var _DeleteApiCommand = class _DeleteApiCommand extends import_smithy_client.Command.classBuilder().ep({
3551
- ...commonParams
3552
- }).m(function(Command, cs, config, o) {
3524
+ var _DeleteApiCommand = class _DeleteApiCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3553
3525
  return [
3554
3526
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3555
3527
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3563,9 +3535,7 @@ var DeleteApiCommand = _DeleteApiCommand;
3563
3535
 
3564
3536
 
3565
3537
 
3566
- var _DeleteApiMappingCommand = class _DeleteApiMappingCommand extends import_smithy_client.Command.classBuilder().ep({
3567
- ...commonParams
3568
- }).m(function(Command, cs, config, o) {
3538
+ var _DeleteApiMappingCommand = class _DeleteApiMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3569
3539
  return [
3570
3540
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3571
3541
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3579,9 +3549,7 @@ var DeleteApiMappingCommand = _DeleteApiMappingCommand;
3579
3549
 
3580
3550
 
3581
3551
 
3582
- var _DeleteAuthorizerCommand = class _DeleteAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep({
3583
- ...commonParams
3584
- }).m(function(Command, cs, config, o) {
3552
+ var _DeleteAuthorizerCommand = class _DeleteAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3585
3553
  return [
3586
3554
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3587
3555
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3595,9 +3563,7 @@ var DeleteAuthorizerCommand = _DeleteAuthorizerCommand;
3595
3563
 
3596
3564
 
3597
3565
 
3598
- var _DeleteCorsConfigurationCommand = class _DeleteCorsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
3599
- ...commonParams
3600
- }).m(function(Command, cs, config, o) {
3566
+ var _DeleteCorsConfigurationCommand = class _DeleteCorsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3601
3567
  return [
3602
3568
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3603
3569
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3611,9 +3577,7 @@ var DeleteCorsConfigurationCommand = _DeleteCorsConfigurationCommand;
3611
3577
 
3612
3578
 
3613
3579
 
3614
- var _DeleteDeploymentCommand = class _DeleteDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
3615
- ...commonParams
3616
- }).m(function(Command, cs, config, o) {
3580
+ var _DeleteDeploymentCommand = class _DeleteDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3617
3581
  return [
3618
3582
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3619
3583
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3627,9 +3591,7 @@ var DeleteDeploymentCommand = _DeleteDeploymentCommand;
3627
3591
 
3628
3592
 
3629
3593
 
3630
- var _DeleteDomainNameCommand = class _DeleteDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
3631
- ...commonParams
3632
- }).m(function(Command, cs, config, o) {
3594
+ var _DeleteDomainNameCommand = class _DeleteDomainNameCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3633
3595
  return [
3634
3596
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3635
3597
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3643,9 +3605,7 @@ var DeleteDomainNameCommand = _DeleteDomainNameCommand;
3643
3605
 
3644
3606
 
3645
3607
 
3646
- var _DeleteIntegrationCommand = class _DeleteIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
3647
- ...commonParams
3648
- }).m(function(Command, cs, config, o) {
3608
+ var _DeleteIntegrationCommand = class _DeleteIntegrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3649
3609
  return [
3650
3610
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3651
3611
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3659,9 +3619,7 @@ var DeleteIntegrationCommand = _DeleteIntegrationCommand;
3659
3619
 
3660
3620
 
3661
3621
 
3662
- var _DeleteIntegrationResponseCommand = class _DeleteIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep({
3663
- ...commonParams
3664
- }).m(function(Command, cs, config, o) {
3622
+ var _DeleteIntegrationResponseCommand = class _DeleteIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3665
3623
  return [
3666
3624
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3667
3625
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3675,9 +3633,7 @@ var DeleteIntegrationResponseCommand = _DeleteIntegrationResponseCommand;
3675
3633
 
3676
3634
 
3677
3635
 
3678
- var _DeleteModelCommand = class _DeleteModelCommand extends import_smithy_client.Command.classBuilder().ep({
3679
- ...commonParams
3680
- }).m(function(Command, cs, config, o) {
3636
+ var _DeleteModelCommand = class _DeleteModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3681
3637
  return [
3682
3638
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3683
3639
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3691,9 +3647,7 @@ var DeleteModelCommand = _DeleteModelCommand;
3691
3647
 
3692
3648
 
3693
3649
 
3694
- var _DeleteRouteCommand = class _DeleteRouteCommand extends import_smithy_client.Command.classBuilder().ep({
3695
- ...commonParams
3696
- }).m(function(Command, cs, config, o) {
3650
+ var _DeleteRouteCommand = class _DeleteRouteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3697
3651
  return [
3698
3652
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3699
3653
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3707,9 +3661,7 @@ var DeleteRouteCommand = _DeleteRouteCommand;
3707
3661
 
3708
3662
 
3709
3663
 
3710
- var _DeleteRouteRequestParameterCommand = class _DeleteRouteRequestParameterCommand extends import_smithy_client.Command.classBuilder().ep({
3711
- ...commonParams
3712
- }).m(function(Command, cs, config, o) {
3664
+ var _DeleteRouteRequestParameterCommand = class _DeleteRouteRequestParameterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3713
3665
  return [
3714
3666
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3715
3667
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3723,9 +3675,7 @@ var DeleteRouteRequestParameterCommand = _DeleteRouteRequestParameterCommand;
3723
3675
 
3724
3676
 
3725
3677
 
3726
- var _DeleteRouteResponseCommand = class _DeleteRouteResponseCommand extends import_smithy_client.Command.classBuilder().ep({
3727
- ...commonParams
3728
- }).m(function(Command, cs, config, o) {
3678
+ var _DeleteRouteResponseCommand = class _DeleteRouteResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3729
3679
  return [
3730
3680
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3731
3681
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3739,9 +3689,7 @@ var DeleteRouteResponseCommand = _DeleteRouteResponseCommand;
3739
3689
 
3740
3690
 
3741
3691
 
3742
- var _DeleteRouteSettingsCommand = class _DeleteRouteSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
3743
- ...commonParams
3744
- }).m(function(Command, cs, config, o) {
3692
+ var _DeleteRouteSettingsCommand = class _DeleteRouteSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3745
3693
  return [
3746
3694
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3747
3695
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3755,9 +3703,7 @@ var DeleteRouteSettingsCommand = _DeleteRouteSettingsCommand;
3755
3703
 
3756
3704
 
3757
3705
 
3758
- var _DeleteStageCommand = class _DeleteStageCommand extends import_smithy_client.Command.classBuilder().ep({
3759
- ...commonParams
3760
- }).m(function(Command, cs, config, o) {
3706
+ var _DeleteStageCommand = class _DeleteStageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3761
3707
  return [
3762
3708
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3763
3709
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3771,9 +3717,7 @@ var DeleteStageCommand = _DeleteStageCommand;
3771
3717
 
3772
3718
 
3773
3719
 
3774
- var _DeleteVpcLinkCommand = class _DeleteVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep({
3775
- ...commonParams
3776
- }).m(function(Command, cs, config, o) {
3720
+ var _DeleteVpcLinkCommand = class _DeleteVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3777
3721
  return [
3778
3722
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3779
3723
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3787,9 +3731,7 @@ var DeleteVpcLinkCommand = _DeleteVpcLinkCommand;
3787
3731
 
3788
3732
 
3789
3733
 
3790
- var _ExportApiCommand = class _ExportApiCommand extends import_smithy_client.Command.classBuilder().ep({
3791
- ...commonParams
3792
- }).m(function(Command, cs, config, o) {
3734
+ var _ExportApiCommand = class _ExportApiCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3793
3735
  return [
3794
3736
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3795
3737
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3803,9 +3745,7 @@ var ExportApiCommand = _ExportApiCommand;
3803
3745
 
3804
3746
 
3805
3747
 
3806
- var _GetApiCommand = class _GetApiCommand extends import_smithy_client.Command.classBuilder().ep({
3807
- ...commonParams
3808
- }).m(function(Command, cs, config, o) {
3748
+ var _GetApiCommand = class _GetApiCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3809
3749
  return [
3810
3750
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3811
3751
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3819,9 +3759,7 @@ var GetApiCommand = _GetApiCommand;
3819
3759
 
3820
3760
 
3821
3761
 
3822
- var _GetApiMappingCommand = class _GetApiMappingCommand extends import_smithy_client.Command.classBuilder().ep({
3823
- ...commonParams
3824
- }).m(function(Command, cs, config, o) {
3762
+ var _GetApiMappingCommand = class _GetApiMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3825
3763
  return [
3826
3764
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3827
3765
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3835,9 +3773,7 @@ var GetApiMappingCommand = _GetApiMappingCommand;
3835
3773
 
3836
3774
 
3837
3775
 
3838
- var _GetApiMappingsCommand = class _GetApiMappingsCommand extends import_smithy_client.Command.classBuilder().ep({
3839
- ...commonParams
3840
- }).m(function(Command, cs, config, o) {
3776
+ var _GetApiMappingsCommand = class _GetApiMappingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3841
3777
  return [
3842
3778
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3843
3779
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3851,9 +3787,7 @@ var GetApiMappingsCommand = _GetApiMappingsCommand;
3851
3787
 
3852
3788
 
3853
3789
 
3854
- var _GetApisCommand = class _GetApisCommand extends import_smithy_client.Command.classBuilder().ep({
3855
- ...commonParams
3856
- }).m(function(Command, cs, config, o) {
3790
+ var _GetApisCommand = class _GetApisCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3857
3791
  return [
3858
3792
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3859
3793
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3867,9 +3801,7 @@ var GetApisCommand = _GetApisCommand;
3867
3801
 
3868
3802
 
3869
3803
 
3870
- var _GetAuthorizerCommand = class _GetAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep({
3871
- ...commonParams
3872
- }).m(function(Command, cs, config, o) {
3804
+ var _GetAuthorizerCommand = class _GetAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3873
3805
  return [
3874
3806
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3875
3807
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3883,9 +3815,7 @@ var GetAuthorizerCommand = _GetAuthorizerCommand;
3883
3815
 
3884
3816
 
3885
3817
 
3886
- var _GetAuthorizersCommand = class _GetAuthorizersCommand extends import_smithy_client.Command.classBuilder().ep({
3887
- ...commonParams
3888
- }).m(function(Command, cs, config, o) {
3818
+ var _GetAuthorizersCommand = class _GetAuthorizersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3889
3819
  return [
3890
3820
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3891
3821
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3899,9 +3829,7 @@ var GetAuthorizersCommand = _GetAuthorizersCommand;
3899
3829
 
3900
3830
 
3901
3831
 
3902
- var _GetDeploymentCommand = class _GetDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
3903
- ...commonParams
3904
- }).m(function(Command, cs, config, o) {
3832
+ var _GetDeploymentCommand = class _GetDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3905
3833
  return [
3906
3834
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3907
3835
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3915,9 +3843,7 @@ var GetDeploymentCommand = _GetDeploymentCommand;
3915
3843
 
3916
3844
 
3917
3845
 
3918
- var _GetDeploymentsCommand = class _GetDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep({
3919
- ...commonParams
3920
- }).m(function(Command, cs, config, o) {
3846
+ var _GetDeploymentsCommand = class _GetDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3921
3847
  return [
3922
3848
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3923
3849
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3931,9 +3857,7 @@ var GetDeploymentsCommand = _GetDeploymentsCommand;
3931
3857
 
3932
3858
 
3933
3859
 
3934
- var _GetDomainNameCommand = class _GetDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
3935
- ...commonParams
3936
- }).m(function(Command, cs, config, o) {
3860
+ var _GetDomainNameCommand = class _GetDomainNameCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3937
3861
  return [
3938
3862
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3939
3863
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3947,9 +3871,7 @@ var GetDomainNameCommand = _GetDomainNameCommand;
3947
3871
 
3948
3872
 
3949
3873
 
3950
- var _GetDomainNamesCommand = class _GetDomainNamesCommand extends import_smithy_client.Command.classBuilder().ep({
3951
- ...commonParams
3952
- }).m(function(Command, cs, config, o) {
3874
+ var _GetDomainNamesCommand = class _GetDomainNamesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3953
3875
  return [
3954
3876
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3955
3877
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3963,9 +3885,7 @@ var GetDomainNamesCommand = _GetDomainNamesCommand;
3963
3885
 
3964
3886
 
3965
3887
 
3966
- var _GetIntegrationCommand = class _GetIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
3967
- ...commonParams
3968
- }).m(function(Command, cs, config, o) {
3888
+ var _GetIntegrationCommand = class _GetIntegrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3969
3889
  return [
3970
3890
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3971
3891
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3979,9 +3899,7 @@ var GetIntegrationCommand = _GetIntegrationCommand;
3979
3899
 
3980
3900
 
3981
3901
 
3982
- var _GetIntegrationResponseCommand = class _GetIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep({
3983
- ...commonParams
3984
- }).m(function(Command, cs, config, o) {
3902
+ var _GetIntegrationResponseCommand = class _GetIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3985
3903
  return [
3986
3904
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3987
3905
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3995,9 +3913,7 @@ var GetIntegrationResponseCommand = _GetIntegrationResponseCommand;
3995
3913
 
3996
3914
 
3997
3915
 
3998
- var _GetIntegrationResponsesCommand = class _GetIntegrationResponsesCommand extends import_smithy_client.Command.classBuilder().ep({
3999
- ...commonParams
4000
- }).m(function(Command, cs, config, o) {
3916
+ var _GetIntegrationResponsesCommand = class _GetIntegrationResponsesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4001
3917
  return [
4002
3918
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4003
3919
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4011,9 +3927,7 @@ var GetIntegrationResponsesCommand = _GetIntegrationResponsesCommand;
4011
3927
 
4012
3928
 
4013
3929
 
4014
- var _GetIntegrationsCommand = class _GetIntegrationsCommand extends import_smithy_client.Command.classBuilder().ep({
4015
- ...commonParams
4016
- }).m(function(Command, cs, config, o) {
3930
+ var _GetIntegrationsCommand = class _GetIntegrationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4017
3931
  return [
4018
3932
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4019
3933
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4027,9 +3941,7 @@ var GetIntegrationsCommand = _GetIntegrationsCommand;
4027
3941
 
4028
3942
 
4029
3943
 
4030
- var _GetModelCommand = class _GetModelCommand extends import_smithy_client.Command.classBuilder().ep({
4031
- ...commonParams
4032
- }).m(function(Command, cs, config, o) {
3944
+ var _GetModelCommand = class _GetModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4033
3945
  return [
4034
3946
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4035
3947
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4043,9 +3955,7 @@ var GetModelCommand = _GetModelCommand;
4043
3955
 
4044
3956
 
4045
3957
 
4046
- var _GetModelsCommand = class _GetModelsCommand extends import_smithy_client.Command.classBuilder().ep({
4047
- ...commonParams
4048
- }).m(function(Command, cs, config, o) {
3958
+ var _GetModelsCommand = class _GetModelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4049
3959
  return [
4050
3960
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4051
3961
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4059,9 +3969,7 @@ var GetModelsCommand = _GetModelsCommand;
4059
3969
 
4060
3970
 
4061
3971
 
4062
- var _GetModelTemplateCommand = class _GetModelTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
4063
- ...commonParams
4064
- }).m(function(Command, cs, config, o) {
3972
+ var _GetModelTemplateCommand = class _GetModelTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4065
3973
  return [
4066
3974
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4067
3975
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4075,9 +3983,7 @@ var GetModelTemplateCommand = _GetModelTemplateCommand;
4075
3983
 
4076
3984
 
4077
3985
 
4078
- var _GetRouteCommand = class _GetRouteCommand extends import_smithy_client.Command.classBuilder().ep({
4079
- ...commonParams
4080
- }).m(function(Command, cs, config, o) {
3986
+ var _GetRouteCommand = class _GetRouteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4081
3987
  return [
4082
3988
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4083
3989
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4091,9 +3997,7 @@ var GetRouteCommand = _GetRouteCommand;
4091
3997
 
4092
3998
 
4093
3999
 
4094
- var _GetRouteResponseCommand = class _GetRouteResponseCommand extends import_smithy_client.Command.classBuilder().ep({
4095
- ...commonParams
4096
- }).m(function(Command, cs, config, o) {
4000
+ var _GetRouteResponseCommand = class _GetRouteResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4097
4001
  return [
4098
4002
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4099
4003
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4107,9 +4011,7 @@ var GetRouteResponseCommand = _GetRouteResponseCommand;
4107
4011
 
4108
4012
 
4109
4013
 
4110
- var _GetRouteResponsesCommand = class _GetRouteResponsesCommand extends import_smithy_client.Command.classBuilder().ep({
4111
- ...commonParams
4112
- }).m(function(Command, cs, config, o) {
4014
+ var _GetRouteResponsesCommand = class _GetRouteResponsesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4113
4015
  return [
4114
4016
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4115
4017
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4123,9 +4025,7 @@ var GetRouteResponsesCommand = _GetRouteResponsesCommand;
4123
4025
 
4124
4026
 
4125
4027
 
4126
- var _GetRoutesCommand = class _GetRoutesCommand extends import_smithy_client.Command.classBuilder().ep({
4127
- ...commonParams
4128
- }).m(function(Command, cs, config, o) {
4028
+ var _GetRoutesCommand = class _GetRoutesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4129
4029
  return [
4130
4030
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4131
4031
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4139,9 +4039,7 @@ var GetRoutesCommand = _GetRoutesCommand;
4139
4039
 
4140
4040
 
4141
4041
 
4142
- var _GetStageCommand = class _GetStageCommand extends import_smithy_client.Command.classBuilder().ep({
4143
- ...commonParams
4144
- }).m(function(Command, cs, config, o) {
4042
+ var _GetStageCommand = class _GetStageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4145
4043
  return [
4146
4044
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4147
4045
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4155,9 +4053,7 @@ var GetStageCommand = _GetStageCommand;
4155
4053
 
4156
4054
 
4157
4055
 
4158
- var _GetStagesCommand = class _GetStagesCommand extends import_smithy_client.Command.classBuilder().ep({
4159
- ...commonParams
4160
- }).m(function(Command, cs, config, o) {
4056
+ var _GetStagesCommand = class _GetStagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4161
4057
  return [
4162
4058
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4163
4059
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4171,9 +4067,7 @@ var GetStagesCommand = _GetStagesCommand;
4171
4067
 
4172
4068
 
4173
4069
 
4174
- var _GetTagsCommand = class _GetTagsCommand extends import_smithy_client.Command.classBuilder().ep({
4175
- ...commonParams
4176
- }).m(function(Command, cs, config, o) {
4070
+ var _GetTagsCommand = class _GetTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4177
4071
  return [
4178
4072
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4179
4073
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4187,9 +4081,7 @@ var GetTagsCommand = _GetTagsCommand;
4187
4081
 
4188
4082
 
4189
4083
 
4190
- var _GetVpcLinkCommand = class _GetVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep({
4191
- ...commonParams
4192
- }).m(function(Command, cs, config, o) {
4084
+ var _GetVpcLinkCommand = class _GetVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4193
4085
  return [
4194
4086
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4195
4087
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4203,9 +4095,7 @@ var GetVpcLinkCommand = _GetVpcLinkCommand;
4203
4095
 
4204
4096
 
4205
4097
 
4206
- var _GetVpcLinksCommand = class _GetVpcLinksCommand extends import_smithy_client.Command.classBuilder().ep({
4207
- ...commonParams
4208
- }).m(function(Command, cs, config, o) {
4098
+ var _GetVpcLinksCommand = class _GetVpcLinksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4209
4099
  return [
4210
4100
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4211
4101
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4219,9 +4109,7 @@ var GetVpcLinksCommand = _GetVpcLinksCommand;
4219
4109
 
4220
4110
 
4221
4111
 
4222
- var _ImportApiCommand = class _ImportApiCommand extends import_smithy_client.Command.classBuilder().ep({
4223
- ...commonParams
4224
- }).m(function(Command, cs, config, o) {
4112
+ var _ImportApiCommand = class _ImportApiCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4225
4113
  return [
4226
4114
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4227
4115
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4235,9 +4123,7 @@ var ImportApiCommand = _ImportApiCommand;
4235
4123
 
4236
4124
 
4237
4125
 
4238
- var _ReimportApiCommand = class _ReimportApiCommand extends import_smithy_client.Command.classBuilder().ep({
4239
- ...commonParams
4240
- }).m(function(Command, cs, config, o) {
4126
+ var _ReimportApiCommand = class _ReimportApiCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4241
4127
  return [
4242
4128
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4243
4129
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4251,9 +4137,7 @@ var ReimportApiCommand = _ReimportApiCommand;
4251
4137
 
4252
4138
 
4253
4139
 
4254
- var _ResetAuthorizersCacheCommand = class _ResetAuthorizersCacheCommand extends import_smithy_client.Command.classBuilder().ep({
4255
- ...commonParams
4256
- }).m(function(Command, cs, config, o) {
4140
+ var _ResetAuthorizersCacheCommand = class _ResetAuthorizersCacheCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4257
4141
  return [
4258
4142
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4259
4143
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4267,9 +4151,7 @@ var ResetAuthorizersCacheCommand = _ResetAuthorizersCacheCommand;
4267
4151
 
4268
4152
 
4269
4153
 
4270
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4271
- ...commonParams
4272
- }).m(function(Command, cs, config, o) {
4154
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4273
4155
  return [
4274
4156
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4275
4157
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4283,9 +4165,7 @@ var TagResourceCommand = _TagResourceCommand;
4283
4165
 
4284
4166
 
4285
4167
 
4286
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4287
- ...commonParams
4288
- }).m(function(Command, cs, config, o) {
4168
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4289
4169
  return [
4290
4170
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4291
4171
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4299,9 +4179,7 @@ var UntagResourceCommand = _UntagResourceCommand;
4299
4179
 
4300
4180
 
4301
4181
 
4302
- var _UpdateApiCommand = class _UpdateApiCommand extends import_smithy_client.Command.classBuilder().ep({
4303
- ...commonParams
4304
- }).m(function(Command, cs, config, o) {
4182
+ var _UpdateApiCommand = class _UpdateApiCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4305
4183
  return [
4306
4184
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4307
4185
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4315,9 +4193,7 @@ var UpdateApiCommand = _UpdateApiCommand;
4315
4193
 
4316
4194
 
4317
4195
 
4318
- var _UpdateApiMappingCommand = class _UpdateApiMappingCommand extends import_smithy_client.Command.classBuilder().ep({
4319
- ...commonParams
4320
- }).m(function(Command, cs, config, o) {
4196
+ var _UpdateApiMappingCommand = class _UpdateApiMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4321
4197
  return [
4322
4198
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4323
4199
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4331,9 +4207,7 @@ var UpdateApiMappingCommand = _UpdateApiMappingCommand;
4331
4207
 
4332
4208
 
4333
4209
 
4334
- var _UpdateAuthorizerCommand = class _UpdateAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep({
4335
- ...commonParams
4336
- }).m(function(Command, cs, config, o) {
4210
+ var _UpdateAuthorizerCommand = class _UpdateAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4337
4211
  return [
4338
4212
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4339
4213
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4347,9 +4221,7 @@ var UpdateAuthorizerCommand = _UpdateAuthorizerCommand;
4347
4221
 
4348
4222
 
4349
4223
 
4350
- var _UpdateDeploymentCommand = class _UpdateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
4351
- ...commonParams
4352
- }).m(function(Command, cs, config, o) {
4224
+ var _UpdateDeploymentCommand = class _UpdateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4353
4225
  return [
4354
4226
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4355
4227
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4363,9 +4235,7 @@ var UpdateDeploymentCommand = _UpdateDeploymentCommand;
4363
4235
 
4364
4236
 
4365
4237
 
4366
- var _UpdateDomainNameCommand = class _UpdateDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
4367
- ...commonParams
4368
- }).m(function(Command, cs, config, o) {
4238
+ var _UpdateDomainNameCommand = class _UpdateDomainNameCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4369
4239
  return [
4370
4240
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4371
4241
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4379,9 +4249,7 @@ var UpdateDomainNameCommand = _UpdateDomainNameCommand;
4379
4249
 
4380
4250
 
4381
4251
 
4382
- var _UpdateIntegrationCommand = class _UpdateIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
4383
- ...commonParams
4384
- }).m(function(Command, cs, config, o) {
4252
+ var _UpdateIntegrationCommand = class _UpdateIntegrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4385
4253
  return [
4386
4254
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4387
4255
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4395,9 +4263,7 @@ var UpdateIntegrationCommand = _UpdateIntegrationCommand;
4395
4263
 
4396
4264
 
4397
4265
 
4398
- var _UpdateIntegrationResponseCommand = class _UpdateIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep({
4399
- ...commonParams
4400
- }).m(function(Command, cs, config, o) {
4266
+ var _UpdateIntegrationResponseCommand = class _UpdateIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4401
4267
  return [
4402
4268
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4403
4269
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4411,9 +4277,7 @@ var UpdateIntegrationResponseCommand = _UpdateIntegrationResponseCommand;
4411
4277
 
4412
4278
 
4413
4279
 
4414
- var _UpdateModelCommand = class _UpdateModelCommand extends import_smithy_client.Command.classBuilder().ep({
4415
- ...commonParams
4416
- }).m(function(Command, cs, config, o) {
4280
+ var _UpdateModelCommand = class _UpdateModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4417
4281
  return [
4418
4282
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4419
4283
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4427,9 +4291,7 @@ var UpdateModelCommand = _UpdateModelCommand;
4427
4291
 
4428
4292
 
4429
4293
 
4430
- var _UpdateRouteCommand = class _UpdateRouteCommand extends import_smithy_client.Command.classBuilder().ep({
4431
- ...commonParams
4432
- }).m(function(Command, cs, config, o) {
4294
+ var _UpdateRouteCommand = class _UpdateRouteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4433
4295
  return [
4434
4296
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4435
4297
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4443,9 +4305,7 @@ var UpdateRouteCommand = _UpdateRouteCommand;
4443
4305
 
4444
4306
 
4445
4307
 
4446
- var _UpdateRouteResponseCommand = class _UpdateRouteResponseCommand extends import_smithy_client.Command.classBuilder().ep({
4447
- ...commonParams
4448
- }).m(function(Command, cs, config, o) {
4308
+ var _UpdateRouteResponseCommand = class _UpdateRouteResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4449
4309
  return [
4450
4310
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4451
4311
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4459,9 +4319,7 @@ var UpdateRouteResponseCommand = _UpdateRouteResponseCommand;
4459
4319
 
4460
4320
 
4461
4321
 
4462
- var _UpdateStageCommand = class _UpdateStageCommand extends import_smithy_client.Command.classBuilder().ep({
4463
- ...commonParams
4464
- }).m(function(Command, cs, config, o) {
4322
+ var _UpdateStageCommand = class _UpdateStageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4465
4323
  return [
4466
4324
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4467
4325
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4475,9 +4333,7 @@ var UpdateStageCommand = _UpdateStageCommand;
4475
4333
 
4476
4334
 
4477
4335
 
4478
- var _UpdateVpcLinkCommand = class _UpdateVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep({
4479
- ...commonParams
4480
- }).m(function(Command, cs, config, o) {
4336
+ var _UpdateVpcLinkCommand = class _UpdateVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4481
4337
  return [
4482
4338
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4483
4339
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())