@aws-sdk/client-apigatewayv2 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/ApiGatewayV2.d.ts +1228 -364
- package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +537 -145
- package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +32 -16
- package/dist-types/ts3.4/commands/GetApiCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetApisCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +72 -72
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/ApiGatewayV2ServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1685 -217
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +869 -218
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ApiGatewayV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ApiGatewayV2Client";
|
|
13
|
+
import {
|
|
14
|
+
GetRouteResponseRequest,
|
|
15
|
+
GetRouteResponseResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetRouteResponseCommandInput extends GetRouteResponseRequest {}
|
|
18
|
+
export interface GetRouteResponseCommandOutput
|
|
19
|
+
extends GetRouteResponseResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetRouteResponseCommand extends $Command<
|
|
22
|
+
GetRouteResponseCommandInput,
|
|
23
|
+
GetRouteResponseCommandOutput,
|
|
24
|
+
ApiGatewayV2ClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetRouteResponseCommandInput;
|
|
27
|
+
constructor(input: GetRouteResponseCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetRouteResponseCommandInput, GetRouteResponseCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ApiGatewayV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ApiGatewayV2Client";
|
|
13
|
+
import {
|
|
14
|
+
GetRouteResponsesRequest,
|
|
15
|
+
GetRouteResponsesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetRouteResponsesCommandInput
|
|
18
|
+
extends GetRouteResponsesRequest {}
|
|
19
|
+
export interface GetRouteResponsesCommandOutput
|
|
20
|
+
extends GetRouteResponsesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetRouteResponsesCommand extends $Command<
|
|
23
|
+
GetRouteResponsesCommandInput,
|
|
24
|
+
GetRouteResponsesCommandOutput,
|
|
25
|
+
ApiGatewayV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetRouteResponsesCommandInput;
|
|
28
|
+
constructor(input: GetRouteResponsesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetRouteResponsesCommandInput, GetRouteResponsesCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ApiGatewayV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ApiGatewayV2Client";
|
|
13
|
+
import { GetRoutesRequest, GetRoutesResponse } from "../models/models_0";
|
|
14
|
+
export interface GetRoutesCommandInput extends GetRoutesRequest {}
|
|
15
|
+
export interface GetRoutesCommandOutput
|
|
16
|
+
extends GetRoutesResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetRoutesCommand extends $Command<
|
|
19
|
+
GetRoutesCommandInput,
|
|
20
|
+
GetRoutesCommandOutput,
|
|
21
|
+
ApiGatewayV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetRoutesCommandInput;
|
|
24
|
+
constructor(input: GetRoutesCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetRoutesCommandInput, GetRoutesCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ApiGatewayV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ApiGatewayV2Client";
|
|
13
|
+
import { GetStageRequest, GetStageResponse } from "../models/models_0";
|
|
14
|
+
export interface GetStageCommandInput extends GetStageRequest {}
|
|
15
|
+
export interface GetStageCommandOutput
|
|
16
|
+
extends GetStageResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetStageCommand extends $Command<
|
|
19
|
+
GetStageCommandInput,
|
|
20
|
+
GetStageCommandOutput,
|
|
21
|
+
ApiGatewayV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetStageCommandInput;
|
|
24
|
+
constructor(input: GetStageCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetStageCommandInput, GetStageCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ApiGatewayV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ApiGatewayV2Client";
|
|
13
|
+
import { GetStagesRequest, GetStagesResponse } from "../models/models_0";
|
|
14
|
+
export interface GetStagesCommandInput extends GetStagesRequest {}
|
|
15
|
+
export interface GetStagesCommandOutput
|
|
16
|
+
extends GetStagesResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetStagesCommand extends $Command<
|
|
19
|
+
GetStagesCommandInput,
|
|
20
|
+
GetStagesCommandOutput,
|
|
21
|
+
ApiGatewayV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetStagesCommandInput;
|
|
24
|
+
constructor(input: GetStagesCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetStagesCommandInput, GetStagesCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ApiGatewayV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ApiGatewayV2Client";
|
|
13
|
+
import { GetTagsRequest, GetTagsResponse } from "../models/models_0";
|
|
14
|
+
export interface GetTagsCommandInput extends GetTagsRequest {}
|
|
15
|
+
export interface GetTagsCommandOutput
|
|
16
|
+
extends GetTagsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetTagsCommand extends $Command<
|
|
19
|
+
GetTagsCommandInput,
|
|
20
|
+
GetTagsCommandOutput,
|
|
21
|
+
ApiGatewayV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetTagsCommandInput;
|
|
24
|
+
constructor(input: GetTagsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetTagsCommandInput, GetTagsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ApiGatewayV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ApiGatewayV2Client";
|
|
13
|
+
import { GetVpcLinkRequest, GetVpcLinkResponse } from "../models/models_0";
|
|
14
|
+
export interface GetVpcLinkCommandInput extends GetVpcLinkRequest {}
|
|
15
|
+
export interface GetVpcLinkCommandOutput
|
|
16
|
+
extends GetVpcLinkResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetVpcLinkCommand extends $Command<
|
|
19
|
+
GetVpcLinkCommandInput,
|
|
20
|
+
GetVpcLinkCommandOutput,
|
|
21
|
+
ApiGatewayV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetVpcLinkCommandInput;
|
|
24
|
+
constructor(input: GetVpcLinkCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetVpcLinkCommandInput, GetVpcLinkCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ApiGatewayV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ApiGatewayV2Client";
|
|
13
|
+
import { GetVpcLinksRequest, GetVpcLinksResponse } from "../models/models_0";
|
|
14
|
+
export interface GetVpcLinksCommandInput extends GetVpcLinksRequest {}
|
|
15
|
+
export interface GetVpcLinksCommandOutput
|
|
16
|
+
extends GetVpcLinksResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetVpcLinksCommand extends $Command<
|
|
19
|
+
GetVpcLinksCommandInput,
|
|
20
|
+
GetVpcLinksCommandOutput,
|
|
21
|
+
ApiGatewayV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetVpcLinksCommandInput;
|
|
24
|
+
constructor(input: GetVpcLinksCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetVpcLinksCommandInput, GetVpcLinksCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ApiGatewayV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ApiGatewayV2Client";
|
|
13
|
+
import { ImportApiRequest, ImportApiResponse } from "../models/models_0";
|
|
14
|
+
export interface ImportApiCommandInput extends ImportApiRequest {}
|
|
15
|
+
export interface ImportApiCommandOutput
|
|
16
|
+
extends ImportApiResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ImportApiCommand extends $Command<
|
|
19
|
+
ImportApiCommandInput,
|
|
20
|
+
ImportApiCommandOutput,
|
|
21
|
+
ApiGatewayV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ImportApiCommandInput;
|
|
24
|
+
constructor(input: ImportApiCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ImportApiCommandInput, ImportApiCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ApiGatewayV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ApiGatewayV2Client";
|
|
13
|
+
import { ReimportApiRequest, ReimportApiResponse } from "../models/models_0";
|
|
14
|
+
export interface ReimportApiCommandInput extends ReimportApiRequest {}
|
|
15
|
+
export interface ReimportApiCommandOutput
|
|
16
|
+
extends ReimportApiResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ReimportApiCommand extends $Command<
|
|
19
|
+
ReimportApiCommandInput,
|
|
20
|
+
ReimportApiCommandOutput,
|
|
21
|
+
ApiGatewayV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ReimportApiCommandInput;
|
|
24
|
+
constructor(input: ReimportApiCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ReimportApiCommandInput, ReimportApiCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ApiGatewayV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ApiGatewayV2Client";
|
|
13
|
+
import { ResetAuthorizersCacheRequest } from "../models/models_0";
|
|
14
|
+
export interface ResetAuthorizersCacheCommandInput
|
|
15
|
+
extends ResetAuthorizersCacheRequest {}
|
|
16
|
+
export interface ResetAuthorizersCacheCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class ResetAuthorizersCacheCommand extends $Command<
|
|
18
|
+
ResetAuthorizersCacheCommandInput,
|
|
19
|
+
ResetAuthorizersCacheCommandOutput,
|
|
20
|
+
ApiGatewayV2ClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: ResetAuthorizersCacheCommandInput;
|
|
23
|
+
constructor(input: ResetAuthorizersCacheCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<
|
|
29
|
+
ResetAuthorizersCacheCommandInput,
|
|
30
|
+
ResetAuthorizersCacheCommandOutput
|
|
31
|
+
>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ApiGatewayV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ApiGatewayV2Client";
|
|
13
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class TagResourceCommand extends $Command<
|
|
19
|
+
TagResourceCommandInput,
|
|
20
|
+
TagResourceCommandOutput,
|
|
21
|
+
ApiGatewayV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: TagResourceCommandInput;
|
|
24
|
+
constructor(input: TagResourceCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|