@aws-sdk/client-lakeformation 3.451.0 → 3.458.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +82 -50
- package/dist-cjs/LakeFormation.js +8 -0
- package/dist-cjs/commands/CreateLakeFormationIdentityCenterConfigurationCommand.js +51 -0
- package/dist-cjs/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.js +51 -0
- package/dist-cjs/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.js +51 -0
- package/dist-cjs/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.js +51 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/models/models_0.js +9 -1
- package/dist-cjs/protocols/Aws_restJson1.js +283 -2
- package/dist-es/LakeFormation.js +8 -0
- package/dist-es/commands/CreateLakeFormationIdentityCenterConfigurationCommand.js +47 -0
- package/dist-es/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.js +47 -0
- package/dist-es/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.js +47 -0
- package/dist-es/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.js +47 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +272 -0
- package/dist-types/LakeFormation.d.ts +28 -0
- package/dist-types/LakeFormationClient.d.ts +6 -2
- package/dist-types/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts +98 -0
- package/dist-types/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts +89 -0
- package/dist-types/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts +96 -0
- package/dist-types/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.d.ts +96 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +161 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
- package/dist-types/ts3.4/LakeFormation.d.ts +92 -0
- package/dist-types/ts3.4/LakeFormationClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +42 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -210,7 +210,7 @@ see LICENSE for more information.
|
|
|
210
210
|
AddLFTagsToResource
|
|
211
211
|
</summary>
|
|
212
212
|
|
|
213
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
213
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/AddLFTagsToResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/AddLFTagsToResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/AddLFTagsToResourceCommandOutput/)
|
|
214
214
|
|
|
215
215
|
</details>
|
|
216
216
|
<details>
|
|
@@ -218,7 +218,7 @@ AddLFTagsToResource
|
|
|
218
218
|
AssumeDecoratedRoleWithSAML
|
|
219
219
|
</summary>
|
|
220
220
|
|
|
221
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
221
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/AssumeDecoratedRoleWithSAMLCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/AssumeDecoratedRoleWithSAMLCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/AssumeDecoratedRoleWithSAMLCommandOutput/)
|
|
222
222
|
|
|
223
223
|
</details>
|
|
224
224
|
<details>
|
|
@@ -226,7 +226,7 @@ AssumeDecoratedRoleWithSAML
|
|
|
226
226
|
BatchGrantPermissions
|
|
227
227
|
</summary>
|
|
228
228
|
|
|
229
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
229
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/BatchGrantPermissionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/BatchGrantPermissionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/BatchGrantPermissionsCommandOutput/)
|
|
230
230
|
|
|
231
231
|
</details>
|
|
232
232
|
<details>
|
|
@@ -234,7 +234,7 @@ BatchGrantPermissions
|
|
|
234
234
|
BatchRevokePermissions
|
|
235
235
|
</summary>
|
|
236
236
|
|
|
237
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
237
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/BatchRevokePermissionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/BatchRevokePermissionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/BatchRevokePermissionsCommandOutput/)
|
|
238
238
|
|
|
239
239
|
</details>
|
|
240
240
|
<details>
|
|
@@ -242,7 +242,7 @@ BatchRevokePermissions
|
|
|
242
242
|
CancelTransaction
|
|
243
243
|
</summary>
|
|
244
244
|
|
|
245
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
245
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/CancelTransactionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/CancelTransactionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/CancelTransactionCommandOutput/)
|
|
246
246
|
|
|
247
247
|
</details>
|
|
248
248
|
<details>
|
|
@@ -250,7 +250,7 @@ CancelTransaction
|
|
|
250
250
|
CommitTransaction
|
|
251
251
|
</summary>
|
|
252
252
|
|
|
253
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
253
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/CommitTransactionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/CommitTransactionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/CommitTransactionCommandOutput/)
|
|
254
254
|
|
|
255
255
|
</details>
|
|
256
256
|
<details>
|
|
@@ -258,7 +258,15 @@ CommitTransaction
|
|
|
258
258
|
CreateDataCellsFilter
|
|
259
259
|
</summary>
|
|
260
260
|
|
|
261
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
261
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/CreateDataCellsFilterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/CreateDataCellsFilterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/CreateDataCellsFilterCommandOutput/)
|
|
262
|
+
|
|
263
|
+
</details>
|
|
264
|
+
<details>
|
|
265
|
+
<summary>
|
|
266
|
+
CreateLakeFormationIdentityCenterConfiguration
|
|
267
|
+
</summary>
|
|
268
|
+
|
|
269
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/CreateLakeFormationIdentityCenterConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/CreateLakeFormationIdentityCenterConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/CreateLakeFormationIdentityCenterConfigurationCommandOutput/)
|
|
262
270
|
|
|
263
271
|
</details>
|
|
264
272
|
<details>
|
|
@@ -266,7 +274,7 @@ CreateDataCellsFilter
|
|
|
266
274
|
CreateLakeFormationOptIn
|
|
267
275
|
</summary>
|
|
268
276
|
|
|
269
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
277
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/CreateLakeFormationOptInCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/CreateLakeFormationOptInCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/CreateLakeFormationOptInCommandOutput/)
|
|
270
278
|
|
|
271
279
|
</details>
|
|
272
280
|
<details>
|
|
@@ -274,7 +282,7 @@ CreateLakeFormationOptIn
|
|
|
274
282
|
CreateLFTag
|
|
275
283
|
</summary>
|
|
276
284
|
|
|
277
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
285
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/CreateLFTagCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/CreateLFTagCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/CreateLFTagCommandOutput/)
|
|
278
286
|
|
|
279
287
|
</details>
|
|
280
288
|
<details>
|
|
@@ -282,7 +290,15 @@ CreateLFTag
|
|
|
282
290
|
DeleteDataCellsFilter
|
|
283
291
|
</summary>
|
|
284
292
|
|
|
285
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
293
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/DeleteDataCellsFilterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/DeleteDataCellsFilterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/DeleteDataCellsFilterCommandOutput/)
|
|
294
|
+
|
|
295
|
+
</details>
|
|
296
|
+
<details>
|
|
297
|
+
<summary>
|
|
298
|
+
DeleteLakeFormationIdentityCenterConfiguration
|
|
299
|
+
</summary>
|
|
300
|
+
|
|
301
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/DeleteLakeFormationIdentityCenterConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/DeleteLakeFormationIdentityCenterConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/DeleteLakeFormationIdentityCenterConfigurationCommandOutput/)
|
|
286
302
|
|
|
287
303
|
</details>
|
|
288
304
|
<details>
|
|
@@ -290,7 +306,7 @@ DeleteDataCellsFilter
|
|
|
290
306
|
DeleteLakeFormationOptIn
|
|
291
307
|
</summary>
|
|
292
308
|
|
|
293
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
309
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/DeleteLakeFormationOptInCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/DeleteLakeFormationOptInCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/DeleteLakeFormationOptInCommandOutput/)
|
|
294
310
|
|
|
295
311
|
</details>
|
|
296
312
|
<details>
|
|
@@ -298,7 +314,7 @@ DeleteLakeFormationOptIn
|
|
|
298
314
|
DeleteLFTag
|
|
299
315
|
</summary>
|
|
300
316
|
|
|
301
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
317
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/DeleteLFTagCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/DeleteLFTagCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/DeleteLFTagCommandOutput/)
|
|
302
318
|
|
|
303
319
|
</details>
|
|
304
320
|
<details>
|
|
@@ -306,7 +322,7 @@ DeleteLFTag
|
|
|
306
322
|
DeleteObjectsOnCancel
|
|
307
323
|
</summary>
|
|
308
324
|
|
|
309
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
325
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/DeleteObjectsOnCancelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/DeleteObjectsOnCancelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/DeleteObjectsOnCancelCommandOutput/)
|
|
310
326
|
|
|
311
327
|
</details>
|
|
312
328
|
<details>
|
|
@@ -314,7 +330,15 @@ DeleteObjectsOnCancel
|
|
|
314
330
|
DeregisterResource
|
|
315
331
|
</summary>
|
|
316
332
|
|
|
317
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
333
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/DeregisterResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/DeregisterResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/DeregisterResourceCommandOutput/)
|
|
334
|
+
|
|
335
|
+
</details>
|
|
336
|
+
<details>
|
|
337
|
+
<summary>
|
|
338
|
+
DescribeLakeFormationIdentityCenterConfiguration
|
|
339
|
+
</summary>
|
|
340
|
+
|
|
341
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/DescribeLakeFormationIdentityCenterConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/DescribeLakeFormationIdentityCenterConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/DescribeLakeFormationIdentityCenterConfigurationCommandOutput/)
|
|
318
342
|
|
|
319
343
|
</details>
|
|
320
344
|
<details>
|
|
@@ -322,7 +346,7 @@ DeregisterResource
|
|
|
322
346
|
DescribeResource
|
|
323
347
|
</summary>
|
|
324
348
|
|
|
325
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
349
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/DescribeResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/DescribeResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/DescribeResourceCommandOutput/)
|
|
326
350
|
|
|
327
351
|
</details>
|
|
328
352
|
<details>
|
|
@@ -330,7 +354,7 @@ DescribeResource
|
|
|
330
354
|
DescribeTransaction
|
|
331
355
|
</summary>
|
|
332
356
|
|
|
333
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
357
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/DescribeTransactionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/DescribeTransactionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/DescribeTransactionCommandOutput/)
|
|
334
358
|
|
|
335
359
|
</details>
|
|
336
360
|
<details>
|
|
@@ -338,7 +362,7 @@ DescribeTransaction
|
|
|
338
362
|
ExtendTransaction
|
|
339
363
|
</summary>
|
|
340
364
|
|
|
341
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
365
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/ExtendTransactionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/ExtendTransactionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/ExtendTransactionCommandOutput/)
|
|
342
366
|
|
|
343
367
|
</details>
|
|
344
368
|
<details>
|
|
@@ -346,7 +370,7 @@ ExtendTransaction
|
|
|
346
370
|
GetDataCellsFilter
|
|
347
371
|
</summary>
|
|
348
372
|
|
|
349
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
373
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/GetDataCellsFilterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetDataCellsFilterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetDataCellsFilterCommandOutput/)
|
|
350
374
|
|
|
351
375
|
</details>
|
|
352
376
|
<details>
|
|
@@ -354,7 +378,7 @@ GetDataCellsFilter
|
|
|
354
378
|
GetDataLakeSettings
|
|
355
379
|
</summary>
|
|
356
380
|
|
|
357
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
381
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/GetDataLakeSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetDataLakeSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetDataLakeSettingsCommandOutput/)
|
|
358
382
|
|
|
359
383
|
</details>
|
|
360
384
|
<details>
|
|
@@ -362,7 +386,7 @@ GetDataLakeSettings
|
|
|
362
386
|
GetEffectivePermissionsForPath
|
|
363
387
|
</summary>
|
|
364
388
|
|
|
365
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
389
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/GetEffectivePermissionsForPathCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetEffectivePermissionsForPathCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetEffectivePermissionsForPathCommandOutput/)
|
|
366
390
|
|
|
367
391
|
</details>
|
|
368
392
|
<details>
|
|
@@ -370,7 +394,7 @@ GetEffectivePermissionsForPath
|
|
|
370
394
|
GetLFTag
|
|
371
395
|
</summary>
|
|
372
396
|
|
|
373
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
397
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/GetLFTagCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetLFTagCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetLFTagCommandOutput/)
|
|
374
398
|
|
|
375
399
|
</details>
|
|
376
400
|
<details>
|
|
@@ -378,7 +402,7 @@ GetLFTag
|
|
|
378
402
|
GetQueryState
|
|
379
403
|
</summary>
|
|
380
404
|
|
|
381
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
405
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/GetQueryStateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetQueryStateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetQueryStateCommandOutput/)
|
|
382
406
|
|
|
383
407
|
</details>
|
|
384
408
|
<details>
|
|
@@ -386,7 +410,7 @@ GetQueryState
|
|
|
386
410
|
GetQueryStatistics
|
|
387
411
|
</summary>
|
|
388
412
|
|
|
389
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
413
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/GetQueryStatisticsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetQueryStatisticsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetQueryStatisticsCommandOutput/)
|
|
390
414
|
|
|
391
415
|
</details>
|
|
392
416
|
<details>
|
|
@@ -394,7 +418,7 @@ GetQueryStatistics
|
|
|
394
418
|
GetResourceLFTags
|
|
395
419
|
</summary>
|
|
396
420
|
|
|
397
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
421
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/GetResourceLFTagsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetResourceLFTagsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetResourceLFTagsCommandOutput/)
|
|
398
422
|
|
|
399
423
|
</details>
|
|
400
424
|
<details>
|
|
@@ -402,7 +426,7 @@ GetResourceLFTags
|
|
|
402
426
|
GetTableObjects
|
|
403
427
|
</summary>
|
|
404
428
|
|
|
405
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
429
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/GetTableObjectsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetTableObjectsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetTableObjectsCommandOutput/)
|
|
406
430
|
|
|
407
431
|
</details>
|
|
408
432
|
<details>
|
|
@@ -410,7 +434,7 @@ GetTableObjects
|
|
|
410
434
|
GetTemporaryGluePartitionCredentials
|
|
411
435
|
</summary>
|
|
412
436
|
|
|
413
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
437
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/GetTemporaryGluePartitionCredentialsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetTemporaryGluePartitionCredentialsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetTemporaryGluePartitionCredentialsCommandOutput/)
|
|
414
438
|
|
|
415
439
|
</details>
|
|
416
440
|
<details>
|
|
@@ -418,7 +442,7 @@ GetTemporaryGluePartitionCredentials
|
|
|
418
442
|
GetTemporaryGlueTableCredentials
|
|
419
443
|
</summary>
|
|
420
444
|
|
|
421
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
445
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/GetTemporaryGlueTableCredentialsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetTemporaryGlueTableCredentialsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetTemporaryGlueTableCredentialsCommandOutput/)
|
|
422
446
|
|
|
423
447
|
</details>
|
|
424
448
|
<details>
|
|
@@ -426,7 +450,7 @@ GetTemporaryGlueTableCredentials
|
|
|
426
450
|
GetWorkUnitResults
|
|
427
451
|
</summary>
|
|
428
452
|
|
|
429
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
453
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/GetWorkUnitResultsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetWorkUnitResultsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetWorkUnitResultsCommandOutput/)
|
|
430
454
|
|
|
431
455
|
</details>
|
|
432
456
|
<details>
|
|
@@ -434,7 +458,7 @@ GetWorkUnitResults
|
|
|
434
458
|
GetWorkUnits
|
|
435
459
|
</summary>
|
|
436
460
|
|
|
437
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
461
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/GetWorkUnitsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetWorkUnitsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetWorkUnitsCommandOutput/)
|
|
438
462
|
|
|
439
463
|
</details>
|
|
440
464
|
<details>
|
|
@@ -442,7 +466,7 @@ GetWorkUnits
|
|
|
442
466
|
GrantPermissions
|
|
443
467
|
</summary>
|
|
444
468
|
|
|
445
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
469
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/GrantPermissionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GrantPermissionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GrantPermissionsCommandOutput/)
|
|
446
470
|
|
|
447
471
|
</details>
|
|
448
472
|
<details>
|
|
@@ -450,7 +474,7 @@ GrantPermissions
|
|
|
450
474
|
ListDataCellsFilter
|
|
451
475
|
</summary>
|
|
452
476
|
|
|
453
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
477
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/ListDataCellsFilterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/ListDataCellsFilterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/ListDataCellsFilterCommandOutput/)
|
|
454
478
|
|
|
455
479
|
</details>
|
|
456
480
|
<details>
|
|
@@ -458,7 +482,7 @@ ListDataCellsFilter
|
|
|
458
482
|
ListLakeFormationOptIns
|
|
459
483
|
</summary>
|
|
460
484
|
|
|
461
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
485
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/ListLakeFormationOptInsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/ListLakeFormationOptInsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/ListLakeFormationOptInsCommandOutput/)
|
|
462
486
|
|
|
463
487
|
</details>
|
|
464
488
|
<details>
|
|
@@ -466,7 +490,7 @@ ListLakeFormationOptIns
|
|
|
466
490
|
ListLFTags
|
|
467
491
|
</summary>
|
|
468
492
|
|
|
469
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
493
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/ListLFTagsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/ListLFTagsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/ListLFTagsCommandOutput/)
|
|
470
494
|
|
|
471
495
|
</details>
|
|
472
496
|
<details>
|
|
@@ -474,7 +498,7 @@ ListLFTags
|
|
|
474
498
|
ListPermissions
|
|
475
499
|
</summary>
|
|
476
500
|
|
|
477
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
501
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/ListPermissionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/ListPermissionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/ListPermissionsCommandOutput/)
|
|
478
502
|
|
|
479
503
|
</details>
|
|
480
504
|
<details>
|
|
@@ -482,7 +506,7 @@ ListPermissions
|
|
|
482
506
|
ListResources
|
|
483
507
|
</summary>
|
|
484
508
|
|
|
485
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
509
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/ListResourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/ListResourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/ListResourcesCommandOutput/)
|
|
486
510
|
|
|
487
511
|
</details>
|
|
488
512
|
<details>
|
|
@@ -490,7 +514,7 @@ ListResources
|
|
|
490
514
|
ListTableStorageOptimizers
|
|
491
515
|
</summary>
|
|
492
516
|
|
|
493
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
517
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/ListTableStorageOptimizersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/ListTableStorageOptimizersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/ListTableStorageOptimizersCommandOutput/)
|
|
494
518
|
|
|
495
519
|
</details>
|
|
496
520
|
<details>
|
|
@@ -498,7 +522,7 @@ ListTableStorageOptimizers
|
|
|
498
522
|
ListTransactions
|
|
499
523
|
</summary>
|
|
500
524
|
|
|
501
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
525
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/ListTransactionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/ListTransactionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/ListTransactionsCommandOutput/)
|
|
502
526
|
|
|
503
527
|
</details>
|
|
504
528
|
<details>
|
|
@@ -506,7 +530,7 @@ ListTransactions
|
|
|
506
530
|
PutDataLakeSettings
|
|
507
531
|
</summary>
|
|
508
532
|
|
|
509
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
533
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/PutDataLakeSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/PutDataLakeSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/PutDataLakeSettingsCommandOutput/)
|
|
510
534
|
|
|
511
535
|
</details>
|
|
512
536
|
<details>
|
|
@@ -514,7 +538,7 @@ PutDataLakeSettings
|
|
|
514
538
|
RegisterResource
|
|
515
539
|
</summary>
|
|
516
540
|
|
|
517
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
541
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/RegisterResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/RegisterResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/RegisterResourceCommandOutput/)
|
|
518
542
|
|
|
519
543
|
</details>
|
|
520
544
|
<details>
|
|
@@ -522,7 +546,7 @@ RegisterResource
|
|
|
522
546
|
RemoveLFTagsFromResource
|
|
523
547
|
</summary>
|
|
524
548
|
|
|
525
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
549
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/RemoveLFTagsFromResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/RemoveLFTagsFromResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/RemoveLFTagsFromResourceCommandOutput/)
|
|
526
550
|
|
|
527
551
|
</details>
|
|
528
552
|
<details>
|
|
@@ -530,7 +554,7 @@ RemoveLFTagsFromResource
|
|
|
530
554
|
RevokePermissions
|
|
531
555
|
</summary>
|
|
532
556
|
|
|
533
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
557
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/RevokePermissionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/RevokePermissionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/RevokePermissionsCommandOutput/)
|
|
534
558
|
|
|
535
559
|
</details>
|
|
536
560
|
<details>
|
|
@@ -538,7 +562,7 @@ RevokePermissions
|
|
|
538
562
|
SearchDatabasesByLFTags
|
|
539
563
|
</summary>
|
|
540
564
|
|
|
541
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
565
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/SearchDatabasesByLFTagsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/SearchDatabasesByLFTagsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/SearchDatabasesByLFTagsCommandOutput/)
|
|
542
566
|
|
|
543
567
|
</details>
|
|
544
568
|
<details>
|
|
@@ -546,7 +570,7 @@ SearchDatabasesByLFTags
|
|
|
546
570
|
SearchTablesByLFTags
|
|
547
571
|
</summary>
|
|
548
572
|
|
|
549
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
573
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/SearchTablesByLFTagsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/SearchTablesByLFTagsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/SearchTablesByLFTagsCommandOutput/)
|
|
550
574
|
|
|
551
575
|
</details>
|
|
552
576
|
<details>
|
|
@@ -554,7 +578,7 @@ SearchTablesByLFTags
|
|
|
554
578
|
StartQueryPlanning
|
|
555
579
|
</summary>
|
|
556
580
|
|
|
557
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
581
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/StartQueryPlanningCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/StartQueryPlanningCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/StartQueryPlanningCommandOutput/)
|
|
558
582
|
|
|
559
583
|
</details>
|
|
560
584
|
<details>
|
|
@@ -562,7 +586,7 @@ StartQueryPlanning
|
|
|
562
586
|
StartTransaction
|
|
563
587
|
</summary>
|
|
564
588
|
|
|
565
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
589
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/StartTransactionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/StartTransactionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/StartTransactionCommandOutput/)
|
|
566
590
|
|
|
567
591
|
</details>
|
|
568
592
|
<details>
|
|
@@ -570,7 +594,15 @@ StartTransaction
|
|
|
570
594
|
UpdateDataCellsFilter
|
|
571
595
|
</summary>
|
|
572
596
|
|
|
573
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
597
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/UpdateDataCellsFilterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/UpdateDataCellsFilterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/UpdateDataCellsFilterCommandOutput/)
|
|
598
|
+
|
|
599
|
+
</details>
|
|
600
|
+
<details>
|
|
601
|
+
<summary>
|
|
602
|
+
UpdateLakeFormationIdentityCenterConfiguration
|
|
603
|
+
</summary>
|
|
604
|
+
|
|
605
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/UpdateLakeFormationIdentityCenterConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/UpdateLakeFormationIdentityCenterConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/UpdateLakeFormationIdentityCenterConfigurationCommandOutput/)
|
|
574
606
|
|
|
575
607
|
</details>
|
|
576
608
|
<details>
|
|
@@ -578,7 +610,7 @@ UpdateDataCellsFilter
|
|
|
578
610
|
UpdateLFTag
|
|
579
611
|
</summary>
|
|
580
612
|
|
|
581
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
613
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/UpdateLFTagCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/UpdateLFTagCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/UpdateLFTagCommandOutput/)
|
|
582
614
|
|
|
583
615
|
</details>
|
|
584
616
|
<details>
|
|
@@ -586,7 +618,7 @@ UpdateLFTag
|
|
|
586
618
|
UpdateResource
|
|
587
619
|
</summary>
|
|
588
620
|
|
|
589
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
621
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/UpdateResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/UpdateResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/UpdateResourceCommandOutput/)
|
|
590
622
|
|
|
591
623
|
</details>
|
|
592
624
|
<details>
|
|
@@ -594,7 +626,7 @@ UpdateResource
|
|
|
594
626
|
UpdateTableObjects
|
|
595
627
|
</summary>
|
|
596
628
|
|
|
597
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
629
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/UpdateTableObjectsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/UpdateTableObjectsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/UpdateTableObjectsCommandOutput/)
|
|
598
630
|
|
|
599
631
|
</details>
|
|
600
632
|
<details>
|
|
@@ -602,6 +634,6 @@ UpdateTableObjects
|
|
|
602
634
|
UpdateTableStorageOptimizer
|
|
603
635
|
</summary>
|
|
604
636
|
|
|
605
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
637
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/UpdateTableStorageOptimizerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/UpdateTableStorageOptimizerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/UpdateTableStorageOptimizerCommandOutput/)
|
|
606
638
|
|
|
607
639
|
</details>
|
|
@@ -9,13 +9,16 @@ const BatchRevokePermissionsCommand_1 = require("./commands/BatchRevokePermissio
|
|
|
9
9
|
const CancelTransactionCommand_1 = require("./commands/CancelTransactionCommand");
|
|
10
10
|
const CommitTransactionCommand_1 = require("./commands/CommitTransactionCommand");
|
|
11
11
|
const CreateDataCellsFilterCommand_1 = require("./commands/CreateDataCellsFilterCommand");
|
|
12
|
+
const CreateLakeFormationIdentityCenterConfigurationCommand_1 = require("./commands/CreateLakeFormationIdentityCenterConfigurationCommand");
|
|
12
13
|
const CreateLakeFormationOptInCommand_1 = require("./commands/CreateLakeFormationOptInCommand");
|
|
13
14
|
const CreateLFTagCommand_1 = require("./commands/CreateLFTagCommand");
|
|
14
15
|
const DeleteDataCellsFilterCommand_1 = require("./commands/DeleteDataCellsFilterCommand");
|
|
16
|
+
const DeleteLakeFormationIdentityCenterConfigurationCommand_1 = require("./commands/DeleteLakeFormationIdentityCenterConfigurationCommand");
|
|
15
17
|
const DeleteLakeFormationOptInCommand_1 = require("./commands/DeleteLakeFormationOptInCommand");
|
|
16
18
|
const DeleteLFTagCommand_1 = require("./commands/DeleteLFTagCommand");
|
|
17
19
|
const DeleteObjectsOnCancelCommand_1 = require("./commands/DeleteObjectsOnCancelCommand");
|
|
18
20
|
const DeregisterResourceCommand_1 = require("./commands/DeregisterResourceCommand");
|
|
21
|
+
const DescribeLakeFormationIdentityCenterConfigurationCommand_1 = require("./commands/DescribeLakeFormationIdentityCenterConfigurationCommand");
|
|
19
22
|
const DescribeResourceCommand_1 = require("./commands/DescribeResourceCommand");
|
|
20
23
|
const DescribeTransactionCommand_1 = require("./commands/DescribeTransactionCommand");
|
|
21
24
|
const ExtendTransactionCommand_1 = require("./commands/ExtendTransactionCommand");
|
|
@@ -48,6 +51,7 @@ const SearchTablesByLFTagsCommand_1 = require("./commands/SearchTablesByLFTagsCo
|
|
|
48
51
|
const StartQueryPlanningCommand_1 = require("./commands/StartQueryPlanningCommand");
|
|
49
52
|
const StartTransactionCommand_1 = require("./commands/StartTransactionCommand");
|
|
50
53
|
const UpdateDataCellsFilterCommand_1 = require("./commands/UpdateDataCellsFilterCommand");
|
|
54
|
+
const UpdateLakeFormationIdentityCenterConfigurationCommand_1 = require("./commands/UpdateLakeFormationIdentityCenterConfigurationCommand");
|
|
51
55
|
const UpdateLFTagCommand_1 = require("./commands/UpdateLFTagCommand");
|
|
52
56
|
const UpdateResourceCommand_1 = require("./commands/UpdateResourceCommand");
|
|
53
57
|
const UpdateTableObjectsCommand_1 = require("./commands/UpdateTableObjectsCommand");
|
|
@@ -61,13 +65,16 @@ const commands = {
|
|
|
61
65
|
CancelTransactionCommand: CancelTransactionCommand_1.CancelTransactionCommand,
|
|
62
66
|
CommitTransactionCommand: CommitTransactionCommand_1.CommitTransactionCommand,
|
|
63
67
|
CreateDataCellsFilterCommand: CreateDataCellsFilterCommand_1.CreateDataCellsFilterCommand,
|
|
68
|
+
CreateLakeFormationIdentityCenterConfigurationCommand: CreateLakeFormationIdentityCenterConfigurationCommand_1.CreateLakeFormationIdentityCenterConfigurationCommand,
|
|
64
69
|
CreateLakeFormationOptInCommand: CreateLakeFormationOptInCommand_1.CreateLakeFormationOptInCommand,
|
|
65
70
|
CreateLFTagCommand: CreateLFTagCommand_1.CreateLFTagCommand,
|
|
66
71
|
DeleteDataCellsFilterCommand: DeleteDataCellsFilterCommand_1.DeleteDataCellsFilterCommand,
|
|
72
|
+
DeleteLakeFormationIdentityCenterConfigurationCommand: DeleteLakeFormationIdentityCenterConfigurationCommand_1.DeleteLakeFormationIdentityCenterConfigurationCommand,
|
|
67
73
|
DeleteLakeFormationOptInCommand: DeleteLakeFormationOptInCommand_1.DeleteLakeFormationOptInCommand,
|
|
68
74
|
DeleteLFTagCommand: DeleteLFTagCommand_1.DeleteLFTagCommand,
|
|
69
75
|
DeleteObjectsOnCancelCommand: DeleteObjectsOnCancelCommand_1.DeleteObjectsOnCancelCommand,
|
|
70
76
|
DeregisterResourceCommand: DeregisterResourceCommand_1.DeregisterResourceCommand,
|
|
77
|
+
DescribeLakeFormationIdentityCenterConfigurationCommand: DescribeLakeFormationIdentityCenterConfigurationCommand_1.DescribeLakeFormationIdentityCenterConfigurationCommand,
|
|
71
78
|
DescribeResourceCommand: DescribeResourceCommand_1.DescribeResourceCommand,
|
|
72
79
|
DescribeTransactionCommand: DescribeTransactionCommand_1.DescribeTransactionCommand,
|
|
73
80
|
ExtendTransactionCommand: ExtendTransactionCommand_1.ExtendTransactionCommand,
|
|
@@ -100,6 +107,7 @@ const commands = {
|
|
|
100
107
|
StartQueryPlanningCommand: StartQueryPlanningCommand_1.StartQueryPlanningCommand,
|
|
101
108
|
StartTransactionCommand: StartTransactionCommand_1.StartTransactionCommand,
|
|
102
109
|
UpdateDataCellsFilterCommand: UpdateDataCellsFilterCommand_1.UpdateDataCellsFilterCommand,
|
|
110
|
+
UpdateLakeFormationIdentityCenterConfigurationCommand: UpdateLakeFormationIdentityCenterConfigurationCommand_1.UpdateLakeFormationIdentityCenterConfigurationCommand,
|
|
103
111
|
UpdateLFTagCommand: UpdateLFTagCommand_1.UpdateLFTagCommand,
|
|
104
112
|
UpdateResourceCommand: UpdateResourceCommand_1.UpdateResourceCommand,
|
|
105
113
|
UpdateTableObjectsCommand: UpdateTableObjectsCommand_1.UpdateTableObjectsCommand,
|