@aws-sdk/client-lambda 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Lambda.d.ts +1087 -320
- package/dist-types/ts3.4/LambdaClient.d.ts +482 -136
- package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +39 -24
- package/dist-types/ts3.4/commands/InvokeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +63 -63
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/LambdaServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1639 -2086
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCodeSigningConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEventSourceMappingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFunctionUrlConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFunctionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLayerVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLayersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVersionsByFunctionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +761 -191
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +5 -5
- package/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForFunctionActiveV2.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForFunctionUpdatedV2.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,2086 +1,1639 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
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
|
-
export declare class
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
}
|
|
180
|
-
export declare enum
|
|
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
|
-
|
|
363
|
-
|
|
364
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
export interface
|
|
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
|
-
export
|
|
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
|
-
export
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
}
|
|
829
|
-
export
|
|
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
|
-
export
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
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
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
}
|
|
987
|
-
export interface
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
}
|
|
991
|
-
export interface
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
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
|
-
|
|
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
|
-
export
|
|
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
|
-
|
|
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
|
-
export
|
|
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
|
-
export declare
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
export declare
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
export declare
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
export
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
export
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
export
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
export
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
export declare
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
export
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
export
|
|
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
|
-
export
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
export
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
export
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
export
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
export
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
export
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
export
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
export
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
export
|
|
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
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
export
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
export
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
export
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
export
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
export
|
|
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
|
-
RevisionId?: string;
|
|
1642
|
-
}
|
|
1643
|
-
export interface TagResourceRequest {
|
|
1644
|
-
|
|
1645
|
-
Resource: string | undefined;
|
|
1646
|
-
|
|
1647
|
-
Tags: Record<string, string> | undefined;
|
|
1648
|
-
}
|
|
1649
|
-
export interface UntagResourceRequest {
|
|
1650
|
-
|
|
1651
|
-
Resource: string | undefined;
|
|
1652
|
-
|
|
1653
|
-
TagKeys: string[] | undefined;
|
|
1654
|
-
}
|
|
1655
|
-
export interface UpdateAliasRequest {
|
|
1656
|
-
|
|
1657
|
-
FunctionName: string | undefined;
|
|
1658
|
-
|
|
1659
|
-
Name: string | undefined;
|
|
1660
|
-
|
|
1661
|
-
FunctionVersion?: string;
|
|
1662
|
-
|
|
1663
|
-
Description?: string;
|
|
1664
|
-
|
|
1665
|
-
RoutingConfig?: AliasRoutingConfiguration;
|
|
1666
|
-
|
|
1667
|
-
RevisionId?: string;
|
|
1668
|
-
}
|
|
1669
|
-
export interface UpdateCodeSigningConfigRequest {
|
|
1670
|
-
|
|
1671
|
-
CodeSigningConfigArn: string | undefined;
|
|
1672
|
-
|
|
1673
|
-
Description?: string;
|
|
1674
|
-
|
|
1675
|
-
AllowedPublishers?: AllowedPublishers;
|
|
1676
|
-
|
|
1677
|
-
CodeSigningPolicies?: CodeSigningPolicies;
|
|
1678
|
-
}
|
|
1679
|
-
export interface UpdateCodeSigningConfigResponse {
|
|
1680
|
-
|
|
1681
|
-
CodeSigningConfig: CodeSigningConfig | undefined;
|
|
1682
|
-
}
|
|
1683
|
-
export interface UpdateEventSourceMappingRequest {
|
|
1684
|
-
|
|
1685
|
-
UUID: string | undefined;
|
|
1686
|
-
|
|
1687
|
-
FunctionName?: string;
|
|
1688
|
-
|
|
1689
|
-
Enabled?: boolean;
|
|
1690
|
-
|
|
1691
|
-
BatchSize?: number;
|
|
1692
|
-
|
|
1693
|
-
FilterCriteria?: FilterCriteria;
|
|
1694
|
-
|
|
1695
|
-
MaximumBatchingWindowInSeconds?: number;
|
|
1696
|
-
|
|
1697
|
-
DestinationConfig?: DestinationConfig;
|
|
1698
|
-
|
|
1699
|
-
MaximumRecordAgeInSeconds?: number;
|
|
1700
|
-
|
|
1701
|
-
BisectBatchOnFunctionError?: boolean;
|
|
1702
|
-
|
|
1703
|
-
MaximumRetryAttempts?: number;
|
|
1704
|
-
|
|
1705
|
-
ParallelizationFactor?: number;
|
|
1706
|
-
|
|
1707
|
-
SourceAccessConfigurations?: SourceAccessConfiguration[];
|
|
1708
|
-
|
|
1709
|
-
TumblingWindowInSeconds?: number;
|
|
1710
|
-
|
|
1711
|
-
FunctionResponseTypes?: (FunctionResponseType | string)[];
|
|
1712
|
-
}
|
|
1713
|
-
export interface UpdateFunctionCodeRequest {
|
|
1714
|
-
|
|
1715
|
-
FunctionName: string | undefined;
|
|
1716
|
-
|
|
1717
|
-
ZipFile?: Uint8Array;
|
|
1718
|
-
|
|
1719
|
-
S3Bucket?: string;
|
|
1720
|
-
|
|
1721
|
-
S3Key?: string;
|
|
1722
|
-
|
|
1723
|
-
S3ObjectVersion?: string;
|
|
1724
|
-
|
|
1725
|
-
ImageUri?: string;
|
|
1726
|
-
|
|
1727
|
-
Publish?: boolean;
|
|
1728
|
-
|
|
1729
|
-
DryRun?: boolean;
|
|
1730
|
-
|
|
1731
|
-
RevisionId?: string;
|
|
1732
|
-
|
|
1733
|
-
Architectures?: (Architecture | string)[];
|
|
1734
|
-
}
|
|
1735
|
-
export interface UpdateFunctionConfigurationRequest {
|
|
1736
|
-
|
|
1737
|
-
FunctionName: string | undefined;
|
|
1738
|
-
|
|
1739
|
-
Role?: string;
|
|
1740
|
-
|
|
1741
|
-
Handler?: string;
|
|
1742
|
-
|
|
1743
|
-
Description?: string;
|
|
1744
|
-
|
|
1745
|
-
Timeout?: number;
|
|
1746
|
-
|
|
1747
|
-
MemorySize?: number;
|
|
1748
|
-
|
|
1749
|
-
VpcConfig?: VpcConfig;
|
|
1750
|
-
|
|
1751
|
-
Environment?: Environment;
|
|
1752
|
-
|
|
1753
|
-
Runtime?: Runtime | string;
|
|
1754
|
-
|
|
1755
|
-
DeadLetterConfig?: DeadLetterConfig;
|
|
1756
|
-
|
|
1757
|
-
KMSKeyArn?: string;
|
|
1758
|
-
|
|
1759
|
-
TracingConfig?: TracingConfig;
|
|
1760
|
-
|
|
1761
|
-
RevisionId?: string;
|
|
1762
|
-
|
|
1763
|
-
Layers?: string[];
|
|
1764
|
-
|
|
1765
|
-
FileSystemConfigs?: FileSystemConfig[];
|
|
1766
|
-
|
|
1767
|
-
ImageConfig?: ImageConfig;
|
|
1768
|
-
|
|
1769
|
-
EphemeralStorage?: EphemeralStorage;
|
|
1770
|
-
}
|
|
1771
|
-
export interface UpdateFunctionEventInvokeConfigRequest {
|
|
1772
|
-
|
|
1773
|
-
FunctionName: string | undefined;
|
|
1774
|
-
|
|
1775
|
-
Qualifier?: string;
|
|
1776
|
-
|
|
1777
|
-
MaximumRetryAttempts?: number;
|
|
1778
|
-
|
|
1779
|
-
MaximumEventAgeInSeconds?: number;
|
|
1780
|
-
|
|
1781
|
-
DestinationConfig?: DestinationConfig;
|
|
1782
|
-
}
|
|
1783
|
-
export interface UpdateFunctionUrlConfigRequest {
|
|
1784
|
-
|
|
1785
|
-
FunctionName: string | undefined;
|
|
1786
|
-
|
|
1787
|
-
Qualifier?: string;
|
|
1788
|
-
|
|
1789
|
-
AuthType?: FunctionUrlAuthType | string;
|
|
1790
|
-
|
|
1791
|
-
Cors?: Cors;
|
|
1792
|
-
}
|
|
1793
|
-
export interface UpdateFunctionUrlConfigResponse {
|
|
1794
|
-
|
|
1795
|
-
FunctionUrl: string | undefined;
|
|
1796
|
-
|
|
1797
|
-
FunctionArn: string | undefined;
|
|
1798
|
-
|
|
1799
|
-
AuthType: FunctionUrlAuthType | string | undefined;
|
|
1800
|
-
|
|
1801
|
-
Cors?: Cors;
|
|
1802
|
-
|
|
1803
|
-
CreationTime: string | undefined;
|
|
1804
|
-
|
|
1805
|
-
LastModifiedTime: string | undefined;
|
|
1806
|
-
}
|
|
1807
|
-
|
|
1808
|
-
export declare const AccountLimitFilterSensitiveLog: (obj: AccountLimit) => any;
|
|
1809
|
-
|
|
1810
|
-
export declare const AccountUsageFilterSensitiveLog: (obj: AccountUsage) => any;
|
|
1811
|
-
|
|
1812
|
-
export declare const AddLayerVersionPermissionRequestFilterSensitiveLog: (obj: AddLayerVersionPermissionRequest) => any;
|
|
1813
|
-
|
|
1814
|
-
export declare const AddLayerVersionPermissionResponseFilterSensitiveLog: (obj: AddLayerVersionPermissionResponse) => any;
|
|
1815
|
-
|
|
1816
|
-
export declare const AddPermissionRequestFilterSensitiveLog: (obj: AddPermissionRequest) => any;
|
|
1817
|
-
|
|
1818
|
-
export declare const AddPermissionResponseFilterSensitiveLog: (obj: AddPermissionResponse) => any;
|
|
1819
|
-
|
|
1820
|
-
export declare const AliasRoutingConfigurationFilterSensitiveLog: (obj: AliasRoutingConfiguration) => any;
|
|
1821
|
-
|
|
1822
|
-
export declare const AliasConfigurationFilterSensitiveLog: (obj: AliasConfiguration) => any;
|
|
1823
|
-
|
|
1824
|
-
export declare const AllowedPublishersFilterSensitiveLog: (obj: AllowedPublishers) => any;
|
|
1825
|
-
|
|
1826
|
-
export declare const AmazonManagedKafkaEventSourceConfigFilterSensitiveLog: (obj: AmazonManagedKafkaEventSourceConfig) => any;
|
|
1827
|
-
|
|
1828
|
-
export declare const CreateAliasRequestFilterSensitiveLog: (obj: CreateAliasRequest) => any;
|
|
1829
|
-
|
|
1830
|
-
export declare const CodeSigningPoliciesFilterSensitiveLog: (obj: CodeSigningPolicies) => any;
|
|
1831
|
-
|
|
1832
|
-
export declare const CreateCodeSigningConfigRequestFilterSensitiveLog: (obj: CreateCodeSigningConfigRequest) => any;
|
|
1833
|
-
|
|
1834
|
-
export declare const CodeSigningConfigFilterSensitiveLog: (obj: CodeSigningConfig) => any;
|
|
1835
|
-
|
|
1836
|
-
export declare const CreateCodeSigningConfigResponseFilterSensitiveLog: (obj: CreateCodeSigningConfigResponse) => any;
|
|
1837
|
-
|
|
1838
|
-
export declare const OnFailureFilterSensitiveLog: (obj: OnFailure) => any;
|
|
1839
|
-
|
|
1840
|
-
export declare const OnSuccessFilterSensitiveLog: (obj: OnSuccess) => any;
|
|
1841
|
-
|
|
1842
|
-
export declare const DestinationConfigFilterSensitiveLog: (obj: DestinationConfig) => any;
|
|
1843
|
-
|
|
1844
|
-
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
1845
|
-
|
|
1846
|
-
export declare const FilterCriteriaFilterSensitiveLog: (obj: FilterCriteria) => any;
|
|
1847
|
-
|
|
1848
|
-
export declare const SelfManagedEventSourceFilterSensitiveLog: (obj: SelfManagedEventSource) => any;
|
|
1849
|
-
|
|
1850
|
-
export declare const SelfManagedKafkaEventSourceConfigFilterSensitiveLog: (obj: SelfManagedKafkaEventSourceConfig) => any;
|
|
1851
|
-
|
|
1852
|
-
export declare const SourceAccessConfigurationFilterSensitiveLog: (obj: SourceAccessConfiguration) => any;
|
|
1853
|
-
|
|
1854
|
-
export declare const CreateEventSourceMappingRequestFilterSensitiveLog: (obj: CreateEventSourceMappingRequest) => any;
|
|
1855
|
-
|
|
1856
|
-
export declare const EventSourceMappingConfigurationFilterSensitiveLog: (obj: EventSourceMappingConfiguration) => any;
|
|
1857
|
-
|
|
1858
|
-
export declare const FunctionCodeFilterSensitiveLog: (obj: FunctionCode) => any;
|
|
1859
|
-
|
|
1860
|
-
export declare const DeadLetterConfigFilterSensitiveLog: (obj: DeadLetterConfig) => any;
|
|
1861
|
-
|
|
1862
|
-
export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
|
|
1863
|
-
|
|
1864
|
-
export declare const EphemeralStorageFilterSensitiveLog: (obj: EphemeralStorage) => any;
|
|
1865
|
-
|
|
1866
|
-
export declare const FileSystemConfigFilterSensitiveLog: (obj: FileSystemConfig) => any;
|
|
1867
|
-
|
|
1868
|
-
export declare const ImageConfigFilterSensitiveLog: (obj: ImageConfig) => any;
|
|
1869
|
-
|
|
1870
|
-
export declare const TracingConfigFilterSensitiveLog: (obj: TracingConfig) => any;
|
|
1871
|
-
|
|
1872
|
-
export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
|
|
1873
|
-
|
|
1874
|
-
export declare const CreateFunctionRequestFilterSensitiveLog: (obj: CreateFunctionRequest) => any;
|
|
1875
|
-
|
|
1876
|
-
export declare const EnvironmentErrorFilterSensitiveLog: (obj: EnvironmentError) => any;
|
|
1877
|
-
|
|
1878
|
-
export declare const EnvironmentResponseFilterSensitiveLog: (obj: EnvironmentResponse) => any;
|
|
1879
|
-
|
|
1880
|
-
export declare const ImageConfigErrorFilterSensitiveLog: (obj: ImageConfigError) => any;
|
|
1881
|
-
|
|
1882
|
-
export declare const ImageConfigResponseFilterSensitiveLog: (obj: ImageConfigResponse) => any;
|
|
1883
|
-
|
|
1884
|
-
export declare const LayerFilterSensitiveLog: (obj: Layer) => any;
|
|
1885
|
-
|
|
1886
|
-
export declare const TracingConfigResponseFilterSensitiveLog: (obj: TracingConfigResponse) => any;
|
|
1887
|
-
|
|
1888
|
-
export declare const VpcConfigResponseFilterSensitiveLog: (obj: VpcConfigResponse) => any;
|
|
1889
|
-
|
|
1890
|
-
export declare const FunctionConfigurationFilterSensitiveLog: (obj: FunctionConfiguration) => any;
|
|
1891
|
-
|
|
1892
|
-
export declare const CorsFilterSensitiveLog: (obj: Cors) => any;
|
|
1893
|
-
|
|
1894
|
-
export declare const CreateFunctionUrlConfigRequestFilterSensitiveLog: (obj: CreateFunctionUrlConfigRequest) => any;
|
|
1895
|
-
|
|
1896
|
-
export declare const CreateFunctionUrlConfigResponseFilterSensitiveLog: (obj: CreateFunctionUrlConfigResponse) => any;
|
|
1897
|
-
|
|
1898
|
-
export declare const DeleteAliasRequestFilterSensitiveLog: (obj: DeleteAliasRequest) => any;
|
|
1899
|
-
|
|
1900
|
-
export declare const DeleteCodeSigningConfigRequestFilterSensitiveLog: (obj: DeleteCodeSigningConfigRequest) => any;
|
|
1901
|
-
|
|
1902
|
-
export declare const DeleteCodeSigningConfigResponseFilterSensitiveLog: (obj: DeleteCodeSigningConfigResponse) => any;
|
|
1903
|
-
|
|
1904
|
-
export declare const DeleteEventSourceMappingRequestFilterSensitiveLog: (obj: DeleteEventSourceMappingRequest) => any;
|
|
1905
|
-
|
|
1906
|
-
export declare const DeleteFunctionRequestFilterSensitiveLog: (obj: DeleteFunctionRequest) => any;
|
|
1907
|
-
|
|
1908
|
-
export declare const DeleteFunctionCodeSigningConfigRequestFilterSensitiveLog: (obj: DeleteFunctionCodeSigningConfigRequest) => any;
|
|
1909
|
-
|
|
1910
|
-
export declare const DeleteFunctionConcurrencyRequestFilterSensitiveLog: (obj: DeleteFunctionConcurrencyRequest) => any;
|
|
1911
|
-
|
|
1912
|
-
export declare const DeleteFunctionEventInvokeConfigRequestFilterSensitiveLog: (obj: DeleteFunctionEventInvokeConfigRequest) => any;
|
|
1913
|
-
|
|
1914
|
-
export declare const DeleteFunctionUrlConfigRequestFilterSensitiveLog: (obj: DeleteFunctionUrlConfigRequest) => any;
|
|
1915
|
-
|
|
1916
|
-
export declare const DeleteLayerVersionRequestFilterSensitiveLog: (obj: DeleteLayerVersionRequest) => any;
|
|
1917
|
-
|
|
1918
|
-
export declare const DeleteProvisionedConcurrencyConfigRequestFilterSensitiveLog: (obj: DeleteProvisionedConcurrencyConfigRequest) => any;
|
|
1919
|
-
|
|
1920
|
-
export declare const GetAccountSettingsRequestFilterSensitiveLog: (obj: GetAccountSettingsRequest) => any;
|
|
1921
|
-
|
|
1922
|
-
export declare const GetAccountSettingsResponseFilterSensitiveLog: (obj: GetAccountSettingsResponse) => any;
|
|
1923
|
-
|
|
1924
|
-
export declare const GetAliasRequestFilterSensitiveLog: (obj: GetAliasRequest) => any;
|
|
1925
|
-
|
|
1926
|
-
export declare const GetCodeSigningConfigRequestFilterSensitiveLog: (obj: GetCodeSigningConfigRequest) => any;
|
|
1927
|
-
|
|
1928
|
-
export declare const GetCodeSigningConfigResponseFilterSensitiveLog: (obj: GetCodeSigningConfigResponse) => any;
|
|
1929
|
-
|
|
1930
|
-
export declare const GetEventSourceMappingRequestFilterSensitiveLog: (obj: GetEventSourceMappingRequest) => any;
|
|
1931
|
-
|
|
1932
|
-
export declare const GetFunctionRequestFilterSensitiveLog: (obj: GetFunctionRequest) => any;
|
|
1933
|
-
|
|
1934
|
-
export declare const FunctionCodeLocationFilterSensitiveLog: (obj: FunctionCodeLocation) => any;
|
|
1935
|
-
|
|
1936
|
-
export declare const ConcurrencyFilterSensitiveLog: (obj: Concurrency) => any;
|
|
1937
|
-
|
|
1938
|
-
export declare const GetFunctionResponseFilterSensitiveLog: (obj: GetFunctionResponse) => any;
|
|
1939
|
-
|
|
1940
|
-
export declare const GetFunctionCodeSigningConfigRequestFilterSensitiveLog: (obj: GetFunctionCodeSigningConfigRequest) => any;
|
|
1941
|
-
|
|
1942
|
-
export declare const GetFunctionCodeSigningConfigResponseFilterSensitiveLog: (obj: GetFunctionCodeSigningConfigResponse) => any;
|
|
1943
|
-
|
|
1944
|
-
export declare const GetFunctionConcurrencyRequestFilterSensitiveLog: (obj: GetFunctionConcurrencyRequest) => any;
|
|
1945
|
-
|
|
1946
|
-
export declare const GetFunctionConcurrencyResponseFilterSensitiveLog: (obj: GetFunctionConcurrencyResponse) => any;
|
|
1947
|
-
|
|
1948
|
-
export declare const GetFunctionConfigurationRequestFilterSensitiveLog: (obj: GetFunctionConfigurationRequest) => any;
|
|
1949
|
-
|
|
1950
|
-
export declare const FunctionEventInvokeConfigFilterSensitiveLog: (obj: FunctionEventInvokeConfig) => any;
|
|
1951
|
-
|
|
1952
|
-
export declare const GetFunctionEventInvokeConfigRequestFilterSensitiveLog: (obj: GetFunctionEventInvokeConfigRequest) => any;
|
|
1953
|
-
|
|
1954
|
-
export declare const GetFunctionUrlConfigRequestFilterSensitiveLog: (obj: GetFunctionUrlConfigRequest) => any;
|
|
1955
|
-
|
|
1956
|
-
export declare const GetFunctionUrlConfigResponseFilterSensitiveLog: (obj: GetFunctionUrlConfigResponse) => any;
|
|
1957
|
-
|
|
1958
|
-
export declare const GetLayerVersionRequestFilterSensitiveLog: (obj: GetLayerVersionRequest) => any;
|
|
1959
|
-
|
|
1960
|
-
export declare const LayerVersionContentOutputFilterSensitiveLog: (obj: LayerVersionContentOutput) => any;
|
|
1961
|
-
|
|
1962
|
-
export declare const GetLayerVersionResponseFilterSensitiveLog: (obj: GetLayerVersionResponse) => any;
|
|
1963
|
-
|
|
1964
|
-
export declare const GetLayerVersionByArnRequestFilterSensitiveLog: (obj: GetLayerVersionByArnRequest) => any;
|
|
1965
|
-
|
|
1966
|
-
export declare const GetLayerVersionPolicyRequestFilterSensitiveLog: (obj: GetLayerVersionPolicyRequest) => any;
|
|
1967
|
-
|
|
1968
|
-
export declare const GetLayerVersionPolicyResponseFilterSensitiveLog: (obj: GetLayerVersionPolicyResponse) => any;
|
|
1969
|
-
|
|
1970
|
-
export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest) => any;
|
|
1971
|
-
|
|
1972
|
-
export declare const GetPolicyResponseFilterSensitiveLog: (obj: GetPolicyResponse) => any;
|
|
1973
|
-
|
|
1974
|
-
export declare const GetProvisionedConcurrencyConfigRequestFilterSensitiveLog: (obj: GetProvisionedConcurrencyConfigRequest) => any;
|
|
1975
|
-
|
|
1976
|
-
export declare const GetProvisionedConcurrencyConfigResponseFilterSensitiveLog: (obj: GetProvisionedConcurrencyConfigResponse) => any;
|
|
1977
|
-
|
|
1978
|
-
export declare const InvocationRequestFilterSensitiveLog: (obj: InvocationRequest) => any;
|
|
1979
|
-
|
|
1980
|
-
export declare const InvocationResponseFilterSensitiveLog: (obj: InvocationResponse) => any;
|
|
1981
|
-
|
|
1982
|
-
export declare const InvokeAsyncRequestFilterSensitiveLog: (obj: InvokeAsyncRequest) => any;
|
|
1983
|
-
|
|
1984
|
-
export declare const InvokeAsyncResponseFilterSensitiveLog: (obj: InvokeAsyncResponse) => any;
|
|
1985
|
-
|
|
1986
|
-
export declare const ListAliasesRequestFilterSensitiveLog: (obj: ListAliasesRequest) => any;
|
|
1987
|
-
|
|
1988
|
-
export declare const ListAliasesResponseFilterSensitiveLog: (obj: ListAliasesResponse) => any;
|
|
1989
|
-
|
|
1990
|
-
export declare const ListCodeSigningConfigsRequestFilterSensitiveLog: (obj: ListCodeSigningConfigsRequest) => any;
|
|
1991
|
-
|
|
1992
|
-
export declare const ListCodeSigningConfigsResponseFilterSensitiveLog: (obj: ListCodeSigningConfigsResponse) => any;
|
|
1993
|
-
|
|
1994
|
-
export declare const ListEventSourceMappingsRequestFilterSensitiveLog: (obj: ListEventSourceMappingsRequest) => any;
|
|
1995
|
-
|
|
1996
|
-
export declare const ListEventSourceMappingsResponseFilterSensitiveLog: (obj: ListEventSourceMappingsResponse) => any;
|
|
1997
|
-
|
|
1998
|
-
export declare const ListFunctionEventInvokeConfigsRequestFilterSensitiveLog: (obj: ListFunctionEventInvokeConfigsRequest) => any;
|
|
1999
|
-
|
|
2000
|
-
export declare const ListFunctionEventInvokeConfigsResponseFilterSensitiveLog: (obj: ListFunctionEventInvokeConfigsResponse) => any;
|
|
2001
|
-
|
|
2002
|
-
export declare const ListFunctionsRequestFilterSensitiveLog: (obj: ListFunctionsRequest) => any;
|
|
2003
|
-
|
|
2004
|
-
export declare const ListFunctionsResponseFilterSensitiveLog: (obj: ListFunctionsResponse) => any;
|
|
2005
|
-
|
|
2006
|
-
export declare const ListFunctionsByCodeSigningConfigRequestFilterSensitiveLog: (obj: ListFunctionsByCodeSigningConfigRequest) => any;
|
|
2007
|
-
|
|
2008
|
-
export declare const ListFunctionsByCodeSigningConfigResponseFilterSensitiveLog: (obj: ListFunctionsByCodeSigningConfigResponse) => any;
|
|
2009
|
-
|
|
2010
|
-
export declare const ListFunctionUrlConfigsRequestFilterSensitiveLog: (obj: ListFunctionUrlConfigsRequest) => any;
|
|
2011
|
-
|
|
2012
|
-
export declare const FunctionUrlConfigFilterSensitiveLog: (obj: FunctionUrlConfig) => any;
|
|
2013
|
-
|
|
2014
|
-
export declare const ListFunctionUrlConfigsResponseFilterSensitiveLog: (obj: ListFunctionUrlConfigsResponse) => any;
|
|
2015
|
-
|
|
2016
|
-
export declare const ListLayersRequestFilterSensitiveLog: (obj: ListLayersRequest) => any;
|
|
2017
|
-
|
|
2018
|
-
export declare const LayerVersionsListItemFilterSensitiveLog: (obj: LayerVersionsListItem) => any;
|
|
2019
|
-
|
|
2020
|
-
export declare const LayersListItemFilterSensitiveLog: (obj: LayersListItem) => any;
|
|
2021
|
-
|
|
2022
|
-
export declare const ListLayersResponseFilterSensitiveLog: (obj: ListLayersResponse) => any;
|
|
2023
|
-
|
|
2024
|
-
export declare const ListLayerVersionsRequestFilterSensitiveLog: (obj: ListLayerVersionsRequest) => any;
|
|
2025
|
-
|
|
2026
|
-
export declare const ListLayerVersionsResponseFilterSensitiveLog: (obj: ListLayerVersionsResponse) => any;
|
|
2027
|
-
|
|
2028
|
-
export declare const ListProvisionedConcurrencyConfigsRequestFilterSensitiveLog: (obj: ListProvisionedConcurrencyConfigsRequest) => any;
|
|
2029
|
-
|
|
2030
|
-
export declare const ProvisionedConcurrencyConfigListItemFilterSensitiveLog: (obj: ProvisionedConcurrencyConfigListItem) => any;
|
|
2031
|
-
|
|
2032
|
-
export declare const ListProvisionedConcurrencyConfigsResponseFilterSensitiveLog: (obj: ListProvisionedConcurrencyConfigsResponse) => any;
|
|
2033
|
-
|
|
2034
|
-
export declare const ListTagsRequestFilterSensitiveLog: (obj: ListTagsRequest) => any;
|
|
2035
|
-
|
|
2036
|
-
export declare const ListTagsResponseFilterSensitiveLog: (obj: ListTagsResponse) => any;
|
|
2037
|
-
|
|
2038
|
-
export declare const ListVersionsByFunctionRequestFilterSensitiveLog: (obj: ListVersionsByFunctionRequest) => any;
|
|
2039
|
-
|
|
2040
|
-
export declare const ListVersionsByFunctionResponseFilterSensitiveLog: (obj: ListVersionsByFunctionResponse) => any;
|
|
2041
|
-
|
|
2042
|
-
export declare const LayerVersionContentInputFilterSensitiveLog: (obj: LayerVersionContentInput) => any;
|
|
2043
|
-
|
|
2044
|
-
export declare const PublishLayerVersionRequestFilterSensitiveLog: (obj: PublishLayerVersionRequest) => any;
|
|
2045
|
-
|
|
2046
|
-
export declare const PublishLayerVersionResponseFilterSensitiveLog: (obj: PublishLayerVersionResponse) => any;
|
|
2047
|
-
|
|
2048
|
-
export declare const PublishVersionRequestFilterSensitiveLog: (obj: PublishVersionRequest) => any;
|
|
2049
|
-
|
|
2050
|
-
export declare const PutFunctionCodeSigningConfigRequestFilterSensitiveLog: (obj: PutFunctionCodeSigningConfigRequest) => any;
|
|
2051
|
-
|
|
2052
|
-
export declare const PutFunctionCodeSigningConfigResponseFilterSensitiveLog: (obj: PutFunctionCodeSigningConfigResponse) => any;
|
|
2053
|
-
|
|
2054
|
-
export declare const PutFunctionConcurrencyRequestFilterSensitiveLog: (obj: PutFunctionConcurrencyRequest) => any;
|
|
2055
|
-
|
|
2056
|
-
export declare const PutFunctionEventInvokeConfigRequestFilterSensitiveLog: (obj: PutFunctionEventInvokeConfigRequest) => any;
|
|
2057
|
-
|
|
2058
|
-
export declare const PutProvisionedConcurrencyConfigRequestFilterSensitiveLog: (obj: PutProvisionedConcurrencyConfigRequest) => any;
|
|
2059
|
-
|
|
2060
|
-
export declare const PutProvisionedConcurrencyConfigResponseFilterSensitiveLog: (obj: PutProvisionedConcurrencyConfigResponse) => any;
|
|
2061
|
-
|
|
2062
|
-
export declare const RemoveLayerVersionPermissionRequestFilterSensitiveLog: (obj: RemoveLayerVersionPermissionRequest) => any;
|
|
2063
|
-
|
|
2064
|
-
export declare const RemovePermissionRequestFilterSensitiveLog: (obj: RemovePermissionRequest) => any;
|
|
2065
|
-
|
|
2066
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2067
|
-
|
|
2068
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2069
|
-
|
|
2070
|
-
export declare const UpdateAliasRequestFilterSensitiveLog: (obj: UpdateAliasRequest) => any;
|
|
2071
|
-
|
|
2072
|
-
export declare const UpdateCodeSigningConfigRequestFilterSensitiveLog: (obj: UpdateCodeSigningConfigRequest) => any;
|
|
2073
|
-
|
|
2074
|
-
export declare const UpdateCodeSigningConfigResponseFilterSensitiveLog: (obj: UpdateCodeSigningConfigResponse) => any;
|
|
2075
|
-
|
|
2076
|
-
export declare const UpdateEventSourceMappingRequestFilterSensitiveLog: (obj: UpdateEventSourceMappingRequest) => any;
|
|
2077
|
-
|
|
2078
|
-
export declare const UpdateFunctionCodeRequestFilterSensitiveLog: (obj: UpdateFunctionCodeRequest) => any;
|
|
2079
|
-
|
|
2080
|
-
export declare const UpdateFunctionConfigurationRequestFilterSensitiveLog: (obj: UpdateFunctionConfigurationRequest) => any;
|
|
2081
|
-
|
|
2082
|
-
export declare const UpdateFunctionEventInvokeConfigRequestFilterSensitiveLog: (obj: UpdateFunctionEventInvokeConfigRequest) => any;
|
|
2083
|
-
|
|
2084
|
-
export declare const UpdateFunctionUrlConfigRequestFilterSensitiveLog: (obj: UpdateFunctionUrlConfigRequest) => any;
|
|
2085
|
-
|
|
2086
|
-
export declare const UpdateFunctionUrlConfigResponseFilterSensitiveLog: (obj: UpdateFunctionUrlConfigResponse) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Readable } from "stream";
|
|
3
|
+
import { LambdaServiceException as __BaseException } from "./LambdaServiceException";
|
|
4
|
+
export interface AccountLimit {
|
|
5
|
+
TotalCodeSize?: number;
|
|
6
|
+
CodeSizeUnzipped?: number;
|
|
7
|
+
CodeSizeZipped?: number;
|
|
8
|
+
ConcurrentExecutions?: number;
|
|
9
|
+
UnreservedConcurrentExecutions?: number;
|
|
10
|
+
}
|
|
11
|
+
export interface AccountUsage {
|
|
12
|
+
TotalCodeSize?: number;
|
|
13
|
+
FunctionCount?: number;
|
|
14
|
+
}
|
|
15
|
+
export interface AddLayerVersionPermissionRequest {
|
|
16
|
+
LayerName: string | undefined;
|
|
17
|
+
VersionNumber: number | undefined;
|
|
18
|
+
StatementId: string | undefined;
|
|
19
|
+
Action: string | undefined;
|
|
20
|
+
Principal: string | undefined;
|
|
21
|
+
OrganizationId?: string;
|
|
22
|
+
RevisionId?: string;
|
|
23
|
+
}
|
|
24
|
+
export interface AddLayerVersionPermissionResponse {
|
|
25
|
+
Statement?: string;
|
|
26
|
+
RevisionId?: string;
|
|
27
|
+
}
|
|
28
|
+
export declare class InvalidParameterValueException extends __BaseException {
|
|
29
|
+
readonly name: "InvalidParameterValueException";
|
|
30
|
+
readonly $fault: "client";
|
|
31
|
+
Type?: string;
|
|
32
|
+
constructor(
|
|
33
|
+
opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
export declare class PolicyLengthExceededException extends __BaseException {
|
|
37
|
+
readonly name: "PolicyLengthExceededException";
|
|
38
|
+
readonly $fault: "client";
|
|
39
|
+
Type?: string;
|
|
40
|
+
constructor(
|
|
41
|
+
opts: __ExceptionOptionType<PolicyLengthExceededException, __BaseException>
|
|
42
|
+
);
|
|
43
|
+
}
|
|
44
|
+
export declare class PreconditionFailedException extends __BaseException {
|
|
45
|
+
readonly name: "PreconditionFailedException";
|
|
46
|
+
readonly $fault: "client";
|
|
47
|
+
Type?: string;
|
|
48
|
+
constructor(
|
|
49
|
+
opts: __ExceptionOptionType<PreconditionFailedException, __BaseException>
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
export declare class ResourceConflictException extends __BaseException {
|
|
53
|
+
readonly name: "ResourceConflictException";
|
|
54
|
+
readonly $fault: "client";
|
|
55
|
+
Type?: string;
|
|
56
|
+
constructor(
|
|
57
|
+
opts: __ExceptionOptionType<ResourceConflictException, __BaseException>
|
|
58
|
+
);
|
|
59
|
+
}
|
|
60
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
61
|
+
readonly name: "ResourceNotFoundException";
|
|
62
|
+
readonly $fault: "client";
|
|
63
|
+
Type?: string;
|
|
64
|
+
Message?: string;
|
|
65
|
+
constructor(
|
|
66
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
67
|
+
);
|
|
68
|
+
}
|
|
69
|
+
export declare class ServiceException extends __BaseException {
|
|
70
|
+
readonly name: "ServiceException";
|
|
71
|
+
readonly $fault: "server";
|
|
72
|
+
Type?: string;
|
|
73
|
+
Message?: string;
|
|
74
|
+
constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
|
|
75
|
+
}
|
|
76
|
+
export declare enum ThrottleReason {
|
|
77
|
+
CallerRateLimitExceeded = "CallerRateLimitExceeded",
|
|
78
|
+
ConcurrentInvocationLimitExceeded = "ConcurrentInvocationLimitExceeded",
|
|
79
|
+
FunctionInvocationRateLimitExceeded = "FunctionInvocationRateLimitExceeded",
|
|
80
|
+
ReservedFunctionConcurrentInvocationLimitExceeded = "ReservedFunctionConcurrentInvocationLimitExceeded",
|
|
81
|
+
ReservedFunctionInvocationRateLimitExceeded = "ReservedFunctionInvocationRateLimitExceeded",
|
|
82
|
+
}
|
|
83
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
84
|
+
readonly name: "TooManyRequestsException";
|
|
85
|
+
readonly $fault: "client";
|
|
86
|
+
retryAfterSeconds?: string;
|
|
87
|
+
Type?: string;
|
|
88
|
+
Reason?: ThrottleReason | string;
|
|
89
|
+
constructor(
|
|
90
|
+
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
91
|
+
);
|
|
92
|
+
}
|
|
93
|
+
export declare enum FunctionUrlAuthType {
|
|
94
|
+
AWS_IAM = "AWS_IAM",
|
|
95
|
+
NONE = "NONE",
|
|
96
|
+
}
|
|
97
|
+
export interface AddPermissionRequest {
|
|
98
|
+
FunctionName: string | undefined;
|
|
99
|
+
StatementId: string | undefined;
|
|
100
|
+
Action: string | undefined;
|
|
101
|
+
Principal: string | undefined;
|
|
102
|
+
SourceArn?: string;
|
|
103
|
+
SourceAccount?: string;
|
|
104
|
+
EventSourceToken?: string;
|
|
105
|
+
Qualifier?: string;
|
|
106
|
+
RevisionId?: string;
|
|
107
|
+
PrincipalOrgID?: string;
|
|
108
|
+
FunctionUrlAuthType?: FunctionUrlAuthType | string;
|
|
109
|
+
}
|
|
110
|
+
export interface AddPermissionResponse {
|
|
111
|
+
Statement?: string;
|
|
112
|
+
}
|
|
113
|
+
export interface AliasRoutingConfiguration {
|
|
114
|
+
AdditionalVersionWeights?: Record<string, number>;
|
|
115
|
+
}
|
|
116
|
+
export interface AliasConfiguration {
|
|
117
|
+
AliasArn?: string;
|
|
118
|
+
Name?: string;
|
|
119
|
+
FunctionVersion?: string;
|
|
120
|
+
Description?: string;
|
|
121
|
+
RoutingConfig?: AliasRoutingConfiguration;
|
|
122
|
+
RevisionId?: string;
|
|
123
|
+
}
|
|
124
|
+
export interface AllowedPublishers {
|
|
125
|
+
SigningProfileVersionArns: string[] | undefined;
|
|
126
|
+
}
|
|
127
|
+
export interface AmazonManagedKafkaEventSourceConfig {
|
|
128
|
+
ConsumerGroupId?: string;
|
|
129
|
+
}
|
|
130
|
+
export declare enum Architecture {
|
|
131
|
+
arm64 = "arm64",
|
|
132
|
+
x86_64 = "x86_64",
|
|
133
|
+
}
|
|
134
|
+
export interface CreateAliasRequest {
|
|
135
|
+
FunctionName: string | undefined;
|
|
136
|
+
Name: string | undefined;
|
|
137
|
+
FunctionVersion: string | undefined;
|
|
138
|
+
Description?: string;
|
|
139
|
+
RoutingConfig?: AliasRoutingConfiguration;
|
|
140
|
+
}
|
|
141
|
+
export declare enum CodeSigningPolicy {
|
|
142
|
+
Enforce = "Enforce",
|
|
143
|
+
Warn = "Warn",
|
|
144
|
+
}
|
|
145
|
+
export interface CodeSigningPolicies {
|
|
146
|
+
UntrustedArtifactOnDeployment?: CodeSigningPolicy | string;
|
|
147
|
+
}
|
|
148
|
+
export interface CreateCodeSigningConfigRequest {
|
|
149
|
+
Description?: string;
|
|
150
|
+
AllowedPublishers: AllowedPublishers | undefined;
|
|
151
|
+
CodeSigningPolicies?: CodeSigningPolicies;
|
|
152
|
+
}
|
|
153
|
+
export interface CodeSigningConfig {
|
|
154
|
+
CodeSigningConfigId: string | undefined;
|
|
155
|
+
CodeSigningConfigArn: string | undefined;
|
|
156
|
+
Description?: string;
|
|
157
|
+
AllowedPublishers: AllowedPublishers | undefined;
|
|
158
|
+
CodeSigningPolicies: CodeSigningPolicies | undefined;
|
|
159
|
+
LastModified: string | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface CreateCodeSigningConfigResponse {
|
|
162
|
+
CodeSigningConfig: CodeSigningConfig | undefined;
|
|
163
|
+
}
|
|
164
|
+
export interface OnFailure {
|
|
165
|
+
Destination?: string;
|
|
166
|
+
}
|
|
167
|
+
export interface OnSuccess {
|
|
168
|
+
Destination?: string;
|
|
169
|
+
}
|
|
170
|
+
export interface DestinationConfig {
|
|
171
|
+
OnSuccess?: OnSuccess;
|
|
172
|
+
OnFailure?: OnFailure;
|
|
173
|
+
}
|
|
174
|
+
export interface Filter {
|
|
175
|
+
Pattern?: string;
|
|
176
|
+
}
|
|
177
|
+
export interface FilterCriteria {
|
|
178
|
+
Filters?: Filter[];
|
|
179
|
+
}
|
|
180
|
+
export declare enum FunctionResponseType {
|
|
181
|
+
ReportBatchItemFailures = "ReportBatchItemFailures",
|
|
182
|
+
}
|
|
183
|
+
export declare enum EndPointType {
|
|
184
|
+
KAFKA_BOOTSTRAP_SERVERS = "KAFKA_BOOTSTRAP_SERVERS",
|
|
185
|
+
}
|
|
186
|
+
export interface SelfManagedEventSource {
|
|
187
|
+
Endpoints?: Record<string, string[]>;
|
|
188
|
+
}
|
|
189
|
+
export interface SelfManagedKafkaEventSourceConfig {
|
|
190
|
+
ConsumerGroupId?: string;
|
|
191
|
+
}
|
|
192
|
+
export declare enum SourceAccessType {
|
|
193
|
+
BASIC_AUTH = "BASIC_AUTH",
|
|
194
|
+
CLIENT_CERTIFICATE_TLS_AUTH = "CLIENT_CERTIFICATE_TLS_AUTH",
|
|
195
|
+
SASL_SCRAM_256_AUTH = "SASL_SCRAM_256_AUTH",
|
|
196
|
+
SASL_SCRAM_512_AUTH = "SASL_SCRAM_512_AUTH",
|
|
197
|
+
SERVER_ROOT_CA_CERTIFICATE = "SERVER_ROOT_CA_CERTIFICATE",
|
|
198
|
+
VIRTUAL_HOST = "VIRTUAL_HOST",
|
|
199
|
+
VPC_SECURITY_GROUP = "VPC_SECURITY_GROUP",
|
|
200
|
+
VPC_SUBNET = "VPC_SUBNET",
|
|
201
|
+
}
|
|
202
|
+
export interface SourceAccessConfiguration {
|
|
203
|
+
Type?: SourceAccessType | string;
|
|
204
|
+
URI?: string;
|
|
205
|
+
}
|
|
206
|
+
export declare enum EventSourcePosition {
|
|
207
|
+
AT_TIMESTAMP = "AT_TIMESTAMP",
|
|
208
|
+
LATEST = "LATEST",
|
|
209
|
+
TRIM_HORIZON = "TRIM_HORIZON",
|
|
210
|
+
}
|
|
211
|
+
export interface CreateEventSourceMappingRequest {
|
|
212
|
+
EventSourceArn?: string;
|
|
213
|
+
FunctionName: string | undefined;
|
|
214
|
+
Enabled?: boolean;
|
|
215
|
+
BatchSize?: number;
|
|
216
|
+
FilterCriteria?: FilterCriteria;
|
|
217
|
+
MaximumBatchingWindowInSeconds?: number;
|
|
218
|
+
ParallelizationFactor?: number;
|
|
219
|
+
StartingPosition?: EventSourcePosition | string;
|
|
220
|
+
StartingPositionTimestamp?: Date;
|
|
221
|
+
DestinationConfig?: DestinationConfig;
|
|
222
|
+
MaximumRecordAgeInSeconds?: number;
|
|
223
|
+
BisectBatchOnFunctionError?: boolean;
|
|
224
|
+
MaximumRetryAttempts?: number;
|
|
225
|
+
TumblingWindowInSeconds?: number;
|
|
226
|
+
Topics?: string[];
|
|
227
|
+
Queues?: string[];
|
|
228
|
+
SourceAccessConfigurations?: SourceAccessConfiguration[];
|
|
229
|
+
SelfManagedEventSource?: SelfManagedEventSource;
|
|
230
|
+
FunctionResponseTypes?: (FunctionResponseType | string)[];
|
|
231
|
+
AmazonManagedKafkaEventSourceConfig?: AmazonManagedKafkaEventSourceConfig;
|
|
232
|
+
SelfManagedKafkaEventSourceConfig?: SelfManagedKafkaEventSourceConfig;
|
|
233
|
+
}
|
|
234
|
+
export interface EventSourceMappingConfiguration {
|
|
235
|
+
UUID?: string;
|
|
236
|
+
StartingPosition?: EventSourcePosition | string;
|
|
237
|
+
StartingPositionTimestamp?: Date;
|
|
238
|
+
BatchSize?: number;
|
|
239
|
+
MaximumBatchingWindowInSeconds?: number;
|
|
240
|
+
ParallelizationFactor?: number;
|
|
241
|
+
EventSourceArn?: string;
|
|
242
|
+
FilterCriteria?: FilterCriteria;
|
|
243
|
+
FunctionArn?: string;
|
|
244
|
+
LastModified?: Date;
|
|
245
|
+
LastProcessingResult?: string;
|
|
246
|
+
State?: string;
|
|
247
|
+
StateTransitionReason?: string;
|
|
248
|
+
DestinationConfig?: DestinationConfig;
|
|
249
|
+
Topics?: string[];
|
|
250
|
+
Queues?: string[];
|
|
251
|
+
SourceAccessConfigurations?: SourceAccessConfiguration[];
|
|
252
|
+
SelfManagedEventSource?: SelfManagedEventSource;
|
|
253
|
+
MaximumRecordAgeInSeconds?: number;
|
|
254
|
+
BisectBatchOnFunctionError?: boolean;
|
|
255
|
+
MaximumRetryAttempts?: number;
|
|
256
|
+
TumblingWindowInSeconds?: number;
|
|
257
|
+
FunctionResponseTypes?: (FunctionResponseType | string)[];
|
|
258
|
+
AmazonManagedKafkaEventSourceConfig?: AmazonManagedKafkaEventSourceConfig;
|
|
259
|
+
SelfManagedKafkaEventSourceConfig?: SelfManagedKafkaEventSourceConfig;
|
|
260
|
+
}
|
|
261
|
+
export declare class CodeSigningConfigNotFoundException extends __BaseException {
|
|
262
|
+
readonly name: "CodeSigningConfigNotFoundException";
|
|
263
|
+
readonly $fault: "client";
|
|
264
|
+
Type?: string;
|
|
265
|
+
Message?: string;
|
|
266
|
+
constructor(
|
|
267
|
+
opts: __ExceptionOptionType<
|
|
268
|
+
CodeSigningConfigNotFoundException,
|
|
269
|
+
__BaseException
|
|
270
|
+
>
|
|
271
|
+
);
|
|
272
|
+
}
|
|
273
|
+
export declare class CodeStorageExceededException extends __BaseException {
|
|
274
|
+
readonly name: "CodeStorageExceededException";
|
|
275
|
+
readonly $fault: "client";
|
|
276
|
+
Type?: string;
|
|
277
|
+
constructor(
|
|
278
|
+
opts: __ExceptionOptionType<CodeStorageExceededException, __BaseException>
|
|
279
|
+
);
|
|
280
|
+
}
|
|
281
|
+
export declare class CodeVerificationFailedException extends __BaseException {
|
|
282
|
+
readonly name: "CodeVerificationFailedException";
|
|
283
|
+
readonly $fault: "client";
|
|
284
|
+
Type?: string;
|
|
285
|
+
Message?: string;
|
|
286
|
+
constructor(
|
|
287
|
+
opts: __ExceptionOptionType<
|
|
288
|
+
CodeVerificationFailedException,
|
|
289
|
+
__BaseException
|
|
290
|
+
>
|
|
291
|
+
);
|
|
292
|
+
}
|
|
293
|
+
export interface FunctionCode {
|
|
294
|
+
ZipFile?: Uint8Array;
|
|
295
|
+
S3Bucket?: string;
|
|
296
|
+
S3Key?: string;
|
|
297
|
+
S3ObjectVersion?: string;
|
|
298
|
+
ImageUri?: string;
|
|
299
|
+
}
|
|
300
|
+
export interface DeadLetterConfig {
|
|
301
|
+
TargetArn?: string;
|
|
302
|
+
}
|
|
303
|
+
export interface Environment {
|
|
304
|
+
Variables?: Record<string, string>;
|
|
305
|
+
}
|
|
306
|
+
export interface EphemeralStorage {
|
|
307
|
+
Size: number | undefined;
|
|
308
|
+
}
|
|
309
|
+
export interface FileSystemConfig {
|
|
310
|
+
Arn: string | undefined;
|
|
311
|
+
LocalMountPath: string | undefined;
|
|
312
|
+
}
|
|
313
|
+
export interface ImageConfig {
|
|
314
|
+
EntryPoint?: string[];
|
|
315
|
+
Command?: string[];
|
|
316
|
+
WorkingDirectory?: string;
|
|
317
|
+
}
|
|
318
|
+
export declare enum PackageType {
|
|
319
|
+
Image = "Image",
|
|
320
|
+
Zip = "Zip",
|
|
321
|
+
}
|
|
322
|
+
export declare enum Runtime {
|
|
323
|
+
dotnet6 = "dotnet6",
|
|
324
|
+
dotnetcore10 = "dotnetcore1.0",
|
|
325
|
+
dotnetcore20 = "dotnetcore2.0",
|
|
326
|
+
dotnetcore21 = "dotnetcore2.1",
|
|
327
|
+
dotnetcore31 = "dotnetcore3.1",
|
|
328
|
+
go1x = "go1.x",
|
|
329
|
+
java11 = "java11",
|
|
330
|
+
java8 = "java8",
|
|
331
|
+
java8al2 = "java8.al2",
|
|
332
|
+
nodejs = "nodejs",
|
|
333
|
+
nodejs10x = "nodejs10.x",
|
|
334
|
+
nodejs12x = "nodejs12.x",
|
|
335
|
+
nodejs14x = "nodejs14.x",
|
|
336
|
+
nodejs16x = "nodejs16.x",
|
|
337
|
+
nodejs43 = "nodejs4.3",
|
|
338
|
+
nodejs43edge = "nodejs4.3-edge",
|
|
339
|
+
nodejs610 = "nodejs6.10",
|
|
340
|
+
nodejs810 = "nodejs8.10",
|
|
341
|
+
provided = "provided",
|
|
342
|
+
providedal2 = "provided.al2",
|
|
343
|
+
python27 = "python2.7",
|
|
344
|
+
python36 = "python3.6",
|
|
345
|
+
python37 = "python3.7",
|
|
346
|
+
python38 = "python3.8",
|
|
347
|
+
python39 = "python3.9",
|
|
348
|
+
ruby25 = "ruby2.5",
|
|
349
|
+
ruby27 = "ruby2.7",
|
|
350
|
+
}
|
|
351
|
+
export declare enum TracingMode {
|
|
352
|
+
Active = "Active",
|
|
353
|
+
PassThrough = "PassThrough",
|
|
354
|
+
}
|
|
355
|
+
export interface TracingConfig {
|
|
356
|
+
Mode?: TracingMode | string;
|
|
357
|
+
}
|
|
358
|
+
export interface VpcConfig {
|
|
359
|
+
SubnetIds?: string[];
|
|
360
|
+
SecurityGroupIds?: string[];
|
|
361
|
+
}
|
|
362
|
+
export interface CreateFunctionRequest {
|
|
363
|
+
FunctionName: string | undefined;
|
|
364
|
+
Runtime?: Runtime | string;
|
|
365
|
+
Role: string | undefined;
|
|
366
|
+
Handler?: string;
|
|
367
|
+
Code: FunctionCode | undefined;
|
|
368
|
+
Description?: string;
|
|
369
|
+
Timeout?: number;
|
|
370
|
+
MemorySize?: number;
|
|
371
|
+
Publish?: boolean;
|
|
372
|
+
VpcConfig?: VpcConfig;
|
|
373
|
+
PackageType?: PackageType | string;
|
|
374
|
+
DeadLetterConfig?: DeadLetterConfig;
|
|
375
|
+
Environment?: Environment;
|
|
376
|
+
KMSKeyArn?: string;
|
|
377
|
+
TracingConfig?: TracingConfig;
|
|
378
|
+
Tags?: Record<string, string>;
|
|
379
|
+
Layers?: string[];
|
|
380
|
+
FileSystemConfigs?: FileSystemConfig[];
|
|
381
|
+
ImageConfig?: ImageConfig;
|
|
382
|
+
CodeSigningConfigArn?: string;
|
|
383
|
+
Architectures?: (Architecture | string)[];
|
|
384
|
+
EphemeralStorage?: EphemeralStorage;
|
|
385
|
+
}
|
|
386
|
+
export interface EnvironmentError {
|
|
387
|
+
ErrorCode?: string;
|
|
388
|
+
Message?: string;
|
|
389
|
+
}
|
|
390
|
+
export interface EnvironmentResponse {
|
|
391
|
+
Variables?: Record<string, string>;
|
|
392
|
+
Error?: EnvironmentError;
|
|
393
|
+
}
|
|
394
|
+
export interface ImageConfigError {
|
|
395
|
+
ErrorCode?: string;
|
|
396
|
+
Message?: string;
|
|
397
|
+
}
|
|
398
|
+
export interface ImageConfigResponse {
|
|
399
|
+
ImageConfig?: ImageConfig;
|
|
400
|
+
Error?: ImageConfigError;
|
|
401
|
+
}
|
|
402
|
+
export declare enum LastUpdateStatus {
|
|
403
|
+
Failed = "Failed",
|
|
404
|
+
InProgress = "InProgress",
|
|
405
|
+
Successful = "Successful",
|
|
406
|
+
}
|
|
407
|
+
export declare enum LastUpdateStatusReasonCode {
|
|
408
|
+
EniLimitExceeded = "EniLimitExceeded",
|
|
409
|
+
ImageAccessDenied = "ImageAccessDenied",
|
|
410
|
+
ImageDeleted = "ImageDeleted",
|
|
411
|
+
InsufficientRolePermissions = "InsufficientRolePermissions",
|
|
412
|
+
InternalError = "InternalError",
|
|
413
|
+
InvalidConfiguration = "InvalidConfiguration",
|
|
414
|
+
InvalidImage = "InvalidImage",
|
|
415
|
+
InvalidSecurityGroup = "InvalidSecurityGroup",
|
|
416
|
+
InvalidSubnet = "InvalidSubnet",
|
|
417
|
+
SubnetOutOfIPAddresses = "SubnetOutOfIPAddresses",
|
|
418
|
+
}
|
|
419
|
+
export interface Layer {
|
|
420
|
+
Arn?: string;
|
|
421
|
+
CodeSize?: number;
|
|
422
|
+
SigningProfileVersionArn?: string;
|
|
423
|
+
SigningJobArn?: string;
|
|
424
|
+
}
|
|
425
|
+
export declare enum State {
|
|
426
|
+
Active = "Active",
|
|
427
|
+
Failed = "Failed",
|
|
428
|
+
Inactive = "Inactive",
|
|
429
|
+
Pending = "Pending",
|
|
430
|
+
}
|
|
431
|
+
export declare enum StateReasonCode {
|
|
432
|
+
Creating = "Creating",
|
|
433
|
+
EniLimitExceeded = "EniLimitExceeded",
|
|
434
|
+
Idle = "Idle",
|
|
435
|
+
ImageAccessDenied = "ImageAccessDenied",
|
|
436
|
+
ImageDeleted = "ImageDeleted",
|
|
437
|
+
InsufficientRolePermissions = "InsufficientRolePermissions",
|
|
438
|
+
InternalError = "InternalError",
|
|
439
|
+
InvalidConfiguration = "InvalidConfiguration",
|
|
440
|
+
InvalidImage = "InvalidImage",
|
|
441
|
+
InvalidSecurityGroup = "InvalidSecurityGroup",
|
|
442
|
+
InvalidSubnet = "InvalidSubnet",
|
|
443
|
+
Restoring = "Restoring",
|
|
444
|
+
SubnetOutOfIPAddresses = "SubnetOutOfIPAddresses",
|
|
445
|
+
}
|
|
446
|
+
export interface TracingConfigResponse {
|
|
447
|
+
Mode?: TracingMode | string;
|
|
448
|
+
}
|
|
449
|
+
export interface VpcConfigResponse {
|
|
450
|
+
SubnetIds?: string[];
|
|
451
|
+
SecurityGroupIds?: string[];
|
|
452
|
+
VpcId?: string;
|
|
453
|
+
}
|
|
454
|
+
export interface FunctionConfiguration {
|
|
455
|
+
FunctionName?: string;
|
|
456
|
+
FunctionArn?: string;
|
|
457
|
+
Runtime?: Runtime | string;
|
|
458
|
+
Role?: string;
|
|
459
|
+
Handler?: string;
|
|
460
|
+
CodeSize?: number;
|
|
461
|
+
Description?: string;
|
|
462
|
+
Timeout?: number;
|
|
463
|
+
MemorySize?: number;
|
|
464
|
+
LastModified?: string;
|
|
465
|
+
CodeSha256?: string;
|
|
466
|
+
Version?: string;
|
|
467
|
+
VpcConfig?: VpcConfigResponse;
|
|
468
|
+
DeadLetterConfig?: DeadLetterConfig;
|
|
469
|
+
Environment?: EnvironmentResponse;
|
|
470
|
+
KMSKeyArn?: string;
|
|
471
|
+
TracingConfig?: TracingConfigResponse;
|
|
472
|
+
MasterArn?: string;
|
|
473
|
+
RevisionId?: string;
|
|
474
|
+
Layers?: Layer[];
|
|
475
|
+
State?: State | string;
|
|
476
|
+
StateReason?: string;
|
|
477
|
+
StateReasonCode?: StateReasonCode | string;
|
|
478
|
+
LastUpdateStatus?: LastUpdateStatus | string;
|
|
479
|
+
LastUpdateStatusReason?: string;
|
|
480
|
+
LastUpdateStatusReasonCode?: LastUpdateStatusReasonCode | string;
|
|
481
|
+
FileSystemConfigs?: FileSystemConfig[];
|
|
482
|
+
PackageType?: PackageType | string;
|
|
483
|
+
ImageConfigResponse?: ImageConfigResponse;
|
|
484
|
+
SigningProfileVersionArn?: string;
|
|
485
|
+
SigningJobArn?: string;
|
|
486
|
+
Architectures?: (Architecture | string)[];
|
|
487
|
+
EphemeralStorage?: EphemeralStorage;
|
|
488
|
+
}
|
|
489
|
+
export declare class InvalidCodeSignatureException extends __BaseException {
|
|
490
|
+
readonly name: "InvalidCodeSignatureException";
|
|
491
|
+
readonly $fault: "client";
|
|
492
|
+
Type?: string;
|
|
493
|
+
Message?: string;
|
|
494
|
+
constructor(
|
|
495
|
+
opts: __ExceptionOptionType<InvalidCodeSignatureException, __BaseException>
|
|
496
|
+
);
|
|
497
|
+
}
|
|
498
|
+
export interface Cors {
|
|
499
|
+
AllowCredentials?: boolean;
|
|
500
|
+
AllowHeaders?: string[];
|
|
501
|
+
AllowMethods?: string[];
|
|
502
|
+
AllowOrigins?: string[];
|
|
503
|
+
ExposeHeaders?: string[];
|
|
504
|
+
MaxAge?: number;
|
|
505
|
+
}
|
|
506
|
+
export interface CreateFunctionUrlConfigRequest {
|
|
507
|
+
FunctionName: string | undefined;
|
|
508
|
+
Qualifier?: string;
|
|
509
|
+
AuthType: FunctionUrlAuthType | string | undefined;
|
|
510
|
+
Cors?: Cors;
|
|
511
|
+
}
|
|
512
|
+
export interface CreateFunctionUrlConfigResponse {
|
|
513
|
+
FunctionUrl: string | undefined;
|
|
514
|
+
FunctionArn: string | undefined;
|
|
515
|
+
AuthType: FunctionUrlAuthType | string | undefined;
|
|
516
|
+
Cors?: Cors;
|
|
517
|
+
CreationTime: string | undefined;
|
|
518
|
+
}
|
|
519
|
+
export interface DeleteAliasRequest {
|
|
520
|
+
FunctionName: string | undefined;
|
|
521
|
+
Name: string | undefined;
|
|
522
|
+
}
|
|
523
|
+
export interface DeleteCodeSigningConfigRequest {
|
|
524
|
+
CodeSigningConfigArn: string | undefined;
|
|
525
|
+
}
|
|
526
|
+
export interface DeleteCodeSigningConfigResponse {}
|
|
527
|
+
export interface DeleteEventSourceMappingRequest {
|
|
528
|
+
UUID: string | undefined;
|
|
529
|
+
}
|
|
530
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
531
|
+
readonly name: "ResourceInUseException";
|
|
532
|
+
readonly $fault: "client";
|
|
533
|
+
Type?: string;
|
|
534
|
+
Message?: string;
|
|
535
|
+
constructor(
|
|
536
|
+
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
537
|
+
);
|
|
538
|
+
}
|
|
539
|
+
export interface DeleteFunctionRequest {
|
|
540
|
+
FunctionName: string | undefined;
|
|
541
|
+
Qualifier?: string;
|
|
542
|
+
}
|
|
543
|
+
export interface DeleteFunctionCodeSigningConfigRequest {
|
|
544
|
+
FunctionName: string | undefined;
|
|
545
|
+
}
|
|
546
|
+
export interface DeleteFunctionConcurrencyRequest {
|
|
547
|
+
FunctionName: string | undefined;
|
|
548
|
+
}
|
|
549
|
+
export interface DeleteFunctionEventInvokeConfigRequest {
|
|
550
|
+
FunctionName: string | undefined;
|
|
551
|
+
Qualifier?: string;
|
|
552
|
+
}
|
|
553
|
+
export interface DeleteFunctionUrlConfigRequest {
|
|
554
|
+
FunctionName: string | undefined;
|
|
555
|
+
Qualifier?: string;
|
|
556
|
+
}
|
|
557
|
+
export interface DeleteLayerVersionRequest {
|
|
558
|
+
LayerName: string | undefined;
|
|
559
|
+
VersionNumber: number | undefined;
|
|
560
|
+
}
|
|
561
|
+
export interface DeleteProvisionedConcurrencyConfigRequest {
|
|
562
|
+
FunctionName: string | undefined;
|
|
563
|
+
Qualifier: string | undefined;
|
|
564
|
+
}
|
|
565
|
+
export interface GetAccountSettingsRequest {}
|
|
566
|
+
export interface GetAccountSettingsResponse {
|
|
567
|
+
AccountLimit?: AccountLimit;
|
|
568
|
+
AccountUsage?: AccountUsage;
|
|
569
|
+
}
|
|
570
|
+
export interface GetAliasRequest {
|
|
571
|
+
FunctionName: string | undefined;
|
|
572
|
+
Name: string | undefined;
|
|
573
|
+
}
|
|
574
|
+
export interface GetCodeSigningConfigRequest {
|
|
575
|
+
CodeSigningConfigArn: string | undefined;
|
|
576
|
+
}
|
|
577
|
+
export interface GetCodeSigningConfigResponse {
|
|
578
|
+
CodeSigningConfig: CodeSigningConfig | undefined;
|
|
579
|
+
}
|
|
580
|
+
export interface GetEventSourceMappingRequest {
|
|
581
|
+
UUID: string | undefined;
|
|
582
|
+
}
|
|
583
|
+
export interface GetFunctionRequest {
|
|
584
|
+
FunctionName: string | undefined;
|
|
585
|
+
Qualifier?: string;
|
|
586
|
+
}
|
|
587
|
+
export interface FunctionCodeLocation {
|
|
588
|
+
RepositoryType?: string;
|
|
589
|
+
Location?: string;
|
|
590
|
+
ImageUri?: string;
|
|
591
|
+
ResolvedImageUri?: string;
|
|
592
|
+
}
|
|
593
|
+
export interface Concurrency {
|
|
594
|
+
ReservedConcurrentExecutions?: number;
|
|
595
|
+
}
|
|
596
|
+
export interface GetFunctionResponse {
|
|
597
|
+
Configuration?: FunctionConfiguration;
|
|
598
|
+
Code?: FunctionCodeLocation;
|
|
599
|
+
Tags?: Record<string, string>;
|
|
600
|
+
Concurrency?: Concurrency;
|
|
601
|
+
}
|
|
602
|
+
export interface GetFunctionCodeSigningConfigRequest {
|
|
603
|
+
FunctionName: string | undefined;
|
|
604
|
+
}
|
|
605
|
+
export interface GetFunctionCodeSigningConfigResponse {
|
|
606
|
+
CodeSigningConfigArn: string | undefined;
|
|
607
|
+
FunctionName: string | undefined;
|
|
608
|
+
}
|
|
609
|
+
export interface GetFunctionConcurrencyRequest {
|
|
610
|
+
FunctionName: string | undefined;
|
|
611
|
+
}
|
|
612
|
+
export interface GetFunctionConcurrencyResponse {
|
|
613
|
+
ReservedConcurrentExecutions?: number;
|
|
614
|
+
}
|
|
615
|
+
export interface GetFunctionConfigurationRequest {
|
|
616
|
+
FunctionName: string | undefined;
|
|
617
|
+
Qualifier?: string;
|
|
618
|
+
}
|
|
619
|
+
export interface FunctionEventInvokeConfig {
|
|
620
|
+
LastModified?: Date;
|
|
621
|
+
FunctionArn?: string;
|
|
622
|
+
MaximumRetryAttempts?: number;
|
|
623
|
+
MaximumEventAgeInSeconds?: number;
|
|
624
|
+
DestinationConfig?: DestinationConfig;
|
|
625
|
+
}
|
|
626
|
+
export interface GetFunctionEventInvokeConfigRequest {
|
|
627
|
+
FunctionName: string | undefined;
|
|
628
|
+
Qualifier?: string;
|
|
629
|
+
}
|
|
630
|
+
export interface GetFunctionUrlConfigRequest {
|
|
631
|
+
FunctionName: string | undefined;
|
|
632
|
+
Qualifier?: string;
|
|
633
|
+
}
|
|
634
|
+
export interface GetFunctionUrlConfigResponse {
|
|
635
|
+
FunctionUrl: string | undefined;
|
|
636
|
+
FunctionArn: string | undefined;
|
|
637
|
+
AuthType: FunctionUrlAuthType | string | undefined;
|
|
638
|
+
Cors?: Cors;
|
|
639
|
+
CreationTime: string | undefined;
|
|
640
|
+
LastModifiedTime: string | undefined;
|
|
641
|
+
}
|
|
642
|
+
export interface GetLayerVersionRequest {
|
|
643
|
+
LayerName: string | undefined;
|
|
644
|
+
VersionNumber: number | undefined;
|
|
645
|
+
}
|
|
646
|
+
export interface LayerVersionContentOutput {
|
|
647
|
+
Location?: string;
|
|
648
|
+
CodeSha256?: string;
|
|
649
|
+
CodeSize?: number;
|
|
650
|
+
SigningProfileVersionArn?: string;
|
|
651
|
+
SigningJobArn?: string;
|
|
652
|
+
}
|
|
653
|
+
export interface GetLayerVersionResponse {
|
|
654
|
+
Content?: LayerVersionContentOutput;
|
|
655
|
+
LayerArn?: string;
|
|
656
|
+
LayerVersionArn?: string;
|
|
657
|
+
Description?: string;
|
|
658
|
+
CreatedDate?: string;
|
|
659
|
+
Version?: number;
|
|
660
|
+
CompatibleRuntimes?: (Runtime | string)[];
|
|
661
|
+
LicenseInfo?: string;
|
|
662
|
+
CompatibleArchitectures?: (Architecture | string)[];
|
|
663
|
+
}
|
|
664
|
+
export interface GetLayerVersionByArnRequest {
|
|
665
|
+
Arn: string | undefined;
|
|
666
|
+
}
|
|
667
|
+
export interface GetLayerVersionPolicyRequest {
|
|
668
|
+
LayerName: string | undefined;
|
|
669
|
+
VersionNumber: number | undefined;
|
|
670
|
+
}
|
|
671
|
+
export interface GetLayerVersionPolicyResponse {
|
|
672
|
+
Policy?: string;
|
|
673
|
+
RevisionId?: string;
|
|
674
|
+
}
|
|
675
|
+
export interface GetPolicyRequest {
|
|
676
|
+
FunctionName: string | undefined;
|
|
677
|
+
Qualifier?: string;
|
|
678
|
+
}
|
|
679
|
+
export interface GetPolicyResponse {
|
|
680
|
+
Policy?: string;
|
|
681
|
+
RevisionId?: string;
|
|
682
|
+
}
|
|
683
|
+
export interface GetProvisionedConcurrencyConfigRequest {
|
|
684
|
+
FunctionName: string | undefined;
|
|
685
|
+
Qualifier: string | undefined;
|
|
686
|
+
}
|
|
687
|
+
export declare enum ProvisionedConcurrencyStatusEnum {
|
|
688
|
+
FAILED = "FAILED",
|
|
689
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
690
|
+
READY = "READY",
|
|
691
|
+
}
|
|
692
|
+
export interface GetProvisionedConcurrencyConfigResponse {
|
|
693
|
+
RequestedProvisionedConcurrentExecutions?: number;
|
|
694
|
+
AvailableProvisionedConcurrentExecutions?: number;
|
|
695
|
+
AllocatedProvisionedConcurrentExecutions?: number;
|
|
696
|
+
Status?: ProvisionedConcurrencyStatusEnum | string;
|
|
697
|
+
StatusReason?: string;
|
|
698
|
+
LastModified?: string;
|
|
699
|
+
}
|
|
700
|
+
export declare class ProvisionedConcurrencyConfigNotFoundException extends __BaseException {
|
|
701
|
+
readonly name: "ProvisionedConcurrencyConfigNotFoundException";
|
|
702
|
+
readonly $fault: "client";
|
|
703
|
+
Type?: string;
|
|
704
|
+
constructor(
|
|
705
|
+
opts: __ExceptionOptionType<
|
|
706
|
+
ProvisionedConcurrencyConfigNotFoundException,
|
|
707
|
+
__BaseException
|
|
708
|
+
>
|
|
709
|
+
);
|
|
710
|
+
}
|
|
711
|
+
export declare class EC2AccessDeniedException extends __BaseException {
|
|
712
|
+
readonly name: "EC2AccessDeniedException";
|
|
713
|
+
readonly $fault: "server";
|
|
714
|
+
Type?: string;
|
|
715
|
+
Message?: string;
|
|
716
|
+
constructor(
|
|
717
|
+
opts: __ExceptionOptionType<EC2AccessDeniedException, __BaseException>
|
|
718
|
+
);
|
|
719
|
+
}
|
|
720
|
+
export declare class EC2ThrottledException extends __BaseException {
|
|
721
|
+
readonly name: "EC2ThrottledException";
|
|
722
|
+
readonly $fault: "server";
|
|
723
|
+
Type?: string;
|
|
724
|
+
Message?: string;
|
|
725
|
+
constructor(
|
|
726
|
+
opts: __ExceptionOptionType<EC2ThrottledException, __BaseException>
|
|
727
|
+
);
|
|
728
|
+
}
|
|
729
|
+
export declare class EC2UnexpectedException extends __BaseException {
|
|
730
|
+
readonly name: "EC2UnexpectedException";
|
|
731
|
+
readonly $fault: "server";
|
|
732
|
+
Type?: string;
|
|
733
|
+
Message?: string;
|
|
734
|
+
EC2ErrorCode?: string;
|
|
735
|
+
constructor(
|
|
736
|
+
opts: __ExceptionOptionType<EC2UnexpectedException, __BaseException>
|
|
737
|
+
);
|
|
738
|
+
}
|
|
739
|
+
export declare class EFSIOException extends __BaseException {
|
|
740
|
+
readonly name: "EFSIOException";
|
|
741
|
+
readonly $fault: "client";
|
|
742
|
+
Type?: string;
|
|
743
|
+
Message?: string;
|
|
744
|
+
constructor(opts: __ExceptionOptionType<EFSIOException, __BaseException>);
|
|
745
|
+
}
|
|
746
|
+
export declare class EFSMountConnectivityException extends __BaseException {
|
|
747
|
+
readonly name: "EFSMountConnectivityException";
|
|
748
|
+
readonly $fault: "client";
|
|
749
|
+
Type?: string;
|
|
750
|
+
Message?: string;
|
|
751
|
+
constructor(
|
|
752
|
+
opts: __ExceptionOptionType<EFSMountConnectivityException, __BaseException>
|
|
753
|
+
);
|
|
754
|
+
}
|
|
755
|
+
export declare class EFSMountFailureException extends __BaseException {
|
|
756
|
+
readonly name: "EFSMountFailureException";
|
|
757
|
+
readonly $fault: "client";
|
|
758
|
+
Type?: string;
|
|
759
|
+
Message?: string;
|
|
760
|
+
constructor(
|
|
761
|
+
opts: __ExceptionOptionType<EFSMountFailureException, __BaseException>
|
|
762
|
+
);
|
|
763
|
+
}
|
|
764
|
+
export declare class EFSMountTimeoutException extends __BaseException {
|
|
765
|
+
readonly name: "EFSMountTimeoutException";
|
|
766
|
+
readonly $fault: "client";
|
|
767
|
+
Type?: string;
|
|
768
|
+
Message?: string;
|
|
769
|
+
constructor(
|
|
770
|
+
opts: __ExceptionOptionType<EFSMountTimeoutException, __BaseException>
|
|
771
|
+
);
|
|
772
|
+
}
|
|
773
|
+
export declare class ENILimitReachedException extends __BaseException {
|
|
774
|
+
readonly name: "ENILimitReachedException";
|
|
775
|
+
readonly $fault: "server";
|
|
776
|
+
Type?: string;
|
|
777
|
+
Message?: string;
|
|
778
|
+
constructor(
|
|
779
|
+
opts: __ExceptionOptionType<ENILimitReachedException, __BaseException>
|
|
780
|
+
);
|
|
781
|
+
}
|
|
782
|
+
export declare class InvalidRequestContentException extends __BaseException {
|
|
783
|
+
readonly name: "InvalidRequestContentException";
|
|
784
|
+
readonly $fault: "client";
|
|
785
|
+
Type?: string;
|
|
786
|
+
constructor(
|
|
787
|
+
opts: __ExceptionOptionType<InvalidRequestContentException, __BaseException>
|
|
788
|
+
);
|
|
789
|
+
}
|
|
790
|
+
export declare class InvalidRuntimeException extends __BaseException {
|
|
791
|
+
readonly name: "InvalidRuntimeException";
|
|
792
|
+
readonly $fault: "server";
|
|
793
|
+
Type?: string;
|
|
794
|
+
Message?: string;
|
|
795
|
+
constructor(
|
|
796
|
+
opts: __ExceptionOptionType<InvalidRuntimeException, __BaseException>
|
|
797
|
+
);
|
|
798
|
+
}
|
|
799
|
+
export declare class InvalidSecurityGroupIDException extends __BaseException {
|
|
800
|
+
readonly name: "InvalidSecurityGroupIDException";
|
|
801
|
+
readonly $fault: "server";
|
|
802
|
+
Type?: string;
|
|
803
|
+
Message?: string;
|
|
804
|
+
constructor(
|
|
805
|
+
opts: __ExceptionOptionType<
|
|
806
|
+
InvalidSecurityGroupIDException,
|
|
807
|
+
__BaseException
|
|
808
|
+
>
|
|
809
|
+
);
|
|
810
|
+
}
|
|
811
|
+
export declare class InvalidSubnetIDException extends __BaseException {
|
|
812
|
+
readonly name: "InvalidSubnetIDException";
|
|
813
|
+
readonly $fault: "server";
|
|
814
|
+
Type?: string;
|
|
815
|
+
Message?: string;
|
|
816
|
+
constructor(
|
|
817
|
+
opts: __ExceptionOptionType<InvalidSubnetIDException, __BaseException>
|
|
818
|
+
);
|
|
819
|
+
}
|
|
820
|
+
export declare class InvalidZipFileException extends __BaseException {
|
|
821
|
+
readonly name: "InvalidZipFileException";
|
|
822
|
+
readonly $fault: "server";
|
|
823
|
+
Type?: string;
|
|
824
|
+
Message?: string;
|
|
825
|
+
constructor(
|
|
826
|
+
opts: __ExceptionOptionType<InvalidZipFileException, __BaseException>
|
|
827
|
+
);
|
|
828
|
+
}
|
|
829
|
+
export declare enum InvocationType {
|
|
830
|
+
DryRun = "DryRun",
|
|
831
|
+
Event = "Event",
|
|
832
|
+
RequestResponse = "RequestResponse",
|
|
833
|
+
}
|
|
834
|
+
export declare enum LogType {
|
|
835
|
+
None = "None",
|
|
836
|
+
Tail = "Tail",
|
|
837
|
+
}
|
|
838
|
+
export interface InvocationRequest {
|
|
839
|
+
FunctionName: string | undefined;
|
|
840
|
+
InvocationType?: InvocationType | string;
|
|
841
|
+
LogType?: LogType | string;
|
|
842
|
+
ClientContext?: string;
|
|
843
|
+
Payload?: Uint8Array;
|
|
844
|
+
Qualifier?: string;
|
|
845
|
+
}
|
|
846
|
+
export interface InvocationResponse {
|
|
847
|
+
StatusCode?: number;
|
|
848
|
+
FunctionError?: string;
|
|
849
|
+
LogResult?: string;
|
|
850
|
+
Payload?: Uint8Array;
|
|
851
|
+
ExecutedVersion?: string;
|
|
852
|
+
}
|
|
853
|
+
export declare class KMSAccessDeniedException extends __BaseException {
|
|
854
|
+
readonly name: "KMSAccessDeniedException";
|
|
855
|
+
readonly $fault: "server";
|
|
856
|
+
Type?: string;
|
|
857
|
+
Message?: string;
|
|
858
|
+
constructor(
|
|
859
|
+
opts: __ExceptionOptionType<KMSAccessDeniedException, __BaseException>
|
|
860
|
+
);
|
|
861
|
+
}
|
|
862
|
+
export declare class KMSDisabledException extends __BaseException {
|
|
863
|
+
readonly name: "KMSDisabledException";
|
|
864
|
+
readonly $fault: "server";
|
|
865
|
+
Type?: string;
|
|
866
|
+
Message?: string;
|
|
867
|
+
constructor(
|
|
868
|
+
opts: __ExceptionOptionType<KMSDisabledException, __BaseException>
|
|
869
|
+
);
|
|
870
|
+
}
|
|
871
|
+
export declare class KMSInvalidStateException extends __BaseException {
|
|
872
|
+
readonly name: "KMSInvalidStateException";
|
|
873
|
+
readonly $fault: "server";
|
|
874
|
+
Type?: string;
|
|
875
|
+
Message?: string;
|
|
876
|
+
constructor(
|
|
877
|
+
opts: __ExceptionOptionType<KMSInvalidStateException, __BaseException>
|
|
878
|
+
);
|
|
879
|
+
}
|
|
880
|
+
export declare class KMSNotFoundException extends __BaseException {
|
|
881
|
+
readonly name: "KMSNotFoundException";
|
|
882
|
+
readonly $fault: "server";
|
|
883
|
+
Type?: string;
|
|
884
|
+
Message?: string;
|
|
885
|
+
constructor(
|
|
886
|
+
opts: __ExceptionOptionType<KMSNotFoundException, __BaseException>
|
|
887
|
+
);
|
|
888
|
+
}
|
|
889
|
+
export declare class RequestTooLargeException extends __BaseException {
|
|
890
|
+
readonly name: "RequestTooLargeException";
|
|
891
|
+
readonly $fault: "client";
|
|
892
|
+
Type?: string;
|
|
893
|
+
constructor(
|
|
894
|
+
opts: __ExceptionOptionType<RequestTooLargeException, __BaseException>
|
|
895
|
+
);
|
|
896
|
+
}
|
|
897
|
+
export declare class ResourceNotReadyException extends __BaseException {
|
|
898
|
+
readonly name: "ResourceNotReadyException";
|
|
899
|
+
readonly $fault: "server";
|
|
900
|
+
Type?: string;
|
|
901
|
+
constructor(
|
|
902
|
+
opts: __ExceptionOptionType<ResourceNotReadyException, __BaseException>
|
|
903
|
+
);
|
|
904
|
+
}
|
|
905
|
+
export declare class SubnetIPAddressLimitReachedException extends __BaseException {
|
|
906
|
+
readonly name: "SubnetIPAddressLimitReachedException";
|
|
907
|
+
readonly $fault: "server";
|
|
908
|
+
Type?: string;
|
|
909
|
+
Message?: string;
|
|
910
|
+
constructor(
|
|
911
|
+
opts: __ExceptionOptionType<
|
|
912
|
+
SubnetIPAddressLimitReachedException,
|
|
913
|
+
__BaseException
|
|
914
|
+
>
|
|
915
|
+
);
|
|
916
|
+
}
|
|
917
|
+
export declare class UnsupportedMediaTypeException extends __BaseException {
|
|
918
|
+
readonly name: "UnsupportedMediaTypeException";
|
|
919
|
+
readonly $fault: "client";
|
|
920
|
+
Type?: string;
|
|
921
|
+
constructor(
|
|
922
|
+
opts: __ExceptionOptionType<UnsupportedMediaTypeException, __BaseException>
|
|
923
|
+
);
|
|
924
|
+
}
|
|
925
|
+
export interface InvokeAsyncRequest {
|
|
926
|
+
FunctionName: string | undefined;
|
|
927
|
+
InvokeArgs: Readable | ReadableStream | Blob | undefined;
|
|
928
|
+
}
|
|
929
|
+
export interface InvokeAsyncResponse {
|
|
930
|
+
Status?: number;
|
|
931
|
+
}
|
|
932
|
+
export interface ListAliasesRequest {
|
|
933
|
+
FunctionName: string | undefined;
|
|
934
|
+
FunctionVersion?: string;
|
|
935
|
+
Marker?: string;
|
|
936
|
+
MaxItems?: number;
|
|
937
|
+
}
|
|
938
|
+
export interface ListAliasesResponse {
|
|
939
|
+
NextMarker?: string;
|
|
940
|
+
Aliases?: AliasConfiguration[];
|
|
941
|
+
}
|
|
942
|
+
export interface ListCodeSigningConfigsRequest {
|
|
943
|
+
Marker?: string;
|
|
944
|
+
MaxItems?: number;
|
|
945
|
+
}
|
|
946
|
+
export interface ListCodeSigningConfigsResponse {
|
|
947
|
+
NextMarker?: string;
|
|
948
|
+
CodeSigningConfigs?: CodeSigningConfig[];
|
|
949
|
+
}
|
|
950
|
+
export interface ListEventSourceMappingsRequest {
|
|
951
|
+
EventSourceArn?: string;
|
|
952
|
+
FunctionName?: string;
|
|
953
|
+
Marker?: string;
|
|
954
|
+
MaxItems?: number;
|
|
955
|
+
}
|
|
956
|
+
export interface ListEventSourceMappingsResponse {
|
|
957
|
+
NextMarker?: string;
|
|
958
|
+
EventSourceMappings?: EventSourceMappingConfiguration[];
|
|
959
|
+
}
|
|
960
|
+
export interface ListFunctionEventInvokeConfigsRequest {
|
|
961
|
+
FunctionName: string | undefined;
|
|
962
|
+
Marker?: string;
|
|
963
|
+
MaxItems?: number;
|
|
964
|
+
}
|
|
965
|
+
export interface ListFunctionEventInvokeConfigsResponse {
|
|
966
|
+
FunctionEventInvokeConfigs?: FunctionEventInvokeConfig[];
|
|
967
|
+
NextMarker?: string;
|
|
968
|
+
}
|
|
969
|
+
export declare enum FunctionVersion {
|
|
970
|
+
ALL = "ALL",
|
|
971
|
+
}
|
|
972
|
+
export interface ListFunctionsRequest {
|
|
973
|
+
MasterRegion?: string;
|
|
974
|
+
FunctionVersion?: FunctionVersion | string;
|
|
975
|
+
Marker?: string;
|
|
976
|
+
MaxItems?: number;
|
|
977
|
+
}
|
|
978
|
+
export interface ListFunctionsResponse {
|
|
979
|
+
NextMarker?: string;
|
|
980
|
+
Functions?: FunctionConfiguration[];
|
|
981
|
+
}
|
|
982
|
+
export interface ListFunctionsByCodeSigningConfigRequest {
|
|
983
|
+
CodeSigningConfigArn: string | undefined;
|
|
984
|
+
Marker?: string;
|
|
985
|
+
MaxItems?: number;
|
|
986
|
+
}
|
|
987
|
+
export interface ListFunctionsByCodeSigningConfigResponse {
|
|
988
|
+
NextMarker?: string;
|
|
989
|
+
FunctionArns?: string[];
|
|
990
|
+
}
|
|
991
|
+
export interface ListFunctionUrlConfigsRequest {
|
|
992
|
+
FunctionName: string | undefined;
|
|
993
|
+
Marker?: string;
|
|
994
|
+
MaxItems?: number;
|
|
995
|
+
}
|
|
996
|
+
export interface FunctionUrlConfig {
|
|
997
|
+
FunctionUrl: string | undefined;
|
|
998
|
+
FunctionArn: string | undefined;
|
|
999
|
+
CreationTime: string | undefined;
|
|
1000
|
+
LastModifiedTime: string | undefined;
|
|
1001
|
+
Cors?: Cors;
|
|
1002
|
+
AuthType: FunctionUrlAuthType | string | undefined;
|
|
1003
|
+
}
|
|
1004
|
+
export interface ListFunctionUrlConfigsResponse {
|
|
1005
|
+
FunctionUrlConfigs: FunctionUrlConfig[] | undefined;
|
|
1006
|
+
NextMarker?: string;
|
|
1007
|
+
}
|
|
1008
|
+
export interface ListLayersRequest {
|
|
1009
|
+
CompatibleRuntime?: Runtime | string;
|
|
1010
|
+
Marker?: string;
|
|
1011
|
+
MaxItems?: number;
|
|
1012
|
+
CompatibleArchitecture?: Architecture | string;
|
|
1013
|
+
}
|
|
1014
|
+
export interface LayerVersionsListItem {
|
|
1015
|
+
LayerVersionArn?: string;
|
|
1016
|
+
Version?: number;
|
|
1017
|
+
Description?: string;
|
|
1018
|
+
CreatedDate?: string;
|
|
1019
|
+
CompatibleRuntimes?: (Runtime | string)[];
|
|
1020
|
+
LicenseInfo?: string;
|
|
1021
|
+
CompatibleArchitectures?: (Architecture | string)[];
|
|
1022
|
+
}
|
|
1023
|
+
export interface LayersListItem {
|
|
1024
|
+
LayerName?: string;
|
|
1025
|
+
LayerArn?: string;
|
|
1026
|
+
LatestMatchingVersion?: LayerVersionsListItem;
|
|
1027
|
+
}
|
|
1028
|
+
export interface ListLayersResponse {
|
|
1029
|
+
NextMarker?: string;
|
|
1030
|
+
Layers?: LayersListItem[];
|
|
1031
|
+
}
|
|
1032
|
+
export interface ListLayerVersionsRequest {
|
|
1033
|
+
CompatibleRuntime?: Runtime | string;
|
|
1034
|
+
LayerName: string | undefined;
|
|
1035
|
+
Marker?: string;
|
|
1036
|
+
MaxItems?: number;
|
|
1037
|
+
CompatibleArchitecture?: Architecture | string;
|
|
1038
|
+
}
|
|
1039
|
+
export interface ListLayerVersionsResponse {
|
|
1040
|
+
NextMarker?: string;
|
|
1041
|
+
LayerVersions?: LayerVersionsListItem[];
|
|
1042
|
+
}
|
|
1043
|
+
export interface ListProvisionedConcurrencyConfigsRequest {
|
|
1044
|
+
FunctionName: string | undefined;
|
|
1045
|
+
Marker?: string;
|
|
1046
|
+
MaxItems?: number;
|
|
1047
|
+
}
|
|
1048
|
+
export interface ProvisionedConcurrencyConfigListItem {
|
|
1049
|
+
FunctionArn?: string;
|
|
1050
|
+
RequestedProvisionedConcurrentExecutions?: number;
|
|
1051
|
+
AvailableProvisionedConcurrentExecutions?: number;
|
|
1052
|
+
AllocatedProvisionedConcurrentExecutions?: number;
|
|
1053
|
+
Status?: ProvisionedConcurrencyStatusEnum | string;
|
|
1054
|
+
StatusReason?: string;
|
|
1055
|
+
LastModified?: string;
|
|
1056
|
+
}
|
|
1057
|
+
export interface ListProvisionedConcurrencyConfigsResponse {
|
|
1058
|
+
ProvisionedConcurrencyConfigs?: ProvisionedConcurrencyConfigListItem[];
|
|
1059
|
+
NextMarker?: string;
|
|
1060
|
+
}
|
|
1061
|
+
export interface ListTagsRequest {
|
|
1062
|
+
Resource: string | undefined;
|
|
1063
|
+
}
|
|
1064
|
+
export interface ListTagsResponse {
|
|
1065
|
+
Tags?: Record<string, string>;
|
|
1066
|
+
}
|
|
1067
|
+
export interface ListVersionsByFunctionRequest {
|
|
1068
|
+
FunctionName: string | undefined;
|
|
1069
|
+
Marker?: string;
|
|
1070
|
+
MaxItems?: number;
|
|
1071
|
+
}
|
|
1072
|
+
export interface ListVersionsByFunctionResponse {
|
|
1073
|
+
NextMarker?: string;
|
|
1074
|
+
Versions?: FunctionConfiguration[];
|
|
1075
|
+
}
|
|
1076
|
+
export interface LayerVersionContentInput {
|
|
1077
|
+
S3Bucket?: string;
|
|
1078
|
+
S3Key?: string;
|
|
1079
|
+
S3ObjectVersion?: string;
|
|
1080
|
+
ZipFile?: Uint8Array;
|
|
1081
|
+
}
|
|
1082
|
+
export interface PublishLayerVersionRequest {
|
|
1083
|
+
LayerName: string | undefined;
|
|
1084
|
+
Description?: string;
|
|
1085
|
+
Content: LayerVersionContentInput | undefined;
|
|
1086
|
+
CompatibleRuntimes?: (Runtime | string)[];
|
|
1087
|
+
LicenseInfo?: string;
|
|
1088
|
+
CompatibleArchitectures?: (Architecture | string)[];
|
|
1089
|
+
}
|
|
1090
|
+
export interface PublishLayerVersionResponse {
|
|
1091
|
+
Content?: LayerVersionContentOutput;
|
|
1092
|
+
LayerArn?: string;
|
|
1093
|
+
LayerVersionArn?: string;
|
|
1094
|
+
Description?: string;
|
|
1095
|
+
CreatedDate?: string;
|
|
1096
|
+
Version?: number;
|
|
1097
|
+
CompatibleRuntimes?: (Runtime | string)[];
|
|
1098
|
+
LicenseInfo?: string;
|
|
1099
|
+
CompatibleArchitectures?: (Architecture | string)[];
|
|
1100
|
+
}
|
|
1101
|
+
export interface PublishVersionRequest {
|
|
1102
|
+
FunctionName: string | undefined;
|
|
1103
|
+
CodeSha256?: string;
|
|
1104
|
+
Description?: string;
|
|
1105
|
+
RevisionId?: string;
|
|
1106
|
+
}
|
|
1107
|
+
export interface PutFunctionCodeSigningConfigRequest {
|
|
1108
|
+
CodeSigningConfigArn: string | undefined;
|
|
1109
|
+
FunctionName: string | undefined;
|
|
1110
|
+
}
|
|
1111
|
+
export interface PutFunctionCodeSigningConfigResponse {
|
|
1112
|
+
CodeSigningConfigArn: string | undefined;
|
|
1113
|
+
FunctionName: string | undefined;
|
|
1114
|
+
}
|
|
1115
|
+
export interface PutFunctionConcurrencyRequest {
|
|
1116
|
+
FunctionName: string | undefined;
|
|
1117
|
+
ReservedConcurrentExecutions: number | undefined;
|
|
1118
|
+
}
|
|
1119
|
+
export interface PutFunctionEventInvokeConfigRequest {
|
|
1120
|
+
FunctionName: string | undefined;
|
|
1121
|
+
Qualifier?: string;
|
|
1122
|
+
MaximumRetryAttempts?: number;
|
|
1123
|
+
MaximumEventAgeInSeconds?: number;
|
|
1124
|
+
DestinationConfig?: DestinationConfig;
|
|
1125
|
+
}
|
|
1126
|
+
export interface PutProvisionedConcurrencyConfigRequest {
|
|
1127
|
+
FunctionName: string | undefined;
|
|
1128
|
+
Qualifier: string | undefined;
|
|
1129
|
+
ProvisionedConcurrentExecutions: number | undefined;
|
|
1130
|
+
}
|
|
1131
|
+
export interface PutProvisionedConcurrencyConfigResponse {
|
|
1132
|
+
RequestedProvisionedConcurrentExecutions?: number;
|
|
1133
|
+
AvailableProvisionedConcurrentExecutions?: number;
|
|
1134
|
+
AllocatedProvisionedConcurrentExecutions?: number;
|
|
1135
|
+
Status?: ProvisionedConcurrencyStatusEnum | string;
|
|
1136
|
+
StatusReason?: string;
|
|
1137
|
+
LastModified?: string;
|
|
1138
|
+
}
|
|
1139
|
+
export interface RemoveLayerVersionPermissionRequest {
|
|
1140
|
+
LayerName: string | undefined;
|
|
1141
|
+
VersionNumber: number | undefined;
|
|
1142
|
+
StatementId: string | undefined;
|
|
1143
|
+
RevisionId?: string;
|
|
1144
|
+
}
|
|
1145
|
+
export interface RemovePermissionRequest {
|
|
1146
|
+
FunctionName: string | undefined;
|
|
1147
|
+
StatementId: string | undefined;
|
|
1148
|
+
Qualifier?: string;
|
|
1149
|
+
RevisionId?: string;
|
|
1150
|
+
}
|
|
1151
|
+
export interface TagResourceRequest {
|
|
1152
|
+
Resource: string | undefined;
|
|
1153
|
+
Tags: Record<string, string> | undefined;
|
|
1154
|
+
}
|
|
1155
|
+
export interface UntagResourceRequest {
|
|
1156
|
+
Resource: string | undefined;
|
|
1157
|
+
TagKeys: string[] | undefined;
|
|
1158
|
+
}
|
|
1159
|
+
export interface UpdateAliasRequest {
|
|
1160
|
+
FunctionName: string | undefined;
|
|
1161
|
+
Name: string | undefined;
|
|
1162
|
+
FunctionVersion?: string;
|
|
1163
|
+
Description?: string;
|
|
1164
|
+
RoutingConfig?: AliasRoutingConfiguration;
|
|
1165
|
+
RevisionId?: string;
|
|
1166
|
+
}
|
|
1167
|
+
export interface UpdateCodeSigningConfigRequest {
|
|
1168
|
+
CodeSigningConfigArn: string | undefined;
|
|
1169
|
+
Description?: string;
|
|
1170
|
+
AllowedPublishers?: AllowedPublishers;
|
|
1171
|
+
CodeSigningPolicies?: CodeSigningPolicies;
|
|
1172
|
+
}
|
|
1173
|
+
export interface UpdateCodeSigningConfigResponse {
|
|
1174
|
+
CodeSigningConfig: CodeSigningConfig | undefined;
|
|
1175
|
+
}
|
|
1176
|
+
export interface UpdateEventSourceMappingRequest {
|
|
1177
|
+
UUID: string | undefined;
|
|
1178
|
+
FunctionName?: string;
|
|
1179
|
+
Enabled?: boolean;
|
|
1180
|
+
BatchSize?: number;
|
|
1181
|
+
FilterCriteria?: FilterCriteria;
|
|
1182
|
+
MaximumBatchingWindowInSeconds?: number;
|
|
1183
|
+
DestinationConfig?: DestinationConfig;
|
|
1184
|
+
MaximumRecordAgeInSeconds?: number;
|
|
1185
|
+
BisectBatchOnFunctionError?: boolean;
|
|
1186
|
+
MaximumRetryAttempts?: number;
|
|
1187
|
+
ParallelizationFactor?: number;
|
|
1188
|
+
SourceAccessConfigurations?: SourceAccessConfiguration[];
|
|
1189
|
+
TumblingWindowInSeconds?: number;
|
|
1190
|
+
FunctionResponseTypes?: (FunctionResponseType | string)[];
|
|
1191
|
+
}
|
|
1192
|
+
export interface UpdateFunctionCodeRequest {
|
|
1193
|
+
FunctionName: string | undefined;
|
|
1194
|
+
ZipFile?: Uint8Array;
|
|
1195
|
+
S3Bucket?: string;
|
|
1196
|
+
S3Key?: string;
|
|
1197
|
+
S3ObjectVersion?: string;
|
|
1198
|
+
ImageUri?: string;
|
|
1199
|
+
Publish?: boolean;
|
|
1200
|
+
DryRun?: boolean;
|
|
1201
|
+
RevisionId?: string;
|
|
1202
|
+
Architectures?: (Architecture | string)[];
|
|
1203
|
+
}
|
|
1204
|
+
export interface UpdateFunctionConfigurationRequest {
|
|
1205
|
+
FunctionName: string | undefined;
|
|
1206
|
+
Role?: string;
|
|
1207
|
+
Handler?: string;
|
|
1208
|
+
Description?: string;
|
|
1209
|
+
Timeout?: number;
|
|
1210
|
+
MemorySize?: number;
|
|
1211
|
+
VpcConfig?: VpcConfig;
|
|
1212
|
+
Environment?: Environment;
|
|
1213
|
+
Runtime?: Runtime | string;
|
|
1214
|
+
DeadLetterConfig?: DeadLetterConfig;
|
|
1215
|
+
KMSKeyArn?: string;
|
|
1216
|
+
TracingConfig?: TracingConfig;
|
|
1217
|
+
RevisionId?: string;
|
|
1218
|
+
Layers?: string[];
|
|
1219
|
+
FileSystemConfigs?: FileSystemConfig[];
|
|
1220
|
+
ImageConfig?: ImageConfig;
|
|
1221
|
+
EphemeralStorage?: EphemeralStorage;
|
|
1222
|
+
}
|
|
1223
|
+
export interface UpdateFunctionEventInvokeConfigRequest {
|
|
1224
|
+
FunctionName: string | undefined;
|
|
1225
|
+
Qualifier?: string;
|
|
1226
|
+
MaximumRetryAttempts?: number;
|
|
1227
|
+
MaximumEventAgeInSeconds?: number;
|
|
1228
|
+
DestinationConfig?: DestinationConfig;
|
|
1229
|
+
}
|
|
1230
|
+
export interface UpdateFunctionUrlConfigRequest {
|
|
1231
|
+
FunctionName: string | undefined;
|
|
1232
|
+
Qualifier?: string;
|
|
1233
|
+
AuthType?: FunctionUrlAuthType | string;
|
|
1234
|
+
Cors?: Cors;
|
|
1235
|
+
}
|
|
1236
|
+
export interface UpdateFunctionUrlConfigResponse {
|
|
1237
|
+
FunctionUrl: string | undefined;
|
|
1238
|
+
FunctionArn: string | undefined;
|
|
1239
|
+
AuthType: FunctionUrlAuthType | string | undefined;
|
|
1240
|
+
Cors?: Cors;
|
|
1241
|
+
CreationTime: string | undefined;
|
|
1242
|
+
LastModifiedTime: string | undefined;
|
|
1243
|
+
}
|
|
1244
|
+
export declare const AccountLimitFilterSensitiveLog: (obj: AccountLimit) => any;
|
|
1245
|
+
export declare const AccountUsageFilterSensitiveLog: (obj: AccountUsage) => any;
|
|
1246
|
+
export declare const AddLayerVersionPermissionRequestFilterSensitiveLog: (
|
|
1247
|
+
obj: AddLayerVersionPermissionRequest
|
|
1248
|
+
) => any;
|
|
1249
|
+
export declare const AddLayerVersionPermissionResponseFilterSensitiveLog: (
|
|
1250
|
+
obj: AddLayerVersionPermissionResponse
|
|
1251
|
+
) => any;
|
|
1252
|
+
export declare const AddPermissionRequestFilterSensitiveLog: (
|
|
1253
|
+
obj: AddPermissionRequest
|
|
1254
|
+
) => any;
|
|
1255
|
+
export declare const AddPermissionResponseFilterSensitiveLog: (
|
|
1256
|
+
obj: AddPermissionResponse
|
|
1257
|
+
) => any;
|
|
1258
|
+
export declare const AliasRoutingConfigurationFilterSensitiveLog: (
|
|
1259
|
+
obj: AliasRoutingConfiguration
|
|
1260
|
+
) => any;
|
|
1261
|
+
export declare const AliasConfigurationFilterSensitiveLog: (
|
|
1262
|
+
obj: AliasConfiguration
|
|
1263
|
+
) => any;
|
|
1264
|
+
export declare const AllowedPublishersFilterSensitiveLog: (
|
|
1265
|
+
obj: AllowedPublishers
|
|
1266
|
+
) => any;
|
|
1267
|
+
export declare const AmazonManagedKafkaEventSourceConfigFilterSensitiveLog: (
|
|
1268
|
+
obj: AmazonManagedKafkaEventSourceConfig
|
|
1269
|
+
) => any;
|
|
1270
|
+
export declare const CreateAliasRequestFilterSensitiveLog: (
|
|
1271
|
+
obj: CreateAliasRequest
|
|
1272
|
+
) => any;
|
|
1273
|
+
export declare const CodeSigningPoliciesFilterSensitiveLog: (
|
|
1274
|
+
obj: CodeSigningPolicies
|
|
1275
|
+
) => any;
|
|
1276
|
+
export declare const CreateCodeSigningConfigRequestFilterSensitiveLog: (
|
|
1277
|
+
obj: CreateCodeSigningConfigRequest
|
|
1278
|
+
) => any;
|
|
1279
|
+
export declare const CodeSigningConfigFilterSensitiveLog: (
|
|
1280
|
+
obj: CodeSigningConfig
|
|
1281
|
+
) => any;
|
|
1282
|
+
export declare const CreateCodeSigningConfigResponseFilterSensitiveLog: (
|
|
1283
|
+
obj: CreateCodeSigningConfigResponse
|
|
1284
|
+
) => any;
|
|
1285
|
+
export declare const OnFailureFilterSensitiveLog: (obj: OnFailure) => any;
|
|
1286
|
+
export declare const OnSuccessFilterSensitiveLog: (obj: OnSuccess) => any;
|
|
1287
|
+
export declare const DestinationConfigFilterSensitiveLog: (
|
|
1288
|
+
obj: DestinationConfig
|
|
1289
|
+
) => any;
|
|
1290
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
1291
|
+
export declare const FilterCriteriaFilterSensitiveLog: (
|
|
1292
|
+
obj: FilterCriteria
|
|
1293
|
+
) => any;
|
|
1294
|
+
export declare const SelfManagedEventSourceFilterSensitiveLog: (
|
|
1295
|
+
obj: SelfManagedEventSource
|
|
1296
|
+
) => any;
|
|
1297
|
+
export declare const SelfManagedKafkaEventSourceConfigFilterSensitiveLog: (
|
|
1298
|
+
obj: SelfManagedKafkaEventSourceConfig
|
|
1299
|
+
) => any;
|
|
1300
|
+
export declare const SourceAccessConfigurationFilterSensitiveLog: (
|
|
1301
|
+
obj: SourceAccessConfiguration
|
|
1302
|
+
) => any;
|
|
1303
|
+
export declare const CreateEventSourceMappingRequestFilterSensitiveLog: (
|
|
1304
|
+
obj: CreateEventSourceMappingRequest
|
|
1305
|
+
) => any;
|
|
1306
|
+
export declare const EventSourceMappingConfigurationFilterSensitiveLog: (
|
|
1307
|
+
obj: EventSourceMappingConfiguration
|
|
1308
|
+
) => any;
|
|
1309
|
+
export declare const FunctionCodeFilterSensitiveLog: (obj: FunctionCode) => any;
|
|
1310
|
+
export declare const DeadLetterConfigFilterSensitiveLog: (
|
|
1311
|
+
obj: DeadLetterConfig
|
|
1312
|
+
) => any;
|
|
1313
|
+
export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
|
|
1314
|
+
export declare const EphemeralStorageFilterSensitiveLog: (
|
|
1315
|
+
obj: EphemeralStorage
|
|
1316
|
+
) => any;
|
|
1317
|
+
export declare const FileSystemConfigFilterSensitiveLog: (
|
|
1318
|
+
obj: FileSystemConfig
|
|
1319
|
+
) => any;
|
|
1320
|
+
export declare const ImageConfigFilterSensitiveLog: (obj: ImageConfig) => any;
|
|
1321
|
+
export declare const TracingConfigFilterSensitiveLog: (
|
|
1322
|
+
obj: TracingConfig
|
|
1323
|
+
) => any;
|
|
1324
|
+
export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
|
|
1325
|
+
export declare const CreateFunctionRequestFilterSensitiveLog: (
|
|
1326
|
+
obj: CreateFunctionRequest
|
|
1327
|
+
) => any;
|
|
1328
|
+
export declare const EnvironmentErrorFilterSensitiveLog: (
|
|
1329
|
+
obj: EnvironmentError
|
|
1330
|
+
) => any;
|
|
1331
|
+
export declare const EnvironmentResponseFilterSensitiveLog: (
|
|
1332
|
+
obj: EnvironmentResponse
|
|
1333
|
+
) => any;
|
|
1334
|
+
export declare const ImageConfigErrorFilterSensitiveLog: (
|
|
1335
|
+
obj: ImageConfigError
|
|
1336
|
+
) => any;
|
|
1337
|
+
export declare const ImageConfigResponseFilterSensitiveLog: (
|
|
1338
|
+
obj: ImageConfigResponse
|
|
1339
|
+
) => any;
|
|
1340
|
+
export declare const LayerFilterSensitiveLog: (obj: Layer) => any;
|
|
1341
|
+
export declare const TracingConfigResponseFilterSensitiveLog: (
|
|
1342
|
+
obj: TracingConfigResponse
|
|
1343
|
+
) => any;
|
|
1344
|
+
export declare const VpcConfigResponseFilterSensitiveLog: (
|
|
1345
|
+
obj: VpcConfigResponse
|
|
1346
|
+
) => any;
|
|
1347
|
+
export declare const FunctionConfigurationFilterSensitiveLog: (
|
|
1348
|
+
obj: FunctionConfiguration
|
|
1349
|
+
) => any;
|
|
1350
|
+
export declare const CorsFilterSensitiveLog: (obj: Cors) => any;
|
|
1351
|
+
export declare const CreateFunctionUrlConfigRequestFilterSensitiveLog: (
|
|
1352
|
+
obj: CreateFunctionUrlConfigRequest
|
|
1353
|
+
) => any;
|
|
1354
|
+
export declare const CreateFunctionUrlConfigResponseFilterSensitiveLog: (
|
|
1355
|
+
obj: CreateFunctionUrlConfigResponse
|
|
1356
|
+
) => any;
|
|
1357
|
+
export declare const DeleteAliasRequestFilterSensitiveLog: (
|
|
1358
|
+
obj: DeleteAliasRequest
|
|
1359
|
+
) => any;
|
|
1360
|
+
export declare const DeleteCodeSigningConfigRequestFilterSensitiveLog: (
|
|
1361
|
+
obj: DeleteCodeSigningConfigRequest
|
|
1362
|
+
) => any;
|
|
1363
|
+
export declare const DeleteCodeSigningConfigResponseFilterSensitiveLog: (
|
|
1364
|
+
obj: DeleteCodeSigningConfigResponse
|
|
1365
|
+
) => any;
|
|
1366
|
+
export declare const DeleteEventSourceMappingRequestFilterSensitiveLog: (
|
|
1367
|
+
obj: DeleteEventSourceMappingRequest
|
|
1368
|
+
) => any;
|
|
1369
|
+
export declare const DeleteFunctionRequestFilterSensitiveLog: (
|
|
1370
|
+
obj: DeleteFunctionRequest
|
|
1371
|
+
) => any;
|
|
1372
|
+
export declare const DeleteFunctionCodeSigningConfigRequestFilterSensitiveLog: (
|
|
1373
|
+
obj: DeleteFunctionCodeSigningConfigRequest
|
|
1374
|
+
) => any;
|
|
1375
|
+
export declare const DeleteFunctionConcurrencyRequestFilterSensitiveLog: (
|
|
1376
|
+
obj: DeleteFunctionConcurrencyRequest
|
|
1377
|
+
) => any;
|
|
1378
|
+
export declare const DeleteFunctionEventInvokeConfigRequestFilterSensitiveLog: (
|
|
1379
|
+
obj: DeleteFunctionEventInvokeConfigRequest
|
|
1380
|
+
) => any;
|
|
1381
|
+
export declare const DeleteFunctionUrlConfigRequestFilterSensitiveLog: (
|
|
1382
|
+
obj: DeleteFunctionUrlConfigRequest
|
|
1383
|
+
) => any;
|
|
1384
|
+
export declare const DeleteLayerVersionRequestFilterSensitiveLog: (
|
|
1385
|
+
obj: DeleteLayerVersionRequest
|
|
1386
|
+
) => any;
|
|
1387
|
+
export declare const DeleteProvisionedConcurrencyConfigRequestFilterSensitiveLog: (
|
|
1388
|
+
obj: DeleteProvisionedConcurrencyConfigRequest
|
|
1389
|
+
) => any;
|
|
1390
|
+
export declare const GetAccountSettingsRequestFilterSensitiveLog: (
|
|
1391
|
+
obj: GetAccountSettingsRequest
|
|
1392
|
+
) => any;
|
|
1393
|
+
export declare const GetAccountSettingsResponseFilterSensitiveLog: (
|
|
1394
|
+
obj: GetAccountSettingsResponse
|
|
1395
|
+
) => any;
|
|
1396
|
+
export declare const GetAliasRequestFilterSensitiveLog: (
|
|
1397
|
+
obj: GetAliasRequest
|
|
1398
|
+
) => any;
|
|
1399
|
+
export declare const GetCodeSigningConfigRequestFilterSensitiveLog: (
|
|
1400
|
+
obj: GetCodeSigningConfigRequest
|
|
1401
|
+
) => any;
|
|
1402
|
+
export declare const GetCodeSigningConfigResponseFilterSensitiveLog: (
|
|
1403
|
+
obj: GetCodeSigningConfigResponse
|
|
1404
|
+
) => any;
|
|
1405
|
+
export declare const GetEventSourceMappingRequestFilterSensitiveLog: (
|
|
1406
|
+
obj: GetEventSourceMappingRequest
|
|
1407
|
+
) => any;
|
|
1408
|
+
export declare const GetFunctionRequestFilterSensitiveLog: (
|
|
1409
|
+
obj: GetFunctionRequest
|
|
1410
|
+
) => any;
|
|
1411
|
+
export declare const FunctionCodeLocationFilterSensitiveLog: (
|
|
1412
|
+
obj: FunctionCodeLocation
|
|
1413
|
+
) => any;
|
|
1414
|
+
export declare const ConcurrencyFilterSensitiveLog: (obj: Concurrency) => any;
|
|
1415
|
+
export declare const GetFunctionResponseFilterSensitiveLog: (
|
|
1416
|
+
obj: GetFunctionResponse
|
|
1417
|
+
) => any;
|
|
1418
|
+
export declare const GetFunctionCodeSigningConfigRequestFilterSensitiveLog: (
|
|
1419
|
+
obj: GetFunctionCodeSigningConfigRequest
|
|
1420
|
+
) => any;
|
|
1421
|
+
export declare const GetFunctionCodeSigningConfigResponseFilterSensitiveLog: (
|
|
1422
|
+
obj: GetFunctionCodeSigningConfigResponse
|
|
1423
|
+
) => any;
|
|
1424
|
+
export declare const GetFunctionConcurrencyRequestFilterSensitiveLog: (
|
|
1425
|
+
obj: GetFunctionConcurrencyRequest
|
|
1426
|
+
) => any;
|
|
1427
|
+
export declare const GetFunctionConcurrencyResponseFilterSensitiveLog: (
|
|
1428
|
+
obj: GetFunctionConcurrencyResponse
|
|
1429
|
+
) => any;
|
|
1430
|
+
export declare const GetFunctionConfigurationRequestFilterSensitiveLog: (
|
|
1431
|
+
obj: GetFunctionConfigurationRequest
|
|
1432
|
+
) => any;
|
|
1433
|
+
export declare const FunctionEventInvokeConfigFilterSensitiveLog: (
|
|
1434
|
+
obj: FunctionEventInvokeConfig
|
|
1435
|
+
) => any;
|
|
1436
|
+
export declare const GetFunctionEventInvokeConfigRequestFilterSensitiveLog: (
|
|
1437
|
+
obj: GetFunctionEventInvokeConfigRequest
|
|
1438
|
+
) => any;
|
|
1439
|
+
export declare const GetFunctionUrlConfigRequestFilterSensitiveLog: (
|
|
1440
|
+
obj: GetFunctionUrlConfigRequest
|
|
1441
|
+
) => any;
|
|
1442
|
+
export declare const GetFunctionUrlConfigResponseFilterSensitiveLog: (
|
|
1443
|
+
obj: GetFunctionUrlConfigResponse
|
|
1444
|
+
) => any;
|
|
1445
|
+
export declare const GetLayerVersionRequestFilterSensitiveLog: (
|
|
1446
|
+
obj: GetLayerVersionRequest
|
|
1447
|
+
) => any;
|
|
1448
|
+
export declare const LayerVersionContentOutputFilterSensitiveLog: (
|
|
1449
|
+
obj: LayerVersionContentOutput
|
|
1450
|
+
) => any;
|
|
1451
|
+
export declare const GetLayerVersionResponseFilterSensitiveLog: (
|
|
1452
|
+
obj: GetLayerVersionResponse
|
|
1453
|
+
) => any;
|
|
1454
|
+
export declare const GetLayerVersionByArnRequestFilterSensitiveLog: (
|
|
1455
|
+
obj: GetLayerVersionByArnRequest
|
|
1456
|
+
) => any;
|
|
1457
|
+
export declare const GetLayerVersionPolicyRequestFilterSensitiveLog: (
|
|
1458
|
+
obj: GetLayerVersionPolicyRequest
|
|
1459
|
+
) => any;
|
|
1460
|
+
export declare const GetLayerVersionPolicyResponseFilterSensitiveLog: (
|
|
1461
|
+
obj: GetLayerVersionPolicyResponse
|
|
1462
|
+
) => any;
|
|
1463
|
+
export declare const GetPolicyRequestFilterSensitiveLog: (
|
|
1464
|
+
obj: GetPolicyRequest
|
|
1465
|
+
) => any;
|
|
1466
|
+
export declare const GetPolicyResponseFilterSensitiveLog: (
|
|
1467
|
+
obj: GetPolicyResponse
|
|
1468
|
+
) => any;
|
|
1469
|
+
export declare const GetProvisionedConcurrencyConfigRequestFilterSensitiveLog: (
|
|
1470
|
+
obj: GetProvisionedConcurrencyConfigRequest
|
|
1471
|
+
) => any;
|
|
1472
|
+
export declare const GetProvisionedConcurrencyConfigResponseFilterSensitiveLog: (
|
|
1473
|
+
obj: GetProvisionedConcurrencyConfigResponse
|
|
1474
|
+
) => any;
|
|
1475
|
+
export declare const InvocationRequestFilterSensitiveLog: (
|
|
1476
|
+
obj: InvocationRequest
|
|
1477
|
+
) => any;
|
|
1478
|
+
export declare const InvocationResponseFilterSensitiveLog: (
|
|
1479
|
+
obj: InvocationResponse
|
|
1480
|
+
) => any;
|
|
1481
|
+
export declare const InvokeAsyncRequestFilterSensitiveLog: (
|
|
1482
|
+
obj: InvokeAsyncRequest
|
|
1483
|
+
) => any;
|
|
1484
|
+
export declare const InvokeAsyncResponseFilterSensitiveLog: (
|
|
1485
|
+
obj: InvokeAsyncResponse
|
|
1486
|
+
) => any;
|
|
1487
|
+
export declare const ListAliasesRequestFilterSensitiveLog: (
|
|
1488
|
+
obj: ListAliasesRequest
|
|
1489
|
+
) => any;
|
|
1490
|
+
export declare const ListAliasesResponseFilterSensitiveLog: (
|
|
1491
|
+
obj: ListAliasesResponse
|
|
1492
|
+
) => any;
|
|
1493
|
+
export declare const ListCodeSigningConfigsRequestFilterSensitiveLog: (
|
|
1494
|
+
obj: ListCodeSigningConfigsRequest
|
|
1495
|
+
) => any;
|
|
1496
|
+
export declare const ListCodeSigningConfigsResponseFilterSensitiveLog: (
|
|
1497
|
+
obj: ListCodeSigningConfigsResponse
|
|
1498
|
+
) => any;
|
|
1499
|
+
export declare const ListEventSourceMappingsRequestFilterSensitiveLog: (
|
|
1500
|
+
obj: ListEventSourceMappingsRequest
|
|
1501
|
+
) => any;
|
|
1502
|
+
export declare const ListEventSourceMappingsResponseFilterSensitiveLog: (
|
|
1503
|
+
obj: ListEventSourceMappingsResponse
|
|
1504
|
+
) => any;
|
|
1505
|
+
export declare const ListFunctionEventInvokeConfigsRequestFilterSensitiveLog: (
|
|
1506
|
+
obj: ListFunctionEventInvokeConfigsRequest
|
|
1507
|
+
) => any;
|
|
1508
|
+
export declare const ListFunctionEventInvokeConfigsResponseFilterSensitiveLog: (
|
|
1509
|
+
obj: ListFunctionEventInvokeConfigsResponse
|
|
1510
|
+
) => any;
|
|
1511
|
+
export declare const ListFunctionsRequestFilterSensitiveLog: (
|
|
1512
|
+
obj: ListFunctionsRequest
|
|
1513
|
+
) => any;
|
|
1514
|
+
export declare const ListFunctionsResponseFilterSensitiveLog: (
|
|
1515
|
+
obj: ListFunctionsResponse
|
|
1516
|
+
) => any;
|
|
1517
|
+
export declare const ListFunctionsByCodeSigningConfigRequestFilterSensitiveLog: (
|
|
1518
|
+
obj: ListFunctionsByCodeSigningConfigRequest
|
|
1519
|
+
) => any;
|
|
1520
|
+
export declare const ListFunctionsByCodeSigningConfigResponseFilterSensitiveLog: (
|
|
1521
|
+
obj: ListFunctionsByCodeSigningConfigResponse
|
|
1522
|
+
) => any;
|
|
1523
|
+
export declare const ListFunctionUrlConfigsRequestFilterSensitiveLog: (
|
|
1524
|
+
obj: ListFunctionUrlConfigsRequest
|
|
1525
|
+
) => any;
|
|
1526
|
+
export declare const FunctionUrlConfigFilterSensitiveLog: (
|
|
1527
|
+
obj: FunctionUrlConfig
|
|
1528
|
+
) => any;
|
|
1529
|
+
export declare const ListFunctionUrlConfigsResponseFilterSensitiveLog: (
|
|
1530
|
+
obj: ListFunctionUrlConfigsResponse
|
|
1531
|
+
) => any;
|
|
1532
|
+
export declare const ListLayersRequestFilterSensitiveLog: (
|
|
1533
|
+
obj: ListLayersRequest
|
|
1534
|
+
) => any;
|
|
1535
|
+
export declare const LayerVersionsListItemFilterSensitiveLog: (
|
|
1536
|
+
obj: LayerVersionsListItem
|
|
1537
|
+
) => any;
|
|
1538
|
+
export declare const LayersListItemFilterSensitiveLog: (
|
|
1539
|
+
obj: LayersListItem
|
|
1540
|
+
) => any;
|
|
1541
|
+
export declare const ListLayersResponseFilterSensitiveLog: (
|
|
1542
|
+
obj: ListLayersResponse
|
|
1543
|
+
) => any;
|
|
1544
|
+
export declare const ListLayerVersionsRequestFilterSensitiveLog: (
|
|
1545
|
+
obj: ListLayerVersionsRequest
|
|
1546
|
+
) => any;
|
|
1547
|
+
export declare const ListLayerVersionsResponseFilterSensitiveLog: (
|
|
1548
|
+
obj: ListLayerVersionsResponse
|
|
1549
|
+
) => any;
|
|
1550
|
+
export declare const ListProvisionedConcurrencyConfigsRequestFilterSensitiveLog: (
|
|
1551
|
+
obj: ListProvisionedConcurrencyConfigsRequest
|
|
1552
|
+
) => any;
|
|
1553
|
+
export declare const ProvisionedConcurrencyConfigListItemFilterSensitiveLog: (
|
|
1554
|
+
obj: ProvisionedConcurrencyConfigListItem
|
|
1555
|
+
) => any;
|
|
1556
|
+
export declare const ListProvisionedConcurrencyConfigsResponseFilterSensitiveLog: (
|
|
1557
|
+
obj: ListProvisionedConcurrencyConfigsResponse
|
|
1558
|
+
) => any;
|
|
1559
|
+
export declare const ListTagsRequestFilterSensitiveLog: (
|
|
1560
|
+
obj: ListTagsRequest
|
|
1561
|
+
) => any;
|
|
1562
|
+
export declare const ListTagsResponseFilterSensitiveLog: (
|
|
1563
|
+
obj: ListTagsResponse
|
|
1564
|
+
) => any;
|
|
1565
|
+
export declare const ListVersionsByFunctionRequestFilterSensitiveLog: (
|
|
1566
|
+
obj: ListVersionsByFunctionRequest
|
|
1567
|
+
) => any;
|
|
1568
|
+
export declare const ListVersionsByFunctionResponseFilterSensitiveLog: (
|
|
1569
|
+
obj: ListVersionsByFunctionResponse
|
|
1570
|
+
) => any;
|
|
1571
|
+
export declare const LayerVersionContentInputFilterSensitiveLog: (
|
|
1572
|
+
obj: LayerVersionContentInput
|
|
1573
|
+
) => any;
|
|
1574
|
+
export declare const PublishLayerVersionRequestFilterSensitiveLog: (
|
|
1575
|
+
obj: PublishLayerVersionRequest
|
|
1576
|
+
) => any;
|
|
1577
|
+
export declare const PublishLayerVersionResponseFilterSensitiveLog: (
|
|
1578
|
+
obj: PublishLayerVersionResponse
|
|
1579
|
+
) => any;
|
|
1580
|
+
export declare const PublishVersionRequestFilterSensitiveLog: (
|
|
1581
|
+
obj: PublishVersionRequest
|
|
1582
|
+
) => any;
|
|
1583
|
+
export declare const PutFunctionCodeSigningConfigRequestFilterSensitiveLog: (
|
|
1584
|
+
obj: PutFunctionCodeSigningConfigRequest
|
|
1585
|
+
) => any;
|
|
1586
|
+
export declare const PutFunctionCodeSigningConfigResponseFilterSensitiveLog: (
|
|
1587
|
+
obj: PutFunctionCodeSigningConfigResponse
|
|
1588
|
+
) => any;
|
|
1589
|
+
export declare const PutFunctionConcurrencyRequestFilterSensitiveLog: (
|
|
1590
|
+
obj: PutFunctionConcurrencyRequest
|
|
1591
|
+
) => any;
|
|
1592
|
+
export declare const PutFunctionEventInvokeConfigRequestFilterSensitiveLog: (
|
|
1593
|
+
obj: PutFunctionEventInvokeConfigRequest
|
|
1594
|
+
) => any;
|
|
1595
|
+
export declare const PutProvisionedConcurrencyConfigRequestFilterSensitiveLog: (
|
|
1596
|
+
obj: PutProvisionedConcurrencyConfigRequest
|
|
1597
|
+
) => any;
|
|
1598
|
+
export declare const PutProvisionedConcurrencyConfigResponseFilterSensitiveLog: (
|
|
1599
|
+
obj: PutProvisionedConcurrencyConfigResponse
|
|
1600
|
+
) => any;
|
|
1601
|
+
export declare const RemoveLayerVersionPermissionRequestFilterSensitiveLog: (
|
|
1602
|
+
obj: RemoveLayerVersionPermissionRequest
|
|
1603
|
+
) => any;
|
|
1604
|
+
export declare const RemovePermissionRequestFilterSensitiveLog: (
|
|
1605
|
+
obj: RemovePermissionRequest
|
|
1606
|
+
) => any;
|
|
1607
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1608
|
+
obj: TagResourceRequest
|
|
1609
|
+
) => any;
|
|
1610
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1611
|
+
obj: UntagResourceRequest
|
|
1612
|
+
) => any;
|
|
1613
|
+
export declare const UpdateAliasRequestFilterSensitiveLog: (
|
|
1614
|
+
obj: UpdateAliasRequest
|
|
1615
|
+
) => any;
|
|
1616
|
+
export declare const UpdateCodeSigningConfigRequestFilterSensitiveLog: (
|
|
1617
|
+
obj: UpdateCodeSigningConfigRequest
|
|
1618
|
+
) => any;
|
|
1619
|
+
export declare const UpdateCodeSigningConfigResponseFilterSensitiveLog: (
|
|
1620
|
+
obj: UpdateCodeSigningConfigResponse
|
|
1621
|
+
) => any;
|
|
1622
|
+
export declare const UpdateEventSourceMappingRequestFilterSensitiveLog: (
|
|
1623
|
+
obj: UpdateEventSourceMappingRequest
|
|
1624
|
+
) => any;
|
|
1625
|
+
export declare const UpdateFunctionCodeRequestFilterSensitiveLog: (
|
|
1626
|
+
obj: UpdateFunctionCodeRequest
|
|
1627
|
+
) => any;
|
|
1628
|
+
export declare const UpdateFunctionConfigurationRequestFilterSensitiveLog: (
|
|
1629
|
+
obj: UpdateFunctionConfigurationRequest
|
|
1630
|
+
) => any;
|
|
1631
|
+
export declare const UpdateFunctionEventInvokeConfigRequestFilterSensitiveLog: (
|
|
1632
|
+
obj: UpdateFunctionEventInvokeConfigRequest
|
|
1633
|
+
) => any;
|
|
1634
|
+
export declare const UpdateFunctionUrlConfigRequestFilterSensitiveLog: (
|
|
1635
|
+
obj: UpdateFunctionUrlConfigRequest
|
|
1636
|
+
) => any;
|
|
1637
|
+
export declare const UpdateFunctionUrlConfigResponseFilterSensitiveLog: (
|
|
1638
|
+
obj: UpdateFunctionUrlConfigResponse
|
|
1639
|
+
) => any;
|