@aws-sdk/client-lakeformation 3.679.0 → 3.686.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 (55) hide show
  1. package/README.md +41 -1
  2. package/dist-cjs/index.js +240 -0
  3. package/dist-es/LakeFormation.js +10 -0
  4. package/dist-es/commands/CreateLFTagExpressionCommand.js +22 -0
  5. package/dist-es/commands/DeleteLFTagExpressionCommand.js +22 -0
  6. package/dist-es/commands/GetLFTagExpressionCommand.js +22 -0
  7. package/dist-es/commands/ListLFTagExpressionsCommand.js +22 -0
  8. package/dist-es/commands/UpdateLFTagExpressionCommand.js +22 -0
  9. package/dist-es/commands/index.js +5 -0
  10. package/dist-es/models/models_0.js +2 -0
  11. package/dist-es/pagination/ListLFTagExpressionsPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +1 -0
  13. package/dist-es/protocols/Aws_restJson1.js +137 -0
  14. package/dist-types/LakeFormation.d.ts +36 -0
  15. package/dist-types/LakeFormationClient.d.ts +7 -2
  16. package/dist-types/commands/AddLFTagsToResourceCommand.d.ts +6 -1
  17. package/dist-types/commands/BatchGrantPermissionsCommand.d.ts +16 -6
  18. package/dist-types/commands/BatchRevokePermissionsCommand.d.ts +16 -6
  19. package/dist-types/commands/CreateLFTagExpressionCommand.d.ts +105 -0
  20. package/dist-types/commands/CreateLakeFormationOptInCommand.d.ts +6 -1
  21. package/dist-types/commands/DeleteLFTagExpressionCommand.d.ts +86 -0
  22. package/dist-types/commands/DeleteLakeFormationOptInCommand.d.ts +6 -1
  23. package/dist-types/commands/GetDataLakeSettingsCommand.d.ts +2 -2
  24. package/dist-types/commands/GetEffectivePermissionsForPathCommand.d.ts +8 -3
  25. package/dist-types/commands/GetLFTagExpressionCommand.d.ts +98 -0
  26. package/dist-types/commands/GetResourceLFTagsCommand.d.ts +6 -1
  27. package/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +1 -1
  28. package/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +2 -1
  29. package/dist-types/commands/GrantPermissionsCommand.d.ts +8 -3
  30. package/dist-types/commands/ListLFTagExpressionsCommand.d.ts +103 -0
  31. package/dist-types/commands/ListLakeFormationOptInsCommand.d.ts +12 -2
  32. package/dist-types/commands/ListPermissionsCommand.d.ts +15 -5
  33. package/dist-types/commands/PutDataLakeSettingsCommand.d.ts +2 -2
  34. package/dist-types/commands/RegisterResourceCommand.d.ts +1 -1
  35. package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +6 -1
  36. package/dist-types/commands/RevokePermissionsCommand.d.ts +8 -3
  37. package/dist-types/commands/UpdateLFTagExpressionCommand.d.ts +98 -0
  38. package/dist-types/commands/index.d.ts +5 -0
  39. package/dist-types/models/models_0.d.ts +216 -5
  40. package/dist-types/pagination/ListLFTagExpressionsPaginator.d.ts +7 -0
  41. package/dist-types/pagination/index.d.ts +1 -0
  42. package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
  43. package/dist-types/ts3.4/LakeFormation.d.ts +86 -0
  44. package/dist-types/ts3.4/LakeFormationClient.d.ts +30 -0
  45. package/dist-types/ts3.4/commands/CreateLFTagExpressionCommand.d.ts +51 -0
  46. package/dist-types/ts3.4/commands/DeleteLFTagExpressionCommand.d.ts +51 -0
  47. package/dist-types/ts3.4/commands/GetLFTagExpressionCommand.d.ts +51 -0
  48. package/dist-types/ts3.4/commands/ListLFTagExpressionsCommand.d.ts +51 -0
  49. package/dist-types/ts3.4/commands/UpdateLFTagExpressionCommand.d.ts +51 -0
  50. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  51. package/dist-types/ts3.4/models/models_0.d.ts +53 -1
  52. package/dist-types/ts3.4/pagination/ListLFTagExpressionsPaginator.d.ts +11 -0
  53. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  54. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
  55. package/package.json +36 -36
@@ -10,10 +10,12 @@ import { CreateDataCellsFilterCommandInput, CreateDataCellsFilterCommandOutput }
10
10
  import { CreateLakeFormationIdentityCenterConfigurationCommandInput, CreateLakeFormationIdentityCenterConfigurationCommandOutput } from "../commands/CreateLakeFormationIdentityCenterConfigurationCommand";
11
11
  import { CreateLakeFormationOptInCommandInput, CreateLakeFormationOptInCommandOutput } from "../commands/CreateLakeFormationOptInCommand";
12
12
  import { CreateLFTagCommandInput, CreateLFTagCommandOutput } from "../commands/CreateLFTagCommand";
13
+ import { CreateLFTagExpressionCommandInput, CreateLFTagExpressionCommandOutput } from "../commands/CreateLFTagExpressionCommand";
13
14
  import { DeleteDataCellsFilterCommandInput, DeleteDataCellsFilterCommandOutput } from "../commands/DeleteDataCellsFilterCommand";
14
15
  import { DeleteLakeFormationIdentityCenterConfigurationCommandInput, DeleteLakeFormationIdentityCenterConfigurationCommandOutput } from "../commands/DeleteLakeFormationIdentityCenterConfigurationCommand";
15
16
  import { DeleteLakeFormationOptInCommandInput, DeleteLakeFormationOptInCommandOutput } from "../commands/DeleteLakeFormationOptInCommand";
16
17
  import { DeleteLFTagCommandInput, DeleteLFTagCommandOutput } from "../commands/DeleteLFTagCommand";
18
+ import { DeleteLFTagExpressionCommandInput, DeleteLFTagExpressionCommandOutput } from "../commands/DeleteLFTagExpressionCommand";
17
19
  import { DeleteObjectsOnCancelCommandInput, DeleteObjectsOnCancelCommandOutput } from "../commands/DeleteObjectsOnCancelCommand";
18
20
  import { DeregisterResourceCommandInput, DeregisterResourceCommandOutput } from "../commands/DeregisterResourceCommand";
19
21
  import { DescribeLakeFormationIdentityCenterConfigurationCommandInput, DescribeLakeFormationIdentityCenterConfigurationCommandOutput } from "../commands/DescribeLakeFormationIdentityCenterConfigurationCommand";
@@ -25,6 +27,7 @@ import { GetDataLakePrincipalCommandInput, GetDataLakePrincipalCommandOutput } f
25
27
  import { GetDataLakeSettingsCommandInput, GetDataLakeSettingsCommandOutput } from "../commands/GetDataLakeSettingsCommand";
26
28
  import { GetEffectivePermissionsForPathCommandInput, GetEffectivePermissionsForPathCommandOutput } from "../commands/GetEffectivePermissionsForPathCommand";
27
29
  import { GetLFTagCommandInput, GetLFTagCommandOutput } from "../commands/GetLFTagCommand";
30
+ import { GetLFTagExpressionCommandInput, GetLFTagExpressionCommandOutput } from "../commands/GetLFTagExpressionCommand";
28
31
  import { GetQueryStateCommandInput, GetQueryStateCommandOutput } from "../commands/GetQueryStateCommand";
29
32
  import { GetQueryStatisticsCommandInput, GetQueryStatisticsCommandOutput } from "../commands/GetQueryStatisticsCommand";
30
33
  import { GetResourceLFTagsCommandInput, GetResourceLFTagsCommandOutput } from "../commands/GetResourceLFTagsCommand";
@@ -36,6 +39,7 @@ import { GetWorkUnitsCommandInput, GetWorkUnitsCommandOutput } from "../commands
36
39
  import { GrantPermissionsCommandInput, GrantPermissionsCommandOutput } from "../commands/GrantPermissionsCommand";
37
40
  import { ListDataCellsFilterCommandInput, ListDataCellsFilterCommandOutput } from "../commands/ListDataCellsFilterCommand";
38
41
  import { ListLakeFormationOptInsCommandInput, ListLakeFormationOptInsCommandOutput } from "../commands/ListLakeFormationOptInsCommand";
42
+ import { ListLFTagExpressionsCommandInput, ListLFTagExpressionsCommandOutput } from "../commands/ListLFTagExpressionsCommand";
39
43
  import { ListLFTagsCommandInput, ListLFTagsCommandOutput } from "../commands/ListLFTagsCommand";
40
44
  import { ListPermissionsCommandInput, ListPermissionsCommandOutput } from "../commands/ListPermissionsCommand";
41
45
  import { ListResourcesCommandInput, ListResourcesCommandOutput } from "../commands/ListResourcesCommand";
@@ -52,6 +56,7 @@ import { StartTransactionCommandInput, StartTransactionCommandOutput } from "../
52
56
  import { UpdateDataCellsFilterCommandInput, UpdateDataCellsFilterCommandOutput } from "../commands/UpdateDataCellsFilterCommand";
53
57
  import { UpdateLakeFormationIdentityCenterConfigurationCommandInput, UpdateLakeFormationIdentityCenterConfigurationCommandOutput } from "../commands/UpdateLakeFormationIdentityCenterConfigurationCommand";
54
58
  import { UpdateLFTagCommandInput, UpdateLFTagCommandOutput } from "../commands/UpdateLFTagCommand";
59
+ import { UpdateLFTagExpressionCommandInput, UpdateLFTagExpressionCommandOutput } from "../commands/UpdateLFTagExpressionCommand";
55
60
  import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "../commands/UpdateResourceCommand";
56
61
  import { UpdateTableObjectsCommandInput, UpdateTableObjectsCommandOutput } from "../commands/UpdateTableObjectsCommand";
57
62
  import { UpdateTableStorageOptimizerCommandInput, UpdateTableStorageOptimizerCommandOutput } from "../commands/UpdateTableStorageOptimizerCommand";
@@ -95,6 +100,10 @@ export declare const se_CreateLakeFormationOptInCommand: (input: CreateLakeForma
95
100
  * serializeAws_restJson1CreateLFTagCommand
96
101
  */
97
102
  export declare const se_CreateLFTagCommand: (input: CreateLFTagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ /**
104
+ * serializeAws_restJson1CreateLFTagExpressionCommand
105
+ */
106
+ export declare const se_CreateLFTagExpressionCommand: (input: CreateLFTagExpressionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
107
  /**
99
108
  * serializeAws_restJson1DeleteDataCellsFilterCommand
100
109
  */
@@ -111,6 +120,10 @@ export declare const se_DeleteLakeFormationOptInCommand: (input: DeleteLakeForma
111
120
  * serializeAws_restJson1DeleteLFTagCommand
112
121
  */
113
122
  export declare const se_DeleteLFTagCommand: (input: DeleteLFTagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
+ /**
124
+ * serializeAws_restJson1DeleteLFTagExpressionCommand
125
+ */
126
+ export declare const se_DeleteLFTagExpressionCommand: (input: DeleteLFTagExpressionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
127
  /**
115
128
  * serializeAws_restJson1DeleteObjectsOnCancelCommand
116
129
  */
@@ -155,6 +168,10 @@ export declare const se_GetEffectivePermissionsForPathCommand: (input: GetEffect
155
168
  * serializeAws_restJson1GetLFTagCommand
156
169
  */
157
170
  export declare const se_GetLFTagCommand: (input: GetLFTagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
+ /**
172
+ * serializeAws_restJson1GetLFTagExpressionCommand
173
+ */
174
+ export declare const se_GetLFTagExpressionCommand: (input: GetLFTagExpressionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
175
  /**
159
176
  * serializeAws_restJson1GetQueryStateCommand
160
177
  */
@@ -199,6 +216,10 @@ export declare const se_ListDataCellsFilterCommand: (input: ListDataCellsFilterC
199
216
  * serializeAws_restJson1ListLakeFormationOptInsCommand
200
217
  */
201
218
  export declare const se_ListLakeFormationOptInsCommand: (input: ListLakeFormationOptInsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
+ /**
220
+ * serializeAws_restJson1ListLFTagExpressionsCommand
221
+ */
222
+ export declare const se_ListLFTagExpressionsCommand: (input: ListLFTagExpressionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
223
  /**
203
224
  * serializeAws_restJson1ListLFTagsCommand
204
225
  */
@@ -263,6 +284,10 @@ export declare const se_UpdateLakeFormationIdentityCenterConfigurationCommand: (
263
284
  * serializeAws_restJson1UpdateLFTagCommand
264
285
  */
265
286
  export declare const se_UpdateLFTagCommand: (input: UpdateLFTagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
287
+ /**
288
+ * serializeAws_restJson1UpdateLFTagExpressionCommand
289
+ */
290
+ export declare const se_UpdateLFTagExpressionCommand: (input: UpdateLFTagExpressionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
291
  /**
267
292
  * serializeAws_restJson1UpdateResourceCommand
268
293
  */
@@ -315,6 +340,10 @@ export declare const de_CreateLakeFormationOptInCommand: (output: __HttpResponse
315
340
  * deserializeAws_restJson1CreateLFTagCommand
316
341
  */
317
342
  export declare const de_CreateLFTagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLFTagCommandOutput>;
343
+ /**
344
+ * deserializeAws_restJson1CreateLFTagExpressionCommand
345
+ */
346
+ export declare const de_CreateLFTagExpressionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLFTagExpressionCommandOutput>;
318
347
  /**
319
348
  * deserializeAws_restJson1DeleteDataCellsFilterCommand
320
349
  */
@@ -331,6 +360,10 @@ export declare const de_DeleteLakeFormationOptInCommand: (output: __HttpResponse
331
360
  * deserializeAws_restJson1DeleteLFTagCommand
332
361
  */
333
362
  export declare const de_DeleteLFTagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLFTagCommandOutput>;
363
+ /**
364
+ * deserializeAws_restJson1DeleteLFTagExpressionCommand
365
+ */
366
+ export declare const de_DeleteLFTagExpressionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLFTagExpressionCommandOutput>;
334
367
  /**
335
368
  * deserializeAws_restJson1DeleteObjectsOnCancelCommand
336
369
  */
@@ -375,6 +408,10 @@ export declare const de_GetEffectivePermissionsForPathCommand: (output: __HttpRe
375
408
  * deserializeAws_restJson1GetLFTagCommand
376
409
  */
377
410
  export declare const de_GetLFTagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLFTagCommandOutput>;
411
+ /**
412
+ * deserializeAws_restJson1GetLFTagExpressionCommand
413
+ */
414
+ export declare const de_GetLFTagExpressionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLFTagExpressionCommandOutput>;
378
415
  /**
379
416
  * deserializeAws_restJson1GetQueryStateCommand
380
417
  */
@@ -419,6 +456,10 @@ export declare const de_ListDataCellsFilterCommand: (output: __HttpResponse, con
419
456
  * deserializeAws_restJson1ListLakeFormationOptInsCommand
420
457
  */
421
458
  export declare const de_ListLakeFormationOptInsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLakeFormationOptInsCommandOutput>;
459
+ /**
460
+ * deserializeAws_restJson1ListLFTagExpressionsCommand
461
+ */
462
+ export declare const de_ListLFTagExpressionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLFTagExpressionsCommandOutput>;
422
463
  /**
423
464
  * deserializeAws_restJson1ListLFTagsCommand
424
465
  */
@@ -483,6 +524,10 @@ export declare const de_UpdateLakeFormationIdentityCenterConfigurationCommand: (
483
524
  * deserializeAws_restJson1UpdateLFTagCommand
484
525
  */
485
526
  export declare const de_UpdateLFTagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLFTagCommandOutput>;
527
+ /**
528
+ * deserializeAws_restJson1UpdateLFTagExpressionCommand
529
+ */
530
+ export declare const de_UpdateLFTagExpressionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLFTagExpressionCommandOutput>;
486
531
  /**
487
532
  * deserializeAws_restJson1UpdateResourceCommand
488
533
  */
@@ -39,6 +39,10 @@ import {
39
39
  CreateLFTagCommandInput,
40
40
  CreateLFTagCommandOutput,
41
41
  } from "./commands/CreateLFTagCommand";
42
+ import {
43
+ CreateLFTagExpressionCommandInput,
44
+ CreateLFTagExpressionCommandOutput,
45
+ } from "./commands/CreateLFTagExpressionCommand";
42
46
  import {
43
47
  DeleteDataCellsFilterCommandInput,
44
48
  DeleteDataCellsFilterCommandOutput,
@@ -55,6 +59,10 @@ import {
55
59
  DeleteLFTagCommandInput,
56
60
  DeleteLFTagCommandOutput,
57
61
  } from "./commands/DeleteLFTagCommand";
62
+ import {
63
+ DeleteLFTagExpressionCommandInput,
64
+ DeleteLFTagExpressionCommandOutput,
65
+ } from "./commands/DeleteLFTagExpressionCommand";
58
66
  import {
59
67
  DeleteObjectsOnCancelCommandInput,
60
68
  DeleteObjectsOnCancelCommandOutput,
@@ -99,6 +107,10 @@ import {
99
107
  GetLFTagCommandInput,
100
108
  GetLFTagCommandOutput,
101
109
  } from "./commands/GetLFTagCommand";
110
+ import {
111
+ GetLFTagExpressionCommandInput,
112
+ GetLFTagExpressionCommandOutput,
113
+ } from "./commands/GetLFTagExpressionCommand";
102
114
  import {
103
115
  GetQueryStateCommandInput,
104
116
  GetQueryStateCommandOutput,
@@ -143,6 +155,10 @@ import {
143
155
  ListLakeFormationOptInsCommandInput,
144
156
  ListLakeFormationOptInsCommandOutput,
145
157
  } from "./commands/ListLakeFormationOptInsCommand";
158
+ import {
159
+ ListLFTagExpressionsCommandInput,
160
+ ListLFTagExpressionsCommandOutput,
161
+ } from "./commands/ListLFTagExpressionsCommand";
146
162
  import {
147
163
  ListLFTagsCommandInput,
148
164
  ListLFTagsCommandOutput,
@@ -207,6 +223,10 @@ import {
207
223
  UpdateLFTagCommandInput,
208
224
  UpdateLFTagCommandOutput,
209
225
  } from "./commands/UpdateLFTagCommand";
226
+ import {
227
+ UpdateLFTagExpressionCommandInput,
228
+ UpdateLFTagExpressionCommandOutput,
229
+ } from "./commands/UpdateLFTagExpressionCommand";
210
230
  import {
211
231
  UpdateResourceCommandInput,
212
232
  UpdateResourceCommandOutput,
@@ -358,6 +378,19 @@ export interface LakeFormation {
358
378
  options: __HttpHandlerOptions,
359
379
  cb: (err: any, data?: CreateLFTagCommandOutput) => void
360
380
  ): void;
381
+ createLFTagExpression(
382
+ args: CreateLFTagExpressionCommandInput,
383
+ options?: __HttpHandlerOptions
384
+ ): Promise<CreateLFTagExpressionCommandOutput>;
385
+ createLFTagExpression(
386
+ args: CreateLFTagExpressionCommandInput,
387
+ cb: (err: any, data?: CreateLFTagExpressionCommandOutput) => void
388
+ ): void;
389
+ createLFTagExpression(
390
+ args: CreateLFTagExpressionCommandInput,
391
+ options: __HttpHandlerOptions,
392
+ cb: (err: any, data?: CreateLFTagExpressionCommandOutput) => void
393
+ ): void;
361
394
  deleteDataCellsFilter(): Promise<DeleteDataCellsFilterCommandOutput>;
362
395
  deleteDataCellsFilter(
363
396
  args: DeleteDataCellsFilterCommandInput,
@@ -418,6 +451,19 @@ export interface LakeFormation {
418
451
  options: __HttpHandlerOptions,
419
452
  cb: (err: any, data?: DeleteLFTagCommandOutput) => void
420
453
  ): void;
454
+ deleteLFTagExpression(
455
+ args: DeleteLFTagExpressionCommandInput,
456
+ options?: __HttpHandlerOptions
457
+ ): Promise<DeleteLFTagExpressionCommandOutput>;
458
+ deleteLFTagExpression(
459
+ args: DeleteLFTagExpressionCommandInput,
460
+ cb: (err: any, data?: DeleteLFTagExpressionCommandOutput) => void
461
+ ): void;
462
+ deleteLFTagExpression(
463
+ args: DeleteLFTagExpressionCommandInput,
464
+ options: __HttpHandlerOptions,
465
+ cb: (err: any, data?: DeleteLFTagExpressionCommandOutput) => void
466
+ ): void;
421
467
  deleteObjectsOnCancel(
422
468
  args: DeleteObjectsOnCancelCommandInput,
423
469
  options?: __HttpHandlerOptions
@@ -571,6 +617,19 @@ export interface LakeFormation {
571
617
  options: __HttpHandlerOptions,
572
618
  cb: (err: any, data?: GetLFTagCommandOutput) => void
573
619
  ): void;
620
+ getLFTagExpression(
621
+ args: GetLFTagExpressionCommandInput,
622
+ options?: __HttpHandlerOptions
623
+ ): Promise<GetLFTagExpressionCommandOutput>;
624
+ getLFTagExpression(
625
+ args: GetLFTagExpressionCommandInput,
626
+ cb: (err: any, data?: GetLFTagExpressionCommandOutput) => void
627
+ ): void;
628
+ getLFTagExpression(
629
+ args: GetLFTagExpressionCommandInput,
630
+ options: __HttpHandlerOptions,
631
+ cb: (err: any, data?: GetLFTagExpressionCommandOutput) => void
632
+ ): void;
574
633
  getQueryState(
575
634
  args: GetQueryStateCommandInput,
576
635
  options?: __HttpHandlerOptions
@@ -722,6 +781,20 @@ export interface LakeFormation {
722
781
  options: __HttpHandlerOptions,
723
782
  cb: (err: any, data?: ListLakeFormationOptInsCommandOutput) => void
724
783
  ): void;
784
+ listLFTagExpressions(): Promise<ListLFTagExpressionsCommandOutput>;
785
+ listLFTagExpressions(
786
+ args: ListLFTagExpressionsCommandInput,
787
+ options?: __HttpHandlerOptions
788
+ ): Promise<ListLFTagExpressionsCommandOutput>;
789
+ listLFTagExpressions(
790
+ args: ListLFTagExpressionsCommandInput,
791
+ cb: (err: any, data?: ListLFTagExpressionsCommandOutput) => void
792
+ ): void;
793
+ listLFTagExpressions(
794
+ args: ListLFTagExpressionsCommandInput,
795
+ options: __HttpHandlerOptions,
796
+ cb: (err: any, data?: ListLFTagExpressionsCommandOutput) => void
797
+ ): void;
725
798
  listLFTags(): Promise<ListLFTagsCommandOutput>;
726
799
  listLFTags(
727
800
  args: ListLFTagsCommandInput,
@@ -942,6 +1015,19 @@ export interface LakeFormation {
942
1015
  options: __HttpHandlerOptions,
943
1016
  cb: (err: any, data?: UpdateLFTagCommandOutput) => void
944
1017
  ): void;
1018
+ updateLFTagExpression(
1019
+ args: UpdateLFTagExpressionCommandInput,
1020
+ options?: __HttpHandlerOptions
1021
+ ): Promise<UpdateLFTagExpressionCommandOutput>;
1022
+ updateLFTagExpression(
1023
+ args: UpdateLFTagExpressionCommandInput,
1024
+ cb: (err: any, data?: UpdateLFTagExpressionCommandOutput) => void
1025
+ ): void;
1026
+ updateLFTagExpression(
1027
+ args: UpdateLFTagExpressionCommandInput,
1028
+ options: __HttpHandlerOptions,
1029
+ cb: (err: any, data?: UpdateLFTagExpressionCommandOutput) => void
1030
+ ): void;
945
1031
  updateResource(
946
1032
  args: UpdateResourceCommandInput,
947
1033
  options?: __HttpHandlerOptions
@@ -86,6 +86,10 @@ import {
86
86
  CreateLFTagCommandInput,
87
87
  CreateLFTagCommandOutput,
88
88
  } from "./commands/CreateLFTagCommand";
89
+ import {
90
+ CreateLFTagExpressionCommandInput,
91
+ CreateLFTagExpressionCommandOutput,
92
+ } from "./commands/CreateLFTagExpressionCommand";
89
93
  import {
90
94
  DeleteDataCellsFilterCommandInput,
91
95
  DeleteDataCellsFilterCommandOutput,
@@ -102,6 +106,10 @@ import {
102
106
  DeleteLFTagCommandInput,
103
107
  DeleteLFTagCommandOutput,
104
108
  } from "./commands/DeleteLFTagCommand";
109
+ import {
110
+ DeleteLFTagExpressionCommandInput,
111
+ DeleteLFTagExpressionCommandOutput,
112
+ } from "./commands/DeleteLFTagExpressionCommand";
105
113
  import {
106
114
  DeleteObjectsOnCancelCommandInput,
107
115
  DeleteObjectsOnCancelCommandOutput,
@@ -146,6 +154,10 @@ import {
146
154
  GetLFTagCommandInput,
147
155
  GetLFTagCommandOutput,
148
156
  } from "./commands/GetLFTagCommand";
157
+ import {
158
+ GetLFTagExpressionCommandInput,
159
+ GetLFTagExpressionCommandOutput,
160
+ } from "./commands/GetLFTagExpressionCommand";
149
161
  import {
150
162
  GetQueryStateCommandInput,
151
163
  GetQueryStateCommandOutput,
@@ -190,6 +202,10 @@ import {
190
202
  ListLakeFormationOptInsCommandInput,
191
203
  ListLakeFormationOptInsCommandOutput,
192
204
  } from "./commands/ListLakeFormationOptInsCommand";
205
+ import {
206
+ ListLFTagExpressionsCommandInput,
207
+ ListLFTagExpressionsCommandOutput,
208
+ } from "./commands/ListLFTagExpressionsCommand";
193
209
  import {
194
210
  ListLFTagsCommandInput,
195
211
  ListLFTagsCommandOutput,
@@ -254,6 +270,10 @@ import {
254
270
  UpdateLFTagCommandInput,
255
271
  UpdateLFTagCommandOutput,
256
272
  } from "./commands/UpdateLFTagCommand";
273
+ import {
274
+ UpdateLFTagExpressionCommandInput,
275
+ UpdateLFTagExpressionCommandOutput,
276
+ } from "./commands/UpdateLFTagExpressionCommand";
257
277
  import {
258
278
  UpdateResourceCommandInput,
259
279
  UpdateResourceCommandOutput,
@@ -282,10 +302,12 @@ export type ServiceInputTypes =
282
302
  | CommitTransactionCommandInput
283
303
  | CreateDataCellsFilterCommandInput
284
304
  | CreateLFTagCommandInput
305
+ | CreateLFTagExpressionCommandInput
285
306
  | CreateLakeFormationIdentityCenterConfigurationCommandInput
286
307
  | CreateLakeFormationOptInCommandInput
287
308
  | DeleteDataCellsFilterCommandInput
288
309
  | DeleteLFTagCommandInput
310
+ | DeleteLFTagExpressionCommandInput
289
311
  | DeleteLakeFormationIdentityCenterConfigurationCommandInput
290
312
  | DeleteLakeFormationOptInCommandInput
291
313
  | DeleteObjectsOnCancelCommandInput
@@ -299,6 +321,7 @@ export type ServiceInputTypes =
299
321
  | GetDataLakeSettingsCommandInput
300
322
  | GetEffectivePermissionsForPathCommandInput
301
323
  | GetLFTagCommandInput
324
+ | GetLFTagExpressionCommandInput
302
325
  | GetQueryStateCommandInput
303
326
  | GetQueryStatisticsCommandInput
304
327
  | GetResourceLFTagsCommandInput
@@ -309,6 +332,7 @@ export type ServiceInputTypes =
309
332
  | GetWorkUnitsCommandInput
310
333
  | GrantPermissionsCommandInput
311
334
  | ListDataCellsFilterCommandInput
335
+ | ListLFTagExpressionsCommandInput
312
336
  | ListLFTagsCommandInput
313
337
  | ListLakeFormationOptInsCommandInput
314
338
  | ListPermissionsCommandInput
@@ -325,6 +349,7 @@ export type ServiceInputTypes =
325
349
  | StartTransactionCommandInput
326
350
  | UpdateDataCellsFilterCommandInput
327
351
  | UpdateLFTagCommandInput
352
+ | UpdateLFTagExpressionCommandInput
328
353
  | UpdateLakeFormationIdentityCenterConfigurationCommandInput
329
354
  | UpdateResourceCommandInput
330
355
  | UpdateTableObjectsCommandInput
@@ -338,10 +363,12 @@ export type ServiceOutputTypes =
338
363
  | CommitTransactionCommandOutput
339
364
  | CreateDataCellsFilterCommandOutput
340
365
  | CreateLFTagCommandOutput
366
+ | CreateLFTagExpressionCommandOutput
341
367
  | CreateLakeFormationIdentityCenterConfigurationCommandOutput
342
368
  | CreateLakeFormationOptInCommandOutput
343
369
  | DeleteDataCellsFilterCommandOutput
344
370
  | DeleteLFTagCommandOutput
371
+ | DeleteLFTagExpressionCommandOutput
345
372
  | DeleteLakeFormationIdentityCenterConfigurationCommandOutput
346
373
  | DeleteLakeFormationOptInCommandOutput
347
374
  | DeleteObjectsOnCancelCommandOutput
@@ -355,6 +382,7 @@ export type ServiceOutputTypes =
355
382
  | GetDataLakeSettingsCommandOutput
356
383
  | GetEffectivePermissionsForPathCommandOutput
357
384
  | GetLFTagCommandOutput
385
+ | GetLFTagExpressionCommandOutput
358
386
  | GetQueryStateCommandOutput
359
387
  | GetQueryStatisticsCommandOutput
360
388
  | GetResourceLFTagsCommandOutput
@@ -365,6 +393,7 @@ export type ServiceOutputTypes =
365
393
  | GetWorkUnitsCommandOutput
366
394
  | GrantPermissionsCommandOutput
367
395
  | ListDataCellsFilterCommandOutput
396
+ | ListLFTagExpressionsCommandOutput
368
397
  | ListLFTagsCommandOutput
369
398
  | ListLakeFormationOptInsCommandOutput
370
399
  | ListPermissionsCommandOutput
@@ -381,6 +410,7 @@ export type ServiceOutputTypes =
381
410
  | StartTransactionCommandOutput
382
411
  | UpdateDataCellsFilterCommandOutput
383
412
  | UpdateLFTagCommandOutput
413
+ | UpdateLFTagExpressionCommandOutput
384
414
  | UpdateLakeFormationIdentityCenterConfigurationCommandOutput
385
415
  | UpdateResourceCommandOutput
386
416
  | UpdateTableObjectsCommandOutput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ LakeFormationClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../LakeFormationClient";
8
+ import {
9
+ CreateLFTagExpressionRequest,
10
+ CreateLFTagExpressionResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateLFTagExpressionCommandInput
15
+ extends CreateLFTagExpressionRequest {}
16
+ export interface CreateLFTagExpressionCommandOutput
17
+ extends CreateLFTagExpressionResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateLFTagExpressionCommand_base: {
20
+ new (
21
+ input: CreateLFTagExpressionCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateLFTagExpressionCommandInput,
24
+ CreateLFTagExpressionCommandOutput,
25
+ LakeFormationClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: CreateLFTagExpressionCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateLFTagExpressionCommandInput,
33
+ CreateLFTagExpressionCommandOutput,
34
+ LakeFormationClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateLFTagExpressionCommand extends CreateLFTagExpressionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateLFTagExpressionRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: CreateLFTagExpressionCommandInput;
48
+ output: CreateLFTagExpressionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ LakeFormationClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../LakeFormationClient";
8
+ import {
9
+ DeleteLFTagExpressionRequest,
10
+ DeleteLFTagExpressionResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteLFTagExpressionCommandInput
15
+ extends DeleteLFTagExpressionRequest {}
16
+ export interface DeleteLFTagExpressionCommandOutput
17
+ extends DeleteLFTagExpressionResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteLFTagExpressionCommand_base: {
20
+ new (
21
+ input: DeleteLFTagExpressionCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteLFTagExpressionCommandInput,
24
+ DeleteLFTagExpressionCommandOutput,
25
+ LakeFormationClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DeleteLFTagExpressionCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteLFTagExpressionCommandInput,
33
+ DeleteLFTagExpressionCommandOutput,
34
+ LakeFormationClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteLFTagExpressionCommand extends DeleteLFTagExpressionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteLFTagExpressionRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteLFTagExpressionCommandInput;
48
+ output: DeleteLFTagExpressionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ LakeFormationClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../LakeFormationClient";
8
+ import {
9
+ GetLFTagExpressionRequest,
10
+ GetLFTagExpressionResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetLFTagExpressionCommandInput
15
+ extends GetLFTagExpressionRequest {}
16
+ export interface GetLFTagExpressionCommandOutput
17
+ extends GetLFTagExpressionResponse,
18
+ __MetadataBearer {}
19
+ declare const GetLFTagExpressionCommand_base: {
20
+ new (
21
+ input: GetLFTagExpressionCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetLFTagExpressionCommandInput,
24
+ GetLFTagExpressionCommandOutput,
25
+ LakeFormationClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: GetLFTagExpressionCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetLFTagExpressionCommandInput,
33
+ GetLFTagExpressionCommandOutput,
34
+ LakeFormationClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetLFTagExpressionCommand extends GetLFTagExpressionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetLFTagExpressionRequest;
44
+ output: GetLFTagExpressionResponse;
45
+ };
46
+ sdk: {
47
+ input: GetLFTagExpressionCommandInput;
48
+ output: GetLFTagExpressionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ LakeFormationClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../LakeFormationClient";
8
+ import {
9
+ ListLFTagExpressionsRequest,
10
+ ListLFTagExpressionsResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListLFTagExpressionsCommandInput
15
+ extends ListLFTagExpressionsRequest {}
16
+ export interface ListLFTagExpressionsCommandOutput
17
+ extends ListLFTagExpressionsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListLFTagExpressionsCommand_base: {
20
+ new (
21
+ input: ListLFTagExpressionsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListLFTagExpressionsCommandInput,
24
+ ListLFTagExpressionsCommandOutput,
25
+ LakeFormationClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListLFTagExpressionsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListLFTagExpressionsCommandInput,
33
+ ListLFTagExpressionsCommandOutput,
34
+ LakeFormationClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListLFTagExpressionsCommand extends ListLFTagExpressionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListLFTagExpressionsRequest;
44
+ output: ListLFTagExpressionsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListLFTagExpressionsCommandInput;
48
+ output: ListLFTagExpressionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ LakeFormationClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../LakeFormationClient";
8
+ import {
9
+ UpdateLFTagExpressionRequest,
10
+ UpdateLFTagExpressionResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateLFTagExpressionCommandInput
15
+ extends UpdateLFTagExpressionRequest {}
16
+ export interface UpdateLFTagExpressionCommandOutput
17
+ extends UpdateLFTagExpressionResponse,
18
+ __MetadataBearer {}
19
+ declare const UpdateLFTagExpressionCommand_base: {
20
+ new (
21
+ input: UpdateLFTagExpressionCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateLFTagExpressionCommandInput,
24
+ UpdateLFTagExpressionCommandOutput,
25
+ LakeFormationClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: UpdateLFTagExpressionCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateLFTagExpressionCommandInput,
33
+ UpdateLFTagExpressionCommandOutput,
34
+ LakeFormationClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateLFTagExpressionCommand extends UpdateLFTagExpressionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateLFTagExpressionRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: UpdateLFTagExpressionCommandInput;
48
+ output: UpdateLFTagExpressionCommandOutput;
49
+ };
50
+ };
51
+ }