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