@aws-sdk/client-apigatewayv2 3.50.0 → 3.51.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 +364 -0
- package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +145 -0
- package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/GetApiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetApisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +72 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +4 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +260 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +218 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +8 -8
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
4
|
+
import { UpdateRouteResponseRequest, UpdateRouteResponseResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateRouteResponseCommandInput extends UpdateRouteResponseRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateRouteResponseCommandOutput extends UpdateRouteResponseResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateRouteResponseCommand extends $Command<UpdateRouteResponseCommandInput, UpdateRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateRouteResponseCommandInput;
|
|
12
|
+
constructor(input: UpdateRouteResponseCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRouteResponseCommandInput, UpdateRouteResponseCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
4
|
+
import { UpdateStageRequest, UpdateStageResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateStageCommandInput extends UpdateStageRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateStageCommandOutput extends UpdateStageResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateStageCommand extends $Command<UpdateStageCommandInput, UpdateStageCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateStageCommandInput;
|
|
12
|
+
constructor(input: UpdateStageCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStageCommandInput, UpdateStageCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
4
|
+
import { UpdateVpcLinkRequest, UpdateVpcLinkResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateVpcLinkCommandInput extends UpdateVpcLinkRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateVpcLinkCommandOutput extends UpdateVpcLinkResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateVpcLinkCommand extends $Command<UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateVpcLinkCommandInput;
|
|
12
|
+
constructor(input: UpdateVpcLinkCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
export * from "./CreateApiCommand";
|
|
2
|
+
export * from "./CreateApiMappingCommand";
|
|
3
|
+
export * from "./CreateAuthorizerCommand";
|
|
4
|
+
export * from "./CreateDeploymentCommand";
|
|
5
|
+
export * from "./CreateDomainNameCommand";
|
|
6
|
+
export * from "./CreateIntegrationCommand";
|
|
7
|
+
export * from "./CreateIntegrationResponseCommand";
|
|
8
|
+
export * from "./CreateModelCommand";
|
|
9
|
+
export * from "./CreateRouteCommand";
|
|
10
|
+
export * from "./CreateRouteResponseCommand";
|
|
11
|
+
export * from "./CreateStageCommand";
|
|
12
|
+
export * from "./CreateVpcLinkCommand";
|
|
13
|
+
export * from "./DeleteAccessLogSettingsCommand";
|
|
14
|
+
export * from "./DeleteApiCommand";
|
|
15
|
+
export * from "./DeleteApiMappingCommand";
|
|
16
|
+
export * from "./DeleteAuthorizerCommand";
|
|
17
|
+
export * from "./DeleteCorsConfigurationCommand";
|
|
18
|
+
export * from "./DeleteDeploymentCommand";
|
|
19
|
+
export * from "./DeleteDomainNameCommand";
|
|
20
|
+
export * from "./DeleteIntegrationCommand";
|
|
21
|
+
export * from "./DeleteIntegrationResponseCommand";
|
|
22
|
+
export * from "./DeleteModelCommand";
|
|
23
|
+
export * from "./DeleteRouteCommand";
|
|
24
|
+
export * from "./DeleteRouteRequestParameterCommand";
|
|
25
|
+
export * from "./DeleteRouteResponseCommand";
|
|
26
|
+
export * from "./DeleteRouteSettingsCommand";
|
|
27
|
+
export * from "./DeleteStageCommand";
|
|
28
|
+
export * from "./DeleteVpcLinkCommand";
|
|
29
|
+
export * from "./ExportApiCommand";
|
|
30
|
+
export * from "./GetApiCommand";
|
|
31
|
+
export * from "./GetApiMappingCommand";
|
|
32
|
+
export * from "./GetApiMappingsCommand";
|
|
33
|
+
export * from "./GetApisCommand";
|
|
34
|
+
export * from "./GetAuthorizerCommand";
|
|
35
|
+
export * from "./GetAuthorizersCommand";
|
|
36
|
+
export * from "./GetDeploymentCommand";
|
|
37
|
+
export * from "./GetDeploymentsCommand";
|
|
38
|
+
export * from "./GetDomainNameCommand";
|
|
39
|
+
export * from "./GetDomainNamesCommand";
|
|
40
|
+
export * from "./GetIntegrationCommand";
|
|
41
|
+
export * from "./GetIntegrationResponseCommand";
|
|
42
|
+
export * from "./GetIntegrationResponsesCommand";
|
|
43
|
+
export * from "./GetIntegrationsCommand";
|
|
44
|
+
export * from "./GetModelCommand";
|
|
45
|
+
export * from "./GetModelTemplateCommand";
|
|
46
|
+
export * from "./GetModelsCommand";
|
|
47
|
+
export * from "./GetRouteCommand";
|
|
48
|
+
export * from "./GetRouteResponseCommand";
|
|
49
|
+
export * from "./GetRouteResponsesCommand";
|
|
50
|
+
export * from "./GetRoutesCommand";
|
|
51
|
+
export * from "./GetStageCommand";
|
|
52
|
+
export * from "./GetStagesCommand";
|
|
53
|
+
export * from "./GetTagsCommand";
|
|
54
|
+
export * from "./GetVpcLinkCommand";
|
|
55
|
+
export * from "./GetVpcLinksCommand";
|
|
56
|
+
export * from "./ImportApiCommand";
|
|
57
|
+
export * from "./ReimportApiCommand";
|
|
58
|
+
export * from "./ResetAuthorizersCacheCommand";
|
|
59
|
+
export * from "./TagResourceCommand";
|
|
60
|
+
export * from "./UntagResourceCommand";
|
|
61
|
+
export * from "./UpdateApiCommand";
|
|
62
|
+
export * from "./UpdateApiMappingCommand";
|
|
63
|
+
export * from "./UpdateAuthorizerCommand";
|
|
64
|
+
export * from "./UpdateDeploymentCommand";
|
|
65
|
+
export * from "./UpdateDomainNameCommand";
|
|
66
|
+
export * from "./UpdateIntegrationCommand";
|
|
67
|
+
export * from "./UpdateIntegrationResponseCommand";
|
|
68
|
+
export * from "./UpdateModelCommand";
|
|
69
|
+
export * from "./UpdateRouteCommand";
|
|
70
|
+
export * from "./UpdateRouteResponseCommand";
|
|
71
|
+
export * from "./UpdateStageCommand";
|
|
72
|
+
export * from "./UpdateVpcLinkCommand";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./models_0";
|
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
|
+
export interface Cors {
|
|
4
|
+
|
|
5
|
+
AllowCredentials?: boolean;
|
|
6
|
+
|
|
7
|
+
AllowHeaders?: string[];
|
|
8
|
+
|
|
9
|
+
AllowMethods?: string[];
|
|
10
|
+
|
|
11
|
+
AllowOrigins?: string[];
|
|
12
|
+
|
|
13
|
+
ExposeHeaders?: string[];
|
|
14
|
+
|
|
15
|
+
MaxAge?: number;
|
|
16
|
+
}
|
|
17
|
+
export declare namespace Cors {
|
|
18
|
+
|
|
19
|
+
const filterSensitiveLog: (obj: Cors) => any;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProtocolType {
|
|
22
|
+
HTTP = "HTTP",
|
|
23
|
+
WEBSOCKET = "WEBSOCKET"
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export interface Api {
|
|
27
|
+
|
|
28
|
+
ApiEndpoint?: string;
|
|
29
|
+
|
|
30
|
+
ApiGatewayManaged?: boolean;
|
|
31
|
+
|
|
32
|
+
ApiId?: string;
|
|
33
|
+
|
|
34
|
+
ApiKeySelectionExpression?: string;
|
|
35
|
+
|
|
36
|
+
CorsConfiguration?: Cors;
|
|
37
|
+
|
|
38
|
+
CreatedDate?: Date;
|
|
39
|
+
|
|
40
|
+
Description?: string;
|
|
41
|
+
|
|
42
|
+
DisableSchemaValidation?: boolean;
|
|
43
|
+
|
|
44
|
+
DisableExecuteApiEndpoint?: boolean;
|
|
45
|
+
|
|
46
|
+
ImportInfo?: string[];
|
|
47
|
+
|
|
48
|
+
Name: string | undefined;
|
|
49
|
+
|
|
50
|
+
ProtocolType: ProtocolType | string | undefined;
|
|
51
|
+
|
|
52
|
+
RouteSelectionExpression: string | undefined;
|
|
53
|
+
|
|
54
|
+
Tags?: {
|
|
55
|
+
[key: string]: string;
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
Version?: string;
|
|
59
|
+
|
|
60
|
+
Warnings?: string[];
|
|
61
|
+
}
|
|
62
|
+
export declare namespace Api {
|
|
63
|
+
|
|
64
|
+
const filterSensitiveLog: (obj: Api) => any;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export interface ApiMapping {
|
|
68
|
+
|
|
69
|
+
ApiId: string | undefined;
|
|
70
|
+
|
|
71
|
+
ApiMappingId?: string;
|
|
72
|
+
|
|
73
|
+
ApiMappingKey?: string;
|
|
74
|
+
|
|
75
|
+
Stage: string | undefined;
|
|
76
|
+
}
|
|
77
|
+
export declare namespace ApiMapping {
|
|
78
|
+
|
|
79
|
+
const filterSensitiveLog: (obj: ApiMapping) => any;
|
|
80
|
+
}
|
|
81
|
+
export declare enum AuthorizerType {
|
|
82
|
+
JWT = "JWT",
|
|
83
|
+
REQUEST = "REQUEST"
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
export interface JWTConfiguration {
|
|
87
|
+
|
|
88
|
+
Audience?: string[];
|
|
89
|
+
|
|
90
|
+
Issuer?: string;
|
|
91
|
+
}
|
|
92
|
+
export declare namespace JWTConfiguration {
|
|
93
|
+
|
|
94
|
+
const filterSensitiveLog: (obj: JWTConfiguration) => any;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export interface Authorizer {
|
|
98
|
+
|
|
99
|
+
AuthorizerCredentialsArn?: string;
|
|
100
|
+
|
|
101
|
+
AuthorizerId?: string;
|
|
102
|
+
|
|
103
|
+
AuthorizerPayloadFormatVersion?: string;
|
|
104
|
+
|
|
105
|
+
AuthorizerResultTtlInSeconds?: number;
|
|
106
|
+
|
|
107
|
+
AuthorizerType?: AuthorizerType | string;
|
|
108
|
+
|
|
109
|
+
AuthorizerUri?: string;
|
|
110
|
+
|
|
111
|
+
EnableSimpleResponses?: boolean;
|
|
112
|
+
|
|
113
|
+
IdentitySource?: string[];
|
|
114
|
+
|
|
115
|
+
IdentityValidationExpression?: string;
|
|
116
|
+
|
|
117
|
+
JwtConfiguration?: JWTConfiguration;
|
|
118
|
+
|
|
119
|
+
Name: string | undefined;
|
|
120
|
+
}
|
|
121
|
+
export declare namespace Authorizer {
|
|
122
|
+
|
|
123
|
+
const filterSensitiveLog: (obj: Authorizer) => any;
|
|
124
|
+
}
|
|
125
|
+
export declare enum DeploymentStatus {
|
|
126
|
+
DEPLOYED = "DEPLOYED",
|
|
127
|
+
FAILED = "FAILED",
|
|
128
|
+
PENDING = "PENDING"
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
export interface Deployment {
|
|
132
|
+
|
|
133
|
+
AutoDeployed?: boolean;
|
|
134
|
+
|
|
135
|
+
CreatedDate?: Date;
|
|
136
|
+
|
|
137
|
+
DeploymentId?: string;
|
|
138
|
+
|
|
139
|
+
DeploymentStatus?: DeploymentStatus | string;
|
|
140
|
+
|
|
141
|
+
DeploymentStatusMessage?: string;
|
|
142
|
+
|
|
143
|
+
Description?: string;
|
|
144
|
+
}
|
|
145
|
+
export declare namespace Deployment {
|
|
146
|
+
|
|
147
|
+
const filterSensitiveLog: (obj: Deployment) => any;
|
|
148
|
+
}
|
|
149
|
+
export declare enum DomainNameStatus {
|
|
150
|
+
AVAILABLE = "AVAILABLE",
|
|
151
|
+
PENDING_CERTIFICATE_REIMPORT = "PENDING_CERTIFICATE_REIMPORT",
|
|
152
|
+
PENDING_OWNERSHIP_VERIFICATION = "PENDING_OWNERSHIP_VERIFICATION",
|
|
153
|
+
UPDATING = "UPDATING"
|
|
154
|
+
}
|
|
155
|
+
export declare enum EndpointType {
|
|
156
|
+
EDGE = "EDGE",
|
|
157
|
+
REGIONAL = "REGIONAL"
|
|
158
|
+
}
|
|
159
|
+
export declare enum SecurityPolicy {
|
|
160
|
+
TLS_1_0 = "TLS_1_0",
|
|
161
|
+
TLS_1_2 = "TLS_1_2"
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
export interface DomainNameConfiguration {
|
|
165
|
+
|
|
166
|
+
ApiGatewayDomainName?: string;
|
|
167
|
+
|
|
168
|
+
CertificateArn?: string;
|
|
169
|
+
|
|
170
|
+
CertificateName?: string;
|
|
171
|
+
|
|
172
|
+
CertificateUploadDate?: Date;
|
|
173
|
+
|
|
174
|
+
DomainNameStatus?: DomainNameStatus | string;
|
|
175
|
+
|
|
176
|
+
DomainNameStatusMessage?: string;
|
|
177
|
+
|
|
178
|
+
EndpointType?: EndpointType | string;
|
|
179
|
+
|
|
180
|
+
HostedZoneId?: string;
|
|
181
|
+
|
|
182
|
+
SecurityPolicy?: SecurityPolicy | string;
|
|
183
|
+
|
|
184
|
+
OwnershipVerificationCertificateArn?: string;
|
|
185
|
+
}
|
|
186
|
+
export declare namespace DomainNameConfiguration {
|
|
187
|
+
|
|
188
|
+
const filterSensitiveLog: (obj: DomainNameConfiguration) => any;
|
|
189
|
+
}
|
|
190
|
+
export interface MutualTlsAuthentication {
|
|
191
|
+
|
|
192
|
+
TruststoreUri?: string;
|
|
193
|
+
|
|
194
|
+
TruststoreVersion?: string;
|
|
195
|
+
|
|
196
|
+
TruststoreWarnings?: string[];
|
|
197
|
+
}
|
|
198
|
+
export declare namespace MutualTlsAuthentication {
|
|
199
|
+
|
|
200
|
+
const filterSensitiveLog: (obj: MutualTlsAuthentication) => any;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
export interface DomainName {
|
|
204
|
+
|
|
205
|
+
ApiMappingSelectionExpression?: string;
|
|
206
|
+
|
|
207
|
+
DomainName: string | undefined;
|
|
208
|
+
|
|
209
|
+
DomainNameConfigurations?: DomainNameConfiguration[];
|
|
210
|
+
|
|
211
|
+
MutualTlsAuthentication?: MutualTlsAuthentication;
|
|
212
|
+
|
|
213
|
+
Tags?: {
|
|
214
|
+
[key: string]: string;
|
|
215
|
+
};
|
|
216
|
+
}
|
|
217
|
+
export declare namespace DomainName {
|
|
218
|
+
|
|
219
|
+
const filterSensitiveLog: (obj: DomainName) => any;
|
|
220
|
+
}
|
|
221
|
+
export declare enum ConnectionType {
|
|
222
|
+
INTERNET = "INTERNET",
|
|
223
|
+
VPC_LINK = "VPC_LINK"
|
|
224
|
+
}
|
|
225
|
+
export declare enum ContentHandlingStrategy {
|
|
226
|
+
CONVERT_TO_BINARY = "CONVERT_TO_BINARY",
|
|
227
|
+
CONVERT_TO_TEXT = "CONVERT_TO_TEXT"
|
|
228
|
+
}
|
|
229
|
+
export declare enum IntegrationType {
|
|
230
|
+
AWS = "AWS",
|
|
231
|
+
AWS_PROXY = "AWS_PROXY",
|
|
232
|
+
HTTP = "HTTP",
|
|
233
|
+
HTTP_PROXY = "HTTP_PROXY",
|
|
234
|
+
MOCK = "MOCK"
|
|
235
|
+
}
|
|
236
|
+
export declare enum PassthroughBehavior {
|
|
237
|
+
NEVER = "NEVER",
|
|
238
|
+
WHEN_NO_MATCH = "WHEN_NO_MATCH",
|
|
239
|
+
WHEN_NO_TEMPLATES = "WHEN_NO_TEMPLATES"
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
export interface TlsConfig {
|
|
243
|
+
|
|
244
|
+
ServerNameToVerify?: string;
|
|
245
|
+
}
|
|
246
|
+
export declare namespace TlsConfig {
|
|
247
|
+
|
|
248
|
+
const filterSensitiveLog: (obj: TlsConfig) => any;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
export interface Integration {
|
|
252
|
+
|
|
253
|
+
ApiGatewayManaged?: boolean;
|
|
254
|
+
|
|
255
|
+
ConnectionId?: string;
|
|
256
|
+
|
|
257
|
+
ConnectionType?: ConnectionType | string;
|
|
258
|
+
|
|
259
|
+
ContentHandlingStrategy?: ContentHandlingStrategy | string;
|
|
260
|
+
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { CreateApiCommandInput, CreateApiCommandOutput } from "../commands/CreateApiCommand";
|
|
4
|
+
import { CreateApiMappingCommandInput, CreateApiMappingCommandOutput } from "../commands/CreateApiMappingCommand";
|
|
5
|
+
import { CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput } from "../commands/CreateAuthorizerCommand";
|
|
6
|
+
import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "../commands/CreateDeploymentCommand";
|
|
7
|
+
import { CreateDomainNameCommandInput, CreateDomainNameCommandOutput } from "../commands/CreateDomainNameCommand";
|
|
8
|
+
import { CreateIntegrationCommandInput, CreateIntegrationCommandOutput } from "../commands/CreateIntegrationCommand";
|
|
9
|
+
import { CreateIntegrationResponseCommandInput, CreateIntegrationResponseCommandOutput } from "../commands/CreateIntegrationResponseCommand";
|
|
10
|
+
import { CreateModelCommandInput, CreateModelCommandOutput } from "../commands/CreateModelCommand";
|
|
11
|
+
import { CreateRouteCommandInput, CreateRouteCommandOutput } from "../commands/CreateRouteCommand";
|
|
12
|
+
import { CreateRouteResponseCommandInput, CreateRouteResponseCommandOutput } from "../commands/CreateRouteResponseCommand";
|
|
13
|
+
import { CreateStageCommandInput, CreateStageCommandOutput } from "../commands/CreateStageCommand";
|
|
14
|
+
import { CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput } from "../commands/CreateVpcLinkCommand";
|
|
15
|
+
import { DeleteAccessLogSettingsCommandInput, DeleteAccessLogSettingsCommandOutput } from "../commands/DeleteAccessLogSettingsCommand";
|
|
16
|
+
import { DeleteApiCommandInput, DeleteApiCommandOutput } from "../commands/DeleteApiCommand";
|
|
17
|
+
import { DeleteApiMappingCommandInput, DeleteApiMappingCommandOutput } from "../commands/DeleteApiMappingCommand";
|
|
18
|
+
import { DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput } from "../commands/DeleteAuthorizerCommand";
|
|
19
|
+
import { DeleteCorsConfigurationCommandInput, DeleteCorsConfigurationCommandOutput } from "../commands/DeleteCorsConfigurationCommand";
|
|
20
|
+
import { DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput } from "../commands/DeleteDeploymentCommand";
|
|
21
|
+
import { DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput } from "../commands/DeleteDomainNameCommand";
|
|
22
|
+
import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "../commands/DeleteIntegrationCommand";
|
|
23
|
+
import { DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput } from "../commands/DeleteIntegrationResponseCommand";
|
|
24
|
+
import { DeleteModelCommandInput, DeleteModelCommandOutput } from "../commands/DeleteModelCommand";
|
|
25
|
+
import { DeleteRouteCommandInput, DeleteRouteCommandOutput } from "../commands/DeleteRouteCommand";
|
|
26
|
+
import { DeleteRouteRequestParameterCommandInput, DeleteRouteRequestParameterCommandOutput } from "../commands/DeleteRouteRequestParameterCommand";
|
|
27
|
+
import { DeleteRouteResponseCommandInput, DeleteRouteResponseCommandOutput } from "../commands/DeleteRouteResponseCommand";
|
|
28
|
+
import { DeleteRouteSettingsCommandInput, DeleteRouteSettingsCommandOutput } from "../commands/DeleteRouteSettingsCommand";
|
|
29
|
+
import { DeleteStageCommandInput, DeleteStageCommandOutput } from "../commands/DeleteStageCommand";
|
|
30
|
+
import { DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput } from "../commands/DeleteVpcLinkCommand";
|
|
31
|
+
import { ExportApiCommandInput, ExportApiCommandOutput } from "../commands/ExportApiCommand";
|
|
32
|
+
import { GetApiCommandInput, GetApiCommandOutput } from "../commands/GetApiCommand";
|
|
33
|
+
import { GetApiMappingCommandInput, GetApiMappingCommandOutput } from "../commands/GetApiMappingCommand";
|
|
34
|
+
import { GetApiMappingsCommandInput, GetApiMappingsCommandOutput } from "../commands/GetApiMappingsCommand";
|
|
35
|
+
import { GetApisCommandInput, GetApisCommandOutput } from "../commands/GetApisCommand";
|
|
36
|
+
import { GetAuthorizerCommandInput, GetAuthorizerCommandOutput } from "../commands/GetAuthorizerCommand";
|
|
37
|
+
import { GetAuthorizersCommandInput, GetAuthorizersCommandOutput } from "../commands/GetAuthorizersCommand";
|
|
38
|
+
import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "../commands/GetDeploymentCommand";
|
|
39
|
+
import { GetDeploymentsCommandInput, GetDeploymentsCommandOutput } from "../commands/GetDeploymentsCommand";
|
|
40
|
+
import { GetDomainNameCommandInput, GetDomainNameCommandOutput } from "../commands/GetDomainNameCommand";
|
|
41
|
+
import { GetDomainNamesCommandInput, GetDomainNamesCommandOutput } from "../commands/GetDomainNamesCommand";
|
|
42
|
+
import { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "../commands/GetIntegrationCommand";
|
|
43
|
+
import { GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput } from "../commands/GetIntegrationResponseCommand";
|
|
44
|
+
import { GetIntegrationResponsesCommandInput, GetIntegrationResponsesCommandOutput } from "../commands/GetIntegrationResponsesCommand";
|
|
45
|
+
import { GetIntegrationsCommandInput, GetIntegrationsCommandOutput } from "../commands/GetIntegrationsCommand";
|
|
46
|
+
import { GetModelCommandInput, GetModelCommandOutput } from "../commands/GetModelCommand";
|
|
47
|
+
import { GetModelsCommandInput, GetModelsCommandOutput } from "../commands/GetModelsCommand";
|
|
48
|
+
import { GetModelTemplateCommandInput, GetModelTemplateCommandOutput } from "../commands/GetModelTemplateCommand";
|
|
49
|
+
import { GetRouteCommandInput, GetRouteCommandOutput } from "../commands/GetRouteCommand";
|
|
50
|
+
import { GetRouteResponseCommandInput, GetRouteResponseCommandOutput } from "../commands/GetRouteResponseCommand";
|
|
51
|
+
import { GetRouteResponsesCommandInput, GetRouteResponsesCommandOutput } from "../commands/GetRouteResponsesCommand";
|
|
52
|
+
import { GetRoutesCommandInput, GetRoutesCommandOutput } from "../commands/GetRoutesCommand";
|
|
53
|
+
import { GetStageCommandInput, GetStageCommandOutput } from "../commands/GetStageCommand";
|
|
54
|
+
import { GetStagesCommandInput, GetStagesCommandOutput } from "../commands/GetStagesCommand";
|
|
55
|
+
import { GetTagsCommandInput, GetTagsCommandOutput } from "../commands/GetTagsCommand";
|
|
56
|
+
import { GetVpcLinkCommandInput, GetVpcLinkCommandOutput } from "../commands/GetVpcLinkCommand";
|
|
57
|
+
import { GetVpcLinksCommandInput, GetVpcLinksCommandOutput } from "../commands/GetVpcLinksCommand";
|
|
58
|
+
import { ImportApiCommandInput, ImportApiCommandOutput } from "../commands/ImportApiCommand";
|
|
59
|
+
import { ReimportApiCommandInput, ReimportApiCommandOutput } from "../commands/ReimportApiCommand";
|
|
60
|
+
import { ResetAuthorizersCacheCommandInput, ResetAuthorizersCacheCommandOutput } from "../commands/ResetAuthorizersCacheCommand";
|
|
61
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
62
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
63
|
+
import { UpdateApiCommandInput, UpdateApiCommandOutput } from "../commands/UpdateApiCommand";
|
|
64
|
+
import { UpdateApiMappingCommandInput, UpdateApiMappingCommandOutput } from "../commands/UpdateApiMappingCommand";
|
|
65
|
+
import { UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput } from "../commands/UpdateAuthorizerCommand";
|
|
66
|
+
import { UpdateDeploymentCommandInput, UpdateDeploymentCommandOutput } from "../commands/UpdateDeploymentCommand";
|
|
67
|
+
import { UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput } from "../commands/UpdateDomainNameCommand";
|
|
68
|
+
import { UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput } from "../commands/UpdateIntegrationCommand";
|
|
69
|
+
import { UpdateIntegrationResponseCommandInput, UpdateIntegrationResponseCommandOutput } from "../commands/UpdateIntegrationResponseCommand";
|
|
70
|
+
import { UpdateModelCommandInput, UpdateModelCommandOutput } from "../commands/UpdateModelCommand";
|
|
71
|
+
import { UpdateRouteCommandInput, UpdateRouteCommandOutput } from "../commands/UpdateRouteCommand";
|
|
72
|
+
import { UpdateRouteResponseCommandInput, UpdateRouteResponseCommandOutput } from "../commands/UpdateRouteResponseCommand";
|
|
73
|
+
import { UpdateStageCommandInput, UpdateStageCommandOutput } from "../commands/UpdateStageCommand";
|
|
74
|
+
import { UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput } from "../commands/UpdateVpcLinkCommand";
|
|
75
|
+
export declare const serializeAws_restJson1CreateApiCommand: (input: CreateApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
export declare const serializeAws_restJson1CreateApiMappingCommand: (input: CreateApiMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
export declare const serializeAws_restJson1CreateAuthorizerCommand: (input: CreateAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
export declare const serializeAws_restJson1CreateDeploymentCommand: (input: CreateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
export declare const serializeAws_restJson1CreateDomainNameCommand: (input: CreateDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
+
export declare const serializeAws_restJson1CreateIntegrationCommand: (input: CreateIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
export declare const serializeAws_restJson1CreateIntegrationResponseCommand: (input: CreateIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
export declare const serializeAws_restJson1CreateModelCommand: (input: CreateModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
+
export declare const serializeAws_restJson1CreateRouteCommand: (input: CreateRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
+
export declare const serializeAws_restJson1CreateRouteResponseCommand: (input: CreateRouteResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
export declare const serializeAws_restJson1CreateStageCommand: (input: CreateStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
export declare const serializeAws_restJson1CreateVpcLinkCommand: (input: CreateVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
+
export declare const serializeAws_restJson1DeleteAccessLogSettingsCommand: (input: DeleteAccessLogSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
+
export declare const serializeAws_restJson1DeleteApiCommand: (input: DeleteApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
+
export declare const serializeAws_restJson1DeleteApiMappingCommand: (input: DeleteApiMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
export declare const serializeAws_restJson1DeleteAuthorizerCommand: (input: DeleteAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
+
export declare const serializeAws_restJson1DeleteCorsConfigurationCommand: (input: DeleteCorsConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
+
export declare const serializeAws_restJson1DeleteDeploymentCommand: (input: DeleteDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
+
export declare const serializeAws_restJson1DeleteDomainNameCommand: (input: DeleteDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
export declare const serializeAws_restJson1DeleteIntegrationCommand: (input: DeleteIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
export declare const serializeAws_restJson1DeleteIntegrationResponseCommand: (input: DeleteIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
+
export declare const serializeAws_restJson1DeleteModelCommand: (input: DeleteModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
export declare const serializeAws_restJson1DeleteRouteCommand: (input: DeleteRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
export declare const serializeAws_restJson1DeleteRouteRequestParameterCommand: (input: DeleteRouteRequestParameterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
export declare const serializeAws_restJson1DeleteRouteResponseCommand: (input: DeleteRouteResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
+
export declare const serializeAws_restJson1DeleteRouteSettingsCommand: (input: DeleteRouteSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
+
export declare const serializeAws_restJson1DeleteStageCommand: (input: DeleteStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
export declare const serializeAws_restJson1DeleteVpcLinkCommand: (input: DeleteVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
+
export declare const serializeAws_restJson1ExportApiCommand: (input: ExportApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
+
export declare const serializeAws_restJson1GetApiCommand: (input: GetApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
export declare const serializeAws_restJson1GetApiMappingCommand: (input: GetApiMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
+
export declare const serializeAws_restJson1GetApiMappingsCommand: (input: GetApiMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
+
export declare const serializeAws_restJson1GetApisCommand: (input: GetApisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
+
export declare const serializeAws_restJson1GetAuthorizerCommand: (input: GetAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
+
export declare const serializeAws_restJson1GetAuthorizersCommand: (input: GetAuthorizersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
+
export declare const serializeAws_restJson1GetDeploymentCommand: (input: GetDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
+
export declare const serializeAws_restJson1GetDeploymentsCommand: (input: GetDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
+
export declare const serializeAws_restJson1GetDomainNameCommand: (input: GetDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
export declare const serializeAws_restJson1GetDomainNamesCommand: (input: GetDomainNamesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
export declare const serializeAws_restJson1GetIntegrationCommand: (input: GetIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
+
export declare const serializeAws_restJson1GetIntegrationResponseCommand: (input: GetIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
+
export declare const serializeAws_restJson1GetIntegrationResponsesCommand: (input: GetIntegrationResponsesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
+
export declare const serializeAws_restJson1GetIntegrationsCommand: (input: GetIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
+
export declare const serializeAws_restJson1GetModelCommand: (input: GetModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
+
export declare const serializeAws_restJson1GetModelsCommand: (input: GetModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
+
export declare const serializeAws_restJson1GetModelTemplateCommand: (input: GetModelTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
+
export declare const serializeAws_restJson1GetRouteCommand: (input: GetRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
+
export declare const serializeAws_restJson1GetRouteResponseCommand: (input: GetRouteResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
+
export declare const serializeAws_restJson1GetRouteResponsesCommand: (input: GetRouteResponsesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
+
export declare const serializeAws_restJson1GetRoutesCommand: (input: GetRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
+
export declare const serializeAws_restJson1GetStageCommand: (input: GetStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
+
export declare const serializeAws_restJson1GetStagesCommand: (input: GetStagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
+
export declare const serializeAws_restJson1GetTagsCommand: (input: GetTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
+
export declare const serializeAws_restJson1GetVpcLinkCommand: (input: GetVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
+
export declare const serializeAws_restJson1GetVpcLinksCommand: (input: GetVpcLinksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
+
export declare const serializeAws_restJson1ImportApiCommand: (input: ImportApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
+
export declare const serializeAws_restJson1ReimportApiCommand: (input: ReimportApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
+
export declare const serializeAws_restJson1ResetAuthorizersCacheCommand: (input: ResetAuthorizersCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
+
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
+
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
+
export declare const serializeAws_restJson1UpdateApiCommand: (input: UpdateApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
|
+
export declare const serializeAws_restJson1UpdateApiMappingCommand: (input: UpdateApiMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
+
export declare const serializeAws_restJson1UpdateAuthorizerCommand: (input: UpdateAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
+
export declare const serializeAws_restJson1UpdateDeploymentCommand: (input: UpdateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
+
export declare const serializeAws_restJson1UpdateDomainNameCommand: (input: UpdateDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
+
export declare const serializeAws_restJson1UpdateIntegrationCommand: (input: UpdateIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
+
export declare const serializeAws_restJson1UpdateIntegrationResponseCommand: (input: UpdateIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
+
export declare const serializeAws_restJson1UpdateModelCommand: (input: UpdateModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
+
export declare const serializeAws_restJson1UpdateRouteCommand: (input: UpdateRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
+
export declare const serializeAws_restJson1UpdateRouteResponseCommand: (input: UpdateRouteResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
+
export declare const serializeAws_restJson1UpdateStageCommand: (input: UpdateStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
+
export declare const serializeAws_restJson1UpdateVpcLinkCommand: (input: UpdateVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
+
export declare const deserializeAws_restJson1CreateApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApiCommandOutput>;
|
|
148
|
+
export declare const deserializeAws_restJson1CreateApiMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApiMappingCommandOutput>;
|
|
149
|
+
export declare const deserializeAws_restJson1CreateAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAuthorizerCommandOutput>;
|
|
150
|
+
export declare const deserializeAws_restJson1CreateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentCommandOutput>;
|
|
151
|
+
export declare const deserializeAws_restJson1CreateDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainNameCommandOutput>;
|
|
152
|
+
export declare const deserializeAws_restJson1CreateIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationCommandOutput>;
|
|
153
|
+
export declare const deserializeAws_restJson1CreateIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationResponseCommandOutput>;
|
|
154
|
+
export declare const deserializeAws_restJson1CreateModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelCommandOutput>;
|
|
155
|
+
export declare const deserializeAws_restJson1CreateRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRouteCommandOutput>;
|
|
156
|
+
export declare const deserializeAws_restJson1CreateRouteResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRouteResponseCommandOutput>;
|
|
157
|
+
export declare const deserializeAws_restJson1CreateStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStageCommandOutput>;
|
|
158
|
+
export declare const deserializeAws_restJson1CreateVpcLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcLinkCommandOutput>;
|
|
159
|
+
export declare const deserializeAws_restJson1DeleteAccessLogSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessLogSettingsCommandOutput>;
|
|
160
|
+
export declare const deserializeAws_restJson1DeleteApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApiCommandOutput>;
|
|
161
|
+
export declare const deserializeAws_restJson1DeleteApiMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApiMappingCommandOutput>;
|
|
162
|
+
export declare const deserializeAws_restJson1DeleteAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAuthorizerCommandOutput>;
|
|
163
|
+
export declare const deserializeAws_restJson1DeleteCorsConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCorsConfigurationCommandOutput>;
|
|
164
|
+
export declare const deserializeAws_restJson1DeleteDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeploymentCommandOutput>;
|
|
165
|
+
export declare const deserializeAws_restJson1DeleteDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainNameCommandOutput>;
|
|
166
|
+
export declare const deserializeAws_restJson1DeleteIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationCommandOutput>;
|
|
167
|
+
export declare const deserializeAws_restJson1DeleteIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationResponseCommandOutput>;
|
|
168
|
+
export declare const deserializeAws_restJson1DeleteModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelCommandOutput>;
|
|
169
|
+
export declare const deserializeAws_restJson1DeleteRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteCommandOutput>;
|
|
170
|
+
export declare const deserializeAws_restJson1DeleteRouteRequestParameterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteRequestParameterCommandOutput>;
|
|
171
|
+
export declare const deserializeAws_restJson1DeleteRouteResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteResponseCommandOutput>;
|
|
172
|
+
export declare const deserializeAws_restJson1DeleteRouteSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteSettingsCommandOutput>;
|
|
173
|
+
export declare const deserializeAws_restJson1DeleteStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStageCommandOutput>;
|
|
174
|
+
export declare const deserializeAws_restJson1DeleteVpcLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcLinkCommandOutput>;
|
|
175
|
+
export declare const deserializeAws_restJson1ExportApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportApiCommandOutput>;
|
|
176
|
+
export declare const deserializeAws_restJson1GetApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiCommandOutput>;
|
|
177
|
+
export declare const deserializeAws_restJson1GetApiMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiMappingCommandOutput>;
|
|
178
|
+
export declare const deserializeAws_restJson1GetApiMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiMappingsCommandOutput>;
|
|
179
|
+
export declare const deserializeAws_restJson1GetApisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApisCommandOutput>;
|
|
180
|
+
export declare const deserializeAws_restJson1GetAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAuthorizerCommandOutput>;
|
|
181
|
+
export declare const deserializeAws_restJson1GetAuthorizersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAuthorizersCommandOutput>;
|
|
182
|
+
export declare const deserializeAws_restJson1GetDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentCommandOutput>;
|
|
183
|
+
export declare const deserializeAws_restJson1GetDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentsCommandOutput>;
|
|
184
|
+
export declare const deserializeAws_restJson1GetDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainNameCommandOutput>;
|
|
185
|
+
export declare const deserializeAws_restJson1GetDomainNamesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainNamesCommandOutput>;
|
|
186
|
+
export declare const deserializeAws_restJson1GetIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationCommandOutput>;
|
|
187
|
+
export declare const deserializeAws_restJson1GetIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationResponseCommandOutput>;
|
|
188
|
+
export declare const deserializeAws_restJson1GetIntegrationResponsesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationResponsesCommandOutput>;
|
|
189
|
+
export declare const deserializeAws_restJson1GetIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationsCommandOutput>;
|
|
190
|
+
export declare const deserializeAws_restJson1GetModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelCommandOutput>;
|
|
191
|
+
export declare const deserializeAws_restJson1GetModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelsCommandOutput>;
|
|
192
|
+
export declare const deserializeAws_restJson1GetModelTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelTemplateCommandOutput>;
|
|
193
|
+
export declare const deserializeAws_restJson1GetRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRouteCommandOutput>;
|
|
194
|
+
export declare const deserializeAws_restJson1GetRouteResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRouteResponseCommandOutput>;
|
|
195
|
+
export declare const deserializeAws_restJson1GetRouteResponsesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRouteResponsesCommandOutput>;
|
|
196
|
+
export declare const deserializeAws_restJson1GetRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRoutesCommandOutput>;
|
|
197
|
+
export declare const deserializeAws_restJson1GetStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStageCommandOutput>;
|
|
198
|
+
export declare const deserializeAws_restJson1GetStagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStagesCommandOutput>;
|
|
199
|
+
export declare const deserializeAws_restJson1GetTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTagsCommandOutput>;
|
|
200
|
+
export declare const deserializeAws_restJson1GetVpcLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVpcLinkCommandOutput>;
|
|
201
|
+
export declare const deserializeAws_restJson1GetVpcLinksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVpcLinksCommandOutput>;
|
|
202
|
+
export declare const deserializeAws_restJson1ImportApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportApiCommandOutput>;
|
|
203
|
+
export declare const deserializeAws_restJson1ReimportApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReimportApiCommandOutput>;
|
|
204
|
+
export declare const deserializeAws_restJson1ResetAuthorizersCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetAuthorizersCacheCommandOutput>;
|
|
205
|
+
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
206
|
+
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
207
|
+
export declare const deserializeAws_restJson1UpdateApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApiCommandOutput>;
|
|
208
|
+
export declare const deserializeAws_restJson1UpdateApiMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApiMappingCommandOutput>;
|
|
209
|
+
export declare const deserializeAws_restJson1UpdateAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAuthorizerCommandOutput>;
|
|
210
|
+
export declare const deserializeAws_restJson1UpdateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeploymentCommandOutput>;
|
|
211
|
+
export declare const deserializeAws_restJson1UpdateDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainNameCommandOutput>;
|
|
212
|
+
export declare const deserializeAws_restJson1UpdateIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIntegrationCommandOutput>;
|
|
213
|
+
export declare const deserializeAws_restJson1UpdateIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIntegrationResponseCommandOutput>;
|
|
214
|
+
export declare const deserializeAws_restJson1UpdateModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateModelCommandOutput>;
|
|
215
|
+
export declare const deserializeAws_restJson1UpdateRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRouteCommandOutput>;
|
|
216
|
+
export declare const deserializeAws_restJson1UpdateRouteResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRouteResponseCommandOutput>;
|
|
217
|
+
export declare const deserializeAws_restJson1UpdateStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStageCommandOutput>;
|
|
218
|
+
export declare const deserializeAws_restJson1UpdateVpcLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVpcLinkCommandOutput>;
|