@aws-sdk/client-apigatewayv2 3.590.0 → 3.596.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/dist-cjs/index.js +0 -72
  2. package/dist-types/commands/CreateApiCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateApiMappingCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateAuthorizerCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateDomainNameCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateIntegrationCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateModelCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateRouteCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateRouteResponseCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateStageCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateVpcLinkCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteApiCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteApiMappingCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteDeploymentCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteDomainNameCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteIntegrationCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteModelCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteRouteCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteRouteResponseCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteStageCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +2 -1
  30. package/dist-types/commands/ExportApiCommand.d.ts +2 -1
  31. package/dist-types/commands/GetApiCommand.d.ts +2 -1
  32. package/dist-types/commands/GetApiMappingCommand.d.ts +2 -1
  33. package/dist-types/commands/GetApiMappingsCommand.d.ts +2 -1
  34. package/dist-types/commands/GetApisCommand.d.ts +2 -1
  35. package/dist-types/commands/GetAuthorizerCommand.d.ts +2 -1
  36. package/dist-types/commands/GetAuthorizersCommand.d.ts +2 -1
  37. package/dist-types/commands/GetDeploymentCommand.d.ts +2 -1
  38. package/dist-types/commands/GetDeploymentsCommand.d.ts +2 -1
  39. package/dist-types/commands/GetDomainNameCommand.d.ts +2 -1
  40. package/dist-types/commands/GetDomainNamesCommand.d.ts +2 -1
  41. package/dist-types/commands/GetIntegrationCommand.d.ts +2 -1
  42. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +2 -1
  43. package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +2 -1
  44. package/dist-types/commands/GetIntegrationsCommand.d.ts +2 -1
  45. package/dist-types/commands/GetModelCommand.d.ts +2 -1
  46. package/dist-types/commands/GetModelTemplateCommand.d.ts +2 -1
  47. package/dist-types/commands/GetModelsCommand.d.ts +2 -1
  48. package/dist-types/commands/GetRouteCommand.d.ts +2 -1
  49. package/dist-types/commands/GetRouteResponseCommand.d.ts +2 -1
  50. package/dist-types/commands/GetRouteResponsesCommand.d.ts +2 -1
  51. package/dist-types/commands/GetRoutesCommand.d.ts +2 -1
  52. package/dist-types/commands/GetStageCommand.d.ts +2 -1
  53. package/dist-types/commands/GetStagesCommand.d.ts +2 -1
  54. package/dist-types/commands/GetTagsCommand.d.ts +2 -1
  55. package/dist-types/commands/GetVpcLinkCommand.d.ts +2 -1
  56. package/dist-types/commands/GetVpcLinksCommand.d.ts +2 -1
  57. package/dist-types/commands/ImportApiCommand.d.ts +2 -1
  58. package/dist-types/commands/ReimportApiCommand.d.ts +2 -1
  59. package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +2 -1
  60. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  61. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  62. package/dist-types/commands/UpdateApiCommand.d.ts +2 -1
  63. package/dist-types/commands/UpdateApiMappingCommand.d.ts +2 -1
  64. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +2 -1
  65. package/dist-types/commands/UpdateDeploymentCommand.d.ts +2 -1
  66. package/dist-types/commands/UpdateDomainNameCommand.d.ts +2 -1
  67. package/dist-types/commands/UpdateIntegrationCommand.d.ts +2 -1
  68. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +2 -1
  69. package/dist-types/commands/UpdateModelCommand.d.ts +2 -1
  70. package/dist-types/commands/UpdateRouteCommand.d.ts +2 -1
  71. package/dist-types/commands/UpdateRouteResponseCommand.d.ts +2 -1
  72. package/dist-types/commands/UpdateStageCommand.d.ts +2 -1
  73. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +2 -1
  74. package/dist-types/index.d.ts +2 -2
  75. package/dist-types/models/ApiGatewayV2ServiceException.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/GetApiCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/GetApisCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +2 -1
  112. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +2 -1
  113. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +2 -1
  114. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +2 -1
  117. package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +2 -1
  118. package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +2 -1
  119. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +2 -1
  120. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +2 -1
  121. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +2 -1
  122. package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +2 -1
  123. package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +2 -1
  124. package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +2 -1
  125. package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +2 -1
  126. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +2 -1
  127. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +2 -1
  128. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +2 -1
  129. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +2 -1
  130. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +2 -1
  131. package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +2 -1
  132. package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +2 -1
  133. package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +2 -1
  134. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  135. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  136. package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +2 -1
  137. package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +2 -1
  138. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +2 -1
  139. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +2 -1
  140. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +2 -1
  141. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +2 -1
  142. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +2 -1
  143. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +2 -1
  144. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +2 -1
  145. package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +2 -1
  146. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +2 -1
  147. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +2 -1
  148. package/dist-types/ts3.4/models/ApiGatewayV2ServiceException.d.ts +2 -1
  149. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -269,7 +269,6 @@ var ApiGatewayV2Client = _ApiGatewayV2Client;
269
269
 
270
270
  var import_middleware_serde = require("@smithy/middleware-serde");
271
271
 
272
- var import_types = require("@smithy/types");
273
272
 
274
273
  // src/protocols/Aws_restJson1.ts
275
274
  var import_core2 = require("@aws-sdk/core");
@@ -3362,7 +3361,6 @@ var CreateApiCommand = _CreateApiCommand;
3362
3361
 
3363
3362
 
3364
3363
 
3365
-
3366
3364
  var _CreateApiMappingCommand = class _CreateApiMappingCommand extends import_smithy_client.Command.classBuilder().ep({
3367
3365
  ...commonParams
3368
3366
  }).m(function(Command, cs, config, o) {
@@ -3379,7 +3377,6 @@ var CreateApiMappingCommand = _CreateApiMappingCommand;
3379
3377
 
3380
3378
 
3381
3379
 
3382
-
3383
3380
  var _CreateAuthorizerCommand = class _CreateAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep({
3384
3381
  ...commonParams
3385
3382
  }).m(function(Command, cs, config, o) {
@@ -3396,7 +3393,6 @@ var CreateAuthorizerCommand = _CreateAuthorizerCommand;
3396
3393
 
3397
3394
 
3398
3395
 
3399
-
3400
3396
  var _CreateDeploymentCommand = class _CreateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
3401
3397
  ...commonParams
3402
3398
  }).m(function(Command, cs, config, o) {
@@ -3413,7 +3409,6 @@ var CreateDeploymentCommand = _CreateDeploymentCommand;
3413
3409
 
3414
3410
 
3415
3411
 
3416
-
3417
3412
  var _CreateDomainNameCommand = class _CreateDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
3418
3413
  ...commonParams
3419
3414
  }).m(function(Command, cs, config, o) {
@@ -3430,7 +3425,6 @@ var CreateDomainNameCommand = _CreateDomainNameCommand;
3430
3425
 
3431
3426
 
3432
3427
 
3433
-
3434
3428
  var _CreateIntegrationCommand = class _CreateIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
3435
3429
  ...commonParams
3436
3430
  }).m(function(Command, cs, config, o) {
@@ -3447,7 +3441,6 @@ var CreateIntegrationCommand = _CreateIntegrationCommand;
3447
3441
 
3448
3442
 
3449
3443
 
3450
-
3451
3444
  var _CreateIntegrationResponseCommand = class _CreateIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep({
3452
3445
  ...commonParams
3453
3446
  }).m(function(Command, cs, config, o) {
@@ -3464,7 +3457,6 @@ var CreateIntegrationResponseCommand = _CreateIntegrationResponseCommand;
3464
3457
 
3465
3458
 
3466
3459
 
3467
-
3468
3460
  var _CreateModelCommand = class _CreateModelCommand extends import_smithy_client.Command.classBuilder().ep({
3469
3461
  ...commonParams
3470
3462
  }).m(function(Command, cs, config, o) {
@@ -3481,7 +3473,6 @@ var CreateModelCommand = _CreateModelCommand;
3481
3473
 
3482
3474
 
3483
3475
 
3484
-
3485
3476
  var _CreateRouteCommand = class _CreateRouteCommand extends import_smithy_client.Command.classBuilder().ep({
3486
3477
  ...commonParams
3487
3478
  }).m(function(Command, cs, config, o) {
@@ -3498,7 +3489,6 @@ var CreateRouteCommand = _CreateRouteCommand;
3498
3489
 
3499
3490
 
3500
3491
 
3501
-
3502
3492
  var _CreateRouteResponseCommand = class _CreateRouteResponseCommand extends import_smithy_client.Command.classBuilder().ep({
3503
3493
  ...commonParams
3504
3494
  }).m(function(Command, cs, config, o) {
@@ -3515,7 +3505,6 @@ var CreateRouteResponseCommand = _CreateRouteResponseCommand;
3515
3505
 
3516
3506
 
3517
3507
 
3518
-
3519
3508
  var _CreateStageCommand = class _CreateStageCommand extends import_smithy_client.Command.classBuilder().ep({
3520
3509
  ...commonParams
3521
3510
  }).m(function(Command, cs, config, o) {
@@ -3532,7 +3521,6 @@ var CreateStageCommand = _CreateStageCommand;
3532
3521
 
3533
3522
 
3534
3523
 
3535
-
3536
3524
  var _CreateVpcLinkCommand = class _CreateVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep({
3537
3525
  ...commonParams
3538
3526
  }).m(function(Command, cs, config, o) {
@@ -3549,7 +3537,6 @@ var CreateVpcLinkCommand = _CreateVpcLinkCommand;
3549
3537
 
3550
3538
 
3551
3539
 
3552
-
3553
3540
  var _DeleteAccessLogSettingsCommand = class _DeleteAccessLogSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
3554
3541
  ...commonParams
3555
3542
  }).m(function(Command, cs, config, o) {
@@ -3566,7 +3553,6 @@ var DeleteAccessLogSettingsCommand = _DeleteAccessLogSettingsCommand;
3566
3553
 
3567
3554
 
3568
3555
 
3569
-
3570
3556
  var _DeleteApiCommand = class _DeleteApiCommand extends import_smithy_client.Command.classBuilder().ep({
3571
3557
  ...commonParams
3572
3558
  }).m(function(Command, cs, config, o) {
@@ -3583,7 +3569,6 @@ var DeleteApiCommand = _DeleteApiCommand;
3583
3569
 
3584
3570
 
3585
3571
 
3586
-
3587
3572
  var _DeleteApiMappingCommand = class _DeleteApiMappingCommand extends import_smithy_client.Command.classBuilder().ep({
3588
3573
  ...commonParams
3589
3574
  }).m(function(Command, cs, config, o) {
@@ -3600,7 +3585,6 @@ var DeleteApiMappingCommand = _DeleteApiMappingCommand;
3600
3585
 
3601
3586
 
3602
3587
 
3603
-
3604
3588
  var _DeleteAuthorizerCommand = class _DeleteAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep({
3605
3589
  ...commonParams
3606
3590
  }).m(function(Command, cs, config, o) {
@@ -3617,7 +3601,6 @@ var DeleteAuthorizerCommand = _DeleteAuthorizerCommand;
3617
3601
 
3618
3602
 
3619
3603
 
3620
-
3621
3604
  var _DeleteCorsConfigurationCommand = class _DeleteCorsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
3622
3605
  ...commonParams
3623
3606
  }).m(function(Command, cs, config, o) {
@@ -3634,7 +3617,6 @@ var DeleteCorsConfigurationCommand = _DeleteCorsConfigurationCommand;
3634
3617
 
3635
3618
 
3636
3619
 
3637
-
3638
3620
  var _DeleteDeploymentCommand = class _DeleteDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
3639
3621
  ...commonParams
3640
3622
  }).m(function(Command, cs, config, o) {
@@ -3651,7 +3633,6 @@ var DeleteDeploymentCommand = _DeleteDeploymentCommand;
3651
3633
 
3652
3634
 
3653
3635
 
3654
-
3655
3636
  var _DeleteDomainNameCommand = class _DeleteDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
3656
3637
  ...commonParams
3657
3638
  }).m(function(Command, cs, config, o) {
@@ -3668,7 +3649,6 @@ var DeleteDomainNameCommand = _DeleteDomainNameCommand;
3668
3649
 
3669
3650
 
3670
3651
 
3671
-
3672
3652
  var _DeleteIntegrationCommand = class _DeleteIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
3673
3653
  ...commonParams
3674
3654
  }).m(function(Command, cs, config, o) {
@@ -3685,7 +3665,6 @@ var DeleteIntegrationCommand = _DeleteIntegrationCommand;
3685
3665
 
3686
3666
 
3687
3667
 
3688
-
3689
3668
  var _DeleteIntegrationResponseCommand = class _DeleteIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep({
3690
3669
  ...commonParams
3691
3670
  }).m(function(Command, cs, config, o) {
@@ -3702,7 +3681,6 @@ var DeleteIntegrationResponseCommand = _DeleteIntegrationResponseCommand;
3702
3681
 
3703
3682
 
3704
3683
 
3705
-
3706
3684
  var _DeleteModelCommand = class _DeleteModelCommand extends import_smithy_client.Command.classBuilder().ep({
3707
3685
  ...commonParams
3708
3686
  }).m(function(Command, cs, config, o) {
@@ -3719,7 +3697,6 @@ var DeleteModelCommand = _DeleteModelCommand;
3719
3697
 
3720
3698
 
3721
3699
 
3722
-
3723
3700
  var _DeleteRouteCommand = class _DeleteRouteCommand extends import_smithy_client.Command.classBuilder().ep({
3724
3701
  ...commonParams
3725
3702
  }).m(function(Command, cs, config, o) {
@@ -3736,7 +3713,6 @@ var DeleteRouteCommand = _DeleteRouteCommand;
3736
3713
 
3737
3714
 
3738
3715
 
3739
-
3740
3716
  var _DeleteRouteRequestParameterCommand = class _DeleteRouteRequestParameterCommand extends import_smithy_client.Command.classBuilder().ep({
3741
3717
  ...commonParams
3742
3718
  }).m(function(Command, cs, config, o) {
@@ -3753,7 +3729,6 @@ var DeleteRouteRequestParameterCommand = _DeleteRouteRequestParameterCommand;
3753
3729
 
3754
3730
 
3755
3731
 
3756
-
3757
3732
  var _DeleteRouteResponseCommand = class _DeleteRouteResponseCommand extends import_smithy_client.Command.classBuilder().ep({
3758
3733
  ...commonParams
3759
3734
  }).m(function(Command, cs, config, o) {
@@ -3770,7 +3745,6 @@ var DeleteRouteResponseCommand = _DeleteRouteResponseCommand;
3770
3745
 
3771
3746
 
3772
3747
 
3773
-
3774
3748
  var _DeleteRouteSettingsCommand = class _DeleteRouteSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
3775
3749
  ...commonParams
3776
3750
  }).m(function(Command, cs, config, o) {
@@ -3787,7 +3761,6 @@ var DeleteRouteSettingsCommand = _DeleteRouteSettingsCommand;
3787
3761
 
3788
3762
 
3789
3763
 
3790
-
3791
3764
  var _DeleteStageCommand = class _DeleteStageCommand extends import_smithy_client.Command.classBuilder().ep({
3792
3765
  ...commonParams
3793
3766
  }).m(function(Command, cs, config, o) {
@@ -3804,7 +3777,6 @@ var DeleteStageCommand = _DeleteStageCommand;
3804
3777
 
3805
3778
 
3806
3779
 
3807
-
3808
3780
  var _DeleteVpcLinkCommand = class _DeleteVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep({
3809
3781
  ...commonParams
3810
3782
  }).m(function(Command, cs, config, o) {
@@ -3821,7 +3793,6 @@ var DeleteVpcLinkCommand = _DeleteVpcLinkCommand;
3821
3793
 
3822
3794
 
3823
3795
 
3824
-
3825
3796
  var _ExportApiCommand = class _ExportApiCommand extends import_smithy_client.Command.classBuilder().ep({
3826
3797
  ...commonParams
3827
3798
  }).m(function(Command, cs, config, o) {
@@ -3838,7 +3809,6 @@ var ExportApiCommand = _ExportApiCommand;
3838
3809
 
3839
3810
 
3840
3811
 
3841
-
3842
3812
  var _GetApiCommand = class _GetApiCommand extends import_smithy_client.Command.classBuilder().ep({
3843
3813
  ...commonParams
3844
3814
  }).m(function(Command, cs, config, o) {
@@ -3855,7 +3825,6 @@ var GetApiCommand = _GetApiCommand;
3855
3825
 
3856
3826
 
3857
3827
 
3858
-
3859
3828
  var _GetApiMappingCommand = class _GetApiMappingCommand extends import_smithy_client.Command.classBuilder().ep({
3860
3829
  ...commonParams
3861
3830
  }).m(function(Command, cs, config, o) {
@@ -3872,7 +3841,6 @@ var GetApiMappingCommand = _GetApiMappingCommand;
3872
3841
 
3873
3842
 
3874
3843
 
3875
-
3876
3844
  var _GetApiMappingsCommand = class _GetApiMappingsCommand extends import_smithy_client.Command.classBuilder().ep({
3877
3845
  ...commonParams
3878
3846
  }).m(function(Command, cs, config, o) {
@@ -3889,7 +3857,6 @@ var GetApiMappingsCommand = _GetApiMappingsCommand;
3889
3857
 
3890
3858
 
3891
3859
 
3892
-
3893
3860
  var _GetApisCommand = class _GetApisCommand extends import_smithy_client.Command.classBuilder().ep({
3894
3861
  ...commonParams
3895
3862
  }).m(function(Command, cs, config, o) {
@@ -3906,7 +3873,6 @@ var GetApisCommand = _GetApisCommand;
3906
3873
 
3907
3874
 
3908
3875
 
3909
-
3910
3876
  var _GetAuthorizerCommand = class _GetAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep({
3911
3877
  ...commonParams
3912
3878
  }).m(function(Command, cs, config, o) {
@@ -3923,7 +3889,6 @@ var GetAuthorizerCommand = _GetAuthorizerCommand;
3923
3889
 
3924
3890
 
3925
3891
 
3926
-
3927
3892
  var _GetAuthorizersCommand = class _GetAuthorizersCommand extends import_smithy_client.Command.classBuilder().ep({
3928
3893
  ...commonParams
3929
3894
  }).m(function(Command, cs, config, o) {
@@ -3940,7 +3905,6 @@ var GetAuthorizersCommand = _GetAuthorizersCommand;
3940
3905
 
3941
3906
 
3942
3907
 
3943
-
3944
3908
  var _GetDeploymentCommand = class _GetDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
3945
3909
  ...commonParams
3946
3910
  }).m(function(Command, cs, config, o) {
@@ -3957,7 +3921,6 @@ var GetDeploymentCommand = _GetDeploymentCommand;
3957
3921
 
3958
3922
 
3959
3923
 
3960
-
3961
3924
  var _GetDeploymentsCommand = class _GetDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep({
3962
3925
  ...commonParams
3963
3926
  }).m(function(Command, cs, config, o) {
@@ -3974,7 +3937,6 @@ var GetDeploymentsCommand = _GetDeploymentsCommand;
3974
3937
 
3975
3938
 
3976
3939
 
3977
-
3978
3940
  var _GetDomainNameCommand = class _GetDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
3979
3941
  ...commonParams
3980
3942
  }).m(function(Command, cs, config, o) {
@@ -3991,7 +3953,6 @@ var GetDomainNameCommand = _GetDomainNameCommand;
3991
3953
 
3992
3954
 
3993
3955
 
3994
-
3995
3956
  var _GetDomainNamesCommand = class _GetDomainNamesCommand extends import_smithy_client.Command.classBuilder().ep({
3996
3957
  ...commonParams
3997
3958
  }).m(function(Command, cs, config, o) {
@@ -4008,7 +3969,6 @@ var GetDomainNamesCommand = _GetDomainNamesCommand;
4008
3969
 
4009
3970
 
4010
3971
 
4011
-
4012
3972
  var _GetIntegrationCommand = class _GetIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
4013
3973
  ...commonParams
4014
3974
  }).m(function(Command, cs, config, o) {
@@ -4025,7 +3985,6 @@ var GetIntegrationCommand = _GetIntegrationCommand;
4025
3985
 
4026
3986
 
4027
3987
 
4028
-
4029
3988
  var _GetIntegrationResponseCommand = class _GetIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep({
4030
3989
  ...commonParams
4031
3990
  }).m(function(Command, cs, config, o) {
@@ -4042,7 +4001,6 @@ var GetIntegrationResponseCommand = _GetIntegrationResponseCommand;
4042
4001
 
4043
4002
 
4044
4003
 
4045
-
4046
4004
  var _GetIntegrationResponsesCommand = class _GetIntegrationResponsesCommand extends import_smithy_client.Command.classBuilder().ep({
4047
4005
  ...commonParams
4048
4006
  }).m(function(Command, cs, config, o) {
@@ -4059,7 +4017,6 @@ var GetIntegrationResponsesCommand = _GetIntegrationResponsesCommand;
4059
4017
 
4060
4018
 
4061
4019
 
4062
-
4063
4020
  var _GetIntegrationsCommand = class _GetIntegrationsCommand extends import_smithy_client.Command.classBuilder().ep({
4064
4021
  ...commonParams
4065
4022
  }).m(function(Command, cs, config, o) {
@@ -4076,7 +4033,6 @@ var GetIntegrationsCommand = _GetIntegrationsCommand;
4076
4033
 
4077
4034
 
4078
4035
 
4079
-
4080
4036
  var _GetModelCommand = class _GetModelCommand extends import_smithy_client.Command.classBuilder().ep({
4081
4037
  ...commonParams
4082
4038
  }).m(function(Command, cs, config, o) {
@@ -4093,7 +4049,6 @@ var GetModelCommand = _GetModelCommand;
4093
4049
 
4094
4050
 
4095
4051
 
4096
-
4097
4052
  var _GetModelsCommand = class _GetModelsCommand extends import_smithy_client.Command.classBuilder().ep({
4098
4053
  ...commonParams
4099
4054
  }).m(function(Command, cs, config, o) {
@@ -4110,7 +4065,6 @@ var GetModelsCommand = _GetModelsCommand;
4110
4065
 
4111
4066
 
4112
4067
 
4113
-
4114
4068
  var _GetModelTemplateCommand = class _GetModelTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
4115
4069
  ...commonParams
4116
4070
  }).m(function(Command, cs, config, o) {
@@ -4127,7 +4081,6 @@ var GetModelTemplateCommand = _GetModelTemplateCommand;
4127
4081
 
4128
4082
 
4129
4083
 
4130
-
4131
4084
  var _GetRouteCommand = class _GetRouteCommand extends import_smithy_client.Command.classBuilder().ep({
4132
4085
  ...commonParams
4133
4086
  }).m(function(Command, cs, config, o) {
@@ -4144,7 +4097,6 @@ var GetRouteCommand = _GetRouteCommand;
4144
4097
 
4145
4098
 
4146
4099
 
4147
-
4148
4100
  var _GetRouteResponseCommand = class _GetRouteResponseCommand extends import_smithy_client.Command.classBuilder().ep({
4149
4101
  ...commonParams
4150
4102
  }).m(function(Command, cs, config, o) {
@@ -4161,7 +4113,6 @@ var GetRouteResponseCommand = _GetRouteResponseCommand;
4161
4113
 
4162
4114
 
4163
4115
 
4164
-
4165
4116
  var _GetRouteResponsesCommand = class _GetRouteResponsesCommand extends import_smithy_client.Command.classBuilder().ep({
4166
4117
  ...commonParams
4167
4118
  }).m(function(Command, cs, config, o) {
@@ -4178,7 +4129,6 @@ var GetRouteResponsesCommand = _GetRouteResponsesCommand;
4178
4129
 
4179
4130
 
4180
4131
 
4181
-
4182
4132
  var _GetRoutesCommand = class _GetRoutesCommand extends import_smithy_client.Command.classBuilder().ep({
4183
4133
  ...commonParams
4184
4134
  }).m(function(Command, cs, config, o) {
@@ -4195,7 +4145,6 @@ var GetRoutesCommand = _GetRoutesCommand;
4195
4145
 
4196
4146
 
4197
4147
 
4198
-
4199
4148
  var _GetStageCommand = class _GetStageCommand extends import_smithy_client.Command.classBuilder().ep({
4200
4149
  ...commonParams
4201
4150
  }).m(function(Command, cs, config, o) {
@@ -4212,7 +4161,6 @@ var GetStageCommand = _GetStageCommand;
4212
4161
 
4213
4162
 
4214
4163
 
4215
-
4216
4164
  var _GetStagesCommand = class _GetStagesCommand extends import_smithy_client.Command.classBuilder().ep({
4217
4165
  ...commonParams
4218
4166
  }).m(function(Command, cs, config, o) {
@@ -4229,7 +4177,6 @@ var GetStagesCommand = _GetStagesCommand;
4229
4177
 
4230
4178
 
4231
4179
 
4232
-
4233
4180
  var _GetTagsCommand = class _GetTagsCommand extends import_smithy_client.Command.classBuilder().ep({
4234
4181
  ...commonParams
4235
4182
  }).m(function(Command, cs, config, o) {
@@ -4246,7 +4193,6 @@ var GetTagsCommand = _GetTagsCommand;
4246
4193
 
4247
4194
 
4248
4195
 
4249
-
4250
4196
  var _GetVpcLinkCommand = class _GetVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep({
4251
4197
  ...commonParams
4252
4198
  }).m(function(Command, cs, config, o) {
@@ -4263,7 +4209,6 @@ var GetVpcLinkCommand = _GetVpcLinkCommand;
4263
4209
 
4264
4210
 
4265
4211
 
4266
-
4267
4212
  var _GetVpcLinksCommand = class _GetVpcLinksCommand extends import_smithy_client.Command.classBuilder().ep({
4268
4213
  ...commonParams
4269
4214
  }).m(function(Command, cs, config, o) {
@@ -4280,7 +4225,6 @@ var GetVpcLinksCommand = _GetVpcLinksCommand;
4280
4225
 
4281
4226
 
4282
4227
 
4283
-
4284
4228
  var _ImportApiCommand = class _ImportApiCommand extends import_smithy_client.Command.classBuilder().ep({
4285
4229
  ...commonParams
4286
4230
  }).m(function(Command, cs, config, o) {
@@ -4297,7 +4241,6 @@ var ImportApiCommand = _ImportApiCommand;
4297
4241
 
4298
4242
 
4299
4243
 
4300
-
4301
4244
  var _ReimportApiCommand = class _ReimportApiCommand extends import_smithy_client.Command.classBuilder().ep({
4302
4245
  ...commonParams
4303
4246
  }).m(function(Command, cs, config, o) {
@@ -4314,7 +4257,6 @@ var ReimportApiCommand = _ReimportApiCommand;
4314
4257
 
4315
4258
 
4316
4259
 
4317
-
4318
4260
  var _ResetAuthorizersCacheCommand = class _ResetAuthorizersCacheCommand extends import_smithy_client.Command.classBuilder().ep({
4319
4261
  ...commonParams
4320
4262
  }).m(function(Command, cs, config, o) {
@@ -4331,7 +4273,6 @@ var ResetAuthorizersCacheCommand = _ResetAuthorizersCacheCommand;
4331
4273
 
4332
4274
 
4333
4275
 
4334
-
4335
4276
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4336
4277
  ...commonParams
4337
4278
  }).m(function(Command, cs, config, o) {
@@ -4348,7 +4289,6 @@ var TagResourceCommand = _TagResourceCommand;
4348
4289
 
4349
4290
 
4350
4291
 
4351
-
4352
4292
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4353
4293
  ...commonParams
4354
4294
  }).m(function(Command, cs, config, o) {
@@ -4365,7 +4305,6 @@ var UntagResourceCommand = _UntagResourceCommand;
4365
4305
 
4366
4306
 
4367
4307
 
4368
-
4369
4308
  var _UpdateApiCommand = class _UpdateApiCommand extends import_smithy_client.Command.classBuilder().ep({
4370
4309
  ...commonParams
4371
4310
  }).m(function(Command, cs, config, o) {
@@ -4382,7 +4321,6 @@ var UpdateApiCommand = _UpdateApiCommand;
4382
4321
 
4383
4322
 
4384
4323
 
4385
-
4386
4324
  var _UpdateApiMappingCommand = class _UpdateApiMappingCommand extends import_smithy_client.Command.classBuilder().ep({
4387
4325
  ...commonParams
4388
4326
  }).m(function(Command, cs, config, o) {
@@ -4399,7 +4337,6 @@ var UpdateApiMappingCommand = _UpdateApiMappingCommand;
4399
4337
 
4400
4338
 
4401
4339
 
4402
-
4403
4340
  var _UpdateAuthorizerCommand = class _UpdateAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep({
4404
4341
  ...commonParams
4405
4342
  }).m(function(Command, cs, config, o) {
@@ -4416,7 +4353,6 @@ var UpdateAuthorizerCommand = _UpdateAuthorizerCommand;
4416
4353
 
4417
4354
 
4418
4355
 
4419
-
4420
4356
  var _UpdateDeploymentCommand = class _UpdateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
4421
4357
  ...commonParams
4422
4358
  }).m(function(Command, cs, config, o) {
@@ -4433,7 +4369,6 @@ var UpdateDeploymentCommand = _UpdateDeploymentCommand;
4433
4369
 
4434
4370
 
4435
4371
 
4436
-
4437
4372
  var _UpdateDomainNameCommand = class _UpdateDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
4438
4373
  ...commonParams
4439
4374
  }).m(function(Command, cs, config, o) {
@@ -4450,7 +4385,6 @@ var UpdateDomainNameCommand = _UpdateDomainNameCommand;
4450
4385
 
4451
4386
 
4452
4387
 
4453
-
4454
4388
  var _UpdateIntegrationCommand = class _UpdateIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
4455
4389
  ...commonParams
4456
4390
  }).m(function(Command, cs, config, o) {
@@ -4467,7 +4401,6 @@ var UpdateIntegrationCommand = _UpdateIntegrationCommand;
4467
4401
 
4468
4402
 
4469
4403
 
4470
-
4471
4404
  var _UpdateIntegrationResponseCommand = class _UpdateIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep({
4472
4405
  ...commonParams
4473
4406
  }).m(function(Command, cs, config, o) {
@@ -4484,7 +4417,6 @@ var UpdateIntegrationResponseCommand = _UpdateIntegrationResponseCommand;
4484
4417
 
4485
4418
 
4486
4419
 
4487
-
4488
4420
  var _UpdateModelCommand = class _UpdateModelCommand extends import_smithy_client.Command.classBuilder().ep({
4489
4421
  ...commonParams
4490
4422
  }).m(function(Command, cs, config, o) {
@@ -4501,7 +4433,6 @@ var UpdateModelCommand = _UpdateModelCommand;
4501
4433
 
4502
4434
 
4503
4435
 
4504
-
4505
4436
  var _UpdateRouteCommand = class _UpdateRouteCommand extends import_smithy_client.Command.classBuilder().ep({
4506
4437
  ...commonParams
4507
4438
  }).m(function(Command, cs, config, o) {
@@ -4518,7 +4449,6 @@ var UpdateRouteCommand = _UpdateRouteCommand;
4518
4449
 
4519
4450
 
4520
4451
 
4521
-
4522
4452
  var _UpdateRouteResponseCommand = class _UpdateRouteResponseCommand extends import_smithy_client.Command.classBuilder().ep({
4523
4453
  ...commonParams
4524
4454
  }).m(function(Command, cs, config, o) {
@@ -4535,7 +4465,6 @@ var UpdateRouteResponseCommand = _UpdateRouteResponseCommand;
4535
4465
 
4536
4466
 
4537
4467
 
4538
-
4539
4468
  var _UpdateStageCommand = class _UpdateStageCommand extends import_smithy_client.Command.classBuilder().ep({
4540
4469
  ...commonParams
4541
4470
  }).m(function(Command, cs, config, o) {
@@ -4552,7 +4481,6 @@ var UpdateStageCommand = _UpdateStageCommand;
4552
4481
 
4553
4482
 
4554
4483
 
4555
-
4556
4484
  var _UpdateVpcLinkCommand = class _UpdateVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep({
4557
4485
  ...commonParams
4558
4486
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { CreateApiRequest, CreateApiResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateApiMappingRequest, CreateApiMappingResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateAuthorizerRequest, CreateAuthorizerResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateDomainNameRequest, CreateDomainNameResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateIntegrationRequest, CreateIntegrationResult } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateIntegrationResponseRequest, CreateIntegrationResponseResponse } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateModelRequest, CreateModelResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateRouteRequest, CreateRouteResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateRouteResponseRequest, CreateRouteResponseResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateStageRequest, CreateStageResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateVpcLinkRequest, CreateVpcLinkResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteAccessLogSettingsRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *