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