@aws-sdk/client-api-gateway 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/APIGateway.d.ts +2164 -605
- package/dist-types/ts3.4/APIGatewayClient.d.ts +849 -193
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateBasePathMappingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateDocumentationPartCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDocumentationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRequestValidatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateUsagePlanCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateUsagePlanKeyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteBasePathMappingCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteClientCertificateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDocumentationPartCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDocumentationVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteGatewayResponseCommand.d.ts +36 -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/DeleteMethodCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteMethodResponseCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRequestValidatorCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUsagePlanCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUsagePlanKeyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/FlushStageAuthorizersCacheCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/FlushStageCacheCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GenerateClientCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetApiKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetApiKeysCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetBasePathMappingCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetBasePathMappingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetClientCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetClientCertificatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDocumentationPartCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDocumentationPartsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDocumentationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDocumentationVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetExportCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetGatewayResponseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetGatewayResponsesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMethodCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetMethodResponseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRequestValidatorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRequestValidatorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRestApisCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSdkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSdkTypeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSdkTypesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetUsageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetUsagePlanCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetUsagePlanKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetUsagePlanKeysCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetUsagePlansCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ImportApiKeysCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ImportDocumentationPartsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ImportRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutGatewayResponseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutMethodCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutMethodResponseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TestInvokeMethodCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateBasePathMappingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateClientCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateDocumentationPartCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDocumentationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateGatewayResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateMethodCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateMethodResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateRequestValidatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateUsageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateUsagePlanCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +120 -120
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/APIGatewayServiceException.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 +2635 -2499
- package/dist-types/ts3.4/pagination/GetApiKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetBasePathMappingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetClientCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDeploymentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDomainNamesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetRestApisPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetUsagePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetUsagePlanKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetUsagePlansPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetVpcLinksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1445 -362
- 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 +35 -35
|
@@ -1,2499 +1,2635 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { APIGatewayServiceException as __BaseException } from "./APIGatewayServiceException";
|
|
3
|
-
|
|
4
|
-
export interface AccessLogSettings {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
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
|
-
export declare class
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
export
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
export declare class
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
}
|
|
362
|
-
export declare type
|
|
363
|
-
|
|
364
|
-
export interface
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
export
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
export interface
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
export
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
export interface
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
export
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
export interface
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
export
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
}
|
|
967
|
-
|
|
968
|
-
export interface
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
export interface
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
export interface
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
}
|
|
1035
|
-
|
|
1036
|
-
export interface
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
}
|
|
1093
|
-
|
|
1094
|
-
export interface
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
}
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
}
|
|
1255
|
-
|
|
1256
|
-
export interface
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
}
|
|
1283
|
-
|
|
1284
|
-
export interface
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
}
|
|
1305
|
-
|
|
1306
|
-
export interface
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
}
|
|
1425
|
-
|
|
1426
|
-
export interface
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
}
|
|
1441
|
-
|
|
1442
|
-
export interface
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
}
|
|
1487
|
-
|
|
1488
|
-
export interface
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
}
|
|
1567
|
-
|
|
1568
|
-
export interface
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
}
|
|
1836
|
-
|
|
1837
|
-
export interface
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
export
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
export
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
export
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
export
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
export
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
export
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
export
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
export declare const
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
export declare const
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
export declare const
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
export declare const
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
export declare const
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
export declare const
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
export declare const
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
export declare const
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
export declare const
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
export declare const
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
export declare const
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
export declare const
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
export declare const
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
export declare const
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
export declare const
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
export declare const
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
export declare const
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
export declare const
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
export declare const
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
export declare const
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
export declare const
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
export declare const
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
export declare const
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
export declare const
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
export declare const
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
export declare const
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
export declare const
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
export declare const
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
export declare const
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
export declare const
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
export declare const
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
export declare const
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
export declare const
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
export declare const
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
export declare const
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
export declare const
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
export declare const
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
export declare const
|
|
2278
|
-
|
|
2279
|
-
export declare const
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
export declare const
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
export declare const
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
export declare const
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
export declare const
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
export declare const
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
export declare const
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
export declare const
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
export declare const
|
|
2312
|
-
|
|
2313
|
-
export declare const
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
export declare const
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
export declare const
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
export declare const
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
export declare const
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
export declare const
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
export declare const
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
export declare const GetIntegrationRequestFilterSensitiveLog: (
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
export declare const
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
export declare const
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
export declare const
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
export declare const
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
export declare const
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
export declare const
|
|
2366
|
-
|
|
2367
|
-
export declare const
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
export declare const
|
|
2372
|
-
|
|
2373
|
-
export declare const
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
export declare const
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
export declare const
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
export declare const
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
export declare const
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
export declare const
|
|
2394
|
-
|
|
2395
|
-
export declare const
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
export declare const
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
export declare const
|
|
2404
|
-
|
|
2405
|
-
export declare const
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
export declare const
|
|
2410
|
-
|
|
2411
|
-
export declare const
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
export declare const
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
export declare const
|
|
2420
|
-
|
|
2421
|
-
export declare const
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
export declare const
|
|
2426
|
-
|
|
2427
|
-
export declare const
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
export declare const
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
export declare const
|
|
2436
|
-
|
|
2437
|
-
export declare const
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
export declare const
|
|
2442
|
-
|
|
2443
|
-
export declare const
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
export declare const
|
|
2448
|
-
|
|
2449
|
-
export declare const
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
export declare const
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
export declare const
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
export declare const
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
export declare const
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
export declare const
|
|
2470
|
-
|
|
2471
|
-
export declare const
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
export declare const
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
export declare const
|
|
2480
|
-
|
|
2481
|
-
export declare const
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
export declare const
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
export declare const
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
export declare const
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
export declare const
|
|
2498
|
-
|
|
2499
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { APIGatewayServiceException as __BaseException } from "./APIGatewayServiceException";
|
|
3
|
+
|
|
4
|
+
export interface AccessLogSettings {
|
|
5
|
+
format?: string;
|
|
6
|
+
|
|
7
|
+
destinationArn?: string;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export interface ThrottleSettings {
|
|
11
|
+
burstLimit?: number;
|
|
12
|
+
|
|
13
|
+
rateLimit?: number;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export interface Account {
|
|
17
|
+
cloudwatchRoleArn?: string;
|
|
18
|
+
|
|
19
|
+
throttleSettings?: ThrottleSettings;
|
|
20
|
+
|
|
21
|
+
features?: string[];
|
|
22
|
+
|
|
23
|
+
apiKeyVersion?: string;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export interface ApiKey {
|
|
27
|
+
id?: string;
|
|
28
|
+
|
|
29
|
+
value?: string;
|
|
30
|
+
|
|
31
|
+
name?: string;
|
|
32
|
+
|
|
33
|
+
customerId?: string;
|
|
34
|
+
|
|
35
|
+
description?: string;
|
|
36
|
+
|
|
37
|
+
enabled?: boolean;
|
|
38
|
+
|
|
39
|
+
createdDate?: Date;
|
|
40
|
+
|
|
41
|
+
lastUpdatedDate?: Date;
|
|
42
|
+
|
|
43
|
+
stageKeys?: string[];
|
|
44
|
+
|
|
45
|
+
tags?: Record<string, string>;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export interface ApiKeyIds {
|
|
49
|
+
ids?: string[];
|
|
50
|
+
|
|
51
|
+
warnings?: string[];
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export interface ApiKeys {
|
|
55
|
+
warnings?: string[];
|
|
56
|
+
|
|
57
|
+
items?: ApiKey[];
|
|
58
|
+
|
|
59
|
+
position?: string;
|
|
60
|
+
}
|
|
61
|
+
export declare enum ApiKeysFormat {
|
|
62
|
+
csv = "csv",
|
|
63
|
+
}
|
|
64
|
+
export declare enum ApiKeySourceType {
|
|
65
|
+
AUTHORIZER = "AUTHORIZER",
|
|
66
|
+
HEADER = "HEADER",
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export interface ApiStage {
|
|
70
|
+
apiId?: string;
|
|
71
|
+
|
|
72
|
+
stage?: string;
|
|
73
|
+
|
|
74
|
+
throttle?: Record<string, ThrottleSettings>;
|
|
75
|
+
}
|
|
76
|
+
export declare enum AuthorizerType {
|
|
77
|
+
COGNITO_USER_POOLS = "COGNITO_USER_POOLS",
|
|
78
|
+
REQUEST = "REQUEST",
|
|
79
|
+
TOKEN = "TOKEN",
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export interface Authorizer {
|
|
83
|
+
id?: string;
|
|
84
|
+
|
|
85
|
+
name?: string;
|
|
86
|
+
|
|
87
|
+
type?: AuthorizerType | string;
|
|
88
|
+
|
|
89
|
+
providerARNs?: string[];
|
|
90
|
+
|
|
91
|
+
authType?: string;
|
|
92
|
+
|
|
93
|
+
authorizerUri?: string;
|
|
94
|
+
|
|
95
|
+
authorizerCredentials?: string;
|
|
96
|
+
|
|
97
|
+
identitySource?: string;
|
|
98
|
+
|
|
99
|
+
identityValidationExpression?: string;
|
|
100
|
+
|
|
101
|
+
authorizerResultTtlInSeconds?: number;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
export interface Authorizers {
|
|
105
|
+
items?: Authorizer[];
|
|
106
|
+
|
|
107
|
+
position?: string;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
export declare class BadRequestException extends __BaseException {
|
|
111
|
+
readonly name: "BadRequestException";
|
|
112
|
+
readonly $fault: "client";
|
|
113
|
+
|
|
114
|
+
constructor(
|
|
115
|
+
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
116
|
+
);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
export declare class ConflictException extends __BaseException {
|
|
120
|
+
readonly name: "ConflictException";
|
|
121
|
+
readonly $fault: "client";
|
|
122
|
+
|
|
123
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
export interface StageKey {
|
|
127
|
+
restApiId?: string;
|
|
128
|
+
|
|
129
|
+
stageName?: string;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
export interface CreateApiKeyRequest {
|
|
133
|
+
name?: string;
|
|
134
|
+
|
|
135
|
+
description?: string;
|
|
136
|
+
|
|
137
|
+
enabled?: boolean;
|
|
138
|
+
|
|
139
|
+
generateDistinctId?: boolean;
|
|
140
|
+
|
|
141
|
+
value?: string;
|
|
142
|
+
|
|
143
|
+
stageKeys?: StageKey[];
|
|
144
|
+
|
|
145
|
+
customerId?: string;
|
|
146
|
+
|
|
147
|
+
tags?: Record<string, string>;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
export declare class LimitExceededException extends __BaseException {
|
|
151
|
+
readonly name: "LimitExceededException";
|
|
152
|
+
readonly $fault: "client";
|
|
153
|
+
retryAfterSeconds?: string;
|
|
154
|
+
|
|
155
|
+
constructor(
|
|
156
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
157
|
+
);
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
export declare class NotFoundException extends __BaseException {
|
|
161
|
+
readonly name: "NotFoundException";
|
|
162
|
+
readonly $fault: "client";
|
|
163
|
+
|
|
164
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
168
|
+
readonly name: "TooManyRequestsException";
|
|
169
|
+
readonly $fault: "client";
|
|
170
|
+
retryAfterSeconds?: string;
|
|
171
|
+
|
|
172
|
+
constructor(
|
|
173
|
+
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
174
|
+
);
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
export declare class UnauthorizedException extends __BaseException {
|
|
178
|
+
readonly name: "UnauthorizedException";
|
|
179
|
+
readonly $fault: "client";
|
|
180
|
+
|
|
181
|
+
constructor(
|
|
182
|
+
opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
|
|
183
|
+
);
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
export interface CreateAuthorizerRequest {
|
|
187
|
+
restApiId: string | undefined;
|
|
188
|
+
|
|
189
|
+
name: string | undefined;
|
|
190
|
+
|
|
191
|
+
type: AuthorizerType | string | undefined;
|
|
192
|
+
|
|
193
|
+
providerARNs?: string[];
|
|
194
|
+
|
|
195
|
+
authType?: string;
|
|
196
|
+
|
|
197
|
+
authorizerUri?: string;
|
|
198
|
+
|
|
199
|
+
authorizerCredentials?: string;
|
|
200
|
+
|
|
201
|
+
identitySource?: string;
|
|
202
|
+
|
|
203
|
+
identityValidationExpression?: string;
|
|
204
|
+
|
|
205
|
+
authorizerResultTtlInSeconds?: number;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
export interface BasePathMapping {
|
|
209
|
+
basePath?: string;
|
|
210
|
+
|
|
211
|
+
restApiId?: string;
|
|
212
|
+
|
|
213
|
+
stage?: string;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
export interface CreateBasePathMappingRequest {
|
|
217
|
+
domainName: string | undefined;
|
|
218
|
+
|
|
219
|
+
basePath?: string;
|
|
220
|
+
|
|
221
|
+
restApiId: string | undefined;
|
|
222
|
+
|
|
223
|
+
stage?: string;
|
|
224
|
+
}
|
|
225
|
+
export declare enum CacheClusterSize {
|
|
226
|
+
SIZE_0_POINT_5_GB = "0.5",
|
|
227
|
+
SIZE_118_GB = "118",
|
|
228
|
+
SIZE_13_POINT_5_GB = "13.5",
|
|
229
|
+
SIZE_1_POINT_6_GB = "1.6",
|
|
230
|
+
SIZE_237_GB = "237",
|
|
231
|
+
SIZE_28_POINT_4_GB = "28.4",
|
|
232
|
+
SIZE_58_POINT_2_GB = "58.2",
|
|
233
|
+
SIZE_6_POINT_1_GB = "6.1",
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
export interface DeploymentCanarySettings {
|
|
237
|
+
percentTraffic?: number;
|
|
238
|
+
|
|
239
|
+
stageVariableOverrides?: Record<string, string>;
|
|
240
|
+
|
|
241
|
+
useStageCache?: boolean;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
export interface CreateDeploymentRequest {
|
|
245
|
+
restApiId: string | undefined;
|
|
246
|
+
|
|
247
|
+
stageName?: string;
|
|
248
|
+
|
|
249
|
+
stageDescription?: string;
|
|
250
|
+
|
|
251
|
+
description?: string;
|
|
252
|
+
|
|
253
|
+
cacheClusterEnabled?: boolean;
|
|
254
|
+
|
|
255
|
+
cacheClusterSize?: CacheClusterSize | string;
|
|
256
|
+
|
|
257
|
+
variables?: Record<string, string>;
|
|
258
|
+
|
|
259
|
+
canarySettings?: DeploymentCanarySettings;
|
|
260
|
+
|
|
261
|
+
tracingEnabled?: boolean;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
export interface MethodSnapshot {
|
|
265
|
+
authorizationType?: string;
|
|
266
|
+
|
|
267
|
+
apiKeyRequired?: boolean;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
export interface Deployment {
|
|
271
|
+
id?: string;
|
|
272
|
+
|
|
273
|
+
description?: string;
|
|
274
|
+
|
|
275
|
+
createdDate?: Date;
|
|
276
|
+
|
|
277
|
+
apiSummary?: Record<string, Record<string, MethodSnapshot>>;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
281
|
+
readonly name: "ServiceUnavailableException";
|
|
282
|
+
readonly $fault: "server";
|
|
283
|
+
retryAfterSeconds?: string;
|
|
284
|
+
|
|
285
|
+
constructor(
|
|
286
|
+
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
287
|
+
);
|
|
288
|
+
}
|
|
289
|
+
export declare enum DocumentationPartType {
|
|
290
|
+
API = "API",
|
|
291
|
+
AUTHORIZER = "AUTHORIZER",
|
|
292
|
+
METHOD = "METHOD",
|
|
293
|
+
MODEL = "MODEL",
|
|
294
|
+
PATH_PARAMETER = "PATH_PARAMETER",
|
|
295
|
+
QUERY_PARAMETER = "QUERY_PARAMETER",
|
|
296
|
+
REQUEST_BODY = "REQUEST_BODY",
|
|
297
|
+
REQUEST_HEADER = "REQUEST_HEADER",
|
|
298
|
+
RESOURCE = "RESOURCE",
|
|
299
|
+
RESPONSE = "RESPONSE",
|
|
300
|
+
RESPONSE_BODY = "RESPONSE_BODY",
|
|
301
|
+
RESPONSE_HEADER = "RESPONSE_HEADER",
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
export interface DocumentationPartLocation {
|
|
305
|
+
type: DocumentationPartType | string | undefined;
|
|
306
|
+
|
|
307
|
+
path?: string;
|
|
308
|
+
|
|
309
|
+
method?: string;
|
|
310
|
+
|
|
311
|
+
statusCode?: string;
|
|
312
|
+
|
|
313
|
+
name?: string;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
export interface CreateDocumentationPartRequest {
|
|
317
|
+
restApiId: string | undefined;
|
|
318
|
+
|
|
319
|
+
location: DocumentationPartLocation | undefined;
|
|
320
|
+
|
|
321
|
+
properties: string | undefined;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
export interface DocumentationPart {
|
|
325
|
+
id?: string;
|
|
326
|
+
|
|
327
|
+
location?: DocumentationPartLocation;
|
|
328
|
+
|
|
329
|
+
properties?: string;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
export interface CreateDocumentationVersionRequest {
|
|
333
|
+
restApiId: string | undefined;
|
|
334
|
+
|
|
335
|
+
documentationVersion: string | undefined;
|
|
336
|
+
|
|
337
|
+
stageName?: string;
|
|
338
|
+
|
|
339
|
+
description?: string;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
export interface DocumentationVersion {
|
|
343
|
+
version?: string;
|
|
344
|
+
|
|
345
|
+
createdDate?: Date;
|
|
346
|
+
|
|
347
|
+
description?: string;
|
|
348
|
+
}
|
|
349
|
+
export declare type EndpointType = "EDGE" | "PRIVATE" | "REGIONAL";
|
|
350
|
+
|
|
351
|
+
export interface EndpointConfiguration {
|
|
352
|
+
types?: (EndpointType | string)[];
|
|
353
|
+
|
|
354
|
+
vpcEndpointIds?: string[];
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
export interface MutualTlsAuthenticationInput {
|
|
358
|
+
truststoreUri?: string;
|
|
359
|
+
|
|
360
|
+
truststoreVersion?: string;
|
|
361
|
+
}
|
|
362
|
+
export declare type SecurityPolicy = "TLS_1_0" | "TLS_1_2";
|
|
363
|
+
|
|
364
|
+
export interface CreateDomainNameRequest {
|
|
365
|
+
domainName: string | undefined;
|
|
366
|
+
|
|
367
|
+
certificateName?: string;
|
|
368
|
+
|
|
369
|
+
certificateBody?: string;
|
|
370
|
+
|
|
371
|
+
certificatePrivateKey?: string;
|
|
372
|
+
|
|
373
|
+
certificateChain?: string;
|
|
374
|
+
|
|
375
|
+
certificateArn?: string;
|
|
376
|
+
|
|
377
|
+
regionalCertificateName?: string;
|
|
378
|
+
|
|
379
|
+
regionalCertificateArn?: string;
|
|
380
|
+
|
|
381
|
+
endpointConfiguration?: EndpointConfiguration;
|
|
382
|
+
|
|
383
|
+
tags?: Record<string, string>;
|
|
384
|
+
|
|
385
|
+
securityPolicy?: SecurityPolicy | string;
|
|
386
|
+
|
|
387
|
+
mutualTlsAuthentication?: MutualTlsAuthenticationInput;
|
|
388
|
+
|
|
389
|
+
ownershipVerificationCertificateArn?: string;
|
|
390
|
+
}
|
|
391
|
+
export declare enum DomainNameStatus {
|
|
392
|
+
AVAILABLE = "AVAILABLE",
|
|
393
|
+
PENDING = "PENDING",
|
|
394
|
+
PENDING_CERTIFICATE_REIMPORT = "PENDING_CERTIFICATE_REIMPORT",
|
|
395
|
+
PENDING_OWNERSHIP_VERIFICATION = "PENDING_OWNERSHIP_VERIFICATION",
|
|
396
|
+
UPDATING = "UPDATING",
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
export interface MutualTlsAuthentication {
|
|
400
|
+
truststoreUri?: string;
|
|
401
|
+
|
|
402
|
+
truststoreVersion?: string;
|
|
403
|
+
|
|
404
|
+
truststoreWarnings?: string[];
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
export interface DomainName {
|
|
408
|
+
domainName?: string;
|
|
409
|
+
|
|
410
|
+
certificateName?: string;
|
|
411
|
+
|
|
412
|
+
certificateArn?: string;
|
|
413
|
+
|
|
414
|
+
certificateUploadDate?: Date;
|
|
415
|
+
|
|
416
|
+
regionalDomainName?: string;
|
|
417
|
+
|
|
418
|
+
regionalHostedZoneId?: string;
|
|
419
|
+
|
|
420
|
+
regionalCertificateName?: string;
|
|
421
|
+
|
|
422
|
+
regionalCertificateArn?: string;
|
|
423
|
+
|
|
424
|
+
distributionDomainName?: string;
|
|
425
|
+
|
|
426
|
+
distributionHostedZoneId?: string;
|
|
427
|
+
|
|
428
|
+
endpointConfiguration?: EndpointConfiguration;
|
|
429
|
+
|
|
430
|
+
domainNameStatus?: DomainNameStatus | string;
|
|
431
|
+
|
|
432
|
+
domainNameStatusMessage?: string;
|
|
433
|
+
|
|
434
|
+
securityPolicy?: SecurityPolicy | string;
|
|
435
|
+
|
|
436
|
+
tags?: Record<string, string>;
|
|
437
|
+
|
|
438
|
+
mutualTlsAuthentication?: MutualTlsAuthentication;
|
|
439
|
+
|
|
440
|
+
ownershipVerificationCertificateArn?: string;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
export interface CreateModelRequest {
|
|
444
|
+
restApiId: string | undefined;
|
|
445
|
+
|
|
446
|
+
name: string | undefined;
|
|
447
|
+
|
|
448
|
+
description?: string;
|
|
449
|
+
|
|
450
|
+
schema?: string;
|
|
451
|
+
|
|
452
|
+
contentType: string | undefined;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
export interface Model {
|
|
456
|
+
id?: string;
|
|
457
|
+
|
|
458
|
+
name?: string;
|
|
459
|
+
|
|
460
|
+
description?: string;
|
|
461
|
+
|
|
462
|
+
schema?: string;
|
|
463
|
+
|
|
464
|
+
contentType?: string;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
export interface CreateRequestValidatorRequest {
|
|
468
|
+
restApiId: string | undefined;
|
|
469
|
+
|
|
470
|
+
name?: string;
|
|
471
|
+
|
|
472
|
+
validateRequestBody?: boolean;
|
|
473
|
+
|
|
474
|
+
validateRequestParameters?: boolean;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
export interface RequestValidator {
|
|
478
|
+
id?: string;
|
|
479
|
+
|
|
480
|
+
name?: string;
|
|
481
|
+
|
|
482
|
+
validateRequestBody?: boolean;
|
|
483
|
+
|
|
484
|
+
validateRequestParameters?: boolean;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
export interface CreateResourceRequest {
|
|
488
|
+
restApiId: string | undefined;
|
|
489
|
+
|
|
490
|
+
parentId: string | undefined;
|
|
491
|
+
|
|
492
|
+
pathPart: string | undefined;
|
|
493
|
+
}
|
|
494
|
+
export declare enum ConnectionType {
|
|
495
|
+
INTERNET = "INTERNET",
|
|
496
|
+
VPC_LINK = "VPC_LINK",
|
|
497
|
+
}
|
|
498
|
+
export declare enum ContentHandlingStrategy {
|
|
499
|
+
CONVERT_TO_BINARY = "CONVERT_TO_BINARY",
|
|
500
|
+
CONVERT_TO_TEXT = "CONVERT_TO_TEXT",
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
export interface IntegrationResponse {
|
|
504
|
+
statusCode?: string;
|
|
505
|
+
|
|
506
|
+
selectionPattern?: string;
|
|
507
|
+
|
|
508
|
+
responseParameters?: Record<string, string>;
|
|
509
|
+
|
|
510
|
+
responseTemplates?: Record<string, string>;
|
|
511
|
+
|
|
512
|
+
contentHandling?: ContentHandlingStrategy | string;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
export interface TlsConfig {
|
|
516
|
+
insecureSkipVerification?: boolean;
|
|
517
|
+
}
|
|
518
|
+
export declare enum IntegrationType {
|
|
519
|
+
AWS = "AWS",
|
|
520
|
+
AWS_PROXY = "AWS_PROXY",
|
|
521
|
+
HTTP = "HTTP",
|
|
522
|
+
HTTP_PROXY = "HTTP_PROXY",
|
|
523
|
+
MOCK = "MOCK",
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
export interface Integration {
|
|
527
|
+
type?: IntegrationType | string;
|
|
528
|
+
|
|
529
|
+
httpMethod?: string;
|
|
530
|
+
|
|
531
|
+
uri?: string;
|
|
532
|
+
|
|
533
|
+
connectionType?: ConnectionType | string;
|
|
534
|
+
|
|
535
|
+
connectionId?: string;
|
|
536
|
+
|
|
537
|
+
credentials?: string;
|
|
538
|
+
|
|
539
|
+
requestParameters?: Record<string, string>;
|
|
540
|
+
|
|
541
|
+
requestTemplates?: Record<string, string>;
|
|
542
|
+
|
|
543
|
+
passthroughBehavior?: string;
|
|
544
|
+
|
|
545
|
+
contentHandling?: ContentHandlingStrategy | string;
|
|
546
|
+
|
|
547
|
+
timeoutInMillis?: number;
|
|
548
|
+
|
|
549
|
+
cacheNamespace?: string;
|
|
550
|
+
|
|
551
|
+
cacheKeyParameters?: string[];
|
|
552
|
+
|
|
553
|
+
integrationResponses?: Record<string, IntegrationResponse>;
|
|
554
|
+
|
|
555
|
+
tlsConfig?: TlsConfig;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
export interface MethodResponse {
|
|
559
|
+
statusCode?: string;
|
|
560
|
+
|
|
561
|
+
responseParameters?: Record<string, boolean>;
|
|
562
|
+
|
|
563
|
+
responseModels?: Record<string, string>;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
export interface Method {
|
|
567
|
+
httpMethod?: string;
|
|
568
|
+
|
|
569
|
+
authorizationType?: string;
|
|
570
|
+
|
|
571
|
+
authorizerId?: string;
|
|
572
|
+
|
|
573
|
+
apiKeyRequired?: boolean;
|
|
574
|
+
|
|
575
|
+
requestValidatorId?: string;
|
|
576
|
+
|
|
577
|
+
operationName?: string;
|
|
578
|
+
|
|
579
|
+
requestParameters?: Record<string, boolean>;
|
|
580
|
+
|
|
581
|
+
requestModels?: Record<string, string>;
|
|
582
|
+
|
|
583
|
+
methodResponses?: Record<string, MethodResponse>;
|
|
584
|
+
|
|
585
|
+
methodIntegration?: Integration;
|
|
586
|
+
|
|
587
|
+
authorizationScopes?: string[];
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
export interface Resource {
|
|
591
|
+
id?: string;
|
|
592
|
+
|
|
593
|
+
parentId?: string;
|
|
594
|
+
|
|
595
|
+
pathPart?: string;
|
|
596
|
+
|
|
597
|
+
path?: string;
|
|
598
|
+
|
|
599
|
+
resourceMethods?: Record<string, Method>;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
export interface CreateRestApiRequest {
|
|
603
|
+
name: string | undefined;
|
|
604
|
+
|
|
605
|
+
description?: string;
|
|
606
|
+
|
|
607
|
+
version?: string;
|
|
608
|
+
|
|
609
|
+
cloneFrom?: string;
|
|
610
|
+
|
|
611
|
+
binaryMediaTypes?: string[];
|
|
612
|
+
|
|
613
|
+
minimumCompressionSize?: number;
|
|
614
|
+
|
|
615
|
+
apiKeySource?: ApiKeySourceType | string;
|
|
616
|
+
|
|
617
|
+
endpointConfiguration?: EndpointConfiguration;
|
|
618
|
+
|
|
619
|
+
policy?: string;
|
|
620
|
+
|
|
621
|
+
tags?: Record<string, string>;
|
|
622
|
+
|
|
623
|
+
disableExecuteApiEndpoint?: boolean;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
export interface RestApi {
|
|
627
|
+
id?: string;
|
|
628
|
+
|
|
629
|
+
name?: string;
|
|
630
|
+
|
|
631
|
+
description?: string;
|
|
632
|
+
|
|
633
|
+
createdDate?: Date;
|
|
634
|
+
|
|
635
|
+
version?: string;
|
|
636
|
+
|
|
637
|
+
warnings?: string[];
|
|
638
|
+
|
|
639
|
+
binaryMediaTypes?: string[];
|
|
640
|
+
|
|
641
|
+
minimumCompressionSize?: number;
|
|
642
|
+
|
|
643
|
+
apiKeySource?: ApiKeySourceType | string;
|
|
644
|
+
|
|
645
|
+
endpointConfiguration?: EndpointConfiguration;
|
|
646
|
+
|
|
647
|
+
policy?: string;
|
|
648
|
+
|
|
649
|
+
tags?: Record<string, string>;
|
|
650
|
+
|
|
651
|
+
disableExecuteApiEndpoint?: boolean;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
export interface CanarySettings {
|
|
655
|
+
percentTraffic?: number;
|
|
656
|
+
|
|
657
|
+
deploymentId?: string;
|
|
658
|
+
|
|
659
|
+
stageVariableOverrides?: Record<string, string>;
|
|
660
|
+
|
|
661
|
+
useStageCache?: boolean;
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
export interface CreateStageRequest {
|
|
665
|
+
restApiId: string | undefined;
|
|
666
|
+
|
|
667
|
+
stageName: string | undefined;
|
|
668
|
+
|
|
669
|
+
deploymentId: string | undefined;
|
|
670
|
+
|
|
671
|
+
description?: string;
|
|
672
|
+
|
|
673
|
+
cacheClusterEnabled?: boolean;
|
|
674
|
+
|
|
675
|
+
cacheClusterSize?: CacheClusterSize | string;
|
|
676
|
+
|
|
677
|
+
variables?: Record<string, string>;
|
|
678
|
+
|
|
679
|
+
documentationVersion?: string;
|
|
680
|
+
|
|
681
|
+
canarySettings?: CanarySettings;
|
|
682
|
+
|
|
683
|
+
tracingEnabled?: boolean;
|
|
684
|
+
|
|
685
|
+
tags?: Record<string, string>;
|
|
686
|
+
}
|
|
687
|
+
export declare enum CacheClusterStatus {
|
|
688
|
+
AVAILABLE = "AVAILABLE",
|
|
689
|
+
CREATE_IN_PROGRESS = "CREATE_IN_PROGRESS",
|
|
690
|
+
DELETE_IN_PROGRESS = "DELETE_IN_PROGRESS",
|
|
691
|
+
FLUSH_IN_PROGRESS = "FLUSH_IN_PROGRESS",
|
|
692
|
+
NOT_AVAILABLE = "NOT_AVAILABLE",
|
|
693
|
+
}
|
|
694
|
+
export declare enum UnauthorizedCacheControlHeaderStrategy {
|
|
695
|
+
FAIL_WITH_403 = "FAIL_WITH_403",
|
|
696
|
+
SUCCEED_WITHOUT_RESPONSE_HEADER = "SUCCEED_WITHOUT_RESPONSE_HEADER",
|
|
697
|
+
SUCCEED_WITH_RESPONSE_HEADER = "SUCCEED_WITH_RESPONSE_HEADER",
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
export interface MethodSetting {
|
|
701
|
+
metricsEnabled?: boolean;
|
|
702
|
+
|
|
703
|
+
loggingLevel?: string;
|
|
704
|
+
|
|
705
|
+
dataTraceEnabled?: boolean;
|
|
706
|
+
|
|
707
|
+
throttlingBurstLimit?: number;
|
|
708
|
+
|
|
709
|
+
throttlingRateLimit?: number;
|
|
710
|
+
|
|
711
|
+
cachingEnabled?: boolean;
|
|
712
|
+
|
|
713
|
+
cacheTtlInSeconds?: number;
|
|
714
|
+
|
|
715
|
+
cacheDataEncrypted?: boolean;
|
|
716
|
+
|
|
717
|
+
requireAuthorizationForCacheControl?: boolean;
|
|
718
|
+
|
|
719
|
+
unauthorizedCacheControlHeaderStrategy?:
|
|
720
|
+
| UnauthorizedCacheControlHeaderStrategy
|
|
721
|
+
| string;
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
export interface Stage {
|
|
725
|
+
deploymentId?: string;
|
|
726
|
+
|
|
727
|
+
clientCertificateId?: string;
|
|
728
|
+
|
|
729
|
+
stageName?: string;
|
|
730
|
+
|
|
731
|
+
description?: string;
|
|
732
|
+
|
|
733
|
+
cacheClusterEnabled?: boolean;
|
|
734
|
+
|
|
735
|
+
cacheClusterSize?: CacheClusterSize | string;
|
|
736
|
+
|
|
737
|
+
cacheClusterStatus?: CacheClusterStatus | string;
|
|
738
|
+
|
|
739
|
+
methodSettings?: Record<string, MethodSetting>;
|
|
740
|
+
|
|
741
|
+
variables?: Record<string, string>;
|
|
742
|
+
|
|
743
|
+
documentationVersion?: string;
|
|
744
|
+
|
|
745
|
+
accessLogSettings?: AccessLogSettings;
|
|
746
|
+
|
|
747
|
+
canarySettings?: CanarySettings;
|
|
748
|
+
|
|
749
|
+
tracingEnabled?: boolean;
|
|
750
|
+
|
|
751
|
+
webAclArn?: string;
|
|
752
|
+
|
|
753
|
+
tags?: Record<string, string>;
|
|
754
|
+
|
|
755
|
+
createdDate?: Date;
|
|
756
|
+
|
|
757
|
+
lastUpdatedDate?: Date;
|
|
758
|
+
}
|
|
759
|
+
export declare enum QuotaPeriodType {
|
|
760
|
+
DAY = "DAY",
|
|
761
|
+
MONTH = "MONTH",
|
|
762
|
+
WEEK = "WEEK",
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
export interface QuotaSettings {
|
|
766
|
+
limit?: number;
|
|
767
|
+
|
|
768
|
+
offset?: number;
|
|
769
|
+
|
|
770
|
+
period?: QuotaPeriodType | string;
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
export interface CreateUsagePlanRequest {
|
|
774
|
+
name: string | undefined;
|
|
775
|
+
|
|
776
|
+
description?: string;
|
|
777
|
+
|
|
778
|
+
apiStages?: ApiStage[];
|
|
779
|
+
|
|
780
|
+
throttle?: ThrottleSettings;
|
|
781
|
+
|
|
782
|
+
quota?: QuotaSettings;
|
|
783
|
+
|
|
784
|
+
tags?: Record<string, string>;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
export interface UsagePlan {
|
|
788
|
+
id?: string;
|
|
789
|
+
|
|
790
|
+
name?: string;
|
|
791
|
+
|
|
792
|
+
description?: string;
|
|
793
|
+
|
|
794
|
+
apiStages?: ApiStage[];
|
|
795
|
+
|
|
796
|
+
throttle?: ThrottleSettings;
|
|
797
|
+
|
|
798
|
+
quota?: QuotaSettings;
|
|
799
|
+
|
|
800
|
+
productCode?: string;
|
|
801
|
+
|
|
802
|
+
tags?: Record<string, string>;
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
export interface CreateUsagePlanKeyRequest {
|
|
806
|
+
usagePlanId: string | undefined;
|
|
807
|
+
|
|
808
|
+
keyId: string | undefined;
|
|
809
|
+
|
|
810
|
+
keyType: string | undefined;
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
export interface UsagePlanKey {
|
|
814
|
+
id?: string;
|
|
815
|
+
|
|
816
|
+
type?: string;
|
|
817
|
+
|
|
818
|
+
value?: string;
|
|
819
|
+
|
|
820
|
+
name?: string;
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
export interface CreateVpcLinkRequest {
|
|
824
|
+
name: string | undefined;
|
|
825
|
+
|
|
826
|
+
description?: string;
|
|
827
|
+
|
|
828
|
+
targetArns: string[] | undefined;
|
|
829
|
+
|
|
830
|
+
tags?: Record<string, string>;
|
|
831
|
+
}
|
|
832
|
+
export declare enum VpcLinkStatus {
|
|
833
|
+
AVAILABLE = "AVAILABLE",
|
|
834
|
+
DELETING = "DELETING",
|
|
835
|
+
FAILED = "FAILED",
|
|
836
|
+
PENDING = "PENDING",
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
export interface VpcLink {
|
|
840
|
+
id?: string;
|
|
841
|
+
|
|
842
|
+
name?: string;
|
|
843
|
+
|
|
844
|
+
description?: string;
|
|
845
|
+
|
|
846
|
+
targetArns?: string[];
|
|
847
|
+
|
|
848
|
+
status?: VpcLinkStatus | string;
|
|
849
|
+
|
|
850
|
+
statusMessage?: string;
|
|
851
|
+
|
|
852
|
+
tags?: Record<string, string>;
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
export interface DeleteApiKeyRequest {
|
|
856
|
+
apiKey: string | undefined;
|
|
857
|
+
}
|
|
858
|
+
|
|
859
|
+
export interface DeleteAuthorizerRequest {
|
|
860
|
+
restApiId: string | undefined;
|
|
861
|
+
|
|
862
|
+
authorizerId: string | undefined;
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
export interface DeleteBasePathMappingRequest {
|
|
866
|
+
domainName: string | undefined;
|
|
867
|
+
|
|
868
|
+
basePath: string | undefined;
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
export interface DeleteClientCertificateRequest {
|
|
872
|
+
clientCertificateId: string | undefined;
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
export interface DeleteDeploymentRequest {
|
|
876
|
+
restApiId: string | undefined;
|
|
877
|
+
|
|
878
|
+
deploymentId: string | undefined;
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
export interface DeleteDocumentationPartRequest {
|
|
882
|
+
restApiId: string | undefined;
|
|
883
|
+
|
|
884
|
+
documentationPartId: string | undefined;
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
export interface DeleteDocumentationVersionRequest {
|
|
888
|
+
restApiId: string | undefined;
|
|
889
|
+
|
|
890
|
+
documentationVersion: string | undefined;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
export interface DeleteDomainNameRequest {
|
|
894
|
+
domainName: string | undefined;
|
|
895
|
+
}
|
|
896
|
+
export declare enum GatewayResponseType {
|
|
897
|
+
ACCESS_DENIED = "ACCESS_DENIED",
|
|
898
|
+
API_CONFIGURATION_ERROR = "API_CONFIGURATION_ERROR",
|
|
899
|
+
AUTHORIZER_CONFIGURATION_ERROR = "AUTHORIZER_CONFIGURATION_ERROR",
|
|
900
|
+
AUTHORIZER_FAILURE = "AUTHORIZER_FAILURE",
|
|
901
|
+
BAD_REQUEST_BODY = "BAD_REQUEST_BODY",
|
|
902
|
+
BAD_REQUEST_PARAMETERS = "BAD_REQUEST_PARAMETERS",
|
|
903
|
+
DEFAULT_4XX = "DEFAULT_4XX",
|
|
904
|
+
DEFAULT_5XX = "DEFAULT_5XX",
|
|
905
|
+
EXPIRED_TOKEN = "EXPIRED_TOKEN",
|
|
906
|
+
INTEGRATION_FAILURE = "INTEGRATION_FAILURE",
|
|
907
|
+
INTEGRATION_TIMEOUT = "INTEGRATION_TIMEOUT",
|
|
908
|
+
INVALID_API_KEY = "INVALID_API_KEY",
|
|
909
|
+
INVALID_SIGNATURE = "INVALID_SIGNATURE",
|
|
910
|
+
MISSING_AUTHENTICATION_TOKEN = "MISSING_AUTHENTICATION_TOKEN",
|
|
911
|
+
QUOTA_EXCEEDED = "QUOTA_EXCEEDED",
|
|
912
|
+
REQUEST_TOO_LARGE = "REQUEST_TOO_LARGE",
|
|
913
|
+
RESOURCE_NOT_FOUND = "RESOURCE_NOT_FOUND",
|
|
914
|
+
THROTTLED = "THROTTLED",
|
|
915
|
+
UNAUTHORIZED = "UNAUTHORIZED",
|
|
916
|
+
UNSUPPORTED_MEDIA_TYPE = "UNSUPPORTED_MEDIA_TYPE",
|
|
917
|
+
WAF_FILTERED = "WAF_FILTERED",
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
export interface DeleteGatewayResponseRequest {
|
|
921
|
+
restApiId: string | undefined;
|
|
922
|
+
|
|
923
|
+
responseType: GatewayResponseType | string | undefined;
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
export interface DeleteIntegrationRequest {
|
|
927
|
+
restApiId: string | undefined;
|
|
928
|
+
|
|
929
|
+
resourceId: string | undefined;
|
|
930
|
+
|
|
931
|
+
httpMethod: string | undefined;
|
|
932
|
+
}
|
|
933
|
+
|
|
934
|
+
export interface DeleteIntegrationResponseRequest {
|
|
935
|
+
restApiId: string | undefined;
|
|
936
|
+
|
|
937
|
+
resourceId: string | undefined;
|
|
938
|
+
|
|
939
|
+
httpMethod: string | undefined;
|
|
940
|
+
|
|
941
|
+
statusCode: string | undefined;
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
export interface DeleteMethodRequest {
|
|
945
|
+
restApiId: string | undefined;
|
|
946
|
+
|
|
947
|
+
resourceId: string | undefined;
|
|
948
|
+
|
|
949
|
+
httpMethod: string | undefined;
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
export interface DeleteMethodResponseRequest {
|
|
953
|
+
restApiId: string | undefined;
|
|
954
|
+
|
|
955
|
+
resourceId: string | undefined;
|
|
956
|
+
|
|
957
|
+
httpMethod: string | undefined;
|
|
958
|
+
|
|
959
|
+
statusCode: string | undefined;
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
export interface DeleteModelRequest {
|
|
963
|
+
restApiId: string | undefined;
|
|
964
|
+
|
|
965
|
+
modelName: string | undefined;
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
export interface DeleteRequestValidatorRequest {
|
|
969
|
+
restApiId: string | undefined;
|
|
970
|
+
|
|
971
|
+
requestValidatorId: string | undefined;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
export interface DeleteResourceRequest {
|
|
975
|
+
restApiId: string | undefined;
|
|
976
|
+
|
|
977
|
+
resourceId: string | undefined;
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
export interface DeleteRestApiRequest {
|
|
981
|
+
restApiId: string | undefined;
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
export interface DeleteStageRequest {
|
|
985
|
+
restApiId: string | undefined;
|
|
986
|
+
|
|
987
|
+
stageName: string | undefined;
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
export interface DeleteUsagePlanRequest {
|
|
991
|
+
usagePlanId: string | undefined;
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
export interface DeleteUsagePlanKeyRequest {
|
|
995
|
+
usagePlanId: string | undefined;
|
|
996
|
+
|
|
997
|
+
keyId: string | undefined;
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
export interface DeleteVpcLinkRequest {
|
|
1001
|
+
vpcLinkId: string | undefined;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
export interface FlushStageAuthorizersCacheRequest {
|
|
1005
|
+
restApiId: string | undefined;
|
|
1006
|
+
|
|
1007
|
+
stageName: string | undefined;
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
export interface FlushStageCacheRequest {
|
|
1011
|
+
restApiId: string | undefined;
|
|
1012
|
+
|
|
1013
|
+
stageName: string | undefined;
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
export interface ClientCertificate {
|
|
1017
|
+
clientCertificateId?: string;
|
|
1018
|
+
|
|
1019
|
+
description?: string;
|
|
1020
|
+
|
|
1021
|
+
pemEncodedCertificate?: string;
|
|
1022
|
+
|
|
1023
|
+
createdDate?: Date;
|
|
1024
|
+
|
|
1025
|
+
expirationDate?: Date;
|
|
1026
|
+
|
|
1027
|
+
tags?: Record<string, string>;
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
export interface GenerateClientCertificateRequest {
|
|
1031
|
+
description?: string;
|
|
1032
|
+
|
|
1033
|
+
tags?: Record<string, string>;
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
export interface GetAccountRequest {}
|
|
1037
|
+
|
|
1038
|
+
export interface GetApiKeyRequest {
|
|
1039
|
+
apiKey: string | undefined;
|
|
1040
|
+
|
|
1041
|
+
includeValue?: boolean;
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1044
|
+
export interface GetApiKeysRequest {
|
|
1045
|
+
position?: string;
|
|
1046
|
+
|
|
1047
|
+
limit?: number;
|
|
1048
|
+
|
|
1049
|
+
nameQuery?: string;
|
|
1050
|
+
|
|
1051
|
+
customerId?: string;
|
|
1052
|
+
|
|
1053
|
+
includeValues?: boolean;
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
export interface GetAuthorizerRequest {
|
|
1057
|
+
restApiId: string | undefined;
|
|
1058
|
+
|
|
1059
|
+
authorizerId: string | undefined;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
export interface GetAuthorizersRequest {
|
|
1063
|
+
restApiId: string | undefined;
|
|
1064
|
+
|
|
1065
|
+
position?: string;
|
|
1066
|
+
|
|
1067
|
+
limit?: number;
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
export interface GetBasePathMappingRequest {
|
|
1071
|
+
domainName: string | undefined;
|
|
1072
|
+
|
|
1073
|
+
basePath: string | undefined;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
export interface BasePathMappings {
|
|
1077
|
+
items?: BasePathMapping[];
|
|
1078
|
+
|
|
1079
|
+
position?: string;
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
export interface GetBasePathMappingsRequest {
|
|
1083
|
+
domainName: string | undefined;
|
|
1084
|
+
|
|
1085
|
+
position?: string;
|
|
1086
|
+
|
|
1087
|
+
limit?: number;
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
export interface GetClientCertificateRequest {
|
|
1091
|
+
clientCertificateId: string | undefined;
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1094
|
+
export interface ClientCertificates {
|
|
1095
|
+
items?: ClientCertificate[];
|
|
1096
|
+
|
|
1097
|
+
position?: string;
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
export interface GetClientCertificatesRequest {
|
|
1101
|
+
position?: string;
|
|
1102
|
+
|
|
1103
|
+
limit?: number;
|
|
1104
|
+
}
|
|
1105
|
+
|
|
1106
|
+
export interface GetDeploymentRequest {
|
|
1107
|
+
restApiId: string | undefined;
|
|
1108
|
+
|
|
1109
|
+
deploymentId: string | undefined;
|
|
1110
|
+
|
|
1111
|
+
embed?: string[];
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1114
|
+
export interface Deployments {
|
|
1115
|
+
items?: Deployment[];
|
|
1116
|
+
|
|
1117
|
+
position?: string;
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
export interface GetDeploymentsRequest {
|
|
1121
|
+
restApiId: string | undefined;
|
|
1122
|
+
|
|
1123
|
+
position?: string;
|
|
1124
|
+
|
|
1125
|
+
limit?: number;
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
export interface GetDocumentationPartRequest {
|
|
1129
|
+
restApiId: string | undefined;
|
|
1130
|
+
|
|
1131
|
+
documentationPartId: string | undefined;
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
export interface DocumentationParts {
|
|
1135
|
+
items?: DocumentationPart[];
|
|
1136
|
+
|
|
1137
|
+
position?: string;
|
|
1138
|
+
}
|
|
1139
|
+
export declare enum LocationStatusType {
|
|
1140
|
+
DOCUMENTED = "DOCUMENTED",
|
|
1141
|
+
UNDOCUMENTED = "UNDOCUMENTED",
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
export interface GetDocumentationPartsRequest {
|
|
1145
|
+
restApiId: string | undefined;
|
|
1146
|
+
|
|
1147
|
+
type?: DocumentationPartType | string;
|
|
1148
|
+
|
|
1149
|
+
nameQuery?: string;
|
|
1150
|
+
|
|
1151
|
+
path?: string;
|
|
1152
|
+
|
|
1153
|
+
position?: string;
|
|
1154
|
+
|
|
1155
|
+
limit?: number;
|
|
1156
|
+
|
|
1157
|
+
locationStatus?: LocationStatusType | string;
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
export interface GetDocumentationVersionRequest {
|
|
1161
|
+
restApiId: string | undefined;
|
|
1162
|
+
|
|
1163
|
+
documentationVersion: string | undefined;
|
|
1164
|
+
}
|
|
1165
|
+
|
|
1166
|
+
export interface DocumentationVersions {
|
|
1167
|
+
items?: DocumentationVersion[];
|
|
1168
|
+
|
|
1169
|
+
position?: string;
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
export interface GetDocumentationVersionsRequest {
|
|
1173
|
+
restApiId: string | undefined;
|
|
1174
|
+
|
|
1175
|
+
position?: string;
|
|
1176
|
+
|
|
1177
|
+
limit?: number;
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
export interface GetDomainNameRequest {
|
|
1181
|
+
domainName: string | undefined;
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
export interface DomainNames {
|
|
1185
|
+
items?: DomainName[];
|
|
1186
|
+
|
|
1187
|
+
position?: string;
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1190
|
+
export interface GetDomainNamesRequest {
|
|
1191
|
+
position?: string;
|
|
1192
|
+
|
|
1193
|
+
limit?: number;
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
export interface ExportResponse {
|
|
1197
|
+
contentType?: string;
|
|
1198
|
+
|
|
1199
|
+
contentDisposition?: string;
|
|
1200
|
+
|
|
1201
|
+
body?: Uint8Array;
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
export interface GetExportRequest {
|
|
1205
|
+
restApiId: string | undefined;
|
|
1206
|
+
|
|
1207
|
+
stageName: string | undefined;
|
|
1208
|
+
|
|
1209
|
+
exportType: string | undefined;
|
|
1210
|
+
|
|
1211
|
+
parameters?: Record<string, string>;
|
|
1212
|
+
|
|
1213
|
+
accepts?: string;
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1216
|
+
export interface GatewayResponse {
|
|
1217
|
+
responseType?: GatewayResponseType | string;
|
|
1218
|
+
|
|
1219
|
+
statusCode?: string;
|
|
1220
|
+
|
|
1221
|
+
responseParameters?: Record<string, string>;
|
|
1222
|
+
|
|
1223
|
+
responseTemplates?: Record<string, string>;
|
|
1224
|
+
|
|
1225
|
+
defaultResponse?: boolean;
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
export interface GetGatewayResponseRequest {
|
|
1229
|
+
restApiId: string | undefined;
|
|
1230
|
+
|
|
1231
|
+
responseType: GatewayResponseType | string | undefined;
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
export interface GatewayResponses {
|
|
1235
|
+
items?: GatewayResponse[];
|
|
1236
|
+
|
|
1237
|
+
position?: string;
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
export interface GetGatewayResponsesRequest {
|
|
1241
|
+
restApiId: string | undefined;
|
|
1242
|
+
|
|
1243
|
+
position?: string;
|
|
1244
|
+
|
|
1245
|
+
limit?: number;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
export interface GetIntegrationRequest {
|
|
1249
|
+
restApiId: string | undefined;
|
|
1250
|
+
|
|
1251
|
+
resourceId: string | undefined;
|
|
1252
|
+
|
|
1253
|
+
httpMethod: string | undefined;
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
export interface GetIntegrationResponseRequest {
|
|
1257
|
+
restApiId: string | undefined;
|
|
1258
|
+
|
|
1259
|
+
resourceId: string | undefined;
|
|
1260
|
+
|
|
1261
|
+
httpMethod: string | undefined;
|
|
1262
|
+
|
|
1263
|
+
statusCode: string | undefined;
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1266
|
+
export interface GetMethodRequest {
|
|
1267
|
+
restApiId: string | undefined;
|
|
1268
|
+
|
|
1269
|
+
resourceId: string | undefined;
|
|
1270
|
+
|
|
1271
|
+
httpMethod: string | undefined;
|
|
1272
|
+
}
|
|
1273
|
+
|
|
1274
|
+
export interface GetMethodResponseRequest {
|
|
1275
|
+
restApiId: string | undefined;
|
|
1276
|
+
|
|
1277
|
+
resourceId: string | undefined;
|
|
1278
|
+
|
|
1279
|
+
httpMethod: string | undefined;
|
|
1280
|
+
|
|
1281
|
+
statusCode: string | undefined;
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
export interface GetModelRequest {
|
|
1285
|
+
restApiId: string | undefined;
|
|
1286
|
+
|
|
1287
|
+
modelName: string | undefined;
|
|
1288
|
+
|
|
1289
|
+
flatten?: boolean;
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
export interface GetModelsRequest {
|
|
1293
|
+
restApiId: string | undefined;
|
|
1294
|
+
|
|
1295
|
+
position?: string;
|
|
1296
|
+
|
|
1297
|
+
limit?: number;
|
|
1298
|
+
}
|
|
1299
|
+
|
|
1300
|
+
export interface Models {
|
|
1301
|
+
items?: Model[];
|
|
1302
|
+
|
|
1303
|
+
position?: string;
|
|
1304
|
+
}
|
|
1305
|
+
|
|
1306
|
+
export interface GetModelTemplateRequest {
|
|
1307
|
+
restApiId: string | undefined;
|
|
1308
|
+
|
|
1309
|
+
modelName: string | undefined;
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
export interface Template {
|
|
1313
|
+
value?: string;
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
export interface GetRequestValidatorRequest {
|
|
1317
|
+
restApiId: string | undefined;
|
|
1318
|
+
|
|
1319
|
+
requestValidatorId: string | undefined;
|
|
1320
|
+
}
|
|
1321
|
+
|
|
1322
|
+
export interface GetRequestValidatorsRequest {
|
|
1323
|
+
restApiId: string | undefined;
|
|
1324
|
+
|
|
1325
|
+
position?: string;
|
|
1326
|
+
|
|
1327
|
+
limit?: number;
|
|
1328
|
+
}
|
|
1329
|
+
|
|
1330
|
+
export interface RequestValidators {
|
|
1331
|
+
items?: RequestValidator[];
|
|
1332
|
+
|
|
1333
|
+
position?: string;
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
export interface GetResourceRequest {
|
|
1337
|
+
restApiId: string | undefined;
|
|
1338
|
+
|
|
1339
|
+
resourceId: string | undefined;
|
|
1340
|
+
|
|
1341
|
+
embed?: string[];
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
export interface GetResourcesRequest {
|
|
1345
|
+
restApiId: string | undefined;
|
|
1346
|
+
|
|
1347
|
+
position?: string;
|
|
1348
|
+
|
|
1349
|
+
limit?: number;
|
|
1350
|
+
|
|
1351
|
+
embed?: string[];
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1354
|
+
export interface Resources {
|
|
1355
|
+
items?: Resource[];
|
|
1356
|
+
|
|
1357
|
+
position?: string;
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
export interface GetRestApiRequest {
|
|
1361
|
+
restApiId: string | undefined;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
export interface GetRestApisRequest {
|
|
1365
|
+
position?: string;
|
|
1366
|
+
|
|
1367
|
+
limit?: number;
|
|
1368
|
+
}
|
|
1369
|
+
|
|
1370
|
+
export interface RestApis {
|
|
1371
|
+
items?: RestApi[];
|
|
1372
|
+
|
|
1373
|
+
position?: string;
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
export interface GetSdkRequest {
|
|
1377
|
+
restApiId: string | undefined;
|
|
1378
|
+
|
|
1379
|
+
stageName: string | undefined;
|
|
1380
|
+
|
|
1381
|
+
sdkType: string | undefined;
|
|
1382
|
+
|
|
1383
|
+
parameters?: Record<string, string>;
|
|
1384
|
+
}
|
|
1385
|
+
|
|
1386
|
+
export interface SdkResponse {
|
|
1387
|
+
contentType?: string;
|
|
1388
|
+
|
|
1389
|
+
contentDisposition?: string;
|
|
1390
|
+
|
|
1391
|
+
body?: Uint8Array;
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
export interface GetSdkTypeRequest {
|
|
1395
|
+
id: string | undefined;
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1398
|
+
export interface SdkConfigurationProperty {
|
|
1399
|
+
name?: string;
|
|
1400
|
+
|
|
1401
|
+
friendlyName?: string;
|
|
1402
|
+
|
|
1403
|
+
description?: string;
|
|
1404
|
+
|
|
1405
|
+
required?: boolean;
|
|
1406
|
+
|
|
1407
|
+
defaultValue?: string;
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
export interface SdkType {
|
|
1411
|
+
id?: string;
|
|
1412
|
+
|
|
1413
|
+
friendlyName?: string;
|
|
1414
|
+
|
|
1415
|
+
description?: string;
|
|
1416
|
+
|
|
1417
|
+
configurationProperties?: SdkConfigurationProperty[];
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
export interface GetSdkTypesRequest {
|
|
1421
|
+
position?: string;
|
|
1422
|
+
|
|
1423
|
+
limit?: number;
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
export interface SdkTypes {
|
|
1427
|
+
items?: SdkType[];
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
export interface GetStageRequest {
|
|
1431
|
+
restApiId: string | undefined;
|
|
1432
|
+
|
|
1433
|
+
stageName: string | undefined;
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1436
|
+
export interface GetStagesRequest {
|
|
1437
|
+
restApiId: string | undefined;
|
|
1438
|
+
|
|
1439
|
+
deploymentId?: string;
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
export interface Stages {
|
|
1443
|
+
item?: Stage[];
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
export interface GetTagsRequest {
|
|
1447
|
+
resourceArn: string | undefined;
|
|
1448
|
+
|
|
1449
|
+
position?: string;
|
|
1450
|
+
|
|
1451
|
+
limit?: number;
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
export interface Tags {
|
|
1455
|
+
tags?: Record<string, string>;
|
|
1456
|
+
}
|
|
1457
|
+
|
|
1458
|
+
export interface GetUsageRequest {
|
|
1459
|
+
usagePlanId: string | undefined;
|
|
1460
|
+
|
|
1461
|
+
keyId?: string;
|
|
1462
|
+
|
|
1463
|
+
startDate: string | undefined;
|
|
1464
|
+
|
|
1465
|
+
endDate: string | undefined;
|
|
1466
|
+
|
|
1467
|
+
position?: string;
|
|
1468
|
+
|
|
1469
|
+
limit?: number;
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
export interface Usage {
|
|
1473
|
+
usagePlanId?: string;
|
|
1474
|
+
|
|
1475
|
+
startDate?: string;
|
|
1476
|
+
|
|
1477
|
+
endDate?: string;
|
|
1478
|
+
|
|
1479
|
+
items?: Record<string, number[][]>;
|
|
1480
|
+
|
|
1481
|
+
position?: string;
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
export interface GetUsagePlanRequest {
|
|
1485
|
+
usagePlanId: string | undefined;
|
|
1486
|
+
}
|
|
1487
|
+
|
|
1488
|
+
export interface GetUsagePlanKeyRequest {
|
|
1489
|
+
usagePlanId: string | undefined;
|
|
1490
|
+
|
|
1491
|
+
keyId: string | undefined;
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
export interface GetUsagePlanKeysRequest {
|
|
1495
|
+
usagePlanId: string | undefined;
|
|
1496
|
+
|
|
1497
|
+
position?: string;
|
|
1498
|
+
|
|
1499
|
+
limit?: number;
|
|
1500
|
+
|
|
1501
|
+
nameQuery?: string;
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
export interface UsagePlanKeys {
|
|
1505
|
+
items?: UsagePlanKey[];
|
|
1506
|
+
|
|
1507
|
+
position?: string;
|
|
1508
|
+
}
|
|
1509
|
+
|
|
1510
|
+
export interface GetUsagePlansRequest {
|
|
1511
|
+
position?: string;
|
|
1512
|
+
|
|
1513
|
+
keyId?: string;
|
|
1514
|
+
|
|
1515
|
+
limit?: number;
|
|
1516
|
+
}
|
|
1517
|
+
|
|
1518
|
+
export interface UsagePlans {
|
|
1519
|
+
items?: UsagePlan[];
|
|
1520
|
+
|
|
1521
|
+
position?: string;
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1524
|
+
export interface GetVpcLinkRequest {
|
|
1525
|
+
vpcLinkId: string | undefined;
|
|
1526
|
+
}
|
|
1527
|
+
|
|
1528
|
+
export interface GetVpcLinksRequest {
|
|
1529
|
+
position?: string;
|
|
1530
|
+
|
|
1531
|
+
limit?: number;
|
|
1532
|
+
}
|
|
1533
|
+
|
|
1534
|
+
export interface VpcLinks {
|
|
1535
|
+
items?: VpcLink[];
|
|
1536
|
+
|
|
1537
|
+
position?: string;
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
export interface ImportApiKeysRequest {
|
|
1541
|
+
body: Uint8Array | undefined;
|
|
1542
|
+
|
|
1543
|
+
format: ApiKeysFormat | string | undefined;
|
|
1544
|
+
|
|
1545
|
+
failOnWarnings?: boolean;
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1548
|
+
export interface DocumentationPartIds {
|
|
1549
|
+
ids?: string[];
|
|
1550
|
+
|
|
1551
|
+
warnings?: string[];
|
|
1552
|
+
}
|
|
1553
|
+
export declare enum PutMode {
|
|
1554
|
+
Merge = "merge",
|
|
1555
|
+
Overwrite = "overwrite",
|
|
1556
|
+
}
|
|
1557
|
+
|
|
1558
|
+
export interface ImportDocumentationPartsRequest {
|
|
1559
|
+
restApiId: string | undefined;
|
|
1560
|
+
|
|
1561
|
+
mode?: PutMode | string;
|
|
1562
|
+
|
|
1563
|
+
failOnWarnings?: boolean;
|
|
1564
|
+
|
|
1565
|
+
body: Uint8Array | undefined;
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
export interface ImportRestApiRequest {
|
|
1569
|
+
failOnWarnings?: boolean;
|
|
1570
|
+
|
|
1571
|
+
parameters?: Record<string, string>;
|
|
1572
|
+
|
|
1573
|
+
body: Uint8Array | undefined;
|
|
1574
|
+
}
|
|
1575
|
+
|
|
1576
|
+
export interface PutGatewayResponseRequest {
|
|
1577
|
+
restApiId: string | undefined;
|
|
1578
|
+
|
|
1579
|
+
responseType: GatewayResponseType | string | undefined;
|
|
1580
|
+
|
|
1581
|
+
statusCode?: string;
|
|
1582
|
+
|
|
1583
|
+
responseParameters?: Record<string, string>;
|
|
1584
|
+
|
|
1585
|
+
responseTemplates?: Record<string, string>;
|
|
1586
|
+
}
|
|
1587
|
+
|
|
1588
|
+
export interface PutIntegrationRequest {
|
|
1589
|
+
restApiId: string | undefined;
|
|
1590
|
+
|
|
1591
|
+
resourceId: string | undefined;
|
|
1592
|
+
|
|
1593
|
+
httpMethod: string | undefined;
|
|
1594
|
+
|
|
1595
|
+
type: IntegrationType | string | undefined;
|
|
1596
|
+
|
|
1597
|
+
integrationHttpMethod?: string;
|
|
1598
|
+
|
|
1599
|
+
uri?: string;
|
|
1600
|
+
|
|
1601
|
+
connectionType?: ConnectionType | string;
|
|
1602
|
+
|
|
1603
|
+
connectionId?: string;
|
|
1604
|
+
|
|
1605
|
+
credentials?: string;
|
|
1606
|
+
|
|
1607
|
+
requestParameters?: Record<string, string>;
|
|
1608
|
+
|
|
1609
|
+
requestTemplates?: Record<string, string>;
|
|
1610
|
+
|
|
1611
|
+
passthroughBehavior?: string;
|
|
1612
|
+
|
|
1613
|
+
cacheNamespace?: string;
|
|
1614
|
+
|
|
1615
|
+
cacheKeyParameters?: string[];
|
|
1616
|
+
|
|
1617
|
+
contentHandling?: ContentHandlingStrategy | string;
|
|
1618
|
+
|
|
1619
|
+
timeoutInMillis?: number;
|
|
1620
|
+
|
|
1621
|
+
tlsConfig?: TlsConfig;
|
|
1622
|
+
}
|
|
1623
|
+
|
|
1624
|
+
export interface PutIntegrationResponseRequest {
|
|
1625
|
+
restApiId: string | undefined;
|
|
1626
|
+
|
|
1627
|
+
resourceId: string | undefined;
|
|
1628
|
+
|
|
1629
|
+
httpMethod: string | undefined;
|
|
1630
|
+
|
|
1631
|
+
statusCode: string | undefined;
|
|
1632
|
+
|
|
1633
|
+
selectionPattern?: string;
|
|
1634
|
+
|
|
1635
|
+
responseParameters?: Record<string, string>;
|
|
1636
|
+
|
|
1637
|
+
responseTemplates?: Record<string, string>;
|
|
1638
|
+
|
|
1639
|
+
contentHandling?: ContentHandlingStrategy | string;
|
|
1640
|
+
}
|
|
1641
|
+
|
|
1642
|
+
export interface PutMethodRequest {
|
|
1643
|
+
restApiId: string | undefined;
|
|
1644
|
+
|
|
1645
|
+
resourceId: string | undefined;
|
|
1646
|
+
|
|
1647
|
+
httpMethod: string | undefined;
|
|
1648
|
+
|
|
1649
|
+
authorizationType: string | undefined;
|
|
1650
|
+
|
|
1651
|
+
authorizerId?: string;
|
|
1652
|
+
|
|
1653
|
+
apiKeyRequired?: boolean;
|
|
1654
|
+
|
|
1655
|
+
operationName?: string;
|
|
1656
|
+
|
|
1657
|
+
requestParameters?: Record<string, boolean>;
|
|
1658
|
+
|
|
1659
|
+
requestModels?: Record<string, string>;
|
|
1660
|
+
|
|
1661
|
+
requestValidatorId?: string;
|
|
1662
|
+
|
|
1663
|
+
authorizationScopes?: string[];
|
|
1664
|
+
}
|
|
1665
|
+
|
|
1666
|
+
export interface PutMethodResponseRequest {
|
|
1667
|
+
restApiId: string | undefined;
|
|
1668
|
+
|
|
1669
|
+
resourceId: string | undefined;
|
|
1670
|
+
|
|
1671
|
+
httpMethod: string | undefined;
|
|
1672
|
+
|
|
1673
|
+
statusCode: string | undefined;
|
|
1674
|
+
|
|
1675
|
+
responseParameters?: Record<string, boolean>;
|
|
1676
|
+
|
|
1677
|
+
responseModels?: Record<string, string>;
|
|
1678
|
+
}
|
|
1679
|
+
|
|
1680
|
+
export interface PutRestApiRequest {
|
|
1681
|
+
restApiId: string | undefined;
|
|
1682
|
+
|
|
1683
|
+
mode?: PutMode | string;
|
|
1684
|
+
|
|
1685
|
+
failOnWarnings?: boolean;
|
|
1686
|
+
|
|
1687
|
+
parameters?: Record<string, string>;
|
|
1688
|
+
|
|
1689
|
+
body: Uint8Array | undefined;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
export interface TagResourceRequest {
|
|
1693
|
+
resourceArn: string | undefined;
|
|
1694
|
+
|
|
1695
|
+
tags: Record<string, string> | undefined;
|
|
1696
|
+
}
|
|
1697
|
+
|
|
1698
|
+
export interface TestInvokeAuthorizerRequest {
|
|
1699
|
+
restApiId: string | undefined;
|
|
1700
|
+
|
|
1701
|
+
authorizerId: string | undefined;
|
|
1702
|
+
|
|
1703
|
+
headers?: Record<string, string>;
|
|
1704
|
+
|
|
1705
|
+
multiValueHeaders?: Record<string, string[]>;
|
|
1706
|
+
|
|
1707
|
+
pathWithQueryString?: string;
|
|
1708
|
+
|
|
1709
|
+
body?: string;
|
|
1710
|
+
|
|
1711
|
+
stageVariables?: Record<string, string>;
|
|
1712
|
+
|
|
1713
|
+
additionalContext?: Record<string, string>;
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
export interface TestInvokeAuthorizerResponse {
|
|
1717
|
+
clientStatus?: number;
|
|
1718
|
+
|
|
1719
|
+
log?: string;
|
|
1720
|
+
|
|
1721
|
+
latency?: number;
|
|
1722
|
+
|
|
1723
|
+
principalId?: string;
|
|
1724
|
+
|
|
1725
|
+
policy?: string;
|
|
1726
|
+
|
|
1727
|
+
authorization?: Record<string, string[]>;
|
|
1728
|
+
|
|
1729
|
+
claims?: Record<string, string>;
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1732
|
+
export interface TestInvokeMethodRequest {
|
|
1733
|
+
restApiId: string | undefined;
|
|
1734
|
+
|
|
1735
|
+
resourceId: string | undefined;
|
|
1736
|
+
|
|
1737
|
+
httpMethod: string | undefined;
|
|
1738
|
+
|
|
1739
|
+
pathWithQueryString?: string;
|
|
1740
|
+
|
|
1741
|
+
body?: string;
|
|
1742
|
+
|
|
1743
|
+
headers?: Record<string, string>;
|
|
1744
|
+
|
|
1745
|
+
multiValueHeaders?: Record<string, string[]>;
|
|
1746
|
+
|
|
1747
|
+
clientCertificateId?: string;
|
|
1748
|
+
|
|
1749
|
+
stageVariables?: Record<string, string>;
|
|
1750
|
+
}
|
|
1751
|
+
|
|
1752
|
+
export interface TestInvokeMethodResponse {
|
|
1753
|
+
status?: number;
|
|
1754
|
+
|
|
1755
|
+
body?: string;
|
|
1756
|
+
|
|
1757
|
+
headers?: Record<string, string>;
|
|
1758
|
+
|
|
1759
|
+
multiValueHeaders?: Record<string, string[]>;
|
|
1760
|
+
|
|
1761
|
+
log?: string;
|
|
1762
|
+
|
|
1763
|
+
latency?: number;
|
|
1764
|
+
}
|
|
1765
|
+
|
|
1766
|
+
export interface UntagResourceRequest {
|
|
1767
|
+
resourceArn: string | undefined;
|
|
1768
|
+
|
|
1769
|
+
tagKeys: string[] | undefined;
|
|
1770
|
+
}
|
|
1771
|
+
export declare type Op =
|
|
1772
|
+
| "add"
|
|
1773
|
+
| "copy"
|
|
1774
|
+
| "move"
|
|
1775
|
+
| "remove"
|
|
1776
|
+
| "replace"
|
|
1777
|
+
| "test";
|
|
1778
|
+
|
|
1779
|
+
export interface PatchOperation {
|
|
1780
|
+
op?: Op | string;
|
|
1781
|
+
|
|
1782
|
+
path?: string;
|
|
1783
|
+
|
|
1784
|
+
value?: string;
|
|
1785
|
+
|
|
1786
|
+
from?: string;
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1789
|
+
export interface UpdateAccountRequest {
|
|
1790
|
+
patchOperations?: PatchOperation[];
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
export interface UpdateApiKeyRequest {
|
|
1794
|
+
apiKey: string | undefined;
|
|
1795
|
+
|
|
1796
|
+
patchOperations?: PatchOperation[];
|
|
1797
|
+
}
|
|
1798
|
+
|
|
1799
|
+
export interface UpdateAuthorizerRequest {
|
|
1800
|
+
restApiId: string | undefined;
|
|
1801
|
+
|
|
1802
|
+
authorizerId: string | undefined;
|
|
1803
|
+
|
|
1804
|
+
patchOperations?: PatchOperation[];
|
|
1805
|
+
}
|
|
1806
|
+
|
|
1807
|
+
export interface UpdateBasePathMappingRequest {
|
|
1808
|
+
domainName: string | undefined;
|
|
1809
|
+
|
|
1810
|
+
basePath: string | undefined;
|
|
1811
|
+
|
|
1812
|
+
patchOperations?: PatchOperation[];
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1815
|
+
export interface UpdateClientCertificateRequest {
|
|
1816
|
+
clientCertificateId: string | undefined;
|
|
1817
|
+
|
|
1818
|
+
patchOperations?: PatchOperation[];
|
|
1819
|
+
}
|
|
1820
|
+
|
|
1821
|
+
export interface UpdateDeploymentRequest {
|
|
1822
|
+
restApiId: string | undefined;
|
|
1823
|
+
|
|
1824
|
+
deploymentId: string | undefined;
|
|
1825
|
+
|
|
1826
|
+
patchOperations?: PatchOperation[];
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
export interface UpdateDocumentationPartRequest {
|
|
1830
|
+
restApiId: string | undefined;
|
|
1831
|
+
|
|
1832
|
+
documentationPartId: string | undefined;
|
|
1833
|
+
|
|
1834
|
+
patchOperations?: PatchOperation[];
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1837
|
+
export interface UpdateDocumentationVersionRequest {
|
|
1838
|
+
restApiId: string | undefined;
|
|
1839
|
+
|
|
1840
|
+
documentationVersion: string | undefined;
|
|
1841
|
+
|
|
1842
|
+
patchOperations?: PatchOperation[];
|
|
1843
|
+
}
|
|
1844
|
+
|
|
1845
|
+
export interface UpdateDomainNameRequest {
|
|
1846
|
+
domainName: string | undefined;
|
|
1847
|
+
|
|
1848
|
+
patchOperations?: PatchOperation[];
|
|
1849
|
+
}
|
|
1850
|
+
|
|
1851
|
+
export interface UpdateGatewayResponseRequest {
|
|
1852
|
+
restApiId: string | undefined;
|
|
1853
|
+
|
|
1854
|
+
responseType: GatewayResponseType | string | undefined;
|
|
1855
|
+
|
|
1856
|
+
patchOperations?: PatchOperation[];
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
export interface UpdateIntegrationRequest {
|
|
1860
|
+
restApiId: string | undefined;
|
|
1861
|
+
|
|
1862
|
+
resourceId: string | undefined;
|
|
1863
|
+
|
|
1864
|
+
httpMethod: string | undefined;
|
|
1865
|
+
|
|
1866
|
+
patchOperations?: PatchOperation[];
|
|
1867
|
+
}
|
|
1868
|
+
|
|
1869
|
+
export interface UpdateIntegrationResponseRequest {
|
|
1870
|
+
restApiId: string | undefined;
|
|
1871
|
+
|
|
1872
|
+
resourceId: string | undefined;
|
|
1873
|
+
|
|
1874
|
+
httpMethod: string | undefined;
|
|
1875
|
+
|
|
1876
|
+
statusCode: string | undefined;
|
|
1877
|
+
|
|
1878
|
+
patchOperations?: PatchOperation[];
|
|
1879
|
+
}
|
|
1880
|
+
|
|
1881
|
+
export interface UpdateMethodRequest {
|
|
1882
|
+
restApiId: string | undefined;
|
|
1883
|
+
|
|
1884
|
+
resourceId: string | undefined;
|
|
1885
|
+
|
|
1886
|
+
httpMethod: string | undefined;
|
|
1887
|
+
|
|
1888
|
+
patchOperations?: PatchOperation[];
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
export interface UpdateMethodResponseRequest {
|
|
1892
|
+
restApiId: string | undefined;
|
|
1893
|
+
|
|
1894
|
+
resourceId: string | undefined;
|
|
1895
|
+
|
|
1896
|
+
httpMethod: string | undefined;
|
|
1897
|
+
|
|
1898
|
+
statusCode: string | undefined;
|
|
1899
|
+
|
|
1900
|
+
patchOperations?: PatchOperation[];
|
|
1901
|
+
}
|
|
1902
|
+
|
|
1903
|
+
export interface UpdateModelRequest {
|
|
1904
|
+
restApiId: string | undefined;
|
|
1905
|
+
|
|
1906
|
+
modelName: string | undefined;
|
|
1907
|
+
|
|
1908
|
+
patchOperations?: PatchOperation[];
|
|
1909
|
+
}
|
|
1910
|
+
|
|
1911
|
+
export interface UpdateRequestValidatorRequest {
|
|
1912
|
+
restApiId: string | undefined;
|
|
1913
|
+
|
|
1914
|
+
requestValidatorId: string | undefined;
|
|
1915
|
+
|
|
1916
|
+
patchOperations?: PatchOperation[];
|
|
1917
|
+
}
|
|
1918
|
+
|
|
1919
|
+
export interface UpdateResourceRequest {
|
|
1920
|
+
restApiId: string | undefined;
|
|
1921
|
+
|
|
1922
|
+
resourceId: string | undefined;
|
|
1923
|
+
|
|
1924
|
+
patchOperations?: PatchOperation[];
|
|
1925
|
+
}
|
|
1926
|
+
|
|
1927
|
+
export interface UpdateRestApiRequest {
|
|
1928
|
+
restApiId: string | undefined;
|
|
1929
|
+
|
|
1930
|
+
patchOperations?: PatchOperation[];
|
|
1931
|
+
}
|
|
1932
|
+
|
|
1933
|
+
export interface UpdateStageRequest {
|
|
1934
|
+
restApiId: string | undefined;
|
|
1935
|
+
|
|
1936
|
+
stageName: string | undefined;
|
|
1937
|
+
|
|
1938
|
+
patchOperations?: PatchOperation[];
|
|
1939
|
+
}
|
|
1940
|
+
|
|
1941
|
+
export interface UpdateUsageRequest {
|
|
1942
|
+
usagePlanId: string | undefined;
|
|
1943
|
+
|
|
1944
|
+
keyId: string | undefined;
|
|
1945
|
+
|
|
1946
|
+
patchOperations?: PatchOperation[];
|
|
1947
|
+
}
|
|
1948
|
+
|
|
1949
|
+
export interface UpdateUsagePlanRequest {
|
|
1950
|
+
usagePlanId: string | undefined;
|
|
1951
|
+
|
|
1952
|
+
patchOperations?: PatchOperation[];
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
export interface UpdateVpcLinkRequest {
|
|
1956
|
+
vpcLinkId: string | undefined;
|
|
1957
|
+
|
|
1958
|
+
patchOperations?: PatchOperation[];
|
|
1959
|
+
}
|
|
1960
|
+
|
|
1961
|
+
export declare const AccessLogSettingsFilterSensitiveLog: (
|
|
1962
|
+
obj: AccessLogSettings
|
|
1963
|
+
) => any;
|
|
1964
|
+
|
|
1965
|
+
export declare const ThrottleSettingsFilterSensitiveLog: (
|
|
1966
|
+
obj: ThrottleSettings
|
|
1967
|
+
) => any;
|
|
1968
|
+
|
|
1969
|
+
export declare const AccountFilterSensitiveLog: (obj: Account) => any;
|
|
1970
|
+
|
|
1971
|
+
export declare const ApiKeyFilterSensitiveLog: (obj: ApiKey) => any;
|
|
1972
|
+
|
|
1973
|
+
export declare const ApiKeyIdsFilterSensitiveLog: (obj: ApiKeyIds) => any;
|
|
1974
|
+
|
|
1975
|
+
export declare const ApiKeysFilterSensitiveLog: (obj: ApiKeys) => any;
|
|
1976
|
+
|
|
1977
|
+
export declare const ApiStageFilterSensitiveLog: (obj: ApiStage) => any;
|
|
1978
|
+
|
|
1979
|
+
export declare const AuthorizerFilterSensitiveLog: (obj: Authorizer) => any;
|
|
1980
|
+
|
|
1981
|
+
export declare const AuthorizersFilterSensitiveLog: (obj: Authorizers) => any;
|
|
1982
|
+
|
|
1983
|
+
export declare const StageKeyFilterSensitiveLog: (obj: StageKey) => any;
|
|
1984
|
+
|
|
1985
|
+
export declare const CreateApiKeyRequestFilterSensitiveLog: (
|
|
1986
|
+
obj: CreateApiKeyRequest
|
|
1987
|
+
) => any;
|
|
1988
|
+
|
|
1989
|
+
export declare const CreateAuthorizerRequestFilterSensitiveLog: (
|
|
1990
|
+
obj: CreateAuthorizerRequest
|
|
1991
|
+
) => any;
|
|
1992
|
+
|
|
1993
|
+
export declare const BasePathMappingFilterSensitiveLog: (
|
|
1994
|
+
obj: BasePathMapping
|
|
1995
|
+
) => any;
|
|
1996
|
+
|
|
1997
|
+
export declare const CreateBasePathMappingRequestFilterSensitiveLog: (
|
|
1998
|
+
obj: CreateBasePathMappingRequest
|
|
1999
|
+
) => any;
|
|
2000
|
+
|
|
2001
|
+
export declare const DeploymentCanarySettingsFilterSensitiveLog: (
|
|
2002
|
+
obj: DeploymentCanarySettings
|
|
2003
|
+
) => any;
|
|
2004
|
+
|
|
2005
|
+
export declare const CreateDeploymentRequestFilterSensitiveLog: (
|
|
2006
|
+
obj: CreateDeploymentRequest
|
|
2007
|
+
) => any;
|
|
2008
|
+
|
|
2009
|
+
export declare const MethodSnapshotFilterSensitiveLog: (
|
|
2010
|
+
obj: MethodSnapshot
|
|
2011
|
+
) => any;
|
|
2012
|
+
|
|
2013
|
+
export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
|
|
2014
|
+
|
|
2015
|
+
export declare const DocumentationPartLocationFilterSensitiveLog: (
|
|
2016
|
+
obj: DocumentationPartLocation
|
|
2017
|
+
) => any;
|
|
2018
|
+
|
|
2019
|
+
export declare const CreateDocumentationPartRequestFilterSensitiveLog: (
|
|
2020
|
+
obj: CreateDocumentationPartRequest
|
|
2021
|
+
) => any;
|
|
2022
|
+
|
|
2023
|
+
export declare const DocumentationPartFilterSensitiveLog: (
|
|
2024
|
+
obj: DocumentationPart
|
|
2025
|
+
) => any;
|
|
2026
|
+
|
|
2027
|
+
export declare const CreateDocumentationVersionRequestFilterSensitiveLog: (
|
|
2028
|
+
obj: CreateDocumentationVersionRequest
|
|
2029
|
+
) => any;
|
|
2030
|
+
|
|
2031
|
+
export declare const DocumentationVersionFilterSensitiveLog: (
|
|
2032
|
+
obj: DocumentationVersion
|
|
2033
|
+
) => any;
|
|
2034
|
+
|
|
2035
|
+
export declare const EndpointConfigurationFilterSensitiveLog: (
|
|
2036
|
+
obj: EndpointConfiguration
|
|
2037
|
+
) => any;
|
|
2038
|
+
|
|
2039
|
+
export declare const MutualTlsAuthenticationInputFilterSensitiveLog: (
|
|
2040
|
+
obj: MutualTlsAuthenticationInput
|
|
2041
|
+
) => any;
|
|
2042
|
+
|
|
2043
|
+
export declare const CreateDomainNameRequestFilterSensitiveLog: (
|
|
2044
|
+
obj: CreateDomainNameRequest
|
|
2045
|
+
) => any;
|
|
2046
|
+
|
|
2047
|
+
export declare const MutualTlsAuthenticationFilterSensitiveLog: (
|
|
2048
|
+
obj: MutualTlsAuthentication
|
|
2049
|
+
) => any;
|
|
2050
|
+
|
|
2051
|
+
export declare const DomainNameFilterSensitiveLog: (obj: DomainName) => any;
|
|
2052
|
+
|
|
2053
|
+
export declare const CreateModelRequestFilterSensitiveLog: (
|
|
2054
|
+
obj: CreateModelRequest
|
|
2055
|
+
) => any;
|
|
2056
|
+
|
|
2057
|
+
export declare const ModelFilterSensitiveLog: (obj: Model) => any;
|
|
2058
|
+
|
|
2059
|
+
export declare const CreateRequestValidatorRequestFilterSensitiveLog: (
|
|
2060
|
+
obj: CreateRequestValidatorRequest
|
|
2061
|
+
) => any;
|
|
2062
|
+
|
|
2063
|
+
export declare const RequestValidatorFilterSensitiveLog: (
|
|
2064
|
+
obj: RequestValidator
|
|
2065
|
+
) => any;
|
|
2066
|
+
|
|
2067
|
+
export declare const CreateResourceRequestFilterSensitiveLog: (
|
|
2068
|
+
obj: CreateResourceRequest
|
|
2069
|
+
) => any;
|
|
2070
|
+
|
|
2071
|
+
export declare const IntegrationResponseFilterSensitiveLog: (
|
|
2072
|
+
obj: IntegrationResponse
|
|
2073
|
+
) => any;
|
|
2074
|
+
|
|
2075
|
+
export declare const TlsConfigFilterSensitiveLog: (obj: TlsConfig) => any;
|
|
2076
|
+
|
|
2077
|
+
export declare const IntegrationFilterSensitiveLog: (obj: Integration) => any;
|
|
2078
|
+
|
|
2079
|
+
export declare const MethodResponseFilterSensitiveLog: (
|
|
2080
|
+
obj: MethodResponse
|
|
2081
|
+
) => any;
|
|
2082
|
+
|
|
2083
|
+
export declare const MethodFilterSensitiveLog: (obj: Method) => any;
|
|
2084
|
+
|
|
2085
|
+
export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
|
|
2086
|
+
|
|
2087
|
+
export declare const CreateRestApiRequestFilterSensitiveLog: (
|
|
2088
|
+
obj: CreateRestApiRequest
|
|
2089
|
+
) => any;
|
|
2090
|
+
|
|
2091
|
+
export declare const RestApiFilterSensitiveLog: (obj: RestApi) => any;
|
|
2092
|
+
|
|
2093
|
+
export declare const CanarySettingsFilterSensitiveLog: (
|
|
2094
|
+
obj: CanarySettings
|
|
2095
|
+
) => any;
|
|
2096
|
+
|
|
2097
|
+
export declare const CreateStageRequestFilterSensitiveLog: (
|
|
2098
|
+
obj: CreateStageRequest
|
|
2099
|
+
) => any;
|
|
2100
|
+
|
|
2101
|
+
export declare const MethodSettingFilterSensitiveLog: (
|
|
2102
|
+
obj: MethodSetting
|
|
2103
|
+
) => any;
|
|
2104
|
+
|
|
2105
|
+
export declare const StageFilterSensitiveLog: (obj: Stage) => any;
|
|
2106
|
+
|
|
2107
|
+
export declare const QuotaSettingsFilterSensitiveLog: (
|
|
2108
|
+
obj: QuotaSettings
|
|
2109
|
+
) => any;
|
|
2110
|
+
|
|
2111
|
+
export declare const CreateUsagePlanRequestFilterSensitiveLog: (
|
|
2112
|
+
obj: CreateUsagePlanRequest
|
|
2113
|
+
) => any;
|
|
2114
|
+
|
|
2115
|
+
export declare const UsagePlanFilterSensitiveLog: (obj: UsagePlan) => any;
|
|
2116
|
+
|
|
2117
|
+
export declare const CreateUsagePlanKeyRequestFilterSensitiveLog: (
|
|
2118
|
+
obj: CreateUsagePlanKeyRequest
|
|
2119
|
+
) => any;
|
|
2120
|
+
|
|
2121
|
+
export declare const UsagePlanKeyFilterSensitiveLog: (obj: UsagePlanKey) => any;
|
|
2122
|
+
|
|
2123
|
+
export declare const CreateVpcLinkRequestFilterSensitiveLog: (
|
|
2124
|
+
obj: CreateVpcLinkRequest
|
|
2125
|
+
) => any;
|
|
2126
|
+
|
|
2127
|
+
export declare const VpcLinkFilterSensitiveLog: (obj: VpcLink) => any;
|
|
2128
|
+
|
|
2129
|
+
export declare const DeleteApiKeyRequestFilterSensitiveLog: (
|
|
2130
|
+
obj: DeleteApiKeyRequest
|
|
2131
|
+
) => any;
|
|
2132
|
+
|
|
2133
|
+
export declare const DeleteAuthorizerRequestFilterSensitiveLog: (
|
|
2134
|
+
obj: DeleteAuthorizerRequest
|
|
2135
|
+
) => any;
|
|
2136
|
+
|
|
2137
|
+
export declare const DeleteBasePathMappingRequestFilterSensitiveLog: (
|
|
2138
|
+
obj: DeleteBasePathMappingRequest
|
|
2139
|
+
) => any;
|
|
2140
|
+
|
|
2141
|
+
export declare const DeleteClientCertificateRequestFilterSensitiveLog: (
|
|
2142
|
+
obj: DeleteClientCertificateRequest
|
|
2143
|
+
) => any;
|
|
2144
|
+
|
|
2145
|
+
export declare const DeleteDeploymentRequestFilterSensitiveLog: (
|
|
2146
|
+
obj: DeleteDeploymentRequest
|
|
2147
|
+
) => any;
|
|
2148
|
+
|
|
2149
|
+
export declare const DeleteDocumentationPartRequestFilterSensitiveLog: (
|
|
2150
|
+
obj: DeleteDocumentationPartRequest
|
|
2151
|
+
) => any;
|
|
2152
|
+
|
|
2153
|
+
export declare const DeleteDocumentationVersionRequestFilterSensitiveLog: (
|
|
2154
|
+
obj: DeleteDocumentationVersionRequest
|
|
2155
|
+
) => any;
|
|
2156
|
+
|
|
2157
|
+
export declare const DeleteDomainNameRequestFilterSensitiveLog: (
|
|
2158
|
+
obj: DeleteDomainNameRequest
|
|
2159
|
+
) => any;
|
|
2160
|
+
|
|
2161
|
+
export declare const DeleteGatewayResponseRequestFilterSensitiveLog: (
|
|
2162
|
+
obj: DeleteGatewayResponseRequest
|
|
2163
|
+
) => any;
|
|
2164
|
+
|
|
2165
|
+
export declare const DeleteIntegrationRequestFilterSensitiveLog: (
|
|
2166
|
+
obj: DeleteIntegrationRequest
|
|
2167
|
+
) => any;
|
|
2168
|
+
|
|
2169
|
+
export declare const DeleteIntegrationResponseRequestFilterSensitiveLog: (
|
|
2170
|
+
obj: DeleteIntegrationResponseRequest
|
|
2171
|
+
) => any;
|
|
2172
|
+
|
|
2173
|
+
export declare const DeleteMethodRequestFilterSensitiveLog: (
|
|
2174
|
+
obj: DeleteMethodRequest
|
|
2175
|
+
) => any;
|
|
2176
|
+
|
|
2177
|
+
export declare const DeleteMethodResponseRequestFilterSensitiveLog: (
|
|
2178
|
+
obj: DeleteMethodResponseRequest
|
|
2179
|
+
) => any;
|
|
2180
|
+
|
|
2181
|
+
export declare const DeleteModelRequestFilterSensitiveLog: (
|
|
2182
|
+
obj: DeleteModelRequest
|
|
2183
|
+
) => any;
|
|
2184
|
+
|
|
2185
|
+
export declare const DeleteRequestValidatorRequestFilterSensitiveLog: (
|
|
2186
|
+
obj: DeleteRequestValidatorRequest
|
|
2187
|
+
) => any;
|
|
2188
|
+
|
|
2189
|
+
export declare const DeleteResourceRequestFilterSensitiveLog: (
|
|
2190
|
+
obj: DeleteResourceRequest
|
|
2191
|
+
) => any;
|
|
2192
|
+
|
|
2193
|
+
export declare const DeleteRestApiRequestFilterSensitiveLog: (
|
|
2194
|
+
obj: DeleteRestApiRequest
|
|
2195
|
+
) => any;
|
|
2196
|
+
|
|
2197
|
+
export declare const DeleteStageRequestFilterSensitiveLog: (
|
|
2198
|
+
obj: DeleteStageRequest
|
|
2199
|
+
) => any;
|
|
2200
|
+
|
|
2201
|
+
export declare const DeleteUsagePlanRequestFilterSensitiveLog: (
|
|
2202
|
+
obj: DeleteUsagePlanRequest
|
|
2203
|
+
) => any;
|
|
2204
|
+
|
|
2205
|
+
export declare const DeleteUsagePlanKeyRequestFilterSensitiveLog: (
|
|
2206
|
+
obj: DeleteUsagePlanKeyRequest
|
|
2207
|
+
) => any;
|
|
2208
|
+
|
|
2209
|
+
export declare const DeleteVpcLinkRequestFilterSensitiveLog: (
|
|
2210
|
+
obj: DeleteVpcLinkRequest
|
|
2211
|
+
) => any;
|
|
2212
|
+
|
|
2213
|
+
export declare const FlushStageAuthorizersCacheRequestFilterSensitiveLog: (
|
|
2214
|
+
obj: FlushStageAuthorizersCacheRequest
|
|
2215
|
+
) => any;
|
|
2216
|
+
|
|
2217
|
+
export declare const FlushStageCacheRequestFilterSensitiveLog: (
|
|
2218
|
+
obj: FlushStageCacheRequest
|
|
2219
|
+
) => any;
|
|
2220
|
+
|
|
2221
|
+
export declare const ClientCertificateFilterSensitiveLog: (
|
|
2222
|
+
obj: ClientCertificate
|
|
2223
|
+
) => any;
|
|
2224
|
+
|
|
2225
|
+
export declare const GenerateClientCertificateRequestFilterSensitiveLog: (
|
|
2226
|
+
obj: GenerateClientCertificateRequest
|
|
2227
|
+
) => any;
|
|
2228
|
+
|
|
2229
|
+
export declare const GetAccountRequestFilterSensitiveLog: (
|
|
2230
|
+
obj: GetAccountRequest
|
|
2231
|
+
) => any;
|
|
2232
|
+
|
|
2233
|
+
export declare const GetApiKeyRequestFilterSensitiveLog: (
|
|
2234
|
+
obj: GetApiKeyRequest
|
|
2235
|
+
) => any;
|
|
2236
|
+
|
|
2237
|
+
export declare const GetApiKeysRequestFilterSensitiveLog: (
|
|
2238
|
+
obj: GetApiKeysRequest
|
|
2239
|
+
) => any;
|
|
2240
|
+
|
|
2241
|
+
export declare const GetAuthorizerRequestFilterSensitiveLog: (
|
|
2242
|
+
obj: GetAuthorizerRequest
|
|
2243
|
+
) => any;
|
|
2244
|
+
|
|
2245
|
+
export declare const GetAuthorizersRequestFilterSensitiveLog: (
|
|
2246
|
+
obj: GetAuthorizersRequest
|
|
2247
|
+
) => any;
|
|
2248
|
+
|
|
2249
|
+
export declare const GetBasePathMappingRequestFilterSensitiveLog: (
|
|
2250
|
+
obj: GetBasePathMappingRequest
|
|
2251
|
+
) => any;
|
|
2252
|
+
|
|
2253
|
+
export declare const BasePathMappingsFilterSensitiveLog: (
|
|
2254
|
+
obj: BasePathMappings
|
|
2255
|
+
) => any;
|
|
2256
|
+
|
|
2257
|
+
export declare const GetBasePathMappingsRequestFilterSensitiveLog: (
|
|
2258
|
+
obj: GetBasePathMappingsRequest
|
|
2259
|
+
) => any;
|
|
2260
|
+
|
|
2261
|
+
export declare const GetClientCertificateRequestFilterSensitiveLog: (
|
|
2262
|
+
obj: GetClientCertificateRequest
|
|
2263
|
+
) => any;
|
|
2264
|
+
|
|
2265
|
+
export declare const ClientCertificatesFilterSensitiveLog: (
|
|
2266
|
+
obj: ClientCertificates
|
|
2267
|
+
) => any;
|
|
2268
|
+
|
|
2269
|
+
export declare const GetClientCertificatesRequestFilterSensitiveLog: (
|
|
2270
|
+
obj: GetClientCertificatesRequest
|
|
2271
|
+
) => any;
|
|
2272
|
+
|
|
2273
|
+
export declare const GetDeploymentRequestFilterSensitiveLog: (
|
|
2274
|
+
obj: GetDeploymentRequest
|
|
2275
|
+
) => any;
|
|
2276
|
+
|
|
2277
|
+
export declare const DeploymentsFilterSensitiveLog: (obj: Deployments) => any;
|
|
2278
|
+
|
|
2279
|
+
export declare const GetDeploymentsRequestFilterSensitiveLog: (
|
|
2280
|
+
obj: GetDeploymentsRequest
|
|
2281
|
+
) => any;
|
|
2282
|
+
|
|
2283
|
+
export declare const GetDocumentationPartRequestFilterSensitiveLog: (
|
|
2284
|
+
obj: GetDocumentationPartRequest
|
|
2285
|
+
) => any;
|
|
2286
|
+
|
|
2287
|
+
export declare const DocumentationPartsFilterSensitiveLog: (
|
|
2288
|
+
obj: DocumentationParts
|
|
2289
|
+
) => any;
|
|
2290
|
+
|
|
2291
|
+
export declare const GetDocumentationPartsRequestFilterSensitiveLog: (
|
|
2292
|
+
obj: GetDocumentationPartsRequest
|
|
2293
|
+
) => any;
|
|
2294
|
+
|
|
2295
|
+
export declare const GetDocumentationVersionRequestFilterSensitiveLog: (
|
|
2296
|
+
obj: GetDocumentationVersionRequest
|
|
2297
|
+
) => any;
|
|
2298
|
+
|
|
2299
|
+
export declare const DocumentationVersionsFilterSensitiveLog: (
|
|
2300
|
+
obj: DocumentationVersions
|
|
2301
|
+
) => any;
|
|
2302
|
+
|
|
2303
|
+
export declare const GetDocumentationVersionsRequestFilterSensitiveLog: (
|
|
2304
|
+
obj: GetDocumentationVersionsRequest
|
|
2305
|
+
) => any;
|
|
2306
|
+
|
|
2307
|
+
export declare const GetDomainNameRequestFilterSensitiveLog: (
|
|
2308
|
+
obj: GetDomainNameRequest
|
|
2309
|
+
) => any;
|
|
2310
|
+
|
|
2311
|
+
export declare const DomainNamesFilterSensitiveLog: (obj: DomainNames) => any;
|
|
2312
|
+
|
|
2313
|
+
export declare const GetDomainNamesRequestFilterSensitiveLog: (
|
|
2314
|
+
obj: GetDomainNamesRequest
|
|
2315
|
+
) => any;
|
|
2316
|
+
|
|
2317
|
+
export declare const ExportResponseFilterSensitiveLog: (
|
|
2318
|
+
obj: ExportResponse
|
|
2319
|
+
) => any;
|
|
2320
|
+
|
|
2321
|
+
export declare const GetExportRequestFilterSensitiveLog: (
|
|
2322
|
+
obj: GetExportRequest
|
|
2323
|
+
) => any;
|
|
2324
|
+
|
|
2325
|
+
export declare const GatewayResponseFilterSensitiveLog: (
|
|
2326
|
+
obj: GatewayResponse
|
|
2327
|
+
) => any;
|
|
2328
|
+
|
|
2329
|
+
export declare const GetGatewayResponseRequestFilterSensitiveLog: (
|
|
2330
|
+
obj: GetGatewayResponseRequest
|
|
2331
|
+
) => any;
|
|
2332
|
+
|
|
2333
|
+
export declare const GatewayResponsesFilterSensitiveLog: (
|
|
2334
|
+
obj: GatewayResponses
|
|
2335
|
+
) => any;
|
|
2336
|
+
|
|
2337
|
+
export declare const GetGatewayResponsesRequestFilterSensitiveLog: (
|
|
2338
|
+
obj: GetGatewayResponsesRequest
|
|
2339
|
+
) => any;
|
|
2340
|
+
|
|
2341
|
+
export declare const GetIntegrationRequestFilterSensitiveLog: (
|
|
2342
|
+
obj: GetIntegrationRequest
|
|
2343
|
+
) => any;
|
|
2344
|
+
|
|
2345
|
+
export declare const GetIntegrationResponseRequestFilterSensitiveLog: (
|
|
2346
|
+
obj: GetIntegrationResponseRequest
|
|
2347
|
+
) => any;
|
|
2348
|
+
|
|
2349
|
+
export declare const GetMethodRequestFilterSensitiveLog: (
|
|
2350
|
+
obj: GetMethodRequest
|
|
2351
|
+
) => any;
|
|
2352
|
+
|
|
2353
|
+
export declare const GetMethodResponseRequestFilterSensitiveLog: (
|
|
2354
|
+
obj: GetMethodResponseRequest
|
|
2355
|
+
) => any;
|
|
2356
|
+
|
|
2357
|
+
export declare const GetModelRequestFilterSensitiveLog: (
|
|
2358
|
+
obj: GetModelRequest
|
|
2359
|
+
) => any;
|
|
2360
|
+
|
|
2361
|
+
export declare const GetModelsRequestFilterSensitiveLog: (
|
|
2362
|
+
obj: GetModelsRequest
|
|
2363
|
+
) => any;
|
|
2364
|
+
|
|
2365
|
+
export declare const ModelsFilterSensitiveLog: (obj: Models) => any;
|
|
2366
|
+
|
|
2367
|
+
export declare const GetModelTemplateRequestFilterSensitiveLog: (
|
|
2368
|
+
obj: GetModelTemplateRequest
|
|
2369
|
+
) => any;
|
|
2370
|
+
|
|
2371
|
+
export declare const TemplateFilterSensitiveLog: (obj: Template) => any;
|
|
2372
|
+
|
|
2373
|
+
export declare const GetRequestValidatorRequestFilterSensitiveLog: (
|
|
2374
|
+
obj: GetRequestValidatorRequest
|
|
2375
|
+
) => any;
|
|
2376
|
+
|
|
2377
|
+
export declare const GetRequestValidatorsRequestFilterSensitiveLog: (
|
|
2378
|
+
obj: GetRequestValidatorsRequest
|
|
2379
|
+
) => any;
|
|
2380
|
+
|
|
2381
|
+
export declare const RequestValidatorsFilterSensitiveLog: (
|
|
2382
|
+
obj: RequestValidators
|
|
2383
|
+
) => any;
|
|
2384
|
+
|
|
2385
|
+
export declare const GetResourceRequestFilterSensitiveLog: (
|
|
2386
|
+
obj: GetResourceRequest
|
|
2387
|
+
) => any;
|
|
2388
|
+
|
|
2389
|
+
export declare const GetResourcesRequestFilterSensitiveLog: (
|
|
2390
|
+
obj: GetResourcesRequest
|
|
2391
|
+
) => any;
|
|
2392
|
+
|
|
2393
|
+
export declare const ResourcesFilterSensitiveLog: (obj: Resources) => any;
|
|
2394
|
+
|
|
2395
|
+
export declare const GetRestApiRequestFilterSensitiveLog: (
|
|
2396
|
+
obj: GetRestApiRequest
|
|
2397
|
+
) => any;
|
|
2398
|
+
|
|
2399
|
+
export declare const GetRestApisRequestFilterSensitiveLog: (
|
|
2400
|
+
obj: GetRestApisRequest
|
|
2401
|
+
) => any;
|
|
2402
|
+
|
|
2403
|
+
export declare const RestApisFilterSensitiveLog: (obj: RestApis) => any;
|
|
2404
|
+
|
|
2405
|
+
export declare const GetSdkRequestFilterSensitiveLog: (
|
|
2406
|
+
obj: GetSdkRequest
|
|
2407
|
+
) => any;
|
|
2408
|
+
|
|
2409
|
+
export declare const SdkResponseFilterSensitiveLog: (obj: SdkResponse) => any;
|
|
2410
|
+
|
|
2411
|
+
export declare const GetSdkTypeRequestFilterSensitiveLog: (
|
|
2412
|
+
obj: GetSdkTypeRequest
|
|
2413
|
+
) => any;
|
|
2414
|
+
|
|
2415
|
+
export declare const SdkConfigurationPropertyFilterSensitiveLog: (
|
|
2416
|
+
obj: SdkConfigurationProperty
|
|
2417
|
+
) => any;
|
|
2418
|
+
|
|
2419
|
+
export declare const SdkTypeFilterSensitiveLog: (obj: SdkType) => any;
|
|
2420
|
+
|
|
2421
|
+
export declare const GetSdkTypesRequestFilterSensitiveLog: (
|
|
2422
|
+
obj: GetSdkTypesRequest
|
|
2423
|
+
) => any;
|
|
2424
|
+
|
|
2425
|
+
export declare const SdkTypesFilterSensitiveLog: (obj: SdkTypes) => any;
|
|
2426
|
+
|
|
2427
|
+
export declare const GetStageRequestFilterSensitiveLog: (
|
|
2428
|
+
obj: GetStageRequest
|
|
2429
|
+
) => any;
|
|
2430
|
+
|
|
2431
|
+
export declare const GetStagesRequestFilterSensitiveLog: (
|
|
2432
|
+
obj: GetStagesRequest
|
|
2433
|
+
) => any;
|
|
2434
|
+
|
|
2435
|
+
export declare const StagesFilterSensitiveLog: (obj: Stages) => any;
|
|
2436
|
+
|
|
2437
|
+
export declare const GetTagsRequestFilterSensitiveLog: (
|
|
2438
|
+
obj: GetTagsRequest
|
|
2439
|
+
) => any;
|
|
2440
|
+
|
|
2441
|
+
export declare const TagsFilterSensitiveLog: (obj: Tags) => any;
|
|
2442
|
+
|
|
2443
|
+
export declare const GetUsageRequestFilterSensitiveLog: (
|
|
2444
|
+
obj: GetUsageRequest
|
|
2445
|
+
) => any;
|
|
2446
|
+
|
|
2447
|
+
export declare const UsageFilterSensitiveLog: (obj: Usage) => any;
|
|
2448
|
+
|
|
2449
|
+
export declare const GetUsagePlanRequestFilterSensitiveLog: (
|
|
2450
|
+
obj: GetUsagePlanRequest
|
|
2451
|
+
) => any;
|
|
2452
|
+
|
|
2453
|
+
export declare const GetUsagePlanKeyRequestFilterSensitiveLog: (
|
|
2454
|
+
obj: GetUsagePlanKeyRequest
|
|
2455
|
+
) => any;
|
|
2456
|
+
|
|
2457
|
+
export declare const GetUsagePlanKeysRequestFilterSensitiveLog: (
|
|
2458
|
+
obj: GetUsagePlanKeysRequest
|
|
2459
|
+
) => any;
|
|
2460
|
+
|
|
2461
|
+
export declare const UsagePlanKeysFilterSensitiveLog: (
|
|
2462
|
+
obj: UsagePlanKeys
|
|
2463
|
+
) => any;
|
|
2464
|
+
|
|
2465
|
+
export declare const GetUsagePlansRequestFilterSensitiveLog: (
|
|
2466
|
+
obj: GetUsagePlansRequest
|
|
2467
|
+
) => any;
|
|
2468
|
+
|
|
2469
|
+
export declare const UsagePlansFilterSensitiveLog: (obj: UsagePlans) => any;
|
|
2470
|
+
|
|
2471
|
+
export declare const GetVpcLinkRequestFilterSensitiveLog: (
|
|
2472
|
+
obj: GetVpcLinkRequest
|
|
2473
|
+
) => any;
|
|
2474
|
+
|
|
2475
|
+
export declare const GetVpcLinksRequestFilterSensitiveLog: (
|
|
2476
|
+
obj: GetVpcLinksRequest
|
|
2477
|
+
) => any;
|
|
2478
|
+
|
|
2479
|
+
export declare const VpcLinksFilterSensitiveLog: (obj: VpcLinks) => any;
|
|
2480
|
+
|
|
2481
|
+
export declare const ImportApiKeysRequestFilterSensitiveLog: (
|
|
2482
|
+
obj: ImportApiKeysRequest
|
|
2483
|
+
) => any;
|
|
2484
|
+
|
|
2485
|
+
export declare const DocumentationPartIdsFilterSensitiveLog: (
|
|
2486
|
+
obj: DocumentationPartIds
|
|
2487
|
+
) => any;
|
|
2488
|
+
|
|
2489
|
+
export declare const ImportDocumentationPartsRequestFilterSensitiveLog: (
|
|
2490
|
+
obj: ImportDocumentationPartsRequest
|
|
2491
|
+
) => any;
|
|
2492
|
+
|
|
2493
|
+
export declare const ImportRestApiRequestFilterSensitiveLog: (
|
|
2494
|
+
obj: ImportRestApiRequest
|
|
2495
|
+
) => any;
|
|
2496
|
+
|
|
2497
|
+
export declare const PutGatewayResponseRequestFilterSensitiveLog: (
|
|
2498
|
+
obj: PutGatewayResponseRequest
|
|
2499
|
+
) => any;
|
|
2500
|
+
|
|
2501
|
+
export declare const PutIntegrationRequestFilterSensitiveLog: (
|
|
2502
|
+
obj: PutIntegrationRequest
|
|
2503
|
+
) => any;
|
|
2504
|
+
|
|
2505
|
+
export declare const PutIntegrationResponseRequestFilterSensitiveLog: (
|
|
2506
|
+
obj: PutIntegrationResponseRequest
|
|
2507
|
+
) => any;
|
|
2508
|
+
|
|
2509
|
+
export declare const PutMethodRequestFilterSensitiveLog: (
|
|
2510
|
+
obj: PutMethodRequest
|
|
2511
|
+
) => any;
|
|
2512
|
+
|
|
2513
|
+
export declare const PutMethodResponseRequestFilterSensitiveLog: (
|
|
2514
|
+
obj: PutMethodResponseRequest
|
|
2515
|
+
) => any;
|
|
2516
|
+
|
|
2517
|
+
export declare const PutRestApiRequestFilterSensitiveLog: (
|
|
2518
|
+
obj: PutRestApiRequest
|
|
2519
|
+
) => any;
|
|
2520
|
+
|
|
2521
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
2522
|
+
obj: TagResourceRequest
|
|
2523
|
+
) => any;
|
|
2524
|
+
|
|
2525
|
+
export declare const TestInvokeAuthorizerRequestFilterSensitiveLog: (
|
|
2526
|
+
obj: TestInvokeAuthorizerRequest
|
|
2527
|
+
) => any;
|
|
2528
|
+
|
|
2529
|
+
export declare const TestInvokeAuthorizerResponseFilterSensitiveLog: (
|
|
2530
|
+
obj: TestInvokeAuthorizerResponse
|
|
2531
|
+
) => any;
|
|
2532
|
+
|
|
2533
|
+
export declare const TestInvokeMethodRequestFilterSensitiveLog: (
|
|
2534
|
+
obj: TestInvokeMethodRequest
|
|
2535
|
+
) => any;
|
|
2536
|
+
|
|
2537
|
+
export declare const TestInvokeMethodResponseFilterSensitiveLog: (
|
|
2538
|
+
obj: TestInvokeMethodResponse
|
|
2539
|
+
) => any;
|
|
2540
|
+
|
|
2541
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
2542
|
+
obj: UntagResourceRequest
|
|
2543
|
+
) => any;
|
|
2544
|
+
|
|
2545
|
+
export declare const PatchOperationFilterSensitiveLog: (
|
|
2546
|
+
obj: PatchOperation
|
|
2547
|
+
) => any;
|
|
2548
|
+
|
|
2549
|
+
export declare const UpdateAccountRequestFilterSensitiveLog: (
|
|
2550
|
+
obj: UpdateAccountRequest
|
|
2551
|
+
) => any;
|
|
2552
|
+
|
|
2553
|
+
export declare const UpdateApiKeyRequestFilterSensitiveLog: (
|
|
2554
|
+
obj: UpdateApiKeyRequest
|
|
2555
|
+
) => any;
|
|
2556
|
+
|
|
2557
|
+
export declare const UpdateAuthorizerRequestFilterSensitiveLog: (
|
|
2558
|
+
obj: UpdateAuthorizerRequest
|
|
2559
|
+
) => any;
|
|
2560
|
+
|
|
2561
|
+
export declare const UpdateBasePathMappingRequestFilterSensitiveLog: (
|
|
2562
|
+
obj: UpdateBasePathMappingRequest
|
|
2563
|
+
) => any;
|
|
2564
|
+
|
|
2565
|
+
export declare const UpdateClientCertificateRequestFilterSensitiveLog: (
|
|
2566
|
+
obj: UpdateClientCertificateRequest
|
|
2567
|
+
) => any;
|
|
2568
|
+
|
|
2569
|
+
export declare const UpdateDeploymentRequestFilterSensitiveLog: (
|
|
2570
|
+
obj: UpdateDeploymentRequest
|
|
2571
|
+
) => any;
|
|
2572
|
+
|
|
2573
|
+
export declare const UpdateDocumentationPartRequestFilterSensitiveLog: (
|
|
2574
|
+
obj: UpdateDocumentationPartRequest
|
|
2575
|
+
) => any;
|
|
2576
|
+
|
|
2577
|
+
export declare const UpdateDocumentationVersionRequestFilterSensitiveLog: (
|
|
2578
|
+
obj: UpdateDocumentationVersionRequest
|
|
2579
|
+
) => any;
|
|
2580
|
+
|
|
2581
|
+
export declare const UpdateDomainNameRequestFilterSensitiveLog: (
|
|
2582
|
+
obj: UpdateDomainNameRequest
|
|
2583
|
+
) => any;
|
|
2584
|
+
|
|
2585
|
+
export declare const UpdateGatewayResponseRequestFilterSensitiveLog: (
|
|
2586
|
+
obj: UpdateGatewayResponseRequest
|
|
2587
|
+
) => any;
|
|
2588
|
+
|
|
2589
|
+
export declare const UpdateIntegrationRequestFilterSensitiveLog: (
|
|
2590
|
+
obj: UpdateIntegrationRequest
|
|
2591
|
+
) => any;
|
|
2592
|
+
|
|
2593
|
+
export declare const UpdateIntegrationResponseRequestFilterSensitiveLog: (
|
|
2594
|
+
obj: UpdateIntegrationResponseRequest
|
|
2595
|
+
) => any;
|
|
2596
|
+
|
|
2597
|
+
export declare const UpdateMethodRequestFilterSensitiveLog: (
|
|
2598
|
+
obj: UpdateMethodRequest
|
|
2599
|
+
) => any;
|
|
2600
|
+
|
|
2601
|
+
export declare const UpdateMethodResponseRequestFilterSensitiveLog: (
|
|
2602
|
+
obj: UpdateMethodResponseRequest
|
|
2603
|
+
) => any;
|
|
2604
|
+
|
|
2605
|
+
export declare const UpdateModelRequestFilterSensitiveLog: (
|
|
2606
|
+
obj: UpdateModelRequest
|
|
2607
|
+
) => any;
|
|
2608
|
+
|
|
2609
|
+
export declare const UpdateRequestValidatorRequestFilterSensitiveLog: (
|
|
2610
|
+
obj: UpdateRequestValidatorRequest
|
|
2611
|
+
) => any;
|
|
2612
|
+
|
|
2613
|
+
export declare const UpdateResourceRequestFilterSensitiveLog: (
|
|
2614
|
+
obj: UpdateResourceRequest
|
|
2615
|
+
) => any;
|
|
2616
|
+
|
|
2617
|
+
export declare const UpdateRestApiRequestFilterSensitiveLog: (
|
|
2618
|
+
obj: UpdateRestApiRequest
|
|
2619
|
+
) => any;
|
|
2620
|
+
|
|
2621
|
+
export declare const UpdateStageRequestFilterSensitiveLog: (
|
|
2622
|
+
obj: UpdateStageRequest
|
|
2623
|
+
) => any;
|
|
2624
|
+
|
|
2625
|
+
export declare const UpdateUsageRequestFilterSensitiveLog: (
|
|
2626
|
+
obj: UpdateUsageRequest
|
|
2627
|
+
) => any;
|
|
2628
|
+
|
|
2629
|
+
export declare const UpdateUsagePlanRequestFilterSensitiveLog: (
|
|
2630
|
+
obj: UpdateUsagePlanRequest
|
|
2631
|
+
) => any;
|
|
2632
|
+
|
|
2633
|
+
export declare const UpdateVpcLinkRequestFilterSensitiveLog: (
|
|
2634
|
+
obj: UpdateVpcLinkRequest
|
|
2635
|
+
) => any;
|