@aws-sdk/client-apigatewayv2 3.295.0 → 3.297.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-types/ApiGatewayV2.d.ts +75 -0
- package/dist-types/ApiGatewayV2Client.d.ts +24 -4
- package/dist-types/commands/CreateApiCommand.d.ts +16 -0
- package/dist-types/commands/CreateApiMappingCommand.d.ts +16 -0
- package/dist-types/commands/CreateAuthorizerCommand.d.ts +16 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +16 -0
- package/dist-types/commands/CreateDomainNameCommand.d.ts +16 -0
- package/dist-types/commands/CreateIntegrationCommand.d.ts +16 -0
- package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelCommand.d.ts +16 -0
- package/dist-types/commands/CreateRouteCommand.d.ts +16 -0
- package/dist-types/commands/CreateRouteResponseCommand.d.ts +16 -0
- package/dist-types/commands/CreateStageCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpcLinkCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApiCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApiMappingCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAuthorizerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDeploymentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRouteCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRouteResponseCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteStageCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpcLinkCommand.d.ts +16 -0
- package/dist-types/commands/ExportApiCommand.d.ts +13 -0
- package/dist-types/commands/GetApiCommand.d.ts +16 -0
- package/dist-types/commands/GetApiMappingCommand.d.ts +16 -0
- package/dist-types/commands/GetApiMappingsCommand.d.ts +16 -0
- package/dist-types/commands/GetApisCommand.d.ts +16 -0
- package/dist-types/commands/GetAuthorizerCommand.d.ts +16 -0
- package/dist-types/commands/GetAuthorizersCommand.d.ts +16 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +16 -0
- package/dist-types/commands/GetDeploymentsCommand.d.ts +16 -0
- package/dist-types/commands/GetDomainNameCommand.d.ts +16 -0
- package/dist-types/commands/GetDomainNamesCommand.d.ts +16 -0
- package/dist-types/commands/GetIntegrationCommand.d.ts +16 -0
- package/dist-types/commands/GetIntegrationResponseCommand.d.ts +16 -0
- package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +16 -0
- package/dist-types/commands/GetIntegrationsCommand.d.ts +16 -0
- package/dist-types/commands/GetModelCommand.d.ts +16 -0
- package/dist-types/commands/GetModelTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetModelsCommand.d.ts +16 -0
- package/dist-types/commands/GetRouteCommand.d.ts +16 -0
- package/dist-types/commands/GetRouteResponseCommand.d.ts +16 -0
- package/dist-types/commands/GetRouteResponsesCommand.d.ts +16 -0
- package/dist-types/commands/GetRoutesCommand.d.ts +16 -0
- package/dist-types/commands/GetStageCommand.d.ts +16 -0
- package/dist-types/commands/GetStagesCommand.d.ts +16 -0
- package/dist-types/commands/GetTagsCommand.d.ts +16 -0
- package/dist-types/commands/GetVpcLinkCommand.d.ts +16 -0
- package/dist-types/commands/GetVpcLinksCommand.d.ts +16 -0
- package/dist-types/commands/ImportApiCommand.d.ts +16 -0
- package/dist-types/commands/ReimportApiCommand.d.ts +16 -0
- package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApiCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApiMappingCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAuthorizerCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDeploymentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +16 -0
- package/dist-types/commands/UpdateIntegrationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +16 -0
- package/dist-types/commands/UpdateModelCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRouteCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRouteResponseCommand.d.ts +16 -0
- package/dist-types/commands/UpdateStageCommand.d.ts +16 -0
- package/dist-types/commands/UpdateVpcLinkCommand.d.ts +16 -0
- package/dist-types/models/ApiGatewayV2ServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +465 -63
- package/package.json +29 -29
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
5
5
|
import { DeleteVpcLinkRequest, DeleteVpcLinkResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteVpcLinkCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteVpcLinkCommandInput extends DeleteVpcLinkRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteVpcLinkCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteVpcLinkCommandOutput extends DeleteVpcLinkResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a VPC link.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteVpcLinkCommandOutput extends DeleteVpcLinkResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteVpcLinkCommandInput - {@link DeleteVpcLinkCommandInput}
|
|
34
|
+
* @returns {@link DeleteVpcLinkCommandOutput}
|
|
28
35
|
* @see {@link DeleteVpcLinkCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteVpcLinkCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface DeleteVpcLinkCommandOutput extends DeleteVpcLinkResponse, __Met
|
|
|
40
47
|
export declare class DeleteVpcLinkCommand extends $Command<DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
41
48
|
readonly input: DeleteVpcLinkCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: DeleteVpcLinkCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
5
5
|
import { ExportApiRequest, ExportApiResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ExportApiCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ExportApiCommandInput extends ExportApiRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ExportApiCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ExportApiCommandOutput extends ExportApiResponse, __MetadataBearer {
|
|
@@ -16,11 +20,20 @@ export interface ExportApiCommandOutput extends ExportApiResponse, __MetadataBea
|
|
|
16
20
|
export declare class ExportApiCommand extends $Command<ExportApiCommandInput, ExportApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
17
21
|
readonly input: ExportApiCommandInput;
|
|
18
22
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
19
26
|
constructor(input: ExportApiCommandInput);
|
|
20
27
|
/**
|
|
21
28
|
* @internal
|
|
22
29
|
*/
|
|
23
30
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportApiCommandInput, ExportApiCommandOutput>;
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
24
34
|
private serialize;
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
25
38
|
private deserialize;
|
|
26
39
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
5
5
|
import { GetApiRequest, GetApiResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetApiCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetApiCommandInput extends GetApiRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetApiCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetApiCommandOutput extends GetApiResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets an Api resource.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetApiCommandOutput extends GetApiResponse, __MetadataBearer {
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetApiCommandInput - {@link GetApiCommandInput}
|
|
34
|
+
* @returns {@link GetApiCommandOutput}
|
|
28
35
|
* @see {@link GetApiCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetApiCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface GetApiCommandOutput extends GetApiResponse, __MetadataBearer {
|
|
|
40
47
|
export declare class GetApiCommand extends $Command<GetApiCommandInput, GetApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
41
48
|
readonly input: GetApiCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: GetApiCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApiCommandInput, GetApiCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
5
5
|
import { GetApiMappingRequest, GetApiMappingResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetApiMappingCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetApiMappingCommandInput extends GetApiMappingRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetApiMappingCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetApiMappingCommandOutput extends GetApiMappingResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets an API mapping.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetApiMappingCommandOutput extends GetApiMappingResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetApiMappingCommandInput - {@link GetApiMappingCommandInput}
|
|
34
|
+
* @returns {@link GetApiMappingCommandOutput}
|
|
28
35
|
* @see {@link GetApiMappingCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetApiMappingCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface GetApiMappingCommandOutput extends GetApiMappingResponse, __Met
|
|
|
43
50
|
export declare class GetApiMappingCommand extends $Command<GetApiMappingCommandInput, GetApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
44
51
|
readonly input: GetApiMappingCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: GetApiMappingCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApiMappingCommandInput, GetApiMappingCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
5
5
|
import { GetApiMappingsRequest, GetApiMappingsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetApiMappingsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetApiMappingsCommandInput extends GetApiMappingsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetApiMappingsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetApiMappingsCommandOutput extends GetApiMappingsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets API mappings.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetApiMappingsCommandOutput extends GetApiMappingsResponse, __M
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetApiMappingsCommandInput - {@link GetApiMappingsCommandInput}
|
|
34
|
+
* @returns {@link GetApiMappingsCommandOutput}
|
|
28
35
|
* @see {@link GetApiMappingsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetApiMappingsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface GetApiMappingsCommandOutput extends GetApiMappingsResponse, __M
|
|
|
43
50
|
export declare class GetApiMappingsCommand extends $Command<GetApiMappingsCommandInput, GetApiMappingsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
44
51
|
readonly input: GetApiMappingsCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: GetApiMappingsCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApiMappingsCommandInput, GetApiMappingsCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
5
5
|
import { GetApisRequest, GetApisResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetApisCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetApisCommandInput extends GetApisRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetApisCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetApisCommandOutput extends GetApisResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets a collection of Api resources.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetApisCommandOutput extends GetApisResponse, __MetadataBearer
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetApisCommandInput - {@link GetApisCommandInput}
|
|
34
|
+
* @returns {@link GetApisCommandOutput}
|
|
28
35
|
* @see {@link GetApisCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetApisCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface GetApisCommandOutput extends GetApisResponse, __MetadataBearer
|
|
|
43
50
|
export declare class GetApisCommand extends $Command<GetApisCommandInput, GetApisCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
44
51
|
readonly input: GetApisCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: GetApisCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApisCommandInput, GetApisCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
5
5
|
import { GetAuthorizerRequest, GetAuthorizerResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetAuthorizerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetAuthorizerCommandInput extends GetAuthorizerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetAuthorizerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetAuthorizerCommandOutput extends GetAuthorizerResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets an Authorizer.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetAuthorizerCommandOutput extends GetAuthorizerResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetAuthorizerCommandInput - {@link GetAuthorizerCommandInput}
|
|
34
|
+
* @returns {@link GetAuthorizerCommandOutput}
|
|
28
35
|
* @see {@link GetAuthorizerCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetAuthorizerCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface GetAuthorizerCommandOutput extends GetAuthorizerResponse, __Met
|
|
|
40
47
|
export declare class GetAuthorizerCommand extends $Command<GetAuthorizerCommandInput, GetAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
41
48
|
readonly input: GetAuthorizerCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: GetAuthorizerCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAuthorizerCommandInput, GetAuthorizerCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
5
5
|
import { GetAuthorizersRequest, GetAuthorizersResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetAuthorizersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetAuthorizersCommandInput extends GetAuthorizersRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetAuthorizersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetAuthorizersCommandOutput extends GetAuthorizersResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets the Authorizers for an API.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetAuthorizersCommandOutput extends GetAuthorizersResponse, __M
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetAuthorizersCommandInput - {@link GetAuthorizersCommandInput}
|
|
34
|
+
* @returns {@link GetAuthorizersCommandOutput}
|
|
28
35
|
* @see {@link GetAuthorizersCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetAuthorizersCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface GetAuthorizersCommandOutput extends GetAuthorizersResponse, __M
|
|
|
43
50
|
export declare class GetAuthorizersCommand extends $Command<GetAuthorizersCommandInput, GetAuthorizersCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
44
51
|
readonly input: GetAuthorizersCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: GetAuthorizersCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAuthorizersCommandInput, GetAuthorizersCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
5
5
|
import { GetDeploymentRequest, GetDeploymentResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetDeploymentCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetDeploymentCommandInput extends GetDeploymentRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetDeploymentCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets a Deployment.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetDeploymentCommandInput - {@link GetDeploymentCommandInput}
|
|
34
|
+
* @returns {@link GetDeploymentCommandOutput}
|
|
28
35
|
* @see {@link GetDeploymentCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetDeploymentCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
|
|
|
40
47
|
export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
41
48
|
readonly input: GetDeploymentCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: GetDeploymentCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentCommandInput, GetDeploymentCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
5
5
|
import { GetDeploymentsRequest, GetDeploymentsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetDeploymentsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetDeploymentsCommandInput extends GetDeploymentsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetDeploymentsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetDeploymentsCommandOutput extends GetDeploymentsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets the Deployments for an API.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetDeploymentsCommandOutput extends GetDeploymentsResponse, __M
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetDeploymentsCommandInput - {@link GetDeploymentsCommandInput}
|
|
34
|
+
* @returns {@link GetDeploymentsCommandOutput}
|
|
28
35
|
* @see {@link GetDeploymentsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetDeploymentsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface GetDeploymentsCommandOutput extends GetDeploymentsResponse, __M
|
|
|
43
50
|
export declare class GetDeploymentsCommand extends $Command<GetDeploymentsCommandInput, GetDeploymentsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
44
51
|
readonly input: GetDeploymentsCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: GetDeploymentsCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentsCommandInput, GetDeploymentsCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
5
5
|
import { GetDomainNameRequest, GetDomainNameResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetDomainNameCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetDomainNameCommandInput extends GetDomainNameRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetDomainNameCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets a domain name.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetDomainNameCommandInput - {@link GetDomainNameCommandInput}
|
|
34
|
+
* @returns {@link GetDomainNameCommandOutput}
|
|
28
35
|
* @see {@link GetDomainNameCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetDomainNameCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __Met
|
|
|
40
47
|
export declare class GetDomainNameCommand extends $Command<GetDomainNameCommandInput, GetDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
41
48
|
readonly input: GetDomainNameCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: GetDomainNameCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDomainNameCommandInput, GetDomainNameCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
5
5
|
import { GetDomainNamesRequest, GetDomainNamesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetDomainNamesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetDomainNamesCommandInput extends GetDomainNamesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetDomainNamesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetDomainNamesCommandOutput extends GetDomainNamesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets the domain names for an AWS account.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetDomainNamesCommandOutput extends GetDomainNamesResponse, __M
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetDomainNamesCommandInput - {@link GetDomainNamesCommandInput}
|
|
34
|
+
* @returns {@link GetDomainNamesCommandOutput}
|
|
28
35
|
* @see {@link GetDomainNamesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetDomainNamesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface GetDomainNamesCommandOutput extends GetDomainNamesResponse, __M
|
|
|
43
50
|
export declare class GetDomainNamesCommand extends $Command<GetDomainNamesCommandInput, GetDomainNamesCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
44
51
|
readonly input: GetDomainNamesCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: GetDomainNamesCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDomainNamesCommandInput, GetDomainNamesCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
5
5
|
import { GetIntegrationRequest, GetIntegrationResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetIntegrationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetIntegrationCommandInput extends GetIntegrationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetIntegrationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetIntegrationCommandOutput extends GetIntegrationResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets an Integration.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetIntegrationCommandOutput extends GetIntegrationResult, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetIntegrationCommandInput - {@link GetIntegrationCommandInput}
|
|
34
|
+
* @returns {@link GetIntegrationCommandOutput}
|
|
28
35
|
* @see {@link GetIntegrationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetIntegrationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface GetIntegrationCommandOutput extends GetIntegrationResult, __Met
|
|
|
40
47
|
export declare class GetIntegrationCommand extends $Command<GetIntegrationCommandInput, GetIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
41
48
|
readonly input: GetIntegrationCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: GetIntegrationCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIntegrationCommandInput, GetIntegrationCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|