@aws-sdk/client-apigatewayv2 3.1087.0 → 3.1088.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/ApiGatewayV2.d.ts +340 -456
  3. package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +35 -132
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +7 -5
  8. package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +4 -9
  9. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +5 -11
  13. package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +3 -5
  15. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +3 -5
  16. package/dist-types/ts3.4/commands/CreatePortalProductCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/CreateProductPageCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/CreateProductRestEndpointPageCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/CreateRoutingRuleCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +4 -6
  25. package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +6 -2
  26. package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +2 -2
  27. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +2 -2
  28. package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +2 -2
  30. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +2 -2
  31. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +3 -4
  32. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +2 -2
  34. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +2 -2
  35. package/dist-types/ts3.4/commands/DeletePortalProductCommand.d.ts +3 -4
  36. package/dist-types/ts3.4/commands/DeletePortalProductSharingPolicyCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/DeleteProductPageCommand.d.ts +3 -4
  38. package/dist-types/ts3.4/commands/DeleteProductRestEndpointPageCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +2 -2
  40. package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +3 -4
  42. package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +3 -4
  43. package/dist-types/ts3.4/commands/DeleteRoutingRuleCommand.d.ts +3 -4
  44. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +2 -2
  45. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/DisablePortalCommand.d.ts +2 -2
  47. package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +7 -5
  48. package/dist-types/ts3.4/commands/GetApiCommand.d.ts +6 -2
  49. package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +4 -9
  51. package/dist-types/ts3.4/commands/GetApisCommand.d.ts +4 -4
  52. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +4 -9
  56. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +4 -9
  57. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +3 -8
  58. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +4 -9
  62. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +7 -5
  63. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +4 -9
  64. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +7 -5
  65. package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +7 -5
  66. package/dist-types/ts3.4/commands/GetPortalProductCommand.d.ts +4 -9
  67. package/dist-types/ts3.4/commands/GetPortalProductSharingPolicyCommand.d.ts +4 -6
  68. package/dist-types/ts3.4/commands/GetProductPageCommand.d.ts +4 -9
  69. package/dist-types/ts3.4/commands/GetProductRestEndpointPageCommand.d.ts +4 -6
  70. package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +7 -5
  71. package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +4 -9
  72. package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +7 -5
  74. package/dist-types/ts3.4/commands/GetRoutingRuleCommand.d.ts +4 -9
  75. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +7 -5
  76. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +7 -5
  77. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +7 -5
  78. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +3 -5
  79. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +2 -4
  80. package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +7 -5
  81. package/dist-types/ts3.4/commands/ListPortalProductsCommand.d.ts +4 -9
  82. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +2 -4
  83. package/dist-types/ts3.4/commands/ListProductPagesCommand.d.ts +4 -9
  84. package/dist-types/ts3.4/commands/ListProductRestEndpointPagesCommand.d.ts +4 -6
  85. package/dist-types/ts3.4/commands/ListRoutingRulesCommand.d.ts +4 -9
  86. package/dist-types/ts3.4/commands/PreviewPortalCommand.d.ts +4 -9
  87. package/dist-types/ts3.4/commands/PublishPortalCommand.d.ts +4 -9
  88. package/dist-types/ts3.4/commands/PutPortalProductSharingPolicyCommand.d.ts +4 -6
  89. package/dist-types/ts3.4/commands/PutRoutingRuleCommand.d.ts +4 -9
  90. package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +3 -5
  91. package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +3 -4
  92. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  93. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  94. package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +7 -5
  95. package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +4 -9
  96. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +4 -9
  97. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +4 -9
  98. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +4 -9
  99. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +5 -11
  100. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +4 -6
  101. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +3 -5
  102. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +3 -5
  103. package/dist-types/ts3.4/commands/UpdatePortalProductCommand.d.ts +5 -10
  104. package/dist-types/ts3.4/commands/UpdateProductPageCommand.d.ts +5 -10
  105. package/dist-types/ts3.4/commands/UpdateProductRestEndpointPageCommand.d.ts +4 -6
  106. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +3 -5
  107. package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +5 -10
  108. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +3 -5
  109. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +4 -9
  110. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  111. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  112. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  113. package/dist-types/ts3.4/models/enums.d.ts +9 -18
  114. package/dist-types/ts3.4/models/errors.d.ts +3 -9
  115. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  116. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  117. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  118. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  119. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  120. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  121. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  122. package/package.json +38 -38
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateModelRequest, CreateModelResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateModelCommandInput extends CreateModelRequest {}
5
- export interface CreateModelCommandOutput
6
- extends CreateModelResponse,
7
- __MetadataBearer {}
5
+ export interface CreateModelCommandOutput extends CreateModelResponse, __MetadataBearer {}
8
6
  declare const CreateModelCommand_base: {
9
7
  new (
10
- input: CreateModelCommandInput
8
+ input: CreateModelCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateModelCommandInput,
13
11
  CreateModelCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateModelCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateModelCommandInput
17
+ input: CreateModelCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateModelCommandInput,
22
20
  CreateModelCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreatePortalRequest, CreatePortalResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreatePortalCommandInput extends CreatePortalRequest {}
5
- export interface CreatePortalCommandOutput
6
- extends CreatePortalResponse,
7
- __MetadataBearer {}
5
+ export interface CreatePortalCommandOutput extends CreatePortalResponse, __MetadataBearer {}
8
6
  declare const CreatePortalCommand_base: {
9
7
  new (
10
- input: CreatePortalCommandInput
8
+ input: CreatePortalCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreatePortalCommandInput,
13
11
  CreatePortalCommandOutput,
@@ -16,7 +14,7 @@ declare const CreatePortalCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreatePortalCommandInput
17
+ input: CreatePortalCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreatePortalCommandInput,
22
20
  CreatePortalCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreatePortalProductRequest,
4
- CreatePortalProductResponse,
5
- } from "../models/models_0";
2
+ import { CreatePortalProductRequest, CreatePortalProductResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreatePortalProductCommandInput
8
- extends CreatePortalProductRequest {}
4
+ export interface CreatePortalProductCommandInput extends CreatePortalProductRequest {}
9
5
  export interface CreatePortalProductCommandOutput
10
- extends CreatePortalProductResponse,
11
- __MetadataBearer {}
6
+ extends CreatePortalProductResponse, __MetadataBearer {}
12
7
  declare const CreatePortalProductCommand_base: {
13
8
  new (
14
- input: CreatePortalProductCommandInput
9
+ input: CreatePortalProductCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreatePortalProductCommandInput,
17
12
  CreatePortalProductCommandOutput,
@@ -20,7 +15,7 @@ declare const CreatePortalProductCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreatePortalProductCommandInput
18
+ input: CreatePortalProductCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreatePortalProductCommandInput,
26
21
  CreatePortalProductCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateProductPageRequest,
4
- CreateProductPageResponse,
5
- } from "../models/models_0";
2
+ import { CreateProductPageRequest, CreateProductPageResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateProductPageCommandInput
8
- extends CreateProductPageRequest {}
4
+ export interface CreateProductPageCommandInput extends CreateProductPageRequest {}
9
5
  export interface CreateProductPageCommandOutput
10
- extends CreateProductPageResponse,
11
- __MetadataBearer {}
6
+ extends CreateProductPageResponse, __MetadataBearer {}
12
7
  declare const CreateProductPageCommand_base: {
13
8
  new (
14
- input: CreateProductPageCommandInput
9
+ input: CreateProductPageCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateProductPageCommandInput,
17
12
  CreateProductPageCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateProductPageCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateProductPageCommandInput
18
+ input: CreateProductPageCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateProductPageCommandInput,
26
21
  CreateProductPageCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateProductRestEndpointPageResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateProductRestEndpointPageCommandInput
8
- extends CreateProductRestEndpointPageRequest {}
7
+ export interface CreateProductRestEndpointPageCommandInput extends CreateProductRestEndpointPageRequest {}
9
8
  export interface CreateProductRestEndpointPageCommandOutput
10
- extends CreateProductRestEndpointPageResponse,
11
- __MetadataBearer {}
9
+ extends CreateProductRestEndpointPageResponse, __MetadataBearer {}
12
10
  declare const CreateProductRestEndpointPageCommand_base: {
13
11
  new (
14
- input: CreateProductRestEndpointPageCommandInput
12
+ input: CreateProductRestEndpointPageCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateProductRestEndpointPageCommandInput,
17
15
  CreateProductRestEndpointPageCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateProductRestEndpointPageCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateProductRestEndpointPageCommandInput
21
+ input: CreateProductRestEndpointPageCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateProductRestEndpointPageCommandInput,
26
24
  CreateProductRestEndpointPageCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateRouteRequest, CreateRouteResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateRouteCommandInput extends CreateRouteRequest {}
5
- export interface CreateRouteCommandOutput
6
- extends CreateRouteResult,
7
- __MetadataBearer {}
5
+ export interface CreateRouteCommandOutput extends CreateRouteResult, __MetadataBearer {}
8
6
  declare const CreateRouteCommand_base: {
9
7
  new (
10
- input: CreateRouteCommandInput
8
+ input: CreateRouteCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateRouteCommandInput,
13
11
  CreateRouteCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateRouteCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateRouteCommandInput
17
+ input: CreateRouteCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateRouteCommandInput,
22
20
  CreateRouteCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateRouteResponseRequest,
4
- CreateRouteResponseResponse,
5
- } from "../models/models_0";
2
+ import { CreateRouteResponseRequest, CreateRouteResponseResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateRouteResponseCommandInput
8
- extends CreateRouteResponseRequest {}
4
+ export interface CreateRouteResponseCommandInput extends CreateRouteResponseRequest {}
9
5
  export interface CreateRouteResponseCommandOutput
10
- extends CreateRouteResponseResponse,
11
- __MetadataBearer {}
6
+ extends CreateRouteResponseResponse, __MetadataBearer {}
12
7
  declare const CreateRouteResponseCommand_base: {
13
8
  new (
14
- input: CreateRouteResponseCommandInput
9
+ input: CreateRouteResponseCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateRouteResponseCommandInput,
17
12
  CreateRouteResponseCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateRouteResponseCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateRouteResponseCommandInput
18
+ input: CreateRouteResponseCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateRouteResponseCommandInput,
26
21
  CreateRouteResponseCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateRoutingRuleRequest,
4
- CreateRoutingRuleResponse,
5
- } from "../models/models_0";
2
+ import { CreateRoutingRuleRequest, CreateRoutingRuleResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateRoutingRuleCommandInput
8
- extends CreateRoutingRuleRequest {}
4
+ export interface CreateRoutingRuleCommandInput extends CreateRoutingRuleRequest {}
9
5
  export interface CreateRoutingRuleCommandOutput
10
- extends CreateRoutingRuleResponse,
11
- __MetadataBearer {}
6
+ extends CreateRoutingRuleResponse, __MetadataBearer {}
12
7
  declare const CreateRoutingRuleCommand_base: {
13
8
  new (
14
- input: CreateRoutingRuleCommandInput
9
+ input: CreateRoutingRuleCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateRoutingRuleCommandInput,
17
12
  CreateRoutingRuleCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateRoutingRuleCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateRoutingRuleCommandInput
18
+ input: CreateRoutingRuleCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateRoutingRuleCommandInput,
26
21
  CreateRoutingRuleCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateStageRequest, CreateStageResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateStageCommandInput extends CreateStageRequest {}
5
- export interface CreateStageCommandOutput
6
- extends CreateStageResponse,
7
- __MetadataBearer {}
5
+ export interface CreateStageCommandOutput extends CreateStageResponse, __MetadataBearer {}
8
6
  declare const CreateStageCommand_base: {
9
7
  new (
10
- input: CreateStageCommandInput
8
+ input: CreateStageCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateStageCommandInput,
13
11
  CreateStageCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateStageCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateStageCommandInput
17
+ input: CreateStageCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateStageCommandInput,
22
20
  CreateStageCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateVpcLinkRequest,
4
- CreateVpcLinkResponse,
5
- } from "../models/models_0";
2
+ import { CreateVpcLinkRequest, CreateVpcLinkResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateVpcLinkCommandInput extends CreateVpcLinkRequest {}
8
- export interface CreateVpcLinkCommandOutput
9
- extends CreateVpcLinkResponse,
10
- __MetadataBearer {}
5
+ export interface CreateVpcLinkCommandOutput extends CreateVpcLinkResponse, __MetadataBearer {}
11
6
  declare const CreateVpcLinkCommand_base: {
12
7
  new (
13
- input: CreateVpcLinkCommandInput
8
+ input: CreateVpcLinkCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateVpcLinkCommandInput,
16
11
  CreateVpcLinkCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateVpcLinkCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateVpcLinkCommandInput
17
+ input: CreateVpcLinkCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateVpcLinkCommandInput,
25
20
  CreateVpcLinkCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteAccessLogSettingsRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteAccessLogSettingsCommandInput
5
- extends DeleteAccessLogSettingsRequest {}
6
- export interface DeleteAccessLogSettingsCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteAccessLogSettingsCommandInput extends DeleteAccessLogSettingsRequest {}
5
+ export interface DeleteAccessLogSettingsCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteAccessLogSettingsCommand_base: {
9
7
  new (
10
- input: DeleteAccessLogSettingsCommandInput
8
+ input: DeleteAccessLogSettingsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteAccessLogSettingsCommandInput,
13
11
  DeleteAccessLogSettingsCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteAccessLogSettingsCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteAccessLogSettingsCommandInput
17
+ input: DeleteAccessLogSettingsCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteAccessLogSettingsCommandInput,
22
20
  DeleteAccessLogSettingsCommandOutput,
@@ -4,14 +4,18 @@ export { __MetadataBearer };
4
4
  export interface DeleteApiCommandInput extends DeleteApiRequest {}
5
5
  export interface DeleteApiCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteApiCommand_base: {
7
- new (input: DeleteApiCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: DeleteApiCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
8
10
  DeleteApiCommandInput,
9
11
  DeleteApiCommandOutput,
10
12
  import("..").ApiGatewayV2ClientResolvedConfig,
11
13
  import("..").ServiceInputTypes,
12
14
  import("..").ServiceOutputTypes
13
15
  >;
14
- new (input: DeleteApiCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: DeleteApiCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
15
19
  DeleteApiCommandInput,
16
20
  DeleteApiCommandOutput,
17
21
  import("..").ApiGatewayV2ClientResolvedConfig,
@@ -5,7 +5,7 @@ export interface DeleteApiMappingCommandInput extends DeleteApiMappingRequest {}
5
5
  export interface DeleteApiMappingCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteApiMappingCommand_base: {
7
7
  new (
8
- input: DeleteApiMappingCommandInput
8
+ input: DeleteApiMappingCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteApiMappingCommandInput,
11
11
  DeleteApiMappingCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteApiMappingCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteApiMappingCommandInput
17
+ input: DeleteApiMappingCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteApiMappingCommandInput,
20
20
  DeleteApiMappingCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteAuthorizerCommandInput extends DeleteAuthorizerRequest {}
5
5
  export interface DeleteAuthorizerCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteAuthorizerCommand_base: {
7
7
  new (
8
- input: DeleteAuthorizerCommandInput
8
+ input: DeleteAuthorizerCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteAuthorizerCommandInput,
11
11
  DeleteAuthorizerCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteAuthorizerCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteAuthorizerCommandInput
17
+ input: DeleteAuthorizerCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteAuthorizerCommandInput,
20
20
  DeleteAuthorizerCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteCorsConfigurationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteCorsConfigurationCommandInput
5
- extends DeleteCorsConfigurationRequest {}
6
- export interface DeleteCorsConfigurationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteCorsConfigurationCommandInput extends DeleteCorsConfigurationRequest {}
5
+ export interface DeleteCorsConfigurationCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteCorsConfigurationCommand_base: {
9
7
  new (
10
- input: DeleteCorsConfigurationCommandInput
8
+ input: DeleteCorsConfigurationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteCorsConfigurationCommandInput,
13
11
  DeleteCorsConfigurationCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteCorsConfigurationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteCorsConfigurationCommandInput
17
+ input: DeleteCorsConfigurationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteCorsConfigurationCommandInput,
22
20
  DeleteCorsConfigurationCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteDeploymentCommandInput extends DeleteDeploymentRequest {}
5
5
  export interface DeleteDeploymentCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteDeploymentCommand_base: {
7
7
  new (
8
- input: DeleteDeploymentCommandInput
8
+ input: DeleteDeploymentCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteDeploymentCommandInput,
11
11
  DeleteDeploymentCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteDeploymentCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteDeploymentCommandInput
17
+ input: DeleteDeploymentCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteDeploymentCommandInput,
20
20
  DeleteDeploymentCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteDomainNameCommandInput extends DeleteDomainNameRequest {}
5
5
  export interface DeleteDomainNameCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteDomainNameCommand_base: {
7
7
  new (
8
- input: DeleteDomainNameCommandInput
8
+ input: DeleteDomainNameCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteDomainNameCommandInput,
11
11
  DeleteDomainNameCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteDomainNameCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteDomainNameCommandInput
17
+ input: DeleteDomainNameCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteDomainNameCommandInput,
20
20
  DeleteDomainNameCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteIntegrationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteIntegrationCommandInput
5
- extends DeleteIntegrationRequest {}
4
+ export interface DeleteIntegrationCommandInput extends DeleteIntegrationRequest {}
6
5
  export interface DeleteIntegrationCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteIntegrationCommand_base: {
8
7
  new (
9
- input: DeleteIntegrationCommandInput
8
+ input: DeleteIntegrationCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteIntegrationCommandInput,
12
11
  DeleteIntegrationCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteIntegrationCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteIntegrationCommandInput
17
+ input: DeleteIntegrationCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteIntegrationCommandInput,
21
20
  DeleteIntegrationCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteIntegrationResponseRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteIntegrationResponseCommandInput
5
- extends DeleteIntegrationResponseRequest {}
6
- export interface DeleteIntegrationResponseCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteIntegrationResponseCommandInput extends DeleteIntegrationResponseRequest {}
5
+ export interface DeleteIntegrationResponseCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteIntegrationResponseCommand_base: {
9
7
  new (
10
- input: DeleteIntegrationResponseCommandInput
8
+ input: DeleteIntegrationResponseCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteIntegrationResponseCommandInput,
13
11
  DeleteIntegrationResponseCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteIntegrationResponseCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteIntegrationResponseCommandInput
17
+ input: DeleteIntegrationResponseCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteIntegrationResponseCommandInput,
22
20
  DeleteIntegrationResponseCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteModelCommandInput extends DeleteModelRequest {}
5
5
  export interface DeleteModelCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteModelCommand_base: {
7
7
  new (
8
- input: DeleteModelCommandInput
8
+ input: DeleteModelCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteModelCommandInput,
11
11
  DeleteModelCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteModelCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteModelCommandInput
17
+ input: DeleteModelCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteModelCommandInput,
20
20
  DeleteModelCommandOutput,
@@ -5,7 +5,7 @@ export interface DeletePortalCommandInput extends DeletePortalRequest {}
5
5
  export interface DeletePortalCommandOutput extends __MetadataBearer {}
6
6
  declare const DeletePortalCommand_base: {
7
7
  new (
8
- input: DeletePortalCommandInput
8
+ input: DeletePortalCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeletePortalCommandInput,
11
11
  DeletePortalCommandOutput,
@@ -14,7 +14,7 @@ declare const DeletePortalCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeletePortalCommandInput
17
+ input: DeletePortalCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeletePortalCommandInput,
20
20
  DeletePortalCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeletePortalProductRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeletePortalProductCommandInput
5
- extends DeletePortalProductRequest {}
4
+ export interface DeletePortalProductCommandInput extends DeletePortalProductRequest {}
6
5
  export interface DeletePortalProductCommandOutput extends __MetadataBearer {}
7
6
  declare const DeletePortalProductCommand_base: {
8
7
  new (
9
- input: DeletePortalProductCommandInput
8
+ input: DeletePortalProductCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeletePortalProductCommandInput,
12
11
  DeletePortalProductCommandOutput,
@@ -15,7 +14,7 @@ declare const DeletePortalProductCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeletePortalProductCommandInput
17
+ input: DeletePortalProductCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeletePortalProductCommandInput,
21
20
  DeletePortalProductCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeletePortalProductSharingPolicyRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeletePortalProductSharingPolicyCommandInput
5
- extends DeletePortalProductSharingPolicyRequest {}
6
- export interface DeletePortalProductSharingPolicyCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeletePortalProductSharingPolicyCommandInput extends DeletePortalProductSharingPolicyRequest {}
5
+ export interface DeletePortalProductSharingPolicyCommandOutput extends __MetadataBearer {}
8
6
  declare const DeletePortalProductSharingPolicyCommand_base: {
9
7
  new (
10
- input: DeletePortalProductSharingPolicyCommandInput
8
+ input: DeletePortalProductSharingPolicyCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeletePortalProductSharingPolicyCommandInput,
13
11
  DeletePortalProductSharingPolicyCommandOutput,
@@ -16,7 +14,7 @@ declare const DeletePortalProductSharingPolicyCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeletePortalProductSharingPolicyCommandInput
17
+ input: DeletePortalProductSharingPolicyCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeletePortalProductSharingPolicyCommandInput,
22
20
  DeletePortalProductSharingPolicyCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteProductPageRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteProductPageCommandInput
5
- extends DeleteProductPageRequest {}
4
+ export interface DeleteProductPageCommandInput extends DeleteProductPageRequest {}
6
5
  export interface DeleteProductPageCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteProductPageCommand_base: {
8
7
  new (
9
- input: DeleteProductPageCommandInput
8
+ input: DeleteProductPageCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteProductPageCommandInput,
12
11
  DeleteProductPageCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteProductPageCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteProductPageCommandInput
17
+ input: DeleteProductPageCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteProductPageCommandInput,
21
20
  DeleteProductPageCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteProductRestEndpointPageRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteProductRestEndpointPageCommandInput
5
- extends DeleteProductRestEndpointPageRequest {}
6
- export interface DeleteProductRestEndpointPageCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteProductRestEndpointPageCommandInput extends DeleteProductRestEndpointPageRequest {}
5
+ export interface DeleteProductRestEndpointPageCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteProductRestEndpointPageCommand_base: {
9
7
  new (
10
- input: DeleteProductRestEndpointPageCommandInput
8
+ input: DeleteProductRestEndpointPageCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteProductRestEndpointPageCommandInput,
13
11
  DeleteProductRestEndpointPageCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteProductRestEndpointPageCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteProductRestEndpointPageCommandInput
17
+ input: DeleteProductRestEndpointPageCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteProductRestEndpointPageCommandInput,
22
20
  DeleteProductRestEndpointPageCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteRouteCommandInput extends DeleteRouteRequest {}
5
5
  export interface DeleteRouteCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteRouteCommand_base: {
7
7
  new (
8
- input: DeleteRouteCommandInput
8
+ input: DeleteRouteCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteRouteCommandInput,
11
11
  DeleteRouteCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteRouteCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteRouteCommandInput
17
+ input: DeleteRouteCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteRouteCommandInput,
20
20
  DeleteRouteCommandOutput,