@aws-sdk/client-apigatewayv2 3.168.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/ApiGatewayV2.d.ts +1299 -364
- package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +562 -145
- package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +33 -16
- package/dist-types/ts3.4/commands/GetApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetApisCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetModelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +72 -72
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/ApiGatewayV2ServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +4520 -79
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +869 -218
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,145 +1,562 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
import {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
import {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
}
|
|
145
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateApiCommandInput,
|
|
47
|
+
CreateApiCommandOutput,
|
|
48
|
+
} from "./commands/CreateApiCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateApiMappingCommandInput,
|
|
51
|
+
CreateApiMappingCommandOutput,
|
|
52
|
+
} from "./commands/CreateApiMappingCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateAuthorizerCommandInput,
|
|
55
|
+
CreateAuthorizerCommandOutput,
|
|
56
|
+
} from "./commands/CreateAuthorizerCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateDeploymentCommandInput,
|
|
59
|
+
CreateDeploymentCommandOutput,
|
|
60
|
+
} from "./commands/CreateDeploymentCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateDomainNameCommandInput,
|
|
63
|
+
CreateDomainNameCommandOutput,
|
|
64
|
+
} from "./commands/CreateDomainNameCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateIntegrationCommandInput,
|
|
67
|
+
CreateIntegrationCommandOutput,
|
|
68
|
+
} from "./commands/CreateIntegrationCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateIntegrationResponseCommandInput,
|
|
71
|
+
CreateIntegrationResponseCommandOutput,
|
|
72
|
+
} from "./commands/CreateIntegrationResponseCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateModelCommandInput,
|
|
75
|
+
CreateModelCommandOutput,
|
|
76
|
+
} from "./commands/CreateModelCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateRouteCommandInput,
|
|
79
|
+
CreateRouteCommandOutput,
|
|
80
|
+
} from "./commands/CreateRouteCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateRouteResponseCommandInput,
|
|
83
|
+
CreateRouteResponseCommandOutput,
|
|
84
|
+
} from "./commands/CreateRouteResponseCommand";
|
|
85
|
+
import {
|
|
86
|
+
CreateStageCommandInput,
|
|
87
|
+
CreateStageCommandOutput,
|
|
88
|
+
} from "./commands/CreateStageCommand";
|
|
89
|
+
import {
|
|
90
|
+
CreateVpcLinkCommandInput,
|
|
91
|
+
CreateVpcLinkCommandOutput,
|
|
92
|
+
} from "./commands/CreateVpcLinkCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteAccessLogSettingsCommandInput,
|
|
95
|
+
DeleteAccessLogSettingsCommandOutput,
|
|
96
|
+
} from "./commands/DeleteAccessLogSettingsCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteApiCommandInput,
|
|
99
|
+
DeleteApiCommandOutput,
|
|
100
|
+
} from "./commands/DeleteApiCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteApiMappingCommandInput,
|
|
103
|
+
DeleteApiMappingCommandOutput,
|
|
104
|
+
} from "./commands/DeleteApiMappingCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteAuthorizerCommandInput,
|
|
107
|
+
DeleteAuthorizerCommandOutput,
|
|
108
|
+
} from "./commands/DeleteAuthorizerCommand";
|
|
109
|
+
import {
|
|
110
|
+
DeleteCorsConfigurationCommandInput,
|
|
111
|
+
DeleteCorsConfigurationCommandOutput,
|
|
112
|
+
} from "./commands/DeleteCorsConfigurationCommand";
|
|
113
|
+
import {
|
|
114
|
+
DeleteDeploymentCommandInput,
|
|
115
|
+
DeleteDeploymentCommandOutput,
|
|
116
|
+
} from "./commands/DeleteDeploymentCommand";
|
|
117
|
+
import {
|
|
118
|
+
DeleteDomainNameCommandInput,
|
|
119
|
+
DeleteDomainNameCommandOutput,
|
|
120
|
+
} from "./commands/DeleteDomainNameCommand";
|
|
121
|
+
import {
|
|
122
|
+
DeleteIntegrationCommandInput,
|
|
123
|
+
DeleteIntegrationCommandOutput,
|
|
124
|
+
} from "./commands/DeleteIntegrationCommand";
|
|
125
|
+
import {
|
|
126
|
+
DeleteIntegrationResponseCommandInput,
|
|
127
|
+
DeleteIntegrationResponseCommandOutput,
|
|
128
|
+
} from "./commands/DeleteIntegrationResponseCommand";
|
|
129
|
+
import {
|
|
130
|
+
DeleteModelCommandInput,
|
|
131
|
+
DeleteModelCommandOutput,
|
|
132
|
+
} from "./commands/DeleteModelCommand";
|
|
133
|
+
import {
|
|
134
|
+
DeleteRouteCommandInput,
|
|
135
|
+
DeleteRouteCommandOutput,
|
|
136
|
+
} from "./commands/DeleteRouteCommand";
|
|
137
|
+
import {
|
|
138
|
+
DeleteRouteRequestParameterCommandInput,
|
|
139
|
+
DeleteRouteRequestParameterCommandOutput,
|
|
140
|
+
} from "./commands/DeleteRouteRequestParameterCommand";
|
|
141
|
+
import {
|
|
142
|
+
DeleteRouteResponseCommandInput,
|
|
143
|
+
DeleteRouteResponseCommandOutput,
|
|
144
|
+
} from "./commands/DeleteRouteResponseCommand";
|
|
145
|
+
import {
|
|
146
|
+
DeleteRouteSettingsCommandInput,
|
|
147
|
+
DeleteRouteSettingsCommandOutput,
|
|
148
|
+
} from "./commands/DeleteRouteSettingsCommand";
|
|
149
|
+
import {
|
|
150
|
+
DeleteStageCommandInput,
|
|
151
|
+
DeleteStageCommandOutput,
|
|
152
|
+
} from "./commands/DeleteStageCommand";
|
|
153
|
+
import {
|
|
154
|
+
DeleteVpcLinkCommandInput,
|
|
155
|
+
DeleteVpcLinkCommandOutput,
|
|
156
|
+
} from "./commands/DeleteVpcLinkCommand";
|
|
157
|
+
import {
|
|
158
|
+
ExportApiCommandInput,
|
|
159
|
+
ExportApiCommandOutput,
|
|
160
|
+
} from "./commands/ExportApiCommand";
|
|
161
|
+
import {
|
|
162
|
+
GetApiCommandInput,
|
|
163
|
+
GetApiCommandOutput,
|
|
164
|
+
} from "./commands/GetApiCommand";
|
|
165
|
+
import {
|
|
166
|
+
GetApiMappingCommandInput,
|
|
167
|
+
GetApiMappingCommandOutput,
|
|
168
|
+
} from "./commands/GetApiMappingCommand";
|
|
169
|
+
import {
|
|
170
|
+
GetApiMappingsCommandInput,
|
|
171
|
+
GetApiMappingsCommandOutput,
|
|
172
|
+
} from "./commands/GetApiMappingsCommand";
|
|
173
|
+
import {
|
|
174
|
+
GetApisCommandInput,
|
|
175
|
+
GetApisCommandOutput,
|
|
176
|
+
} from "./commands/GetApisCommand";
|
|
177
|
+
import {
|
|
178
|
+
GetAuthorizerCommandInput,
|
|
179
|
+
GetAuthorizerCommandOutput,
|
|
180
|
+
} from "./commands/GetAuthorizerCommand";
|
|
181
|
+
import {
|
|
182
|
+
GetAuthorizersCommandInput,
|
|
183
|
+
GetAuthorizersCommandOutput,
|
|
184
|
+
} from "./commands/GetAuthorizersCommand";
|
|
185
|
+
import {
|
|
186
|
+
GetDeploymentCommandInput,
|
|
187
|
+
GetDeploymentCommandOutput,
|
|
188
|
+
} from "./commands/GetDeploymentCommand";
|
|
189
|
+
import {
|
|
190
|
+
GetDeploymentsCommandInput,
|
|
191
|
+
GetDeploymentsCommandOutput,
|
|
192
|
+
} from "./commands/GetDeploymentsCommand";
|
|
193
|
+
import {
|
|
194
|
+
GetDomainNameCommandInput,
|
|
195
|
+
GetDomainNameCommandOutput,
|
|
196
|
+
} from "./commands/GetDomainNameCommand";
|
|
197
|
+
import {
|
|
198
|
+
GetDomainNamesCommandInput,
|
|
199
|
+
GetDomainNamesCommandOutput,
|
|
200
|
+
} from "./commands/GetDomainNamesCommand";
|
|
201
|
+
import {
|
|
202
|
+
GetIntegrationCommandInput,
|
|
203
|
+
GetIntegrationCommandOutput,
|
|
204
|
+
} from "./commands/GetIntegrationCommand";
|
|
205
|
+
import {
|
|
206
|
+
GetIntegrationResponseCommandInput,
|
|
207
|
+
GetIntegrationResponseCommandOutput,
|
|
208
|
+
} from "./commands/GetIntegrationResponseCommand";
|
|
209
|
+
import {
|
|
210
|
+
GetIntegrationResponsesCommandInput,
|
|
211
|
+
GetIntegrationResponsesCommandOutput,
|
|
212
|
+
} from "./commands/GetIntegrationResponsesCommand";
|
|
213
|
+
import {
|
|
214
|
+
GetIntegrationsCommandInput,
|
|
215
|
+
GetIntegrationsCommandOutput,
|
|
216
|
+
} from "./commands/GetIntegrationsCommand";
|
|
217
|
+
import {
|
|
218
|
+
GetModelCommandInput,
|
|
219
|
+
GetModelCommandOutput,
|
|
220
|
+
} from "./commands/GetModelCommand";
|
|
221
|
+
import {
|
|
222
|
+
GetModelsCommandInput,
|
|
223
|
+
GetModelsCommandOutput,
|
|
224
|
+
} from "./commands/GetModelsCommand";
|
|
225
|
+
import {
|
|
226
|
+
GetModelTemplateCommandInput,
|
|
227
|
+
GetModelTemplateCommandOutput,
|
|
228
|
+
} from "./commands/GetModelTemplateCommand";
|
|
229
|
+
import {
|
|
230
|
+
GetRouteCommandInput,
|
|
231
|
+
GetRouteCommandOutput,
|
|
232
|
+
} from "./commands/GetRouteCommand";
|
|
233
|
+
import {
|
|
234
|
+
GetRouteResponseCommandInput,
|
|
235
|
+
GetRouteResponseCommandOutput,
|
|
236
|
+
} from "./commands/GetRouteResponseCommand";
|
|
237
|
+
import {
|
|
238
|
+
GetRouteResponsesCommandInput,
|
|
239
|
+
GetRouteResponsesCommandOutput,
|
|
240
|
+
} from "./commands/GetRouteResponsesCommand";
|
|
241
|
+
import {
|
|
242
|
+
GetRoutesCommandInput,
|
|
243
|
+
GetRoutesCommandOutput,
|
|
244
|
+
} from "./commands/GetRoutesCommand";
|
|
245
|
+
import {
|
|
246
|
+
GetStageCommandInput,
|
|
247
|
+
GetStageCommandOutput,
|
|
248
|
+
} from "./commands/GetStageCommand";
|
|
249
|
+
import {
|
|
250
|
+
GetStagesCommandInput,
|
|
251
|
+
GetStagesCommandOutput,
|
|
252
|
+
} from "./commands/GetStagesCommand";
|
|
253
|
+
import {
|
|
254
|
+
GetTagsCommandInput,
|
|
255
|
+
GetTagsCommandOutput,
|
|
256
|
+
} from "./commands/GetTagsCommand";
|
|
257
|
+
import {
|
|
258
|
+
GetVpcLinkCommandInput,
|
|
259
|
+
GetVpcLinkCommandOutput,
|
|
260
|
+
} from "./commands/GetVpcLinkCommand";
|
|
261
|
+
import {
|
|
262
|
+
GetVpcLinksCommandInput,
|
|
263
|
+
GetVpcLinksCommandOutput,
|
|
264
|
+
} from "./commands/GetVpcLinksCommand";
|
|
265
|
+
import {
|
|
266
|
+
ImportApiCommandInput,
|
|
267
|
+
ImportApiCommandOutput,
|
|
268
|
+
} from "./commands/ImportApiCommand";
|
|
269
|
+
import {
|
|
270
|
+
ReimportApiCommandInput,
|
|
271
|
+
ReimportApiCommandOutput,
|
|
272
|
+
} from "./commands/ReimportApiCommand";
|
|
273
|
+
import {
|
|
274
|
+
ResetAuthorizersCacheCommandInput,
|
|
275
|
+
ResetAuthorizersCacheCommandOutput,
|
|
276
|
+
} from "./commands/ResetAuthorizersCacheCommand";
|
|
277
|
+
import {
|
|
278
|
+
TagResourceCommandInput,
|
|
279
|
+
TagResourceCommandOutput,
|
|
280
|
+
} from "./commands/TagResourceCommand";
|
|
281
|
+
import {
|
|
282
|
+
UntagResourceCommandInput,
|
|
283
|
+
UntagResourceCommandOutput,
|
|
284
|
+
} from "./commands/UntagResourceCommand";
|
|
285
|
+
import {
|
|
286
|
+
UpdateApiCommandInput,
|
|
287
|
+
UpdateApiCommandOutput,
|
|
288
|
+
} from "./commands/UpdateApiCommand";
|
|
289
|
+
import {
|
|
290
|
+
UpdateApiMappingCommandInput,
|
|
291
|
+
UpdateApiMappingCommandOutput,
|
|
292
|
+
} from "./commands/UpdateApiMappingCommand";
|
|
293
|
+
import {
|
|
294
|
+
UpdateAuthorizerCommandInput,
|
|
295
|
+
UpdateAuthorizerCommandOutput,
|
|
296
|
+
} from "./commands/UpdateAuthorizerCommand";
|
|
297
|
+
import {
|
|
298
|
+
UpdateDeploymentCommandInput,
|
|
299
|
+
UpdateDeploymentCommandOutput,
|
|
300
|
+
} from "./commands/UpdateDeploymentCommand";
|
|
301
|
+
import {
|
|
302
|
+
UpdateDomainNameCommandInput,
|
|
303
|
+
UpdateDomainNameCommandOutput,
|
|
304
|
+
} from "./commands/UpdateDomainNameCommand";
|
|
305
|
+
import {
|
|
306
|
+
UpdateIntegrationCommandInput,
|
|
307
|
+
UpdateIntegrationCommandOutput,
|
|
308
|
+
} from "./commands/UpdateIntegrationCommand";
|
|
309
|
+
import {
|
|
310
|
+
UpdateIntegrationResponseCommandInput,
|
|
311
|
+
UpdateIntegrationResponseCommandOutput,
|
|
312
|
+
} from "./commands/UpdateIntegrationResponseCommand";
|
|
313
|
+
import {
|
|
314
|
+
UpdateModelCommandInput,
|
|
315
|
+
UpdateModelCommandOutput,
|
|
316
|
+
} from "./commands/UpdateModelCommand";
|
|
317
|
+
import {
|
|
318
|
+
UpdateRouteCommandInput,
|
|
319
|
+
UpdateRouteCommandOutput,
|
|
320
|
+
} from "./commands/UpdateRouteCommand";
|
|
321
|
+
import {
|
|
322
|
+
UpdateRouteResponseCommandInput,
|
|
323
|
+
UpdateRouteResponseCommandOutput,
|
|
324
|
+
} from "./commands/UpdateRouteResponseCommand";
|
|
325
|
+
import {
|
|
326
|
+
UpdateStageCommandInput,
|
|
327
|
+
UpdateStageCommandOutput,
|
|
328
|
+
} from "./commands/UpdateStageCommand";
|
|
329
|
+
import {
|
|
330
|
+
UpdateVpcLinkCommandInput,
|
|
331
|
+
UpdateVpcLinkCommandOutput,
|
|
332
|
+
} from "./commands/UpdateVpcLinkCommand";
|
|
333
|
+
export declare type ServiceInputTypes =
|
|
334
|
+
| CreateApiCommandInput
|
|
335
|
+
| CreateApiMappingCommandInput
|
|
336
|
+
| CreateAuthorizerCommandInput
|
|
337
|
+
| CreateDeploymentCommandInput
|
|
338
|
+
| CreateDomainNameCommandInput
|
|
339
|
+
| CreateIntegrationCommandInput
|
|
340
|
+
| CreateIntegrationResponseCommandInput
|
|
341
|
+
| CreateModelCommandInput
|
|
342
|
+
| CreateRouteCommandInput
|
|
343
|
+
| CreateRouteResponseCommandInput
|
|
344
|
+
| CreateStageCommandInput
|
|
345
|
+
| CreateVpcLinkCommandInput
|
|
346
|
+
| DeleteAccessLogSettingsCommandInput
|
|
347
|
+
| DeleteApiCommandInput
|
|
348
|
+
| DeleteApiMappingCommandInput
|
|
349
|
+
| DeleteAuthorizerCommandInput
|
|
350
|
+
| DeleteCorsConfigurationCommandInput
|
|
351
|
+
| DeleteDeploymentCommandInput
|
|
352
|
+
| DeleteDomainNameCommandInput
|
|
353
|
+
| DeleteIntegrationCommandInput
|
|
354
|
+
| DeleteIntegrationResponseCommandInput
|
|
355
|
+
| DeleteModelCommandInput
|
|
356
|
+
| DeleteRouteCommandInput
|
|
357
|
+
| DeleteRouteRequestParameterCommandInput
|
|
358
|
+
| DeleteRouteResponseCommandInput
|
|
359
|
+
| DeleteRouteSettingsCommandInput
|
|
360
|
+
| DeleteStageCommandInput
|
|
361
|
+
| DeleteVpcLinkCommandInput
|
|
362
|
+
| ExportApiCommandInput
|
|
363
|
+
| GetApiCommandInput
|
|
364
|
+
| GetApiMappingCommandInput
|
|
365
|
+
| GetApiMappingsCommandInput
|
|
366
|
+
| GetApisCommandInput
|
|
367
|
+
| GetAuthorizerCommandInput
|
|
368
|
+
| GetAuthorizersCommandInput
|
|
369
|
+
| GetDeploymentCommandInput
|
|
370
|
+
| GetDeploymentsCommandInput
|
|
371
|
+
| GetDomainNameCommandInput
|
|
372
|
+
| GetDomainNamesCommandInput
|
|
373
|
+
| GetIntegrationCommandInput
|
|
374
|
+
| GetIntegrationResponseCommandInput
|
|
375
|
+
| GetIntegrationResponsesCommandInput
|
|
376
|
+
| GetIntegrationsCommandInput
|
|
377
|
+
| GetModelCommandInput
|
|
378
|
+
| GetModelTemplateCommandInput
|
|
379
|
+
| GetModelsCommandInput
|
|
380
|
+
| GetRouteCommandInput
|
|
381
|
+
| GetRouteResponseCommandInput
|
|
382
|
+
| GetRouteResponsesCommandInput
|
|
383
|
+
| GetRoutesCommandInput
|
|
384
|
+
| GetStageCommandInput
|
|
385
|
+
| GetStagesCommandInput
|
|
386
|
+
| GetTagsCommandInput
|
|
387
|
+
| GetVpcLinkCommandInput
|
|
388
|
+
| GetVpcLinksCommandInput
|
|
389
|
+
| ImportApiCommandInput
|
|
390
|
+
| ReimportApiCommandInput
|
|
391
|
+
| ResetAuthorizersCacheCommandInput
|
|
392
|
+
| TagResourceCommandInput
|
|
393
|
+
| UntagResourceCommandInput
|
|
394
|
+
| UpdateApiCommandInput
|
|
395
|
+
| UpdateApiMappingCommandInput
|
|
396
|
+
| UpdateAuthorizerCommandInput
|
|
397
|
+
| UpdateDeploymentCommandInput
|
|
398
|
+
| UpdateDomainNameCommandInput
|
|
399
|
+
| UpdateIntegrationCommandInput
|
|
400
|
+
| UpdateIntegrationResponseCommandInput
|
|
401
|
+
| UpdateModelCommandInput
|
|
402
|
+
| UpdateRouteCommandInput
|
|
403
|
+
| UpdateRouteResponseCommandInput
|
|
404
|
+
| UpdateStageCommandInput
|
|
405
|
+
| UpdateVpcLinkCommandInput;
|
|
406
|
+
export declare type ServiceOutputTypes =
|
|
407
|
+
| CreateApiCommandOutput
|
|
408
|
+
| CreateApiMappingCommandOutput
|
|
409
|
+
| CreateAuthorizerCommandOutput
|
|
410
|
+
| CreateDeploymentCommandOutput
|
|
411
|
+
| CreateDomainNameCommandOutput
|
|
412
|
+
| CreateIntegrationCommandOutput
|
|
413
|
+
| CreateIntegrationResponseCommandOutput
|
|
414
|
+
| CreateModelCommandOutput
|
|
415
|
+
| CreateRouteCommandOutput
|
|
416
|
+
| CreateRouteResponseCommandOutput
|
|
417
|
+
| CreateStageCommandOutput
|
|
418
|
+
| CreateVpcLinkCommandOutput
|
|
419
|
+
| DeleteAccessLogSettingsCommandOutput
|
|
420
|
+
| DeleteApiCommandOutput
|
|
421
|
+
| DeleteApiMappingCommandOutput
|
|
422
|
+
| DeleteAuthorizerCommandOutput
|
|
423
|
+
| DeleteCorsConfigurationCommandOutput
|
|
424
|
+
| DeleteDeploymentCommandOutput
|
|
425
|
+
| DeleteDomainNameCommandOutput
|
|
426
|
+
| DeleteIntegrationCommandOutput
|
|
427
|
+
| DeleteIntegrationResponseCommandOutput
|
|
428
|
+
| DeleteModelCommandOutput
|
|
429
|
+
| DeleteRouteCommandOutput
|
|
430
|
+
| DeleteRouteRequestParameterCommandOutput
|
|
431
|
+
| DeleteRouteResponseCommandOutput
|
|
432
|
+
| DeleteRouteSettingsCommandOutput
|
|
433
|
+
| DeleteStageCommandOutput
|
|
434
|
+
| DeleteVpcLinkCommandOutput
|
|
435
|
+
| ExportApiCommandOutput
|
|
436
|
+
| GetApiCommandOutput
|
|
437
|
+
| GetApiMappingCommandOutput
|
|
438
|
+
| GetApiMappingsCommandOutput
|
|
439
|
+
| GetApisCommandOutput
|
|
440
|
+
| GetAuthorizerCommandOutput
|
|
441
|
+
| GetAuthorizersCommandOutput
|
|
442
|
+
| GetDeploymentCommandOutput
|
|
443
|
+
| GetDeploymentsCommandOutput
|
|
444
|
+
| GetDomainNameCommandOutput
|
|
445
|
+
| GetDomainNamesCommandOutput
|
|
446
|
+
| GetIntegrationCommandOutput
|
|
447
|
+
| GetIntegrationResponseCommandOutput
|
|
448
|
+
| GetIntegrationResponsesCommandOutput
|
|
449
|
+
| GetIntegrationsCommandOutput
|
|
450
|
+
| GetModelCommandOutput
|
|
451
|
+
| GetModelTemplateCommandOutput
|
|
452
|
+
| GetModelsCommandOutput
|
|
453
|
+
| GetRouteCommandOutput
|
|
454
|
+
| GetRouteResponseCommandOutput
|
|
455
|
+
| GetRouteResponsesCommandOutput
|
|
456
|
+
| GetRoutesCommandOutput
|
|
457
|
+
| GetStageCommandOutput
|
|
458
|
+
| GetStagesCommandOutput
|
|
459
|
+
| GetTagsCommandOutput
|
|
460
|
+
| GetVpcLinkCommandOutput
|
|
461
|
+
| GetVpcLinksCommandOutput
|
|
462
|
+
| ImportApiCommandOutput
|
|
463
|
+
| ReimportApiCommandOutput
|
|
464
|
+
| ResetAuthorizersCacheCommandOutput
|
|
465
|
+
| TagResourceCommandOutput
|
|
466
|
+
| UntagResourceCommandOutput
|
|
467
|
+
| UpdateApiCommandOutput
|
|
468
|
+
| UpdateApiMappingCommandOutput
|
|
469
|
+
| UpdateAuthorizerCommandOutput
|
|
470
|
+
| UpdateDeploymentCommandOutput
|
|
471
|
+
| UpdateDomainNameCommandOutput
|
|
472
|
+
| UpdateIntegrationCommandOutput
|
|
473
|
+
| UpdateIntegrationResponseCommandOutput
|
|
474
|
+
| UpdateModelCommandOutput
|
|
475
|
+
| UpdateRouteCommandOutput
|
|
476
|
+
| UpdateRouteResponseCommandOutput
|
|
477
|
+
| UpdateStageCommandOutput
|
|
478
|
+
| UpdateVpcLinkCommandOutput;
|
|
479
|
+
export interface ClientDefaults
|
|
480
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
481
|
+
requestHandler?: __HttpHandler;
|
|
482
|
+
|
|
483
|
+
sha256?: __HashConstructor;
|
|
484
|
+
|
|
485
|
+
urlParser?: __UrlParser;
|
|
486
|
+
|
|
487
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
488
|
+
|
|
489
|
+
streamCollector?: __StreamCollector;
|
|
490
|
+
|
|
491
|
+
base64Decoder?: __Decoder;
|
|
492
|
+
|
|
493
|
+
base64Encoder?: __Encoder;
|
|
494
|
+
|
|
495
|
+
utf8Decoder?: __Decoder;
|
|
496
|
+
|
|
497
|
+
utf8Encoder?: __Encoder;
|
|
498
|
+
|
|
499
|
+
runtime?: string;
|
|
500
|
+
|
|
501
|
+
disableHostPrefix?: boolean;
|
|
502
|
+
|
|
503
|
+
maxAttempts?: number | __Provider<number>;
|
|
504
|
+
|
|
505
|
+
retryMode?: string | __Provider<string>;
|
|
506
|
+
|
|
507
|
+
logger?: __Logger;
|
|
508
|
+
|
|
509
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
510
|
+
|
|
511
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
512
|
+
|
|
513
|
+
serviceId?: string;
|
|
514
|
+
|
|
515
|
+
region?: string | __Provider<string>;
|
|
516
|
+
|
|
517
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
518
|
+
|
|
519
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
520
|
+
|
|
521
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
522
|
+
|
|
523
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
524
|
+
}
|
|
525
|
+
declare type ApiGatewayV2ClientConfigType = Partial<
|
|
526
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
527
|
+
> &
|
|
528
|
+
ClientDefaults &
|
|
529
|
+
RegionInputConfig &
|
|
530
|
+
EndpointsInputConfig &
|
|
531
|
+
RetryInputConfig &
|
|
532
|
+
HostHeaderInputConfig &
|
|
533
|
+
AwsAuthInputConfig &
|
|
534
|
+
UserAgentInputConfig;
|
|
535
|
+
|
|
536
|
+
export interface ApiGatewayV2ClientConfig
|
|
537
|
+
extends ApiGatewayV2ClientConfigType {}
|
|
538
|
+
declare type ApiGatewayV2ClientResolvedConfigType =
|
|
539
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
540
|
+
Required<ClientDefaults> &
|
|
541
|
+
RegionResolvedConfig &
|
|
542
|
+
EndpointsResolvedConfig &
|
|
543
|
+
RetryResolvedConfig &
|
|
544
|
+
HostHeaderResolvedConfig &
|
|
545
|
+
AwsAuthResolvedConfig &
|
|
546
|
+
UserAgentResolvedConfig;
|
|
547
|
+
|
|
548
|
+
export interface ApiGatewayV2ClientResolvedConfig
|
|
549
|
+
extends ApiGatewayV2ClientResolvedConfigType {}
|
|
550
|
+
|
|
551
|
+
export declare class ApiGatewayV2Client extends __Client<
|
|
552
|
+
__HttpHandlerOptions,
|
|
553
|
+
ServiceInputTypes,
|
|
554
|
+
ServiceOutputTypes,
|
|
555
|
+
ApiGatewayV2ClientResolvedConfig
|
|
556
|
+
> {
|
|
557
|
+
readonly config: ApiGatewayV2ClientResolvedConfig;
|
|
558
|
+
constructor(configuration: ApiGatewayV2ClientConfig);
|
|
559
|
+
|
|
560
|
+
destroy(): void;
|
|
561
|
+
}
|
|
562
|
+
export {};
|