@aws-sdk/client-apigatewayv2 3.1087.0 → 3.1089.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/ApiGatewayV2.d.ts +340 -456
- package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +35 -132
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePortalProductCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateProductPageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateProductRestEndpointPageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateRoutingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeletePortalProductCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeletePortalProductSharingPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteProductPageCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteProductRestEndpointPageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteRoutingRuleCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DisablePortalCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetApiCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetApisCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetModelCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetPortalProductCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetPortalProductSharingPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetProductPageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetProductRestEndpointPageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetRoutingRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListPortalProductsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListProductPagesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListProductRestEndpointPagesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListRoutingRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PreviewPortalCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PublishPortalCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutPortalProductSharingPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutRoutingRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdatePortalProductCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateProductPageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateProductRestEndpointPageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +9 -18
- package/dist-types/ts3.4/models/errors.d.ts +3 -9
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetModelsRequest, GetModelsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetModelsCommandInput extends GetModelsRequest {}
|
|
5
|
-
export interface GetModelsCommandOutput
|
|
6
|
-
extends GetModelsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetModelsCommandOutput extends GetModelsResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetModelsCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetModelsCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetModelsCommandInput,
|
|
11
11
|
GetModelsCommandOutput,
|
|
12
12
|
import("..").ApiGatewayV2ClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetModelsCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetModelsCommandInput,
|
|
18
20
|
GetModelsCommandOutput,
|
|
19
21
|
import("..").ApiGatewayV2ClientResolvedConfig,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetPortalRequest, GetPortalResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetPortalCommandInput extends GetPortalRequest {}
|
|
5
|
-
export interface GetPortalCommandOutput
|
|
6
|
-
extends GetPortalResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetPortalCommandOutput extends GetPortalResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetPortalCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetPortalCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetPortalCommandInput,
|
|
11
11
|
GetPortalCommandOutput,
|
|
12
12
|
import("..").ApiGatewayV2ClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetPortalCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetPortalCommandInput,
|
|
18
20
|
GetPortalCommandOutput,
|
|
19
21
|
import("..").ApiGatewayV2ClientResolvedConfig,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetPortalProductRequest,
|
|
4
|
-
GetPortalProductResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetPortalProductRequest, GetPortalProductResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetPortalProductCommandInput extends GetPortalProductRequest {}
|
|
8
|
-
export interface GetPortalProductCommandOutput
|
|
9
|
-
extends GetPortalProductResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetPortalProductCommandOutput extends GetPortalProductResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetPortalProductCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetPortalProductCommandInput
|
|
8
|
+
input: GetPortalProductCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetPortalProductCommandInput,
|
|
16
11
|
GetPortalProductCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetPortalProductCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetPortalProductCommandInput
|
|
17
|
+
input: GetPortalProductCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetPortalProductCommandInput,
|
|
25
20
|
GetPortalProductCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetPortalProductSharingPolicyResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetPortalProductSharingPolicyCommandInput
|
|
8
|
-
extends GetPortalProductSharingPolicyRequest {}
|
|
7
|
+
export interface GetPortalProductSharingPolicyCommandInput extends GetPortalProductSharingPolicyRequest {}
|
|
9
8
|
export interface GetPortalProductSharingPolicyCommandOutput
|
|
10
|
-
extends GetPortalProductSharingPolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetPortalProductSharingPolicyResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetPortalProductSharingPolicyCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetPortalProductSharingPolicyCommandInput
|
|
12
|
+
input: GetPortalProductSharingPolicyCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetPortalProductSharingPolicyCommandInput,
|
|
17
15
|
GetPortalProductSharingPolicyCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetPortalProductSharingPolicyCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetPortalProductSharingPolicyCommandInput
|
|
21
|
+
input: GetPortalProductSharingPolicyCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetPortalProductSharingPolicyCommandInput,
|
|
26
24
|
GetPortalProductSharingPolicyCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetProductPageRequest,
|
|
4
|
-
GetProductPageResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetProductPageRequest, GetProductPageResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetProductPageCommandInput extends GetProductPageRequest {}
|
|
8
|
-
export interface GetProductPageCommandOutput
|
|
9
|
-
extends GetProductPageResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetProductPageCommandOutput extends GetProductPageResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetProductPageCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetProductPageCommandInput
|
|
8
|
+
input: GetProductPageCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetProductPageCommandInput,
|
|
16
11
|
GetProductPageCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetProductPageCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetProductPageCommandInput
|
|
17
|
+
input: GetProductPageCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetProductPageCommandInput,
|
|
25
20
|
GetProductPageCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetProductRestEndpointPageResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetProductRestEndpointPageCommandInput
|
|
8
|
-
extends GetProductRestEndpointPageRequest {}
|
|
7
|
+
export interface GetProductRestEndpointPageCommandInput extends GetProductRestEndpointPageRequest {}
|
|
9
8
|
export interface GetProductRestEndpointPageCommandOutput
|
|
10
|
-
extends GetProductRestEndpointPageResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetProductRestEndpointPageResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetProductRestEndpointPageCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetProductRestEndpointPageCommandInput
|
|
12
|
+
input: GetProductRestEndpointPageCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetProductRestEndpointPageCommandInput,
|
|
17
15
|
GetProductRestEndpointPageCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetProductRestEndpointPageCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetProductRestEndpointPageCommandInput
|
|
21
|
+
input: GetProductRestEndpointPageCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetProductRestEndpointPageCommandInput,
|
|
26
24
|
GetProductRestEndpointPageCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetRouteRequest, GetRouteResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetRouteCommandInput extends GetRouteRequest {}
|
|
5
|
-
export interface GetRouteCommandOutput
|
|
6
|
-
extends GetRouteResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetRouteCommandOutput extends GetRouteResult, __MetadataBearer {}
|
|
8
6
|
declare const GetRouteCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetRouteCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetRouteCommandInput,
|
|
11
11
|
GetRouteCommandOutput,
|
|
12
12
|
import("..").ApiGatewayV2ClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetRouteCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetRouteCommandInput,
|
|
18
20
|
GetRouteCommandOutput,
|
|
19
21
|
import("..").ApiGatewayV2ClientResolvedConfig,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetRouteResponseRequest,
|
|
4
|
-
GetRouteResponseResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetRouteResponseRequest, GetRouteResponseResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetRouteResponseCommandInput extends GetRouteResponseRequest {}
|
|
8
|
-
export interface GetRouteResponseCommandOutput
|
|
9
|
-
extends GetRouteResponseResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetRouteResponseCommandOutput extends GetRouteResponseResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetRouteResponseCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetRouteResponseCommandInput
|
|
8
|
+
input: GetRouteResponseCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetRouteResponseCommandInput,
|
|
16
11
|
GetRouteResponseCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetRouteResponseCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetRouteResponseCommandInput
|
|
17
|
+
input: GetRouteResponseCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetRouteResponseCommandInput,
|
|
25
20
|
GetRouteResponseCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetRouteResponsesRequest,
|
|
4
|
-
GetRouteResponsesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetRouteResponsesRequest, GetRouteResponsesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetRouteResponsesCommandInput
|
|
8
|
-
extends GetRouteResponsesRequest {}
|
|
4
|
+
export interface GetRouteResponsesCommandInput extends GetRouteResponsesRequest {}
|
|
9
5
|
export interface GetRouteResponsesCommandOutput
|
|
10
|
-
extends GetRouteResponsesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetRouteResponsesResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetRouteResponsesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetRouteResponsesCommandInput
|
|
9
|
+
input: GetRouteResponsesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetRouteResponsesCommandInput,
|
|
17
12
|
GetRouteResponsesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetRouteResponsesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetRouteResponsesCommandInput
|
|
18
|
+
input: GetRouteResponsesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetRouteResponsesCommandInput,
|
|
26
21
|
GetRouteResponsesCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetRoutesRequest, GetRoutesResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetRoutesCommandInput extends GetRoutesRequest {}
|
|
5
|
-
export interface GetRoutesCommandOutput
|
|
6
|
-
extends GetRoutesResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetRoutesCommandOutput extends GetRoutesResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetRoutesCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetRoutesCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetRoutesCommandInput,
|
|
11
11
|
GetRoutesCommandOutput,
|
|
12
12
|
import("..").ApiGatewayV2ClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetRoutesCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetRoutesCommandInput,
|
|
18
20
|
GetRoutesCommandOutput,
|
|
19
21
|
import("..").ApiGatewayV2ClientResolvedConfig,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetRoutingRuleRequest,
|
|
4
|
-
GetRoutingRuleResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetRoutingRuleRequest, GetRoutingRuleResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetRoutingRuleCommandInput extends GetRoutingRuleRequest {}
|
|
8
|
-
export interface GetRoutingRuleCommandOutput
|
|
9
|
-
extends GetRoutingRuleResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetRoutingRuleCommandOutput extends GetRoutingRuleResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetRoutingRuleCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetRoutingRuleCommandInput
|
|
8
|
+
input: GetRoutingRuleCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetRoutingRuleCommandInput,
|
|
16
11
|
GetRoutingRuleCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetRoutingRuleCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetRoutingRuleCommandInput
|
|
17
|
+
input: GetRoutingRuleCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetRoutingRuleCommandInput,
|
|
25
20
|
GetRoutingRuleCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetStageRequest, GetStageResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetStageCommandInput extends GetStageRequest {}
|
|
5
|
-
export interface GetStageCommandOutput
|
|
6
|
-
extends GetStageResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetStageCommandOutput extends GetStageResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetStageCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetStageCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetStageCommandInput,
|
|
11
11
|
GetStageCommandOutput,
|
|
12
12
|
import("..").ApiGatewayV2ClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetStageCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetStageCommandInput,
|
|
18
20
|
GetStageCommandOutput,
|
|
19
21
|
import("..").ApiGatewayV2ClientResolvedConfig,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetStagesRequest, GetStagesResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetStagesCommandInput extends GetStagesRequest {}
|
|
5
|
-
export interface GetStagesCommandOutput
|
|
6
|
-
extends GetStagesResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetStagesCommandOutput extends GetStagesResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetStagesCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetStagesCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetStagesCommandInput,
|
|
11
11
|
GetStagesCommandOutput,
|
|
12
12
|
import("..").ApiGatewayV2ClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetStagesCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetStagesCommandInput,
|
|
18
20
|
GetStagesCommandOutput,
|
|
19
21
|
import("..").ApiGatewayV2ClientResolvedConfig,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetTagsRequest, GetTagsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetTagsCommandInput extends GetTagsRequest {}
|
|
5
|
-
export interface GetTagsCommandOutput
|
|
6
|
-
extends GetTagsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetTagsCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetTagsCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetTagsCommandInput,
|
|
11
11
|
GetTagsCommandOutput,
|
|
12
12
|
import("..").ApiGatewayV2ClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetTagsCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetTagsCommandInput,
|
|
18
20
|
GetTagsCommandOutput,
|
|
19
21
|
import("..").ApiGatewayV2ClientResolvedConfig,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetVpcLinkRequest, GetVpcLinkResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetVpcLinkCommandInput extends GetVpcLinkRequest {}
|
|
5
|
-
export interface GetVpcLinkCommandOutput
|
|
6
|
-
extends GetVpcLinkResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetVpcLinkCommandOutput extends GetVpcLinkResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetVpcLinkCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetVpcLinkCommandInput
|
|
8
|
+
input: GetVpcLinkCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetVpcLinkCommandInput,
|
|
13
11
|
GetVpcLinkCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetVpcLinkCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetVpcLinkCommandInput
|
|
17
|
+
input: GetVpcLinkCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetVpcLinkCommandInput,
|
|
22
20
|
GetVpcLinkCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetVpcLinksRequest, GetVpcLinksResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetVpcLinksCommandInput extends GetVpcLinksRequest {}
|
|
5
|
-
export interface GetVpcLinksCommandOutput
|
|
6
|
-
extends GetVpcLinksResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetVpcLinksCommandOutput extends GetVpcLinksResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetVpcLinksCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetVpcLinksCommandInput
|
|
8
|
+
input: GetVpcLinksCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetVpcLinksCommandInput,
|
|
13
11
|
GetVpcLinksCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ImportApiRequest, ImportApiResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ImportApiCommandInput extends ImportApiRequest {}
|
|
5
|
-
export interface ImportApiCommandOutput
|
|
6
|
-
extends ImportApiResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ImportApiCommandOutput extends ImportApiResponse, __MetadataBearer {}
|
|
8
6
|
declare const ImportApiCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: ImportApiCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
ImportApiCommandInput,
|
|
11
11
|
ImportApiCommandOutput,
|
|
12
12
|
import("..").ApiGatewayV2ClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: ImportApiCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
ImportApiCommandInput,
|
|
18
20
|
ImportApiCommandOutput,
|
|
19
21
|
import("..").ApiGatewayV2ClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListPortalProductsRequest,
|
|
4
|
-
ListPortalProductsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListPortalProductsRequest, ListPortalProductsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListPortalProductsCommandInput
|
|
8
|
-
extends ListPortalProductsRequest {}
|
|
4
|
+
export interface ListPortalProductsCommandInput extends ListPortalProductsRequest {}
|
|
9
5
|
export interface ListPortalProductsCommandOutput
|
|
10
|
-
extends ListPortalProductsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListPortalProductsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListPortalProductsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListPortalProductsCommandInput
|
|
9
|
+
input: ListPortalProductsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListPortalProductsCommandInput,
|
|
17
12
|
ListPortalProductsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListPortalsRequest, ListPortalsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListPortalsCommandInput extends ListPortalsRequest {}
|
|
5
|
-
export interface ListPortalsCommandOutput
|
|
6
|
-
extends ListPortalsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListPortalsCommandOutput extends ListPortalsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListPortalsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListPortalsCommandInput
|
|
8
|
+
input: ListPortalsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListPortalsCommandInput,
|
|
13
11
|
ListPortalsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListProductPagesRequest,
|
|
4
|
-
ListProductPagesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListProductPagesRequest, ListProductPagesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListProductPagesCommandInput extends ListProductPagesRequest {}
|
|
8
|
-
export interface ListProductPagesCommandOutput
|
|
9
|
-
extends ListProductPagesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListProductPagesCommandOutput extends ListProductPagesResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListProductPagesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListProductPagesCommandInput
|
|
8
|
+
input: ListProductPagesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListProductPagesCommandInput,
|
|
16
11
|
ListProductPagesCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListProductPagesCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListProductPagesCommandInput
|
|
17
|
+
input: ListProductPagesCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListProductPagesCommandInput,
|
|
25
20
|
ListProductPagesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListProductRestEndpointPagesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListProductRestEndpointPagesCommandInput
|
|
8
|
-
extends ListProductRestEndpointPagesRequest {}
|
|
7
|
+
export interface ListProductRestEndpointPagesCommandInput extends ListProductRestEndpointPagesRequest {}
|
|
9
8
|
export interface ListProductRestEndpointPagesCommandOutput
|
|
10
|
-
extends ListProductRestEndpointPagesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListProductRestEndpointPagesResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListProductRestEndpointPagesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListProductRestEndpointPagesCommandInput
|
|
12
|
+
input: ListProductRestEndpointPagesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListProductRestEndpointPagesCommandInput,
|
|
17
15
|
ListProductRestEndpointPagesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListProductRestEndpointPagesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListProductRestEndpointPagesCommandInput
|
|
21
|
+
input: ListProductRestEndpointPagesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListProductRestEndpointPagesCommandInput,
|
|
26
24
|
ListProductRestEndpointPagesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListRoutingRulesRequest,
|
|
4
|
-
ListRoutingRulesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListRoutingRulesRequest, ListRoutingRulesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListRoutingRulesCommandInput extends ListRoutingRulesRequest {}
|
|
8
|
-
export interface ListRoutingRulesCommandOutput
|
|
9
|
-
extends ListRoutingRulesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListRoutingRulesCommandOutput extends ListRoutingRulesResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListRoutingRulesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListRoutingRulesCommandInput
|
|
8
|
+
input: ListRoutingRulesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListRoutingRulesCommandInput,
|
|
16
11
|
ListRoutingRulesCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListRoutingRulesCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListRoutingRulesCommandInput
|
|
17
|
+
input: ListRoutingRulesCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListRoutingRulesCommandInput,
|
|
25
20
|
ListRoutingRulesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PreviewPortalRequest,
|
|
4
|
-
PreviewPortalResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PreviewPortalRequest, PreviewPortalResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface PreviewPortalCommandInput extends PreviewPortalRequest {}
|
|
8
|
-
export interface PreviewPortalCommandOutput
|
|
9
|
-
extends PreviewPortalResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PreviewPortalCommandOutput extends PreviewPortalResponse, __MetadataBearer {}
|
|
11
6
|
declare const PreviewPortalCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: PreviewPortalCommandInput
|
|
8
|
+
input: PreviewPortalCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
PreviewPortalCommandInput,
|
|
16
11
|
PreviewPortalCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const PreviewPortalCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: PreviewPortalCommandInput
|
|
17
|
+
input: PreviewPortalCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
PreviewPortalCommandInput,
|
|
25
20
|
PreviewPortalCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PublishPortalRequest,
|
|
4
|
-
PublishPortalResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PublishPortalRequest, PublishPortalResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface PublishPortalCommandInput extends PublishPortalRequest {}
|
|
8
|
-
export interface PublishPortalCommandOutput
|
|
9
|
-
extends PublishPortalResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PublishPortalCommandOutput extends PublishPortalResponse, __MetadataBearer {}
|
|
11
6
|
declare const PublishPortalCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: PublishPortalCommandInput
|
|
8
|
+
input: PublishPortalCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
PublishPortalCommandInput,
|
|
16
11
|
PublishPortalCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const PublishPortalCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: PublishPortalCommandInput
|
|
17
|
+
input: PublishPortalCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
PublishPortalCommandInput,
|
|
25
20
|
PublishPortalCommandOutput,
|