@aws-sdk/client-apigatewayv2 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/ApiGatewayV2.d.ts +1299 -364
- package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +562 -145
- package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +33 -16
- package/dist-types/ts3.4/commands/GetApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetApisCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetModelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +37 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +4520 -79
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +869 -218
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
CreateVpcLinkRequest,
|
|
15
|
+
CreateVpcLinkResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateVpcLinkCommandInput extends CreateVpcLinkRequest {}
|
|
18
|
+
export interface CreateVpcLinkCommandOutput
|
|
19
|
+
extends CreateVpcLinkResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateVpcLinkCommand extends $Command<
|
|
23
|
+
CreateVpcLinkCommandInput,
|
|
24
|
+
CreateVpcLinkCommandOutput,
|
|
25
|
+
ApiGatewayV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateVpcLinkCommandInput;
|
|
28
|
+
constructor(input: CreateVpcLinkCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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 { DeleteAccessLogSettingsRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteAccessLogSettingsCommandInput
|
|
15
|
+
extends DeleteAccessLogSettingsRequest {}
|
|
16
|
+
export interface DeleteAccessLogSettingsCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteAccessLogSettingsCommand extends $Command<
|
|
20
|
+
DeleteAccessLogSettingsCommandInput,
|
|
21
|
+
DeleteAccessLogSettingsCommandOutput,
|
|
22
|
+
ApiGatewayV2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteAccessLogSettingsCommandInput;
|
|
25
|
+
constructor(input: DeleteAccessLogSettingsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteAccessLogSettingsCommandInput,
|
|
33
|
+
DeleteAccessLogSettingsCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { DeleteApiRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteApiCommandInput extends DeleteApiRequest {}
|
|
15
|
+
export interface DeleteApiCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteApiCommand extends $Command<
|
|
18
|
+
DeleteApiCommandInput,
|
|
19
|
+
DeleteApiCommandOutput,
|
|
20
|
+
ApiGatewayV2ClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteApiCommandInput;
|
|
23
|
+
constructor(input: DeleteApiCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteApiCommandInput, DeleteApiCommandOutput>;
|
|
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 { DeleteApiMappingRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteApiMappingCommandInput extends DeleteApiMappingRequest {}
|
|
15
|
+
export interface DeleteApiMappingCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteApiMappingCommand extends $Command<
|
|
18
|
+
DeleteApiMappingCommandInput,
|
|
19
|
+
DeleteApiMappingCommandOutput,
|
|
20
|
+
ApiGatewayV2ClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteApiMappingCommandInput;
|
|
23
|
+
constructor(input: DeleteApiMappingCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteApiMappingCommandInput, DeleteApiMappingCommandOutput>;
|
|
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 { DeleteAuthorizerRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteAuthorizerCommandInput extends DeleteAuthorizerRequest {}
|
|
15
|
+
export interface DeleteAuthorizerCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteAuthorizerCommand extends $Command<
|
|
18
|
+
DeleteAuthorizerCommandInput,
|
|
19
|
+
DeleteAuthorizerCommandOutput,
|
|
20
|
+
ApiGatewayV2ClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteAuthorizerCommandInput;
|
|
23
|
+
constructor(input: DeleteAuthorizerCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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 { DeleteCorsConfigurationRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteCorsConfigurationCommandInput
|
|
15
|
+
extends DeleteCorsConfigurationRequest {}
|
|
16
|
+
export interface DeleteCorsConfigurationCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteCorsConfigurationCommand extends $Command<
|
|
20
|
+
DeleteCorsConfigurationCommandInput,
|
|
21
|
+
DeleteCorsConfigurationCommandOutput,
|
|
22
|
+
ApiGatewayV2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteCorsConfigurationCommandInput;
|
|
25
|
+
constructor(input: DeleteCorsConfigurationCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteCorsConfigurationCommandInput,
|
|
33
|
+
DeleteCorsConfigurationCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { DeleteDeploymentRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteDeploymentCommandInput extends DeleteDeploymentRequest {}
|
|
15
|
+
export interface DeleteDeploymentCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteDeploymentCommand extends $Command<
|
|
18
|
+
DeleteDeploymentCommandInput,
|
|
19
|
+
DeleteDeploymentCommandOutput,
|
|
20
|
+
ApiGatewayV2ClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteDeploymentCommandInput;
|
|
23
|
+
constructor(input: DeleteDeploymentCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput>;
|
|
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 { DeleteDomainNameRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteDomainNameCommandInput extends DeleteDomainNameRequest {}
|
|
15
|
+
export interface DeleteDomainNameCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteDomainNameCommand extends $Command<
|
|
18
|
+
DeleteDomainNameCommandInput,
|
|
19
|
+
DeleteDomainNameCommandOutput,
|
|
20
|
+
ApiGatewayV2ClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteDomainNameCommandInput;
|
|
23
|
+
constructor(input: DeleteDomainNameCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,33 @@
|
|
|
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 { DeleteIntegrationRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteIntegrationCommandInput
|
|
15
|
+
extends DeleteIntegrationRequest {}
|
|
16
|
+
export interface DeleteIntegrationCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeleteIntegrationCommand extends $Command<
|
|
19
|
+
DeleteIntegrationCommandInput,
|
|
20
|
+
DeleteIntegrationCommandOutput,
|
|
21
|
+
ApiGatewayV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteIntegrationCommandInput;
|
|
24
|
+
constructor(input: DeleteIntegrationCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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 { DeleteIntegrationResponseRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteIntegrationResponseCommandInput
|
|
15
|
+
extends DeleteIntegrationResponseRequest {}
|
|
16
|
+
export interface DeleteIntegrationResponseCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteIntegrationResponseCommand extends $Command<
|
|
20
|
+
DeleteIntegrationResponseCommandInput,
|
|
21
|
+
DeleteIntegrationResponseCommandOutput,
|
|
22
|
+
ApiGatewayV2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteIntegrationResponseCommandInput;
|
|
25
|
+
constructor(input: DeleteIntegrationResponseCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteIntegrationResponseCommandInput,
|
|
33
|
+
DeleteIntegrationResponseCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { DeleteModelRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteModelCommandInput extends DeleteModelRequest {}
|
|
15
|
+
export interface DeleteModelCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteModelCommand extends $Command<
|
|
18
|
+
DeleteModelCommandInput,
|
|
19
|
+
DeleteModelCommandOutput,
|
|
20
|
+
ApiGatewayV2ClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteModelCommandInput;
|
|
23
|
+
constructor(input: DeleteModelCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteModelCommandInput, DeleteModelCommandOutput>;
|
|
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 { DeleteRouteRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteRouteCommandInput extends DeleteRouteRequest {}
|
|
15
|
+
export interface DeleteRouteCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteRouteCommand extends $Command<
|
|
18
|
+
DeleteRouteCommandInput,
|
|
19
|
+
DeleteRouteCommandOutput,
|
|
20
|
+
ApiGatewayV2ClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteRouteCommandInput;
|
|
23
|
+
constructor(input: DeleteRouteCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteRouteCommandInput, DeleteRouteCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|