@aws-sdk/client-lakeformation 3.168.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/LakeFormation.d.ts +820 -230
- package/dist-types/ts3.4/LakeFormationClient.d.ts +400 -118
- package/dist-types/ts3.4/commands/AddLFTagsToResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGrantPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchRevokePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelTransactionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CommitTransactionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDataCellsFilterCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLFTagCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDataCellsFilterCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteLFTagCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteObjectsOnCancelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeregisterResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeTransactionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ExtendTransactionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDataLakeSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetEffectivePermissionsForPathCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetLFTagCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetQueryStateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetQueryStatisticsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetResourceLFTagsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetTableObjectsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetWorkUnitResultsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetWorkUnitsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GrantPermissionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDataCellsFilterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListLFTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTableStorageOptimizersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutDataLakeSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RegisterResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveLFTagsFromResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RevokePermissionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/SearchDatabasesByLFTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchTablesByLFTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartQueryPlanningCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartTransactionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateLFTagCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateTableObjectsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateTableStorageOptimizerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +45 -45
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/LakeFormationServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1643 -1490
- package/dist-types/ts3.4/pagination/GetEffectivePermissionsForPathPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTableObjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetWorkUnitsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDataCellsFilterPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLFTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPermissionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTableStorageOptimizersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTransactionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchDatabasesByLFTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchTablesByLFTagsPaginator.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 +545 -137
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,1490 +1,1643 @@
|
|
|
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
|
-
export interface CatalogResource {
|
|
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
|
-
export
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
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
|
-
export declare class
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
}
|
|
299
|
-
export interface
|
|
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
|
-
export
|
|
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
|
-
export interface
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
}
|
|
405
|
-
export interface
|
|
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
|
-
export interface
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
}
|
|
459
|
-
export interface
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
}
|
|
478
|
-
export interface
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
export interface
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
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
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
export interface
|
|
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
|
-
export
|
|
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
|
-
export
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
export interface
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
}
|
|
812
|
-
export interface
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
}
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
}
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
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
|
-
export
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
}
|
|
962
|
-
export interface
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
}
|
|
973
|
-
export interface
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
export interface
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
export interface
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
}
|
|
1023
|
-
export interface
|
|
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
|
-
export interface
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
export
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
export declare
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
export
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
export
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
export
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
export
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
export
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
export
|
|
1208
|
-
|
|
1209
|
-
export
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
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
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Readable } from "stream";
|
|
3
|
+
import { LakeFormationServiceException as __BaseException } from "./LakeFormationServiceException";
|
|
4
|
+
|
|
5
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
6
|
+
readonly name: "AccessDeniedException";
|
|
7
|
+
readonly $fault: "client";
|
|
8
|
+
|
|
9
|
+
Message?: string;
|
|
10
|
+
|
|
11
|
+
constructor(
|
|
12
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
13
|
+
);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export interface LFTagPair {
|
|
17
|
+
CatalogId?: string;
|
|
18
|
+
|
|
19
|
+
TagKey: string | undefined;
|
|
20
|
+
|
|
21
|
+
TagValues: string[] | undefined;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface CatalogResource {}
|
|
25
|
+
|
|
26
|
+
export interface DatabaseResource {
|
|
27
|
+
CatalogId?: string;
|
|
28
|
+
|
|
29
|
+
Name: string | undefined;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export interface DataCellsFilterResource {
|
|
33
|
+
TableCatalogId?: string;
|
|
34
|
+
|
|
35
|
+
DatabaseName?: string;
|
|
36
|
+
|
|
37
|
+
TableName?: string;
|
|
38
|
+
|
|
39
|
+
Name?: string;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export interface DataLocationResource {
|
|
43
|
+
CatalogId?: string;
|
|
44
|
+
|
|
45
|
+
ResourceArn: string | undefined;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export interface LFTagKeyResource {
|
|
49
|
+
CatalogId?: string;
|
|
50
|
+
|
|
51
|
+
TagKey: string | undefined;
|
|
52
|
+
|
|
53
|
+
TagValues: string[] | undefined;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export interface LFTag {
|
|
57
|
+
TagKey: string | undefined;
|
|
58
|
+
|
|
59
|
+
TagValues: string[] | undefined;
|
|
60
|
+
}
|
|
61
|
+
export declare enum ResourceType {
|
|
62
|
+
DATABASE = "DATABASE",
|
|
63
|
+
TABLE = "TABLE",
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export interface LFTagPolicyResource {
|
|
67
|
+
CatalogId?: string;
|
|
68
|
+
|
|
69
|
+
ResourceType: ResourceType | string | undefined;
|
|
70
|
+
|
|
71
|
+
Expression: LFTag[] | undefined;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export interface TableWildcard {}
|
|
75
|
+
|
|
76
|
+
export interface TableResource {
|
|
77
|
+
CatalogId?: string;
|
|
78
|
+
|
|
79
|
+
DatabaseName: string | undefined;
|
|
80
|
+
|
|
81
|
+
Name?: string;
|
|
82
|
+
|
|
83
|
+
TableWildcard?: TableWildcard;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
export interface ColumnWildcard {
|
|
87
|
+
ExcludedColumnNames?: string[];
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export interface TableWithColumnsResource {
|
|
91
|
+
CatalogId?: string;
|
|
92
|
+
|
|
93
|
+
DatabaseName: string | undefined;
|
|
94
|
+
|
|
95
|
+
Name: string | undefined;
|
|
96
|
+
|
|
97
|
+
ColumnNames?: string[];
|
|
98
|
+
|
|
99
|
+
ColumnWildcard?: ColumnWildcard;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
export interface Resource {
|
|
103
|
+
Catalog?: CatalogResource;
|
|
104
|
+
|
|
105
|
+
Database?: DatabaseResource;
|
|
106
|
+
|
|
107
|
+
Table?: TableResource;
|
|
108
|
+
|
|
109
|
+
TableWithColumns?: TableWithColumnsResource;
|
|
110
|
+
|
|
111
|
+
DataLocation?: DataLocationResource;
|
|
112
|
+
|
|
113
|
+
DataCellsFilter?: DataCellsFilterResource;
|
|
114
|
+
|
|
115
|
+
LFTag?: LFTagKeyResource;
|
|
116
|
+
|
|
117
|
+
LFTagPolicy?: LFTagPolicyResource;
|
|
118
|
+
}
|
|
119
|
+
export interface AddLFTagsToResourceRequest {
|
|
120
|
+
CatalogId?: string;
|
|
121
|
+
|
|
122
|
+
Resource: Resource | undefined;
|
|
123
|
+
|
|
124
|
+
LFTags: LFTagPair[] | undefined;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
export interface ErrorDetail {
|
|
128
|
+
ErrorCode?: string;
|
|
129
|
+
|
|
130
|
+
ErrorMessage?: string;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
export interface LFTagError {
|
|
134
|
+
LFTag?: LFTagPair;
|
|
135
|
+
|
|
136
|
+
Error?: ErrorDetail;
|
|
137
|
+
}
|
|
138
|
+
export interface AddLFTagsToResourceResponse {
|
|
139
|
+
Failures?: LFTagError[];
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
143
|
+
readonly name: "ConcurrentModificationException";
|
|
144
|
+
readonly $fault: "client";
|
|
145
|
+
|
|
146
|
+
Message?: string;
|
|
147
|
+
|
|
148
|
+
constructor(
|
|
149
|
+
opts: __ExceptionOptionType<
|
|
150
|
+
ConcurrentModificationException,
|
|
151
|
+
__BaseException
|
|
152
|
+
>
|
|
153
|
+
);
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
export declare class EntityNotFoundException extends __BaseException {
|
|
157
|
+
readonly name: "EntityNotFoundException";
|
|
158
|
+
readonly $fault: "client";
|
|
159
|
+
|
|
160
|
+
Message?: string;
|
|
161
|
+
|
|
162
|
+
constructor(
|
|
163
|
+
opts: __ExceptionOptionType<EntityNotFoundException, __BaseException>
|
|
164
|
+
);
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
export declare class InternalServiceException extends __BaseException {
|
|
168
|
+
readonly name: "InternalServiceException";
|
|
169
|
+
readonly $fault: "server";
|
|
170
|
+
|
|
171
|
+
Message?: string;
|
|
172
|
+
|
|
173
|
+
constructor(
|
|
174
|
+
opts: __ExceptionOptionType<InternalServiceException, __BaseException>
|
|
175
|
+
);
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
export declare class InvalidInputException extends __BaseException {
|
|
179
|
+
readonly name: "InvalidInputException";
|
|
180
|
+
readonly $fault: "client";
|
|
181
|
+
|
|
182
|
+
Message?: string;
|
|
183
|
+
|
|
184
|
+
constructor(
|
|
185
|
+
opts: __ExceptionOptionType<InvalidInputException, __BaseException>
|
|
186
|
+
);
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
export declare class OperationTimeoutException extends __BaseException {
|
|
190
|
+
readonly name: "OperationTimeoutException";
|
|
191
|
+
readonly $fault: "client";
|
|
192
|
+
|
|
193
|
+
Message?: string;
|
|
194
|
+
|
|
195
|
+
constructor(
|
|
196
|
+
opts: __ExceptionOptionType<OperationTimeoutException, __BaseException>
|
|
197
|
+
);
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
export interface AddObjectInput {
|
|
201
|
+
Uri: string | undefined;
|
|
202
|
+
|
|
203
|
+
ETag: string | undefined;
|
|
204
|
+
|
|
205
|
+
Size: number | undefined;
|
|
206
|
+
|
|
207
|
+
PartitionValues?: string[];
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
export interface AllRowsWildcard {}
|
|
211
|
+
|
|
212
|
+
export declare class AlreadyExistsException extends __BaseException {
|
|
213
|
+
readonly name: "AlreadyExistsException";
|
|
214
|
+
readonly $fault: "client";
|
|
215
|
+
|
|
216
|
+
Message?: string;
|
|
217
|
+
|
|
218
|
+
constructor(
|
|
219
|
+
opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
|
|
220
|
+
);
|
|
221
|
+
}
|
|
222
|
+
export interface AssumeDecoratedRoleWithSAMLRequest {
|
|
223
|
+
SAMLAssertion: string | undefined;
|
|
224
|
+
|
|
225
|
+
RoleArn: string | undefined;
|
|
226
|
+
|
|
227
|
+
PrincipalArn: string | undefined;
|
|
228
|
+
|
|
229
|
+
DurationSeconds?: number;
|
|
230
|
+
}
|
|
231
|
+
export interface AssumeDecoratedRoleWithSAMLResponse {
|
|
232
|
+
AccessKeyId?: string;
|
|
233
|
+
|
|
234
|
+
SecretAccessKey?: string;
|
|
235
|
+
|
|
236
|
+
SessionToken?: string;
|
|
237
|
+
|
|
238
|
+
Expiration?: Date;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
export interface AuditContext {
|
|
242
|
+
AdditionalAuditContext?: string;
|
|
243
|
+
}
|
|
244
|
+
export declare enum Permission {
|
|
245
|
+
ALL = "ALL",
|
|
246
|
+
ALTER = "ALTER",
|
|
247
|
+
ASSOCIATE = "ASSOCIATE",
|
|
248
|
+
CREATE_DATABASE = "CREATE_DATABASE",
|
|
249
|
+
CREATE_TABLE = "CREATE_TABLE",
|
|
250
|
+
CREATE_TAG = "CREATE_TAG",
|
|
251
|
+
DATA_LOCATION_ACCESS = "DATA_LOCATION_ACCESS",
|
|
252
|
+
DELETE = "DELETE",
|
|
253
|
+
DESCRIBE = "DESCRIBE",
|
|
254
|
+
DROP = "DROP",
|
|
255
|
+
INSERT = "INSERT",
|
|
256
|
+
SELECT = "SELECT",
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
export interface DataLakePrincipal {
|
|
260
|
+
DataLakePrincipalIdentifier?: string;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
export interface BatchPermissionsRequestEntry {
|
|
264
|
+
Id: string | undefined;
|
|
265
|
+
|
|
266
|
+
Principal?: DataLakePrincipal;
|
|
267
|
+
|
|
268
|
+
Resource?: Resource;
|
|
269
|
+
|
|
270
|
+
Permissions?: (Permission | string)[];
|
|
271
|
+
|
|
272
|
+
PermissionsWithGrantOption?: (Permission | string)[];
|
|
273
|
+
}
|
|
274
|
+
export interface BatchGrantPermissionsRequest {
|
|
275
|
+
CatalogId?: string;
|
|
276
|
+
|
|
277
|
+
Entries: BatchPermissionsRequestEntry[] | undefined;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
export interface BatchPermissionsFailureEntry {
|
|
281
|
+
RequestEntry?: BatchPermissionsRequestEntry;
|
|
282
|
+
|
|
283
|
+
Error?: ErrorDetail;
|
|
284
|
+
}
|
|
285
|
+
export interface BatchGrantPermissionsResponse {
|
|
286
|
+
Failures?: BatchPermissionsFailureEntry[];
|
|
287
|
+
}
|
|
288
|
+
export interface BatchRevokePermissionsRequest {
|
|
289
|
+
CatalogId?: string;
|
|
290
|
+
|
|
291
|
+
Entries: BatchPermissionsRequestEntry[] | undefined;
|
|
292
|
+
}
|
|
293
|
+
export interface BatchRevokePermissionsResponse {
|
|
294
|
+
Failures?: BatchPermissionsFailureEntry[];
|
|
295
|
+
}
|
|
296
|
+
export interface CancelTransactionRequest {
|
|
297
|
+
TransactionId: string | undefined;
|
|
298
|
+
}
|
|
299
|
+
export interface CancelTransactionResponse {}
|
|
300
|
+
|
|
301
|
+
export declare class TransactionCommitInProgressException extends __BaseException {
|
|
302
|
+
readonly name: "TransactionCommitInProgressException";
|
|
303
|
+
readonly $fault: "client";
|
|
304
|
+
|
|
305
|
+
Message?: string;
|
|
306
|
+
|
|
307
|
+
constructor(
|
|
308
|
+
opts: __ExceptionOptionType<
|
|
309
|
+
TransactionCommitInProgressException,
|
|
310
|
+
__BaseException
|
|
311
|
+
>
|
|
312
|
+
);
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
export declare class TransactionCommittedException extends __BaseException {
|
|
316
|
+
readonly name: "TransactionCommittedException";
|
|
317
|
+
readonly $fault: "client";
|
|
318
|
+
|
|
319
|
+
Message?: string;
|
|
320
|
+
|
|
321
|
+
constructor(
|
|
322
|
+
opts: __ExceptionOptionType<TransactionCommittedException, __BaseException>
|
|
323
|
+
);
|
|
324
|
+
}
|
|
325
|
+
export interface CommitTransactionRequest {
|
|
326
|
+
TransactionId: string | undefined;
|
|
327
|
+
}
|
|
328
|
+
export declare enum TransactionStatus {
|
|
329
|
+
ABORTED = "ABORTED",
|
|
330
|
+
ACTIVE = "ACTIVE",
|
|
331
|
+
COMMITTED = "COMMITTED",
|
|
332
|
+
COMMIT_IN_PROGRESS = "COMMIT_IN_PROGRESS",
|
|
333
|
+
}
|
|
334
|
+
export interface CommitTransactionResponse {
|
|
335
|
+
TransactionStatus?: TransactionStatus | string;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
export declare class TransactionCanceledException extends __BaseException {
|
|
339
|
+
readonly name: "TransactionCanceledException";
|
|
340
|
+
readonly $fault: "client";
|
|
341
|
+
|
|
342
|
+
Message?: string;
|
|
343
|
+
|
|
344
|
+
constructor(
|
|
345
|
+
opts: __ExceptionOptionType<TransactionCanceledException, __BaseException>
|
|
346
|
+
);
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
export interface RowFilter {
|
|
350
|
+
FilterExpression?: string;
|
|
351
|
+
|
|
352
|
+
AllRowsWildcard?: AllRowsWildcard;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
export interface DataCellsFilter {
|
|
356
|
+
TableCatalogId: string | undefined;
|
|
357
|
+
|
|
358
|
+
DatabaseName: string | undefined;
|
|
359
|
+
|
|
360
|
+
TableName: string | undefined;
|
|
361
|
+
|
|
362
|
+
Name: string | undefined;
|
|
363
|
+
|
|
364
|
+
RowFilter?: RowFilter;
|
|
365
|
+
|
|
366
|
+
ColumnNames?: string[];
|
|
367
|
+
|
|
368
|
+
ColumnWildcard?: ColumnWildcard;
|
|
369
|
+
}
|
|
370
|
+
export interface CreateDataCellsFilterRequest {
|
|
371
|
+
TableData: DataCellsFilter | undefined;
|
|
372
|
+
}
|
|
373
|
+
export interface CreateDataCellsFilterResponse {}
|
|
374
|
+
|
|
375
|
+
export declare class ResourceNumberLimitExceededException extends __BaseException {
|
|
376
|
+
readonly name: "ResourceNumberLimitExceededException";
|
|
377
|
+
readonly $fault: "client";
|
|
378
|
+
|
|
379
|
+
Message?: string;
|
|
380
|
+
|
|
381
|
+
constructor(
|
|
382
|
+
opts: __ExceptionOptionType<
|
|
383
|
+
ResourceNumberLimitExceededException,
|
|
384
|
+
__BaseException
|
|
385
|
+
>
|
|
386
|
+
);
|
|
387
|
+
}
|
|
388
|
+
export interface CreateLFTagRequest {
|
|
389
|
+
CatalogId?: string;
|
|
390
|
+
|
|
391
|
+
TagKey: string | undefined;
|
|
392
|
+
|
|
393
|
+
TagValues: string[] | undefined;
|
|
394
|
+
}
|
|
395
|
+
export interface CreateLFTagResponse {}
|
|
396
|
+
export interface DeleteDataCellsFilterRequest {
|
|
397
|
+
TableCatalogId?: string;
|
|
398
|
+
|
|
399
|
+
DatabaseName?: string;
|
|
400
|
+
|
|
401
|
+
TableName?: string;
|
|
402
|
+
|
|
403
|
+
Name?: string;
|
|
404
|
+
}
|
|
405
|
+
export interface DeleteDataCellsFilterResponse {}
|
|
406
|
+
export interface DeleteLFTagRequest {
|
|
407
|
+
CatalogId?: string;
|
|
408
|
+
|
|
409
|
+
TagKey: string | undefined;
|
|
410
|
+
}
|
|
411
|
+
export interface DeleteLFTagResponse {}
|
|
412
|
+
|
|
413
|
+
export interface VirtualObject {
|
|
414
|
+
Uri: string | undefined;
|
|
415
|
+
|
|
416
|
+
ETag?: string;
|
|
417
|
+
}
|
|
418
|
+
export interface DeleteObjectsOnCancelRequest {
|
|
419
|
+
CatalogId?: string;
|
|
420
|
+
|
|
421
|
+
DatabaseName: string | undefined;
|
|
422
|
+
|
|
423
|
+
TableName: string | undefined;
|
|
424
|
+
|
|
425
|
+
TransactionId: string | undefined;
|
|
426
|
+
|
|
427
|
+
Objects: VirtualObject[] | undefined;
|
|
428
|
+
}
|
|
429
|
+
export interface DeleteObjectsOnCancelResponse {}
|
|
430
|
+
|
|
431
|
+
export declare class ResourceNotReadyException extends __BaseException {
|
|
432
|
+
readonly name: "ResourceNotReadyException";
|
|
433
|
+
readonly $fault: "client";
|
|
434
|
+
|
|
435
|
+
Message?: string;
|
|
436
|
+
|
|
437
|
+
constructor(
|
|
438
|
+
opts: __ExceptionOptionType<ResourceNotReadyException, __BaseException>
|
|
439
|
+
);
|
|
440
|
+
}
|
|
441
|
+
export interface DeregisterResourceRequest {
|
|
442
|
+
ResourceArn: string | undefined;
|
|
443
|
+
}
|
|
444
|
+
export interface DeregisterResourceResponse {}
|
|
445
|
+
export interface DescribeResourceRequest {
|
|
446
|
+
ResourceArn: string | undefined;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
export interface ResourceInfo {
|
|
450
|
+
ResourceArn?: string;
|
|
451
|
+
|
|
452
|
+
RoleArn?: string;
|
|
453
|
+
|
|
454
|
+
LastModified?: Date;
|
|
455
|
+
}
|
|
456
|
+
export interface DescribeResourceResponse {
|
|
457
|
+
ResourceInfo?: ResourceInfo;
|
|
458
|
+
}
|
|
459
|
+
export interface DescribeTransactionRequest {
|
|
460
|
+
TransactionId: string | undefined;
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
export interface TransactionDescription {
|
|
464
|
+
TransactionId?: string;
|
|
465
|
+
|
|
466
|
+
TransactionStatus?: TransactionStatus | string;
|
|
467
|
+
|
|
468
|
+
TransactionStartTime?: Date;
|
|
469
|
+
|
|
470
|
+
TransactionEndTime?: Date;
|
|
471
|
+
}
|
|
472
|
+
export interface DescribeTransactionResponse {
|
|
473
|
+
TransactionDescription?: TransactionDescription;
|
|
474
|
+
}
|
|
475
|
+
export interface ExtendTransactionRequest {
|
|
476
|
+
TransactionId?: string;
|
|
477
|
+
}
|
|
478
|
+
export interface ExtendTransactionResponse {}
|
|
479
|
+
export interface GetDataLakeSettingsRequest {
|
|
480
|
+
CatalogId?: string;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
export interface PrincipalPermissions {
|
|
484
|
+
Principal?: DataLakePrincipal;
|
|
485
|
+
|
|
486
|
+
Permissions?: (Permission | string)[];
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
export interface DataLakeSettings {
|
|
490
|
+
DataLakeAdmins?: DataLakePrincipal[];
|
|
491
|
+
|
|
492
|
+
CreateDatabaseDefaultPermissions?: PrincipalPermissions[];
|
|
493
|
+
|
|
494
|
+
CreateTableDefaultPermissions?: PrincipalPermissions[];
|
|
495
|
+
|
|
496
|
+
TrustedResourceOwners?: string[];
|
|
497
|
+
|
|
498
|
+
AllowExternalDataFiltering?: boolean;
|
|
499
|
+
|
|
500
|
+
ExternalDataFilteringAllowList?: DataLakePrincipal[];
|
|
501
|
+
|
|
502
|
+
AuthorizedSessionTagValueList?: string[];
|
|
503
|
+
}
|
|
504
|
+
export interface GetDataLakeSettingsResponse {
|
|
505
|
+
DataLakeSettings?: DataLakeSettings;
|
|
506
|
+
}
|
|
507
|
+
export interface GetEffectivePermissionsForPathRequest {
|
|
508
|
+
CatalogId?: string;
|
|
509
|
+
|
|
510
|
+
ResourceArn: string | undefined;
|
|
511
|
+
|
|
512
|
+
NextToken?: string;
|
|
513
|
+
|
|
514
|
+
MaxResults?: number;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
export interface DetailsMap {
|
|
518
|
+
ResourceShare?: string[];
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
export interface PrincipalResourcePermissions {
|
|
522
|
+
Principal?: DataLakePrincipal;
|
|
523
|
+
|
|
524
|
+
Resource?: Resource;
|
|
525
|
+
|
|
526
|
+
Permissions?: (Permission | string)[];
|
|
527
|
+
|
|
528
|
+
PermissionsWithGrantOption?: (Permission | string)[];
|
|
529
|
+
|
|
530
|
+
AdditionalDetails?: DetailsMap;
|
|
531
|
+
}
|
|
532
|
+
export interface GetEffectivePermissionsForPathResponse {
|
|
533
|
+
Permissions?: PrincipalResourcePermissions[];
|
|
534
|
+
|
|
535
|
+
NextToken?: string;
|
|
536
|
+
}
|
|
537
|
+
export interface GetLFTagRequest {
|
|
538
|
+
CatalogId?: string;
|
|
539
|
+
|
|
540
|
+
TagKey: string | undefined;
|
|
541
|
+
}
|
|
542
|
+
export interface GetLFTagResponse {
|
|
543
|
+
CatalogId?: string;
|
|
544
|
+
|
|
545
|
+
TagKey?: string;
|
|
546
|
+
|
|
547
|
+
TagValues?: string[];
|
|
548
|
+
}
|
|
549
|
+
export interface GetQueryStateRequest {
|
|
550
|
+
QueryId: string | undefined;
|
|
551
|
+
}
|
|
552
|
+
export declare enum QueryStateString {
|
|
553
|
+
ERROR = "ERROR",
|
|
554
|
+
EXPIRED = "EXPIRED",
|
|
555
|
+
FINISHED = "FINISHED",
|
|
556
|
+
PENDING = "PENDING",
|
|
557
|
+
WORKUNITS_AVAILABLE = "WORKUNITS_AVAILABLE",
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
export interface GetQueryStateResponse {
|
|
561
|
+
Error?: string;
|
|
562
|
+
|
|
563
|
+
State: QueryStateString | string | undefined;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
export declare class ExpiredException extends __BaseException {
|
|
567
|
+
readonly name: "ExpiredException";
|
|
568
|
+
readonly $fault: "client";
|
|
569
|
+
|
|
570
|
+
Message?: string;
|
|
571
|
+
|
|
572
|
+
constructor(opts: __ExceptionOptionType<ExpiredException, __BaseException>);
|
|
573
|
+
}
|
|
574
|
+
export interface GetQueryStatisticsRequest {
|
|
575
|
+
QueryId: string | undefined;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
export interface ExecutionStatistics {
|
|
579
|
+
AverageExecutionTimeMillis?: number;
|
|
580
|
+
|
|
581
|
+
DataScannedBytes?: number;
|
|
582
|
+
|
|
583
|
+
WorkUnitsExecutedCount?: number;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
export interface PlanningStatistics {
|
|
587
|
+
EstimatedDataToScanBytes?: number;
|
|
588
|
+
|
|
589
|
+
PlanningTimeMillis?: number;
|
|
590
|
+
|
|
591
|
+
QueueTimeMillis?: number;
|
|
592
|
+
|
|
593
|
+
WorkUnitsGeneratedCount?: number;
|
|
594
|
+
}
|
|
595
|
+
export interface GetQueryStatisticsResponse {
|
|
596
|
+
ExecutionStatistics?: ExecutionStatistics;
|
|
597
|
+
|
|
598
|
+
PlanningStatistics?: PlanningStatistics;
|
|
599
|
+
|
|
600
|
+
QuerySubmissionTime?: Date;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
export declare class StatisticsNotReadyYetException extends __BaseException {
|
|
604
|
+
readonly name: "StatisticsNotReadyYetException";
|
|
605
|
+
readonly $fault: "client";
|
|
606
|
+
|
|
607
|
+
Message?: string;
|
|
608
|
+
|
|
609
|
+
constructor(
|
|
610
|
+
opts: __ExceptionOptionType<StatisticsNotReadyYetException, __BaseException>
|
|
611
|
+
);
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
export declare class ThrottledException extends __BaseException {
|
|
615
|
+
readonly name: "ThrottledException";
|
|
616
|
+
readonly $fault: "client";
|
|
617
|
+
$retryable: {
|
|
618
|
+
throttling: boolean;
|
|
619
|
+
};
|
|
620
|
+
|
|
621
|
+
Message?: string;
|
|
622
|
+
|
|
623
|
+
constructor(opts: __ExceptionOptionType<ThrottledException, __BaseException>);
|
|
624
|
+
}
|
|
625
|
+
export interface GetResourceLFTagsRequest {
|
|
626
|
+
CatalogId?: string;
|
|
627
|
+
|
|
628
|
+
Resource: Resource | undefined;
|
|
629
|
+
|
|
630
|
+
ShowAssignedLFTags?: boolean;
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
export interface ColumnLFTag {
|
|
634
|
+
Name?: string;
|
|
635
|
+
|
|
636
|
+
LFTags?: LFTagPair[];
|
|
637
|
+
}
|
|
638
|
+
export interface GetResourceLFTagsResponse {
|
|
639
|
+
LFTagOnDatabase?: LFTagPair[];
|
|
640
|
+
|
|
641
|
+
LFTagsOnTable?: LFTagPair[];
|
|
642
|
+
|
|
643
|
+
LFTagsOnColumns?: ColumnLFTag[];
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
export declare class GlueEncryptionException extends __BaseException {
|
|
647
|
+
readonly name: "GlueEncryptionException";
|
|
648
|
+
readonly $fault: "client";
|
|
649
|
+
|
|
650
|
+
Message?: string;
|
|
651
|
+
|
|
652
|
+
constructor(
|
|
653
|
+
opts: __ExceptionOptionType<GlueEncryptionException, __BaseException>
|
|
654
|
+
);
|
|
655
|
+
}
|
|
656
|
+
export interface GetTableObjectsRequest {
|
|
657
|
+
CatalogId?: string;
|
|
658
|
+
|
|
659
|
+
DatabaseName: string | undefined;
|
|
660
|
+
|
|
661
|
+
TableName: string | undefined;
|
|
662
|
+
|
|
663
|
+
TransactionId?: string;
|
|
664
|
+
|
|
665
|
+
QueryAsOfTime?: Date;
|
|
666
|
+
|
|
667
|
+
PartitionPredicate?: string;
|
|
668
|
+
|
|
669
|
+
MaxResults?: number;
|
|
670
|
+
|
|
671
|
+
NextToken?: string;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
export interface TableObject {
|
|
675
|
+
Uri?: string;
|
|
676
|
+
|
|
677
|
+
ETag?: string;
|
|
678
|
+
|
|
679
|
+
Size?: number;
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
export interface PartitionObjects {
|
|
683
|
+
PartitionValues?: string[];
|
|
684
|
+
|
|
685
|
+
Objects?: TableObject[];
|
|
686
|
+
}
|
|
687
|
+
export interface GetTableObjectsResponse {
|
|
688
|
+
Objects?: PartitionObjects[];
|
|
689
|
+
|
|
690
|
+
NextToken?: string;
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
export interface PartitionValueList {
|
|
694
|
+
Values: string[] | undefined;
|
|
695
|
+
}
|
|
696
|
+
export declare enum PermissionType {
|
|
697
|
+
CELL_FILTER_PERMISSION = "CELL_FILTER_PERMISSION",
|
|
698
|
+
COLUMN_PERMISSION = "COLUMN_PERMISSION",
|
|
699
|
+
}
|
|
700
|
+
export interface GetTemporaryGluePartitionCredentialsRequest {
|
|
701
|
+
TableArn: string | undefined;
|
|
702
|
+
|
|
703
|
+
Partition: PartitionValueList | undefined;
|
|
704
|
+
|
|
705
|
+
Permissions?: (Permission | string)[];
|
|
706
|
+
|
|
707
|
+
DurationSeconds?: number;
|
|
708
|
+
|
|
709
|
+
AuditContext?: AuditContext;
|
|
710
|
+
|
|
711
|
+
SupportedPermissionTypes: (PermissionType | string)[] | undefined;
|
|
712
|
+
}
|
|
713
|
+
export interface GetTemporaryGluePartitionCredentialsResponse {
|
|
714
|
+
AccessKeyId?: string;
|
|
715
|
+
|
|
716
|
+
SecretAccessKey?: string;
|
|
717
|
+
|
|
718
|
+
SessionToken?: string;
|
|
719
|
+
|
|
720
|
+
Expiration?: Date;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
export declare class PermissionTypeMismatchException extends __BaseException {
|
|
724
|
+
readonly name: "PermissionTypeMismatchException";
|
|
725
|
+
readonly $fault: "client";
|
|
726
|
+
|
|
727
|
+
Message?: string;
|
|
728
|
+
|
|
729
|
+
constructor(
|
|
730
|
+
opts: __ExceptionOptionType<
|
|
731
|
+
PermissionTypeMismatchException,
|
|
732
|
+
__BaseException
|
|
733
|
+
>
|
|
734
|
+
);
|
|
735
|
+
}
|
|
736
|
+
export interface GetTemporaryGlueTableCredentialsRequest {
|
|
737
|
+
TableArn: string | undefined;
|
|
738
|
+
|
|
739
|
+
Permissions?: (Permission | string)[];
|
|
740
|
+
|
|
741
|
+
DurationSeconds?: number;
|
|
742
|
+
|
|
743
|
+
AuditContext?: AuditContext;
|
|
744
|
+
|
|
745
|
+
SupportedPermissionTypes: (PermissionType | string)[] | undefined;
|
|
746
|
+
}
|
|
747
|
+
export interface GetTemporaryGlueTableCredentialsResponse {
|
|
748
|
+
AccessKeyId?: string;
|
|
749
|
+
|
|
750
|
+
SecretAccessKey?: string;
|
|
751
|
+
|
|
752
|
+
SessionToken?: string;
|
|
753
|
+
|
|
754
|
+
Expiration?: Date;
|
|
755
|
+
}
|
|
756
|
+
export interface GetWorkUnitResultsRequest {
|
|
757
|
+
QueryId: string | undefined;
|
|
758
|
+
|
|
759
|
+
WorkUnitId: number | undefined;
|
|
760
|
+
|
|
761
|
+
WorkUnitToken: string | undefined;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
export interface GetWorkUnitResultsResponse {
|
|
765
|
+
ResultStream?: Readable | ReadableStream | Blob;
|
|
766
|
+
}
|
|
767
|
+
export interface GetWorkUnitsRequest {
|
|
768
|
+
NextToken?: string;
|
|
769
|
+
|
|
770
|
+
PageSize?: number;
|
|
771
|
+
|
|
772
|
+
QueryId: string | undefined;
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
export interface WorkUnitRange {
|
|
776
|
+
WorkUnitIdMax: number | undefined;
|
|
777
|
+
|
|
778
|
+
WorkUnitIdMin: number | undefined;
|
|
779
|
+
|
|
780
|
+
WorkUnitToken: string | undefined;
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
export interface GetWorkUnitsResponse {
|
|
784
|
+
NextToken?: string;
|
|
785
|
+
|
|
786
|
+
QueryId: string | undefined;
|
|
787
|
+
|
|
788
|
+
WorkUnitRanges: WorkUnitRange[] | undefined;
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
export declare class WorkUnitsNotReadyYetException extends __BaseException {
|
|
792
|
+
readonly name: "WorkUnitsNotReadyYetException";
|
|
793
|
+
readonly $fault: "client";
|
|
794
|
+
|
|
795
|
+
Message?: string;
|
|
796
|
+
|
|
797
|
+
constructor(
|
|
798
|
+
opts: __ExceptionOptionType<WorkUnitsNotReadyYetException, __BaseException>
|
|
799
|
+
);
|
|
800
|
+
}
|
|
801
|
+
export interface GrantPermissionsRequest {
|
|
802
|
+
CatalogId?: string;
|
|
803
|
+
|
|
804
|
+
Principal: DataLakePrincipal | undefined;
|
|
805
|
+
|
|
806
|
+
Resource: Resource | undefined;
|
|
807
|
+
|
|
808
|
+
Permissions: (Permission | string)[] | undefined;
|
|
809
|
+
|
|
810
|
+
PermissionsWithGrantOption?: (Permission | string)[];
|
|
811
|
+
}
|
|
812
|
+
export interface GrantPermissionsResponse {}
|
|
813
|
+
export interface ListDataCellsFilterRequest {
|
|
814
|
+
Table?: TableResource;
|
|
815
|
+
|
|
816
|
+
NextToken?: string;
|
|
817
|
+
|
|
818
|
+
MaxResults?: number;
|
|
819
|
+
}
|
|
820
|
+
export interface ListDataCellsFilterResponse {
|
|
821
|
+
DataCellsFilters?: DataCellsFilter[];
|
|
822
|
+
|
|
823
|
+
NextToken?: string;
|
|
824
|
+
}
|
|
825
|
+
export declare enum ResourceShareType {
|
|
826
|
+
ALL = "ALL",
|
|
827
|
+
FOREIGN = "FOREIGN",
|
|
828
|
+
}
|
|
829
|
+
export interface ListLFTagsRequest {
|
|
830
|
+
CatalogId?: string;
|
|
831
|
+
|
|
832
|
+
ResourceShareType?: ResourceShareType | string;
|
|
833
|
+
|
|
834
|
+
MaxResults?: number;
|
|
835
|
+
|
|
836
|
+
NextToken?: string;
|
|
837
|
+
}
|
|
838
|
+
export interface ListLFTagsResponse {
|
|
839
|
+
LFTags?: LFTagPair[];
|
|
840
|
+
|
|
841
|
+
NextToken?: string;
|
|
842
|
+
}
|
|
843
|
+
export declare enum DataLakeResourceType {
|
|
844
|
+
CATALOG = "CATALOG",
|
|
845
|
+
DATABASE = "DATABASE",
|
|
846
|
+
DATA_LOCATION = "DATA_LOCATION",
|
|
847
|
+
LF_TAG = "LF_TAG",
|
|
848
|
+
LF_TAG_POLICY = "LF_TAG_POLICY",
|
|
849
|
+
LF_TAG_POLICY_DATABASE = "LF_TAG_POLICY_DATABASE",
|
|
850
|
+
LF_TAG_POLICY_TABLE = "LF_TAG_POLICY_TABLE",
|
|
851
|
+
TABLE = "TABLE",
|
|
852
|
+
}
|
|
853
|
+
export interface ListPermissionsRequest {
|
|
854
|
+
CatalogId?: string;
|
|
855
|
+
|
|
856
|
+
Principal?: DataLakePrincipal;
|
|
857
|
+
|
|
858
|
+
ResourceType?: DataLakeResourceType | string;
|
|
859
|
+
|
|
860
|
+
Resource?: Resource;
|
|
861
|
+
|
|
862
|
+
NextToken?: string;
|
|
863
|
+
|
|
864
|
+
MaxResults?: number;
|
|
865
|
+
|
|
866
|
+
IncludeRelated?: string;
|
|
867
|
+
}
|
|
868
|
+
export interface ListPermissionsResponse {
|
|
869
|
+
PrincipalResourcePermissions?: PrincipalResourcePermissions[];
|
|
870
|
+
|
|
871
|
+
NextToken?: string;
|
|
872
|
+
}
|
|
873
|
+
export declare enum ComparisonOperator {
|
|
874
|
+
BEGINS_WITH = "BEGINS_WITH",
|
|
875
|
+
BETWEEN = "BETWEEN",
|
|
876
|
+
CONTAINS = "CONTAINS",
|
|
877
|
+
EQ = "EQ",
|
|
878
|
+
GE = "GE",
|
|
879
|
+
GT = "GT",
|
|
880
|
+
IN = "IN",
|
|
881
|
+
LE = "LE",
|
|
882
|
+
LT = "LT",
|
|
883
|
+
NE = "NE",
|
|
884
|
+
NOT_CONTAINS = "NOT_CONTAINS",
|
|
885
|
+
}
|
|
886
|
+
export declare enum FieldNameString {
|
|
887
|
+
LAST_MODIFIED = "LAST_MODIFIED",
|
|
888
|
+
RESOURCE_ARN = "RESOURCE_ARN",
|
|
889
|
+
ROLE_ARN = "ROLE_ARN",
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
export interface FilterCondition {
|
|
893
|
+
Field?: FieldNameString | string;
|
|
894
|
+
|
|
895
|
+
ComparisonOperator?: ComparisonOperator | string;
|
|
896
|
+
|
|
897
|
+
StringValueList?: string[];
|
|
898
|
+
}
|
|
899
|
+
export interface ListResourcesRequest {
|
|
900
|
+
FilterConditionList?: FilterCondition[];
|
|
901
|
+
|
|
902
|
+
MaxResults?: number;
|
|
903
|
+
|
|
904
|
+
NextToken?: string;
|
|
905
|
+
}
|
|
906
|
+
export interface ListResourcesResponse {
|
|
907
|
+
ResourceInfoList?: ResourceInfo[];
|
|
908
|
+
|
|
909
|
+
NextToken?: string;
|
|
910
|
+
}
|
|
911
|
+
export declare enum OptimizerType {
|
|
912
|
+
COMPACTION = "COMPACTION",
|
|
913
|
+
GARBAGE_COLLECTION = "GARBAGE_COLLECTION",
|
|
914
|
+
GENERIC = "ALL",
|
|
915
|
+
}
|
|
916
|
+
export interface ListTableStorageOptimizersRequest {
|
|
917
|
+
CatalogId?: string;
|
|
918
|
+
|
|
919
|
+
DatabaseName: string | undefined;
|
|
920
|
+
|
|
921
|
+
TableName: string | undefined;
|
|
922
|
+
|
|
923
|
+
StorageOptimizerType?: OptimizerType | string;
|
|
924
|
+
|
|
925
|
+
MaxResults?: number;
|
|
926
|
+
|
|
927
|
+
NextToken?: string;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
export interface StorageOptimizer {
|
|
931
|
+
StorageOptimizerType?: OptimizerType | string;
|
|
932
|
+
|
|
933
|
+
Config?: Record<string, string>;
|
|
934
|
+
|
|
935
|
+
ErrorMessage?: string;
|
|
936
|
+
|
|
937
|
+
Warnings?: string;
|
|
938
|
+
|
|
939
|
+
LastRunDetails?: string;
|
|
940
|
+
}
|
|
941
|
+
export interface ListTableStorageOptimizersResponse {
|
|
942
|
+
StorageOptimizerList?: StorageOptimizer[];
|
|
943
|
+
|
|
944
|
+
NextToken?: string;
|
|
945
|
+
}
|
|
946
|
+
export declare enum TransactionStatusFilter {
|
|
947
|
+
ABORTED = "ABORTED",
|
|
948
|
+
ACTIVE = "ACTIVE",
|
|
949
|
+
ALL = "ALL",
|
|
950
|
+
COMMITTED = "COMMITTED",
|
|
951
|
+
COMPLETED = "COMPLETED",
|
|
952
|
+
}
|
|
953
|
+
export interface ListTransactionsRequest {
|
|
954
|
+
CatalogId?: string;
|
|
955
|
+
|
|
956
|
+
StatusFilter?: TransactionStatusFilter | string;
|
|
957
|
+
|
|
958
|
+
MaxResults?: number;
|
|
959
|
+
|
|
960
|
+
NextToken?: string;
|
|
961
|
+
}
|
|
962
|
+
export interface ListTransactionsResponse {
|
|
963
|
+
Transactions?: TransactionDescription[];
|
|
964
|
+
|
|
965
|
+
NextToken?: string;
|
|
966
|
+
}
|
|
967
|
+
export interface PutDataLakeSettingsRequest {
|
|
968
|
+
CatalogId?: string;
|
|
969
|
+
|
|
970
|
+
DataLakeSettings: DataLakeSettings | undefined;
|
|
971
|
+
}
|
|
972
|
+
export interface PutDataLakeSettingsResponse {}
|
|
973
|
+
export interface RegisterResourceRequest {
|
|
974
|
+
ResourceArn: string | undefined;
|
|
975
|
+
|
|
976
|
+
UseServiceLinkedRole?: boolean;
|
|
977
|
+
|
|
978
|
+
RoleArn?: string;
|
|
979
|
+
}
|
|
980
|
+
export interface RegisterResourceResponse {}
|
|
981
|
+
export interface RemoveLFTagsFromResourceRequest {
|
|
982
|
+
CatalogId?: string;
|
|
983
|
+
|
|
984
|
+
Resource: Resource | undefined;
|
|
985
|
+
|
|
986
|
+
LFTags: LFTagPair[] | undefined;
|
|
987
|
+
}
|
|
988
|
+
export interface RemoveLFTagsFromResourceResponse {
|
|
989
|
+
Failures?: LFTagError[];
|
|
990
|
+
}
|
|
991
|
+
export interface RevokePermissionsRequest {
|
|
992
|
+
CatalogId?: string;
|
|
993
|
+
|
|
994
|
+
Principal: DataLakePrincipal | undefined;
|
|
995
|
+
|
|
996
|
+
Resource: Resource | undefined;
|
|
997
|
+
|
|
998
|
+
Permissions: (Permission | string)[] | undefined;
|
|
999
|
+
|
|
1000
|
+
PermissionsWithGrantOption?: (Permission | string)[];
|
|
1001
|
+
}
|
|
1002
|
+
export interface RevokePermissionsResponse {}
|
|
1003
|
+
export interface SearchDatabasesByLFTagsRequest {
|
|
1004
|
+
NextToken?: string;
|
|
1005
|
+
|
|
1006
|
+
MaxResults?: number;
|
|
1007
|
+
|
|
1008
|
+
CatalogId?: string;
|
|
1009
|
+
|
|
1010
|
+
Expression: LFTag[] | undefined;
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
export interface TaggedDatabase {
|
|
1014
|
+
Database?: DatabaseResource;
|
|
1015
|
+
|
|
1016
|
+
LFTags?: LFTagPair[];
|
|
1017
|
+
}
|
|
1018
|
+
export interface SearchDatabasesByLFTagsResponse {
|
|
1019
|
+
NextToken?: string;
|
|
1020
|
+
|
|
1021
|
+
DatabaseList?: TaggedDatabase[];
|
|
1022
|
+
}
|
|
1023
|
+
export interface SearchTablesByLFTagsRequest {
|
|
1024
|
+
NextToken?: string;
|
|
1025
|
+
|
|
1026
|
+
MaxResults?: number;
|
|
1027
|
+
|
|
1028
|
+
CatalogId?: string;
|
|
1029
|
+
|
|
1030
|
+
Expression: LFTag[] | undefined;
|
|
1031
|
+
}
|
|
1032
|
+
|
|
1033
|
+
export interface TaggedTable {
|
|
1034
|
+
Table?: TableResource;
|
|
1035
|
+
|
|
1036
|
+
LFTagOnDatabase?: LFTagPair[];
|
|
1037
|
+
|
|
1038
|
+
LFTagsOnTable?: LFTagPair[];
|
|
1039
|
+
|
|
1040
|
+
LFTagsOnColumns?: ColumnLFTag[];
|
|
1041
|
+
}
|
|
1042
|
+
export interface SearchTablesByLFTagsResponse {
|
|
1043
|
+
NextToken?: string;
|
|
1044
|
+
|
|
1045
|
+
TableList?: TaggedTable[];
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
export interface QueryPlanningContext {
|
|
1049
|
+
CatalogId?: string;
|
|
1050
|
+
|
|
1051
|
+
DatabaseName: string | undefined;
|
|
1052
|
+
|
|
1053
|
+
QueryAsOfTime?: Date;
|
|
1054
|
+
|
|
1055
|
+
QueryParameters?: Record<string, string>;
|
|
1056
|
+
|
|
1057
|
+
TransactionId?: string;
|
|
1058
|
+
}
|
|
1059
|
+
export interface StartQueryPlanningRequest {
|
|
1060
|
+
QueryPlanningContext: QueryPlanningContext | undefined;
|
|
1061
|
+
|
|
1062
|
+
QueryString: string | undefined;
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
export interface StartQueryPlanningResponse {
|
|
1066
|
+
QueryId: string | undefined;
|
|
1067
|
+
}
|
|
1068
|
+
export declare enum TransactionType {
|
|
1069
|
+
READ_AND_WRITE = "READ_AND_WRITE",
|
|
1070
|
+
READ_ONLY = "READ_ONLY",
|
|
1071
|
+
}
|
|
1072
|
+
export interface StartTransactionRequest {
|
|
1073
|
+
TransactionType?: TransactionType | string;
|
|
1074
|
+
}
|
|
1075
|
+
export interface StartTransactionResponse {
|
|
1076
|
+
TransactionId?: string;
|
|
1077
|
+
}
|
|
1078
|
+
export interface UpdateLFTagRequest {
|
|
1079
|
+
CatalogId?: string;
|
|
1080
|
+
|
|
1081
|
+
TagKey: string | undefined;
|
|
1082
|
+
|
|
1083
|
+
TagValuesToDelete?: string[];
|
|
1084
|
+
|
|
1085
|
+
TagValuesToAdd?: string[];
|
|
1086
|
+
}
|
|
1087
|
+
export interface UpdateLFTagResponse {}
|
|
1088
|
+
export interface UpdateResourceRequest {
|
|
1089
|
+
RoleArn: string | undefined;
|
|
1090
|
+
|
|
1091
|
+
ResourceArn: string | undefined;
|
|
1092
|
+
}
|
|
1093
|
+
export interface UpdateResourceResponse {}
|
|
1094
|
+
|
|
1095
|
+
export interface DeleteObjectInput {
|
|
1096
|
+
Uri: string | undefined;
|
|
1097
|
+
|
|
1098
|
+
ETag?: string;
|
|
1099
|
+
|
|
1100
|
+
PartitionValues?: string[];
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
export interface WriteOperation {
|
|
1104
|
+
AddObject?: AddObjectInput;
|
|
1105
|
+
|
|
1106
|
+
DeleteObject?: DeleteObjectInput;
|
|
1107
|
+
}
|
|
1108
|
+
export interface UpdateTableObjectsRequest {
|
|
1109
|
+
CatalogId?: string;
|
|
1110
|
+
|
|
1111
|
+
DatabaseName: string | undefined;
|
|
1112
|
+
|
|
1113
|
+
TableName: string | undefined;
|
|
1114
|
+
|
|
1115
|
+
TransactionId?: string;
|
|
1116
|
+
|
|
1117
|
+
WriteOperations: WriteOperation[] | undefined;
|
|
1118
|
+
}
|
|
1119
|
+
export interface UpdateTableObjectsResponse {}
|
|
1120
|
+
export interface UpdateTableStorageOptimizerRequest {
|
|
1121
|
+
CatalogId?: string;
|
|
1122
|
+
|
|
1123
|
+
DatabaseName: string | undefined;
|
|
1124
|
+
|
|
1125
|
+
TableName: string | undefined;
|
|
1126
|
+
|
|
1127
|
+
StorageOptimizerConfig: Record<string, Record<string, string>> | undefined;
|
|
1128
|
+
}
|
|
1129
|
+
export interface UpdateTableStorageOptimizerResponse {
|
|
1130
|
+
Result?: string;
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
export declare const LFTagPairFilterSensitiveLog: (obj: LFTagPair) => any;
|
|
1134
|
+
|
|
1135
|
+
export declare const CatalogResourceFilterSensitiveLog: (
|
|
1136
|
+
obj: CatalogResource
|
|
1137
|
+
) => any;
|
|
1138
|
+
|
|
1139
|
+
export declare const DatabaseResourceFilterSensitiveLog: (
|
|
1140
|
+
obj: DatabaseResource
|
|
1141
|
+
) => any;
|
|
1142
|
+
|
|
1143
|
+
export declare const DataCellsFilterResourceFilterSensitiveLog: (
|
|
1144
|
+
obj: DataCellsFilterResource
|
|
1145
|
+
) => any;
|
|
1146
|
+
|
|
1147
|
+
export declare const DataLocationResourceFilterSensitiveLog: (
|
|
1148
|
+
obj: DataLocationResource
|
|
1149
|
+
) => any;
|
|
1150
|
+
|
|
1151
|
+
export declare const LFTagKeyResourceFilterSensitiveLog: (
|
|
1152
|
+
obj: LFTagKeyResource
|
|
1153
|
+
) => any;
|
|
1154
|
+
|
|
1155
|
+
export declare const LFTagFilterSensitiveLog: (obj: LFTag) => any;
|
|
1156
|
+
|
|
1157
|
+
export declare const LFTagPolicyResourceFilterSensitiveLog: (
|
|
1158
|
+
obj: LFTagPolicyResource
|
|
1159
|
+
) => any;
|
|
1160
|
+
|
|
1161
|
+
export declare const TableWildcardFilterSensitiveLog: (
|
|
1162
|
+
obj: TableWildcard
|
|
1163
|
+
) => any;
|
|
1164
|
+
|
|
1165
|
+
export declare const TableResourceFilterSensitiveLog: (
|
|
1166
|
+
obj: TableResource
|
|
1167
|
+
) => any;
|
|
1168
|
+
|
|
1169
|
+
export declare const ColumnWildcardFilterSensitiveLog: (
|
|
1170
|
+
obj: ColumnWildcard
|
|
1171
|
+
) => any;
|
|
1172
|
+
|
|
1173
|
+
export declare const TableWithColumnsResourceFilterSensitiveLog: (
|
|
1174
|
+
obj: TableWithColumnsResource
|
|
1175
|
+
) => any;
|
|
1176
|
+
|
|
1177
|
+
export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
|
|
1178
|
+
|
|
1179
|
+
export declare const AddLFTagsToResourceRequestFilterSensitiveLog: (
|
|
1180
|
+
obj: AddLFTagsToResourceRequest
|
|
1181
|
+
) => any;
|
|
1182
|
+
|
|
1183
|
+
export declare const ErrorDetailFilterSensitiveLog: (obj: ErrorDetail) => any;
|
|
1184
|
+
|
|
1185
|
+
export declare const LFTagErrorFilterSensitiveLog: (obj: LFTagError) => any;
|
|
1186
|
+
|
|
1187
|
+
export declare const AddLFTagsToResourceResponseFilterSensitiveLog: (
|
|
1188
|
+
obj: AddLFTagsToResourceResponse
|
|
1189
|
+
) => any;
|
|
1190
|
+
|
|
1191
|
+
export declare const AddObjectInputFilterSensitiveLog: (
|
|
1192
|
+
obj: AddObjectInput
|
|
1193
|
+
) => any;
|
|
1194
|
+
|
|
1195
|
+
export declare const AllRowsWildcardFilterSensitiveLog: (
|
|
1196
|
+
obj: AllRowsWildcard
|
|
1197
|
+
) => any;
|
|
1198
|
+
|
|
1199
|
+
export declare const AssumeDecoratedRoleWithSAMLRequestFilterSensitiveLog: (
|
|
1200
|
+
obj: AssumeDecoratedRoleWithSAMLRequest
|
|
1201
|
+
) => any;
|
|
1202
|
+
|
|
1203
|
+
export declare const AssumeDecoratedRoleWithSAMLResponseFilterSensitiveLog: (
|
|
1204
|
+
obj: AssumeDecoratedRoleWithSAMLResponse
|
|
1205
|
+
) => any;
|
|
1206
|
+
|
|
1207
|
+
export declare const AuditContextFilterSensitiveLog: (obj: AuditContext) => any;
|
|
1208
|
+
|
|
1209
|
+
export declare const DataLakePrincipalFilterSensitiveLog: (
|
|
1210
|
+
obj: DataLakePrincipal
|
|
1211
|
+
) => any;
|
|
1212
|
+
|
|
1213
|
+
export declare const BatchPermissionsRequestEntryFilterSensitiveLog: (
|
|
1214
|
+
obj: BatchPermissionsRequestEntry
|
|
1215
|
+
) => any;
|
|
1216
|
+
|
|
1217
|
+
export declare const BatchGrantPermissionsRequestFilterSensitiveLog: (
|
|
1218
|
+
obj: BatchGrantPermissionsRequest
|
|
1219
|
+
) => any;
|
|
1220
|
+
|
|
1221
|
+
export declare const BatchPermissionsFailureEntryFilterSensitiveLog: (
|
|
1222
|
+
obj: BatchPermissionsFailureEntry
|
|
1223
|
+
) => any;
|
|
1224
|
+
|
|
1225
|
+
export declare const BatchGrantPermissionsResponseFilterSensitiveLog: (
|
|
1226
|
+
obj: BatchGrantPermissionsResponse
|
|
1227
|
+
) => any;
|
|
1228
|
+
|
|
1229
|
+
export declare const BatchRevokePermissionsRequestFilterSensitiveLog: (
|
|
1230
|
+
obj: BatchRevokePermissionsRequest
|
|
1231
|
+
) => any;
|
|
1232
|
+
|
|
1233
|
+
export declare const BatchRevokePermissionsResponseFilterSensitiveLog: (
|
|
1234
|
+
obj: BatchRevokePermissionsResponse
|
|
1235
|
+
) => any;
|
|
1236
|
+
|
|
1237
|
+
export declare const CancelTransactionRequestFilterSensitiveLog: (
|
|
1238
|
+
obj: CancelTransactionRequest
|
|
1239
|
+
) => any;
|
|
1240
|
+
|
|
1241
|
+
export declare const CancelTransactionResponseFilterSensitiveLog: (
|
|
1242
|
+
obj: CancelTransactionResponse
|
|
1243
|
+
) => any;
|
|
1244
|
+
|
|
1245
|
+
export declare const CommitTransactionRequestFilterSensitiveLog: (
|
|
1246
|
+
obj: CommitTransactionRequest
|
|
1247
|
+
) => any;
|
|
1248
|
+
|
|
1249
|
+
export declare const CommitTransactionResponseFilterSensitiveLog: (
|
|
1250
|
+
obj: CommitTransactionResponse
|
|
1251
|
+
) => any;
|
|
1252
|
+
|
|
1253
|
+
export declare const RowFilterFilterSensitiveLog: (obj: RowFilter) => any;
|
|
1254
|
+
|
|
1255
|
+
export declare const DataCellsFilterFilterSensitiveLog: (
|
|
1256
|
+
obj: DataCellsFilter
|
|
1257
|
+
) => any;
|
|
1258
|
+
|
|
1259
|
+
export declare const CreateDataCellsFilterRequestFilterSensitiveLog: (
|
|
1260
|
+
obj: CreateDataCellsFilterRequest
|
|
1261
|
+
) => any;
|
|
1262
|
+
|
|
1263
|
+
export declare const CreateDataCellsFilterResponseFilterSensitiveLog: (
|
|
1264
|
+
obj: CreateDataCellsFilterResponse
|
|
1265
|
+
) => any;
|
|
1266
|
+
|
|
1267
|
+
export declare const CreateLFTagRequestFilterSensitiveLog: (
|
|
1268
|
+
obj: CreateLFTagRequest
|
|
1269
|
+
) => any;
|
|
1270
|
+
|
|
1271
|
+
export declare const CreateLFTagResponseFilterSensitiveLog: (
|
|
1272
|
+
obj: CreateLFTagResponse
|
|
1273
|
+
) => any;
|
|
1274
|
+
|
|
1275
|
+
export declare const DeleteDataCellsFilterRequestFilterSensitiveLog: (
|
|
1276
|
+
obj: DeleteDataCellsFilterRequest
|
|
1277
|
+
) => any;
|
|
1278
|
+
|
|
1279
|
+
export declare const DeleteDataCellsFilterResponseFilterSensitiveLog: (
|
|
1280
|
+
obj: DeleteDataCellsFilterResponse
|
|
1281
|
+
) => any;
|
|
1282
|
+
|
|
1283
|
+
export declare const DeleteLFTagRequestFilterSensitiveLog: (
|
|
1284
|
+
obj: DeleteLFTagRequest
|
|
1285
|
+
) => any;
|
|
1286
|
+
|
|
1287
|
+
export declare const DeleteLFTagResponseFilterSensitiveLog: (
|
|
1288
|
+
obj: DeleteLFTagResponse
|
|
1289
|
+
) => any;
|
|
1290
|
+
|
|
1291
|
+
export declare const VirtualObjectFilterSensitiveLog: (
|
|
1292
|
+
obj: VirtualObject
|
|
1293
|
+
) => any;
|
|
1294
|
+
|
|
1295
|
+
export declare const DeleteObjectsOnCancelRequestFilterSensitiveLog: (
|
|
1296
|
+
obj: DeleteObjectsOnCancelRequest
|
|
1297
|
+
) => any;
|
|
1298
|
+
|
|
1299
|
+
export declare const DeleteObjectsOnCancelResponseFilterSensitiveLog: (
|
|
1300
|
+
obj: DeleteObjectsOnCancelResponse
|
|
1301
|
+
) => any;
|
|
1302
|
+
|
|
1303
|
+
export declare const DeregisterResourceRequestFilterSensitiveLog: (
|
|
1304
|
+
obj: DeregisterResourceRequest
|
|
1305
|
+
) => any;
|
|
1306
|
+
|
|
1307
|
+
export declare const DeregisterResourceResponseFilterSensitiveLog: (
|
|
1308
|
+
obj: DeregisterResourceResponse
|
|
1309
|
+
) => any;
|
|
1310
|
+
|
|
1311
|
+
export declare const DescribeResourceRequestFilterSensitiveLog: (
|
|
1312
|
+
obj: DescribeResourceRequest
|
|
1313
|
+
) => any;
|
|
1314
|
+
|
|
1315
|
+
export declare const ResourceInfoFilterSensitiveLog: (obj: ResourceInfo) => any;
|
|
1316
|
+
|
|
1317
|
+
export declare const DescribeResourceResponseFilterSensitiveLog: (
|
|
1318
|
+
obj: DescribeResourceResponse
|
|
1319
|
+
) => any;
|
|
1320
|
+
|
|
1321
|
+
export declare const DescribeTransactionRequestFilterSensitiveLog: (
|
|
1322
|
+
obj: DescribeTransactionRequest
|
|
1323
|
+
) => any;
|
|
1324
|
+
|
|
1325
|
+
export declare const TransactionDescriptionFilterSensitiveLog: (
|
|
1326
|
+
obj: TransactionDescription
|
|
1327
|
+
) => any;
|
|
1328
|
+
|
|
1329
|
+
export declare const DescribeTransactionResponseFilterSensitiveLog: (
|
|
1330
|
+
obj: DescribeTransactionResponse
|
|
1331
|
+
) => any;
|
|
1332
|
+
|
|
1333
|
+
export declare const ExtendTransactionRequestFilterSensitiveLog: (
|
|
1334
|
+
obj: ExtendTransactionRequest
|
|
1335
|
+
) => any;
|
|
1336
|
+
|
|
1337
|
+
export declare const ExtendTransactionResponseFilterSensitiveLog: (
|
|
1338
|
+
obj: ExtendTransactionResponse
|
|
1339
|
+
) => any;
|
|
1340
|
+
|
|
1341
|
+
export declare const GetDataLakeSettingsRequestFilterSensitiveLog: (
|
|
1342
|
+
obj: GetDataLakeSettingsRequest
|
|
1343
|
+
) => any;
|
|
1344
|
+
|
|
1345
|
+
export declare const PrincipalPermissionsFilterSensitiveLog: (
|
|
1346
|
+
obj: PrincipalPermissions
|
|
1347
|
+
) => any;
|
|
1348
|
+
|
|
1349
|
+
export declare const DataLakeSettingsFilterSensitiveLog: (
|
|
1350
|
+
obj: DataLakeSettings
|
|
1351
|
+
) => any;
|
|
1352
|
+
|
|
1353
|
+
export declare const GetDataLakeSettingsResponseFilterSensitiveLog: (
|
|
1354
|
+
obj: GetDataLakeSettingsResponse
|
|
1355
|
+
) => any;
|
|
1356
|
+
|
|
1357
|
+
export declare const GetEffectivePermissionsForPathRequestFilterSensitiveLog: (
|
|
1358
|
+
obj: GetEffectivePermissionsForPathRequest
|
|
1359
|
+
) => any;
|
|
1360
|
+
|
|
1361
|
+
export declare const DetailsMapFilterSensitiveLog: (obj: DetailsMap) => any;
|
|
1362
|
+
|
|
1363
|
+
export declare const PrincipalResourcePermissionsFilterSensitiveLog: (
|
|
1364
|
+
obj: PrincipalResourcePermissions
|
|
1365
|
+
) => any;
|
|
1366
|
+
|
|
1367
|
+
export declare const GetEffectivePermissionsForPathResponseFilterSensitiveLog: (
|
|
1368
|
+
obj: GetEffectivePermissionsForPathResponse
|
|
1369
|
+
) => any;
|
|
1370
|
+
|
|
1371
|
+
export declare const GetLFTagRequestFilterSensitiveLog: (
|
|
1372
|
+
obj: GetLFTagRequest
|
|
1373
|
+
) => any;
|
|
1374
|
+
|
|
1375
|
+
export declare const GetLFTagResponseFilterSensitiveLog: (
|
|
1376
|
+
obj: GetLFTagResponse
|
|
1377
|
+
) => any;
|
|
1378
|
+
|
|
1379
|
+
export declare const GetQueryStateRequestFilterSensitiveLog: (
|
|
1380
|
+
obj: GetQueryStateRequest
|
|
1381
|
+
) => any;
|
|
1382
|
+
|
|
1383
|
+
export declare const GetQueryStateResponseFilterSensitiveLog: (
|
|
1384
|
+
obj: GetQueryStateResponse
|
|
1385
|
+
) => any;
|
|
1386
|
+
|
|
1387
|
+
export declare const GetQueryStatisticsRequestFilterSensitiveLog: (
|
|
1388
|
+
obj: GetQueryStatisticsRequest
|
|
1389
|
+
) => any;
|
|
1390
|
+
|
|
1391
|
+
export declare const ExecutionStatisticsFilterSensitiveLog: (
|
|
1392
|
+
obj: ExecutionStatistics
|
|
1393
|
+
) => any;
|
|
1394
|
+
|
|
1395
|
+
export declare const PlanningStatisticsFilterSensitiveLog: (
|
|
1396
|
+
obj: PlanningStatistics
|
|
1397
|
+
) => any;
|
|
1398
|
+
|
|
1399
|
+
export declare const GetQueryStatisticsResponseFilterSensitiveLog: (
|
|
1400
|
+
obj: GetQueryStatisticsResponse
|
|
1401
|
+
) => any;
|
|
1402
|
+
|
|
1403
|
+
export declare const GetResourceLFTagsRequestFilterSensitiveLog: (
|
|
1404
|
+
obj: GetResourceLFTagsRequest
|
|
1405
|
+
) => any;
|
|
1406
|
+
|
|
1407
|
+
export declare const ColumnLFTagFilterSensitiveLog: (obj: ColumnLFTag) => any;
|
|
1408
|
+
|
|
1409
|
+
export declare const GetResourceLFTagsResponseFilterSensitiveLog: (
|
|
1410
|
+
obj: GetResourceLFTagsResponse
|
|
1411
|
+
) => any;
|
|
1412
|
+
|
|
1413
|
+
export declare const GetTableObjectsRequestFilterSensitiveLog: (
|
|
1414
|
+
obj: GetTableObjectsRequest
|
|
1415
|
+
) => any;
|
|
1416
|
+
|
|
1417
|
+
export declare const TableObjectFilterSensitiveLog: (obj: TableObject) => any;
|
|
1418
|
+
|
|
1419
|
+
export declare const PartitionObjectsFilterSensitiveLog: (
|
|
1420
|
+
obj: PartitionObjects
|
|
1421
|
+
) => any;
|
|
1422
|
+
|
|
1423
|
+
export declare const GetTableObjectsResponseFilterSensitiveLog: (
|
|
1424
|
+
obj: GetTableObjectsResponse
|
|
1425
|
+
) => any;
|
|
1426
|
+
|
|
1427
|
+
export declare const PartitionValueListFilterSensitiveLog: (
|
|
1428
|
+
obj: PartitionValueList
|
|
1429
|
+
) => any;
|
|
1430
|
+
|
|
1431
|
+
export declare const GetTemporaryGluePartitionCredentialsRequestFilterSensitiveLog: (
|
|
1432
|
+
obj: GetTemporaryGluePartitionCredentialsRequest
|
|
1433
|
+
) => any;
|
|
1434
|
+
|
|
1435
|
+
export declare const GetTemporaryGluePartitionCredentialsResponseFilterSensitiveLog: (
|
|
1436
|
+
obj: GetTemporaryGluePartitionCredentialsResponse
|
|
1437
|
+
) => any;
|
|
1438
|
+
|
|
1439
|
+
export declare const GetTemporaryGlueTableCredentialsRequestFilterSensitiveLog: (
|
|
1440
|
+
obj: GetTemporaryGlueTableCredentialsRequest
|
|
1441
|
+
) => any;
|
|
1442
|
+
|
|
1443
|
+
export declare const GetTemporaryGlueTableCredentialsResponseFilterSensitiveLog: (
|
|
1444
|
+
obj: GetTemporaryGlueTableCredentialsResponse
|
|
1445
|
+
) => any;
|
|
1446
|
+
|
|
1447
|
+
export declare const GetWorkUnitResultsRequestFilterSensitiveLog: (
|
|
1448
|
+
obj: GetWorkUnitResultsRequest
|
|
1449
|
+
) => any;
|
|
1450
|
+
|
|
1451
|
+
export declare const GetWorkUnitResultsResponseFilterSensitiveLog: (
|
|
1452
|
+
obj: GetWorkUnitResultsResponse
|
|
1453
|
+
) => any;
|
|
1454
|
+
|
|
1455
|
+
export declare const GetWorkUnitsRequestFilterSensitiveLog: (
|
|
1456
|
+
obj: GetWorkUnitsRequest
|
|
1457
|
+
) => any;
|
|
1458
|
+
|
|
1459
|
+
export declare const WorkUnitRangeFilterSensitiveLog: (
|
|
1460
|
+
obj: WorkUnitRange
|
|
1461
|
+
) => any;
|
|
1462
|
+
|
|
1463
|
+
export declare const GetWorkUnitsResponseFilterSensitiveLog: (
|
|
1464
|
+
obj: GetWorkUnitsResponse
|
|
1465
|
+
) => any;
|
|
1466
|
+
|
|
1467
|
+
export declare const GrantPermissionsRequestFilterSensitiveLog: (
|
|
1468
|
+
obj: GrantPermissionsRequest
|
|
1469
|
+
) => any;
|
|
1470
|
+
|
|
1471
|
+
export declare const GrantPermissionsResponseFilterSensitiveLog: (
|
|
1472
|
+
obj: GrantPermissionsResponse
|
|
1473
|
+
) => any;
|
|
1474
|
+
|
|
1475
|
+
export declare const ListDataCellsFilterRequestFilterSensitiveLog: (
|
|
1476
|
+
obj: ListDataCellsFilterRequest
|
|
1477
|
+
) => any;
|
|
1478
|
+
|
|
1479
|
+
export declare const ListDataCellsFilterResponseFilterSensitiveLog: (
|
|
1480
|
+
obj: ListDataCellsFilterResponse
|
|
1481
|
+
) => any;
|
|
1482
|
+
|
|
1483
|
+
export declare const ListLFTagsRequestFilterSensitiveLog: (
|
|
1484
|
+
obj: ListLFTagsRequest
|
|
1485
|
+
) => any;
|
|
1486
|
+
|
|
1487
|
+
export declare const ListLFTagsResponseFilterSensitiveLog: (
|
|
1488
|
+
obj: ListLFTagsResponse
|
|
1489
|
+
) => any;
|
|
1490
|
+
|
|
1491
|
+
export declare const ListPermissionsRequestFilterSensitiveLog: (
|
|
1492
|
+
obj: ListPermissionsRequest
|
|
1493
|
+
) => any;
|
|
1494
|
+
|
|
1495
|
+
export declare const ListPermissionsResponseFilterSensitiveLog: (
|
|
1496
|
+
obj: ListPermissionsResponse
|
|
1497
|
+
) => any;
|
|
1498
|
+
|
|
1499
|
+
export declare const FilterConditionFilterSensitiveLog: (
|
|
1500
|
+
obj: FilterCondition
|
|
1501
|
+
) => any;
|
|
1502
|
+
|
|
1503
|
+
export declare const ListResourcesRequestFilterSensitiveLog: (
|
|
1504
|
+
obj: ListResourcesRequest
|
|
1505
|
+
) => any;
|
|
1506
|
+
|
|
1507
|
+
export declare const ListResourcesResponseFilterSensitiveLog: (
|
|
1508
|
+
obj: ListResourcesResponse
|
|
1509
|
+
) => any;
|
|
1510
|
+
|
|
1511
|
+
export declare const ListTableStorageOptimizersRequestFilterSensitiveLog: (
|
|
1512
|
+
obj: ListTableStorageOptimizersRequest
|
|
1513
|
+
) => any;
|
|
1514
|
+
|
|
1515
|
+
export declare const StorageOptimizerFilterSensitiveLog: (
|
|
1516
|
+
obj: StorageOptimizer
|
|
1517
|
+
) => any;
|
|
1518
|
+
|
|
1519
|
+
export declare const ListTableStorageOptimizersResponseFilterSensitiveLog: (
|
|
1520
|
+
obj: ListTableStorageOptimizersResponse
|
|
1521
|
+
) => any;
|
|
1522
|
+
|
|
1523
|
+
export declare const ListTransactionsRequestFilterSensitiveLog: (
|
|
1524
|
+
obj: ListTransactionsRequest
|
|
1525
|
+
) => any;
|
|
1526
|
+
|
|
1527
|
+
export declare const ListTransactionsResponseFilterSensitiveLog: (
|
|
1528
|
+
obj: ListTransactionsResponse
|
|
1529
|
+
) => any;
|
|
1530
|
+
|
|
1531
|
+
export declare const PutDataLakeSettingsRequestFilterSensitiveLog: (
|
|
1532
|
+
obj: PutDataLakeSettingsRequest
|
|
1533
|
+
) => any;
|
|
1534
|
+
|
|
1535
|
+
export declare const PutDataLakeSettingsResponseFilterSensitiveLog: (
|
|
1536
|
+
obj: PutDataLakeSettingsResponse
|
|
1537
|
+
) => any;
|
|
1538
|
+
|
|
1539
|
+
export declare const RegisterResourceRequestFilterSensitiveLog: (
|
|
1540
|
+
obj: RegisterResourceRequest
|
|
1541
|
+
) => any;
|
|
1542
|
+
|
|
1543
|
+
export declare const RegisterResourceResponseFilterSensitiveLog: (
|
|
1544
|
+
obj: RegisterResourceResponse
|
|
1545
|
+
) => any;
|
|
1546
|
+
|
|
1547
|
+
export declare const RemoveLFTagsFromResourceRequestFilterSensitiveLog: (
|
|
1548
|
+
obj: RemoveLFTagsFromResourceRequest
|
|
1549
|
+
) => any;
|
|
1550
|
+
|
|
1551
|
+
export declare const RemoveLFTagsFromResourceResponseFilterSensitiveLog: (
|
|
1552
|
+
obj: RemoveLFTagsFromResourceResponse
|
|
1553
|
+
) => any;
|
|
1554
|
+
|
|
1555
|
+
export declare const RevokePermissionsRequestFilterSensitiveLog: (
|
|
1556
|
+
obj: RevokePermissionsRequest
|
|
1557
|
+
) => any;
|
|
1558
|
+
|
|
1559
|
+
export declare const RevokePermissionsResponseFilterSensitiveLog: (
|
|
1560
|
+
obj: RevokePermissionsResponse
|
|
1561
|
+
) => any;
|
|
1562
|
+
|
|
1563
|
+
export declare const SearchDatabasesByLFTagsRequestFilterSensitiveLog: (
|
|
1564
|
+
obj: SearchDatabasesByLFTagsRequest
|
|
1565
|
+
) => any;
|
|
1566
|
+
|
|
1567
|
+
export declare const TaggedDatabaseFilterSensitiveLog: (
|
|
1568
|
+
obj: TaggedDatabase
|
|
1569
|
+
) => any;
|
|
1570
|
+
|
|
1571
|
+
export declare const SearchDatabasesByLFTagsResponseFilterSensitiveLog: (
|
|
1572
|
+
obj: SearchDatabasesByLFTagsResponse
|
|
1573
|
+
) => any;
|
|
1574
|
+
|
|
1575
|
+
export declare const SearchTablesByLFTagsRequestFilterSensitiveLog: (
|
|
1576
|
+
obj: SearchTablesByLFTagsRequest
|
|
1577
|
+
) => any;
|
|
1578
|
+
|
|
1579
|
+
export declare const TaggedTableFilterSensitiveLog: (obj: TaggedTable) => any;
|
|
1580
|
+
|
|
1581
|
+
export declare const SearchTablesByLFTagsResponseFilterSensitiveLog: (
|
|
1582
|
+
obj: SearchTablesByLFTagsResponse
|
|
1583
|
+
) => any;
|
|
1584
|
+
|
|
1585
|
+
export declare const QueryPlanningContextFilterSensitiveLog: (
|
|
1586
|
+
obj: QueryPlanningContext
|
|
1587
|
+
) => any;
|
|
1588
|
+
|
|
1589
|
+
export declare const StartQueryPlanningRequestFilterSensitiveLog: (
|
|
1590
|
+
obj: StartQueryPlanningRequest
|
|
1591
|
+
) => any;
|
|
1592
|
+
|
|
1593
|
+
export declare const StartQueryPlanningResponseFilterSensitiveLog: (
|
|
1594
|
+
obj: StartQueryPlanningResponse
|
|
1595
|
+
) => any;
|
|
1596
|
+
|
|
1597
|
+
export declare const StartTransactionRequestFilterSensitiveLog: (
|
|
1598
|
+
obj: StartTransactionRequest
|
|
1599
|
+
) => any;
|
|
1600
|
+
|
|
1601
|
+
export declare const StartTransactionResponseFilterSensitiveLog: (
|
|
1602
|
+
obj: StartTransactionResponse
|
|
1603
|
+
) => any;
|
|
1604
|
+
|
|
1605
|
+
export declare const UpdateLFTagRequestFilterSensitiveLog: (
|
|
1606
|
+
obj: UpdateLFTagRequest
|
|
1607
|
+
) => any;
|
|
1608
|
+
|
|
1609
|
+
export declare const UpdateLFTagResponseFilterSensitiveLog: (
|
|
1610
|
+
obj: UpdateLFTagResponse
|
|
1611
|
+
) => any;
|
|
1612
|
+
|
|
1613
|
+
export declare const UpdateResourceRequestFilterSensitiveLog: (
|
|
1614
|
+
obj: UpdateResourceRequest
|
|
1615
|
+
) => any;
|
|
1616
|
+
|
|
1617
|
+
export declare const UpdateResourceResponseFilterSensitiveLog: (
|
|
1618
|
+
obj: UpdateResourceResponse
|
|
1619
|
+
) => any;
|
|
1620
|
+
|
|
1621
|
+
export declare const DeleteObjectInputFilterSensitiveLog: (
|
|
1622
|
+
obj: DeleteObjectInput
|
|
1623
|
+
) => any;
|
|
1624
|
+
|
|
1625
|
+
export declare const WriteOperationFilterSensitiveLog: (
|
|
1626
|
+
obj: WriteOperation
|
|
1627
|
+
) => any;
|
|
1628
|
+
|
|
1629
|
+
export declare const UpdateTableObjectsRequestFilterSensitiveLog: (
|
|
1630
|
+
obj: UpdateTableObjectsRequest
|
|
1631
|
+
) => any;
|
|
1632
|
+
|
|
1633
|
+
export declare const UpdateTableObjectsResponseFilterSensitiveLog: (
|
|
1634
|
+
obj: UpdateTableObjectsResponse
|
|
1635
|
+
) => any;
|
|
1636
|
+
|
|
1637
|
+
export declare const UpdateTableStorageOptimizerRequestFilterSensitiveLog: (
|
|
1638
|
+
obj: UpdateTableStorageOptimizerRequest
|
|
1639
|
+
) => any;
|
|
1640
|
+
|
|
1641
|
+
export declare const UpdateTableStorageOptimizerResponseFilterSensitiveLog: (
|
|
1642
|
+
obj: UpdateTableStorageOptimizerResponse
|
|
1643
|
+
) => any;
|