@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
@@ -4,14 +4,12 @@ import {
4
4
  PutPortalProductSharingPolicyResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface PutPortalProductSharingPolicyCommandInput
8
- extends PutPortalProductSharingPolicyRequest {}
7
+ export interface PutPortalProductSharingPolicyCommandInput extends PutPortalProductSharingPolicyRequest {}
9
8
  export interface PutPortalProductSharingPolicyCommandOutput
10
- extends PutPortalProductSharingPolicyResponse,
11
- __MetadataBearer {}
9
+ extends PutPortalProductSharingPolicyResponse, __MetadataBearer {}
12
10
  declare const PutPortalProductSharingPolicyCommand_base: {
13
11
  new (
14
- input: PutPortalProductSharingPolicyCommandInput
12
+ input: PutPortalProductSharingPolicyCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  PutPortalProductSharingPolicyCommandInput,
17
15
  PutPortalProductSharingPolicyCommandOutput,
@@ -20,7 +18,7 @@ declare const PutPortalProductSharingPolicyCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: PutPortalProductSharingPolicyCommandInput
21
+ input: PutPortalProductSharingPolicyCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  PutPortalProductSharingPolicyCommandInput,
26
24
  PutPortalProductSharingPolicyCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- PutRoutingRuleRequest,
4
- PutRoutingRuleResponse,
5
- } from "../models/models_0";
2
+ import { PutRoutingRuleRequest, PutRoutingRuleResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface PutRoutingRuleCommandInput extends PutRoutingRuleRequest {}
8
- export interface PutRoutingRuleCommandOutput
9
- extends PutRoutingRuleResponse,
10
- __MetadataBearer {}
5
+ export interface PutRoutingRuleCommandOutput extends PutRoutingRuleResponse, __MetadataBearer {}
11
6
  declare const PutRoutingRuleCommand_base: {
12
7
  new (
13
- input: PutRoutingRuleCommandInput
8
+ input: PutRoutingRuleCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  PutRoutingRuleCommandInput,
16
11
  PutRoutingRuleCommandOutput,
@@ -19,7 +14,7 @@ declare const PutRoutingRuleCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: PutRoutingRuleCommandInput
17
+ input: PutRoutingRuleCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  PutRoutingRuleCommandInput,
25
20
  PutRoutingRuleCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ReimportApiRequest, ReimportApiResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ReimportApiCommandInput extends ReimportApiRequest {}
5
- export interface ReimportApiCommandOutput
6
- extends ReimportApiResponse,
7
- __MetadataBearer {}
5
+ export interface ReimportApiCommandOutput extends ReimportApiResponse, __MetadataBearer {}
8
6
  declare const ReimportApiCommand_base: {
9
7
  new (
10
- input: ReimportApiCommandInput
8
+ input: ReimportApiCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ReimportApiCommandInput,
13
11
  ReimportApiCommandOutput,
@@ -16,7 +14,7 @@ declare const ReimportApiCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: ReimportApiCommandInput
17
+ input: ReimportApiCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  ReimportApiCommandInput,
22
20
  ReimportApiCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ResetAuthorizersCacheRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface ResetAuthorizersCacheCommandInput
5
- extends ResetAuthorizersCacheRequest {}
4
+ export interface ResetAuthorizersCacheCommandInput extends ResetAuthorizersCacheRequest {}
6
5
  export interface ResetAuthorizersCacheCommandOutput extends __MetadataBearer {}
7
6
  declare const ResetAuthorizersCacheCommand_base: {
8
7
  new (
9
- input: ResetAuthorizersCacheCommandInput
8
+ input: ResetAuthorizersCacheCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  ResetAuthorizersCacheCommandInput,
12
11
  ResetAuthorizersCacheCommandOutput,
@@ -15,7 +14,7 @@ declare const ResetAuthorizersCacheCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: ResetAuthorizersCacheCommandInput
17
+ input: ResetAuthorizersCacheCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  ResetAuthorizersCacheCommandInput,
21
20
  ResetAuthorizersCacheCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
5
- export interface TagResourceCommandOutput
6
- extends TagResourceResponse,
7
- __MetadataBearer {}
5
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
8
6
  declare const TagResourceCommand_base: {
9
7
  new (
10
- input: TagResourceCommandInput
8
+ input: TagResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  TagResourceCommandInput,
13
11
  TagResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: TagResourceCommandInput
17
+ input: TagResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  TagResourceCommandInput,
22
20
  TagResourceCommandOutput,
@@ -5,7 +5,7 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
5
5
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
6
6
  declare const UntagResourceCommand_base: {
7
7
  new (
8
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  UntagResourceCommandInput,
11
11
  UntagResourceCommandOutput,
@@ -14,7 +14,7 @@ declare const UntagResourceCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  UntagResourceCommandInput,
20
20
  UntagResourceCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateApiRequest, UpdateApiResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateApiCommandInput extends UpdateApiRequest {}
5
- export interface UpdateApiCommandOutput
6
- extends UpdateApiResponse,
7
- __MetadataBearer {}
5
+ export interface UpdateApiCommandOutput extends UpdateApiResponse, __MetadataBearer {}
8
6
  declare const UpdateApiCommand_base: {
9
- new (input: UpdateApiCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: UpdateApiCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  UpdateApiCommandInput,
11
11
  UpdateApiCommandOutput,
12
12
  import("..").ApiGatewayV2ClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: UpdateApiCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: UpdateApiCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  UpdateApiCommandInput,
18
20
  UpdateApiCommandOutput,
19
21
  import("..").ApiGatewayV2ClientResolvedConfig,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateApiMappingRequest,
4
- UpdateApiMappingResponse,
5
- } from "../models/models_0";
2
+ import { UpdateApiMappingRequest, UpdateApiMappingResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateApiMappingCommandInput extends UpdateApiMappingRequest {}
8
- export interface UpdateApiMappingCommandOutput
9
- extends UpdateApiMappingResponse,
10
- __MetadataBearer {}
5
+ export interface UpdateApiMappingCommandOutput extends UpdateApiMappingResponse, __MetadataBearer {}
11
6
  declare const UpdateApiMappingCommand_base: {
12
7
  new (
13
- input: UpdateApiMappingCommandInput
8
+ input: UpdateApiMappingCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateApiMappingCommandInput,
16
11
  UpdateApiMappingCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateApiMappingCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateApiMappingCommandInput
17
+ input: UpdateApiMappingCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateApiMappingCommandInput,
25
20
  UpdateApiMappingCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateAuthorizerRequest,
4
- UpdateAuthorizerResponse,
5
- } from "../models/models_0";
2
+ import { UpdateAuthorizerRequest, UpdateAuthorizerResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateAuthorizerCommandInput extends UpdateAuthorizerRequest {}
8
- export interface UpdateAuthorizerCommandOutput
9
- extends UpdateAuthorizerResponse,
10
- __MetadataBearer {}
5
+ export interface UpdateAuthorizerCommandOutput extends UpdateAuthorizerResponse, __MetadataBearer {}
11
6
  declare const UpdateAuthorizerCommand_base: {
12
7
  new (
13
- input: UpdateAuthorizerCommandInput
8
+ input: UpdateAuthorizerCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateAuthorizerCommandInput,
16
11
  UpdateAuthorizerCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateAuthorizerCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateAuthorizerCommandInput
17
+ input: UpdateAuthorizerCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateAuthorizerCommandInput,
25
20
  UpdateAuthorizerCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateDeploymentRequest,
4
- UpdateDeploymentResponse,
5
- } from "../models/models_0";
2
+ import { UpdateDeploymentRequest, UpdateDeploymentResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateDeploymentCommandInput extends UpdateDeploymentRequest {}
8
- export interface UpdateDeploymentCommandOutput
9
- extends UpdateDeploymentResponse,
10
- __MetadataBearer {}
5
+ export interface UpdateDeploymentCommandOutput extends UpdateDeploymentResponse, __MetadataBearer {}
11
6
  declare const UpdateDeploymentCommand_base: {
12
7
  new (
13
- input: UpdateDeploymentCommandInput
8
+ input: UpdateDeploymentCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateDeploymentCommandInput,
16
11
  UpdateDeploymentCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateDeploymentCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateDeploymentCommandInput
17
+ input: UpdateDeploymentCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateDeploymentCommandInput,
25
20
  UpdateDeploymentCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateDomainNameRequest,
4
- UpdateDomainNameResponse,
5
- } from "../models/models_0";
2
+ import { UpdateDomainNameRequest, UpdateDomainNameResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateDomainNameCommandInput extends UpdateDomainNameRequest {}
8
- export interface UpdateDomainNameCommandOutput
9
- extends UpdateDomainNameResponse,
10
- __MetadataBearer {}
5
+ export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse, __MetadataBearer {}
11
6
  declare const UpdateDomainNameCommand_base: {
12
7
  new (
13
- input: UpdateDomainNameCommandInput
8
+ input: UpdateDomainNameCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateDomainNameCommandInput,
16
11
  UpdateDomainNameCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateDomainNameCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateDomainNameCommandInput
17
+ input: UpdateDomainNameCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateDomainNameCommandInput,
25
20
  UpdateDomainNameCommandOutput,
@@ -1,17 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateIntegrationRequest,
4
- UpdateIntegrationResult,
5
- } from "../models/models_0";
2
+ import { UpdateIntegrationRequest, UpdateIntegrationResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateIntegrationCommandInput
8
- extends UpdateIntegrationRequest {}
9
- export interface UpdateIntegrationCommandOutput
10
- extends UpdateIntegrationResult,
11
- __MetadataBearer {}
4
+ export interface UpdateIntegrationCommandInput extends UpdateIntegrationRequest {}
5
+ export interface UpdateIntegrationCommandOutput extends UpdateIntegrationResult, __MetadataBearer {}
12
6
  declare const UpdateIntegrationCommand_base: {
13
7
  new (
14
- input: UpdateIntegrationCommandInput
8
+ input: UpdateIntegrationCommandInput,
15
9
  ): import("@smithy/core/client").CommandImpl<
16
10
  UpdateIntegrationCommandInput,
17
11
  UpdateIntegrationCommandOutput,
@@ -20,7 +14,7 @@ declare const UpdateIntegrationCommand_base: {
20
14
  import("..").ServiceOutputTypes
21
15
  >;
22
16
  new (
23
- input: UpdateIntegrationCommandInput
17
+ input: UpdateIntegrationCommandInput,
24
18
  ): import("@smithy/core/client").CommandImpl<
25
19
  UpdateIntegrationCommandInput,
26
20
  UpdateIntegrationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateIntegrationResponseResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateIntegrationResponseCommandInput
8
- extends UpdateIntegrationResponseRequest {}
7
+ export interface UpdateIntegrationResponseCommandInput extends UpdateIntegrationResponseRequest {}
9
8
  export interface UpdateIntegrationResponseCommandOutput
10
- extends UpdateIntegrationResponseResponse,
11
- __MetadataBearer {}
9
+ extends UpdateIntegrationResponseResponse, __MetadataBearer {}
12
10
  declare const UpdateIntegrationResponseCommand_base: {
13
11
  new (
14
- input: UpdateIntegrationResponseCommandInput
12
+ input: UpdateIntegrationResponseCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateIntegrationResponseCommandInput,
17
15
  UpdateIntegrationResponseCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateIntegrationResponseCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateIntegrationResponseCommandInput
21
+ input: UpdateIntegrationResponseCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateIntegrationResponseCommandInput,
26
24
  UpdateIntegrationResponseCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateModelRequest, UpdateModelResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateModelCommandInput extends UpdateModelRequest {}
5
- export interface UpdateModelCommandOutput
6
- extends UpdateModelResponse,
7
- __MetadataBearer {}
5
+ export interface UpdateModelCommandOutput extends UpdateModelResponse, __MetadataBearer {}
8
6
  declare const UpdateModelCommand_base: {
9
7
  new (
10
- input: UpdateModelCommandInput
8
+ input: UpdateModelCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateModelCommandInput,
13
11
  UpdateModelCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateModelCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateModelCommandInput
17
+ input: UpdateModelCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateModelCommandInput,
22
20
  UpdateModelCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdatePortalRequest, UpdatePortalResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdatePortalCommandInput extends UpdatePortalRequest {}
5
- export interface UpdatePortalCommandOutput
6
- extends UpdatePortalResponse,
7
- __MetadataBearer {}
5
+ export interface UpdatePortalCommandOutput extends UpdatePortalResponse, __MetadataBearer {}
8
6
  declare const UpdatePortalCommand_base: {
9
7
  new (
10
- input: UpdatePortalCommandInput
8
+ input: UpdatePortalCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdatePortalCommandInput,
13
11
  UpdatePortalCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdatePortalCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdatePortalCommandInput
17
+ input: UpdatePortalCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdatePortalCommandInput,
22
20
  UpdatePortalCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdatePortalProductRequest,
4
- UpdatePortalProductResponse,
5
- } from "../models/models_0";
2
+ import { UpdatePortalProductRequest, UpdatePortalProductResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdatePortalProductCommandInput
8
- extends UpdatePortalProductRequest {}
4
+ export interface UpdatePortalProductCommandInput extends UpdatePortalProductRequest {}
9
5
  export interface UpdatePortalProductCommandOutput
10
- extends UpdatePortalProductResponse,
11
- __MetadataBearer {}
6
+ extends UpdatePortalProductResponse, __MetadataBearer {}
12
7
  declare const UpdatePortalProductCommand_base: {
13
8
  new (
14
- input: UpdatePortalProductCommandInput
9
+ input: UpdatePortalProductCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdatePortalProductCommandInput,
17
12
  UpdatePortalProductCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdatePortalProductCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdatePortalProductCommandInput
18
+ input: UpdatePortalProductCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdatePortalProductCommandInput,
26
21
  UpdatePortalProductCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateProductPageRequest,
4
- UpdateProductPageResponse,
5
- } from "../models/models_0";
2
+ import { UpdateProductPageRequest, UpdateProductPageResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateProductPageCommandInput
8
- extends UpdateProductPageRequest {}
4
+ export interface UpdateProductPageCommandInput extends UpdateProductPageRequest {}
9
5
  export interface UpdateProductPageCommandOutput
10
- extends UpdateProductPageResponse,
11
- __MetadataBearer {}
6
+ extends UpdateProductPageResponse, __MetadataBearer {}
12
7
  declare const UpdateProductPageCommand_base: {
13
8
  new (
14
- input: UpdateProductPageCommandInput
9
+ input: UpdateProductPageCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateProductPageCommandInput,
17
12
  UpdateProductPageCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateProductPageCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateProductPageCommandInput
18
+ input: UpdateProductPageCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateProductPageCommandInput,
26
21
  UpdateProductPageCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateProductRestEndpointPageResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateProductRestEndpointPageCommandInput
8
- extends UpdateProductRestEndpointPageRequest {}
7
+ export interface UpdateProductRestEndpointPageCommandInput extends UpdateProductRestEndpointPageRequest {}
9
8
  export interface UpdateProductRestEndpointPageCommandOutput
10
- extends UpdateProductRestEndpointPageResponse,
11
- __MetadataBearer {}
9
+ extends UpdateProductRestEndpointPageResponse, __MetadataBearer {}
12
10
  declare const UpdateProductRestEndpointPageCommand_base: {
13
11
  new (
14
- input: UpdateProductRestEndpointPageCommandInput
12
+ input: UpdateProductRestEndpointPageCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateProductRestEndpointPageCommandInput,
17
15
  UpdateProductRestEndpointPageCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateProductRestEndpointPageCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateProductRestEndpointPageCommandInput
21
+ input: UpdateProductRestEndpointPageCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateProductRestEndpointPageCommandInput,
26
24
  UpdateProductRestEndpointPageCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateRouteRequest, UpdateRouteResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateRouteCommandInput extends UpdateRouteRequest {}
5
- export interface UpdateRouteCommandOutput
6
- extends UpdateRouteResult,
7
- __MetadataBearer {}
5
+ export interface UpdateRouteCommandOutput extends UpdateRouteResult, __MetadataBearer {}
8
6
  declare const UpdateRouteCommand_base: {
9
7
  new (
10
- input: UpdateRouteCommandInput
8
+ input: UpdateRouteCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateRouteCommandInput,
13
11
  UpdateRouteCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateRouteCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateRouteCommandInput
17
+ input: UpdateRouteCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateRouteCommandInput,
22
20
  UpdateRouteCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateRouteResponseRequest,
4
- UpdateRouteResponseResponse,
5
- } from "../models/models_0";
2
+ import { UpdateRouteResponseRequest, UpdateRouteResponseResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateRouteResponseCommandInput
8
- extends UpdateRouteResponseRequest {}
4
+ export interface UpdateRouteResponseCommandInput extends UpdateRouteResponseRequest {}
9
5
  export interface UpdateRouteResponseCommandOutput
10
- extends UpdateRouteResponseResponse,
11
- __MetadataBearer {}
6
+ extends UpdateRouteResponseResponse, __MetadataBearer {}
12
7
  declare const UpdateRouteResponseCommand_base: {
13
8
  new (
14
- input: UpdateRouteResponseCommandInput
9
+ input: UpdateRouteResponseCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateRouteResponseCommandInput,
17
12
  UpdateRouteResponseCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateRouteResponseCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateRouteResponseCommandInput
18
+ input: UpdateRouteResponseCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateRouteResponseCommandInput,
26
21
  UpdateRouteResponseCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateStageRequest, UpdateStageResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateStageCommandInput extends UpdateStageRequest {}
5
- export interface UpdateStageCommandOutput
6
- extends UpdateStageResponse,
7
- __MetadataBearer {}
5
+ export interface UpdateStageCommandOutput extends UpdateStageResponse, __MetadataBearer {}
8
6
  declare const UpdateStageCommand_base: {
9
7
  new (
10
- input: UpdateStageCommandInput
8
+ input: UpdateStageCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateStageCommandInput,
13
11
  UpdateStageCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateStageCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateStageCommandInput
17
+ input: UpdateStageCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateStageCommandInput,
22
20
  UpdateStageCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateVpcLinkRequest,
4
- UpdateVpcLinkResponse,
5
- } from "../models/models_0";
2
+ import { UpdateVpcLinkRequest, UpdateVpcLinkResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateVpcLinkCommandInput extends UpdateVpcLinkRequest {}
8
- export interface UpdateVpcLinkCommandOutput
9
- extends UpdateVpcLinkResponse,
10
- __MetadataBearer {}
5
+ export interface UpdateVpcLinkCommandOutput extends UpdateVpcLinkResponse, __MetadataBearer {}
11
6
  declare const UpdateVpcLinkCommand_base: {
12
7
  new (
13
- input: UpdateVpcLinkCommandInput
8
+ input: UpdateVpcLinkCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateVpcLinkCommandInput,
16
11
  UpdateVpcLinkCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateVpcLinkCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateVpcLinkCommandInput
17
+ input: UpdateVpcLinkCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateVpcLinkCommandInput,
25
20
  UpdateVpcLinkCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface ApiGatewayV2ExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}