@aws-sdk/client-lakeformation 3.957.0 → 3.962.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 +1 -66
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +976 -1043
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +2 -2
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +977 -1042
- package/dist-types/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,14 +7,11 @@
|
|
|
7
7
|
AWS SDK for JavaScript LakeFormation Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
9
|
<fullname>Lake Formation</fullname>
|
|
10
|
-
|
|
11
10
|
<p>Defines the public endpoint for the Lake Formation service.</p>
|
|
12
11
|
|
|
13
12
|
## Installing
|
|
14
|
-
|
|
15
13
|
To install this package, simply type add or install @aws-sdk/client-lakeformation
|
|
16
14
|
using your favorite package manager:
|
|
17
|
-
|
|
18
15
|
- `npm install @aws-sdk/client-lakeformation`
|
|
19
16
|
- `yarn add @aws-sdk/client-lakeformation`
|
|
20
17
|
- `pnpm add @aws-sdk/client-lakeformation`
|
|
@@ -50,9 +47,7 @@ To send a request, you:
|
|
|
50
47
|
// a client can be shared by different commands.
|
|
51
48
|
const client = new LakeFormationClient({ region: "REGION" });
|
|
52
49
|
|
|
53
|
-
const params = {
|
|
54
|
-
/** input parameters */
|
|
55
|
-
};
|
|
50
|
+
const params = { /** input parameters */ };
|
|
56
51
|
const command = new ListLFTagsCommand(params);
|
|
57
52
|
```
|
|
58
53
|
|
|
@@ -211,7 +206,6 @@ AddLFTagsToResource
|
|
|
211
206
|
</summary>
|
|
212
207
|
|
|
213
208
|
[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
|
-
|
|
215
209
|
</details>
|
|
216
210
|
<details>
|
|
217
211
|
<summary>
|
|
@@ -219,7 +213,6 @@ AssumeDecoratedRoleWithSAML
|
|
|
219
213
|
</summary>
|
|
220
214
|
|
|
221
215
|
[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
|
-
|
|
223
216
|
</details>
|
|
224
217
|
<details>
|
|
225
218
|
<summary>
|
|
@@ -227,7 +220,6 @@ BatchGrantPermissions
|
|
|
227
220
|
</summary>
|
|
228
221
|
|
|
229
222
|
[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
|
-
|
|
231
223
|
</details>
|
|
232
224
|
<details>
|
|
233
225
|
<summary>
|
|
@@ -235,7 +227,6 @@ BatchRevokePermissions
|
|
|
235
227
|
</summary>
|
|
236
228
|
|
|
237
229
|
[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
|
-
|
|
239
230
|
</details>
|
|
240
231
|
<details>
|
|
241
232
|
<summary>
|
|
@@ -243,7 +234,6 @@ CancelTransaction
|
|
|
243
234
|
</summary>
|
|
244
235
|
|
|
245
236
|
[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
|
-
|
|
247
237
|
</details>
|
|
248
238
|
<details>
|
|
249
239
|
<summary>
|
|
@@ -251,7 +241,6 @@ CommitTransaction
|
|
|
251
241
|
</summary>
|
|
252
242
|
|
|
253
243
|
[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
|
-
|
|
255
244
|
</details>
|
|
256
245
|
<details>
|
|
257
246
|
<summary>
|
|
@@ -259,7 +248,6 @@ CreateDataCellsFilter
|
|
|
259
248
|
</summary>
|
|
260
249
|
|
|
261
250
|
[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
251
|
</details>
|
|
264
252
|
<details>
|
|
265
253
|
<summary>
|
|
@@ -267,7 +255,6 @@ CreateLakeFormationIdentityCenterConfiguration
|
|
|
267
255
|
</summary>
|
|
268
256
|
|
|
269
257
|
[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/)
|
|
270
|
-
|
|
271
258
|
</details>
|
|
272
259
|
<details>
|
|
273
260
|
<summary>
|
|
@@ -275,7 +262,6 @@ CreateLakeFormationOptIn
|
|
|
275
262
|
</summary>
|
|
276
263
|
|
|
277
264
|
[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/)
|
|
278
|
-
|
|
279
265
|
</details>
|
|
280
266
|
<details>
|
|
281
267
|
<summary>
|
|
@@ -283,7 +269,6 @@ CreateLFTag
|
|
|
283
269
|
</summary>
|
|
284
270
|
|
|
285
271
|
[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/)
|
|
286
|
-
|
|
287
272
|
</details>
|
|
288
273
|
<details>
|
|
289
274
|
<summary>
|
|
@@ -291,7 +276,6 @@ CreateLFTagExpression
|
|
|
291
276
|
</summary>
|
|
292
277
|
|
|
293
278
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/CreateLFTagExpressionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/CreateLFTagExpressionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/CreateLFTagExpressionCommandOutput/)
|
|
294
|
-
|
|
295
279
|
</details>
|
|
296
280
|
<details>
|
|
297
281
|
<summary>
|
|
@@ -299,7 +283,6 @@ DeleteDataCellsFilter
|
|
|
299
283
|
</summary>
|
|
300
284
|
|
|
301
285
|
[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/)
|
|
302
|
-
|
|
303
286
|
</details>
|
|
304
287
|
<details>
|
|
305
288
|
<summary>
|
|
@@ -307,7 +290,6 @@ DeleteLakeFormationIdentityCenterConfiguration
|
|
|
307
290
|
</summary>
|
|
308
291
|
|
|
309
292
|
[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/)
|
|
310
|
-
|
|
311
293
|
</details>
|
|
312
294
|
<details>
|
|
313
295
|
<summary>
|
|
@@ -315,7 +297,6 @@ DeleteLakeFormationOptIn
|
|
|
315
297
|
</summary>
|
|
316
298
|
|
|
317
299
|
[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/)
|
|
318
|
-
|
|
319
300
|
</details>
|
|
320
301
|
<details>
|
|
321
302
|
<summary>
|
|
@@ -323,7 +304,6 @@ DeleteLFTag
|
|
|
323
304
|
</summary>
|
|
324
305
|
|
|
325
306
|
[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/)
|
|
326
|
-
|
|
327
307
|
</details>
|
|
328
308
|
<details>
|
|
329
309
|
<summary>
|
|
@@ -331,7 +311,6 @@ DeleteLFTagExpression
|
|
|
331
311
|
</summary>
|
|
332
312
|
|
|
333
313
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/DeleteLFTagExpressionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/DeleteLFTagExpressionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/DeleteLFTagExpressionCommandOutput/)
|
|
334
|
-
|
|
335
314
|
</details>
|
|
336
315
|
<details>
|
|
337
316
|
<summary>
|
|
@@ -339,7 +318,6 @@ DeleteObjectsOnCancel
|
|
|
339
318
|
</summary>
|
|
340
319
|
|
|
341
320
|
[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/)
|
|
342
|
-
|
|
343
321
|
</details>
|
|
344
322
|
<details>
|
|
345
323
|
<summary>
|
|
@@ -347,7 +325,6 @@ DeregisterResource
|
|
|
347
325
|
</summary>
|
|
348
326
|
|
|
349
327
|
[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/)
|
|
350
|
-
|
|
351
328
|
</details>
|
|
352
329
|
<details>
|
|
353
330
|
<summary>
|
|
@@ -355,7 +332,6 @@ DescribeLakeFormationIdentityCenterConfiguration
|
|
|
355
332
|
</summary>
|
|
356
333
|
|
|
357
334
|
[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/)
|
|
358
|
-
|
|
359
335
|
</details>
|
|
360
336
|
<details>
|
|
361
337
|
<summary>
|
|
@@ -363,7 +339,6 @@ DescribeResource
|
|
|
363
339
|
</summary>
|
|
364
340
|
|
|
365
341
|
[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/)
|
|
366
|
-
|
|
367
342
|
</details>
|
|
368
343
|
<details>
|
|
369
344
|
<summary>
|
|
@@ -371,7 +346,6 @@ DescribeTransaction
|
|
|
371
346
|
</summary>
|
|
372
347
|
|
|
373
348
|
[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/)
|
|
374
|
-
|
|
375
349
|
</details>
|
|
376
350
|
<details>
|
|
377
351
|
<summary>
|
|
@@ -379,7 +353,6 @@ ExtendTransaction
|
|
|
379
353
|
</summary>
|
|
380
354
|
|
|
381
355
|
[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/)
|
|
382
|
-
|
|
383
356
|
</details>
|
|
384
357
|
<details>
|
|
385
358
|
<summary>
|
|
@@ -387,7 +360,6 @@ GetDataCellsFilter
|
|
|
387
360
|
</summary>
|
|
388
361
|
|
|
389
362
|
[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/)
|
|
390
|
-
|
|
391
363
|
</details>
|
|
392
364
|
<details>
|
|
393
365
|
<summary>
|
|
@@ -395,7 +367,6 @@ GetDataLakePrincipal
|
|
|
395
367
|
</summary>
|
|
396
368
|
|
|
397
369
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/GetDataLakePrincipalCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetDataLakePrincipalCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetDataLakePrincipalCommandOutput/)
|
|
398
|
-
|
|
399
370
|
</details>
|
|
400
371
|
<details>
|
|
401
372
|
<summary>
|
|
@@ -403,7 +374,6 @@ GetDataLakeSettings
|
|
|
403
374
|
</summary>
|
|
404
375
|
|
|
405
376
|
[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/)
|
|
406
|
-
|
|
407
377
|
</details>
|
|
408
378
|
<details>
|
|
409
379
|
<summary>
|
|
@@ -411,7 +381,6 @@ GetEffectivePermissionsForPath
|
|
|
411
381
|
</summary>
|
|
412
382
|
|
|
413
383
|
[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/)
|
|
414
|
-
|
|
415
384
|
</details>
|
|
416
385
|
<details>
|
|
417
386
|
<summary>
|
|
@@ -419,7 +388,6 @@ GetLFTag
|
|
|
419
388
|
</summary>
|
|
420
389
|
|
|
421
390
|
[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/)
|
|
422
|
-
|
|
423
391
|
</details>
|
|
424
392
|
<details>
|
|
425
393
|
<summary>
|
|
@@ -427,7 +395,6 @@ GetLFTagExpression
|
|
|
427
395
|
</summary>
|
|
428
396
|
|
|
429
397
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/GetLFTagExpressionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetLFTagExpressionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/GetLFTagExpressionCommandOutput/)
|
|
430
|
-
|
|
431
398
|
</details>
|
|
432
399
|
<details>
|
|
433
400
|
<summary>
|
|
@@ -435,7 +402,6 @@ GetQueryState
|
|
|
435
402
|
</summary>
|
|
436
403
|
|
|
437
404
|
[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/)
|
|
438
|
-
|
|
439
405
|
</details>
|
|
440
406
|
<details>
|
|
441
407
|
<summary>
|
|
@@ -443,7 +409,6 @@ GetQueryStatistics
|
|
|
443
409
|
</summary>
|
|
444
410
|
|
|
445
411
|
[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/)
|
|
446
|
-
|
|
447
412
|
</details>
|
|
448
413
|
<details>
|
|
449
414
|
<summary>
|
|
@@ -451,7 +416,6 @@ GetResourceLFTags
|
|
|
451
416
|
</summary>
|
|
452
417
|
|
|
453
418
|
[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/)
|
|
454
|
-
|
|
455
419
|
</details>
|
|
456
420
|
<details>
|
|
457
421
|
<summary>
|
|
@@ -459,7 +423,6 @@ GetTableObjects
|
|
|
459
423
|
</summary>
|
|
460
424
|
|
|
461
425
|
[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/)
|
|
462
|
-
|
|
463
426
|
</details>
|
|
464
427
|
<details>
|
|
465
428
|
<summary>
|
|
@@ -467,7 +430,6 @@ GetTemporaryGluePartitionCredentials
|
|
|
467
430
|
</summary>
|
|
468
431
|
|
|
469
432
|
[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/)
|
|
470
|
-
|
|
471
433
|
</details>
|
|
472
434
|
<details>
|
|
473
435
|
<summary>
|
|
@@ -475,7 +437,6 @@ GetTemporaryGlueTableCredentials
|
|
|
475
437
|
</summary>
|
|
476
438
|
|
|
477
439
|
[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/)
|
|
478
|
-
|
|
479
440
|
</details>
|
|
480
441
|
<details>
|
|
481
442
|
<summary>
|
|
@@ -483,7 +444,6 @@ GetWorkUnitResults
|
|
|
483
444
|
</summary>
|
|
484
445
|
|
|
485
446
|
[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/)
|
|
486
|
-
|
|
487
447
|
</details>
|
|
488
448
|
<details>
|
|
489
449
|
<summary>
|
|
@@ -491,7 +451,6 @@ GetWorkUnits
|
|
|
491
451
|
</summary>
|
|
492
452
|
|
|
493
453
|
[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/)
|
|
494
|
-
|
|
495
454
|
</details>
|
|
496
455
|
<details>
|
|
497
456
|
<summary>
|
|
@@ -499,7 +458,6 @@ GrantPermissions
|
|
|
499
458
|
</summary>
|
|
500
459
|
|
|
501
460
|
[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/)
|
|
502
|
-
|
|
503
461
|
</details>
|
|
504
462
|
<details>
|
|
505
463
|
<summary>
|
|
@@ -507,7 +465,6 @@ ListDataCellsFilter
|
|
|
507
465
|
</summary>
|
|
508
466
|
|
|
509
467
|
[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/)
|
|
510
|
-
|
|
511
468
|
</details>
|
|
512
469
|
<details>
|
|
513
470
|
<summary>
|
|
@@ -515,7 +472,6 @@ ListLakeFormationOptIns
|
|
|
515
472
|
</summary>
|
|
516
473
|
|
|
517
474
|
[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/)
|
|
518
|
-
|
|
519
475
|
</details>
|
|
520
476
|
<details>
|
|
521
477
|
<summary>
|
|
@@ -523,7 +479,6 @@ ListLFTagExpressions
|
|
|
523
479
|
</summary>
|
|
524
480
|
|
|
525
481
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/ListLFTagExpressionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/ListLFTagExpressionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/ListLFTagExpressionsCommandOutput/)
|
|
526
|
-
|
|
527
482
|
</details>
|
|
528
483
|
<details>
|
|
529
484
|
<summary>
|
|
@@ -531,7 +486,6 @@ ListLFTags
|
|
|
531
486
|
</summary>
|
|
532
487
|
|
|
533
488
|
[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/)
|
|
534
|
-
|
|
535
489
|
</details>
|
|
536
490
|
<details>
|
|
537
491
|
<summary>
|
|
@@ -539,7 +493,6 @@ ListPermissions
|
|
|
539
493
|
</summary>
|
|
540
494
|
|
|
541
495
|
[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/)
|
|
542
|
-
|
|
543
496
|
</details>
|
|
544
497
|
<details>
|
|
545
498
|
<summary>
|
|
@@ -547,7 +500,6 @@ ListResources
|
|
|
547
500
|
</summary>
|
|
548
501
|
|
|
549
502
|
[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/)
|
|
550
|
-
|
|
551
503
|
</details>
|
|
552
504
|
<details>
|
|
553
505
|
<summary>
|
|
@@ -555,7 +507,6 @@ ListTableStorageOptimizers
|
|
|
555
507
|
</summary>
|
|
556
508
|
|
|
557
509
|
[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/)
|
|
558
|
-
|
|
559
510
|
</details>
|
|
560
511
|
<details>
|
|
561
512
|
<summary>
|
|
@@ -563,7 +514,6 @@ ListTransactions
|
|
|
563
514
|
</summary>
|
|
564
515
|
|
|
565
516
|
[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/)
|
|
566
|
-
|
|
567
517
|
</details>
|
|
568
518
|
<details>
|
|
569
519
|
<summary>
|
|
@@ -571,7 +521,6 @@ PutDataLakeSettings
|
|
|
571
521
|
</summary>
|
|
572
522
|
|
|
573
523
|
[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/)
|
|
574
|
-
|
|
575
524
|
</details>
|
|
576
525
|
<details>
|
|
577
526
|
<summary>
|
|
@@ -579,7 +528,6 @@ RegisterResource
|
|
|
579
528
|
</summary>
|
|
580
529
|
|
|
581
530
|
[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/)
|
|
582
|
-
|
|
583
531
|
</details>
|
|
584
532
|
<details>
|
|
585
533
|
<summary>
|
|
@@ -587,7 +535,6 @@ RemoveLFTagsFromResource
|
|
|
587
535
|
</summary>
|
|
588
536
|
|
|
589
537
|
[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/)
|
|
590
|
-
|
|
591
538
|
</details>
|
|
592
539
|
<details>
|
|
593
540
|
<summary>
|
|
@@ -595,7 +542,6 @@ RevokePermissions
|
|
|
595
542
|
</summary>
|
|
596
543
|
|
|
597
544
|
[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/)
|
|
598
|
-
|
|
599
545
|
</details>
|
|
600
546
|
<details>
|
|
601
547
|
<summary>
|
|
@@ -603,7 +549,6 @@ SearchDatabasesByLFTags
|
|
|
603
549
|
</summary>
|
|
604
550
|
|
|
605
551
|
[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/)
|
|
606
|
-
|
|
607
552
|
</details>
|
|
608
553
|
<details>
|
|
609
554
|
<summary>
|
|
@@ -611,7 +556,6 @@ SearchTablesByLFTags
|
|
|
611
556
|
</summary>
|
|
612
557
|
|
|
613
558
|
[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/)
|
|
614
|
-
|
|
615
559
|
</details>
|
|
616
560
|
<details>
|
|
617
561
|
<summary>
|
|
@@ -619,7 +563,6 @@ StartQueryPlanning
|
|
|
619
563
|
</summary>
|
|
620
564
|
|
|
621
565
|
[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/)
|
|
622
|
-
|
|
623
566
|
</details>
|
|
624
567
|
<details>
|
|
625
568
|
<summary>
|
|
@@ -627,7 +570,6 @@ StartTransaction
|
|
|
627
570
|
</summary>
|
|
628
571
|
|
|
629
572
|
[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/)
|
|
630
|
-
|
|
631
573
|
</details>
|
|
632
574
|
<details>
|
|
633
575
|
<summary>
|
|
@@ -635,7 +577,6 @@ UpdateDataCellsFilter
|
|
|
635
577
|
</summary>
|
|
636
578
|
|
|
637
579
|
[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/)
|
|
638
|
-
|
|
639
580
|
</details>
|
|
640
581
|
<details>
|
|
641
582
|
<summary>
|
|
@@ -643,7 +584,6 @@ UpdateLakeFormationIdentityCenterConfiguration
|
|
|
643
584
|
</summary>
|
|
644
585
|
|
|
645
586
|
[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/)
|
|
646
|
-
|
|
647
587
|
</details>
|
|
648
588
|
<details>
|
|
649
589
|
<summary>
|
|
@@ -651,7 +591,6 @@ UpdateLFTag
|
|
|
651
591
|
</summary>
|
|
652
592
|
|
|
653
593
|
[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/)
|
|
654
|
-
|
|
655
594
|
</details>
|
|
656
595
|
<details>
|
|
657
596
|
<summary>
|
|
@@ -659,7 +598,6 @@ UpdateLFTagExpression
|
|
|
659
598
|
</summary>
|
|
660
599
|
|
|
661
600
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lakeformation/command/UpdateLFTagExpressionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/UpdateLFTagExpressionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lakeformation/Interface/UpdateLFTagExpressionCommandOutput/)
|
|
662
|
-
|
|
663
601
|
</details>
|
|
664
602
|
<details>
|
|
665
603
|
<summary>
|
|
@@ -667,7 +605,6 @@ UpdateResource
|
|
|
667
605
|
</summary>
|
|
668
606
|
|
|
669
607
|
[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/)
|
|
670
|
-
|
|
671
608
|
</details>
|
|
672
609
|
<details>
|
|
673
610
|
<summary>
|
|
@@ -675,7 +612,6 @@ UpdateTableObjects
|
|
|
675
612
|
</summary>
|
|
676
613
|
|
|
677
614
|
[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/)
|
|
678
|
-
|
|
679
615
|
</details>
|
|
680
616
|
<details>
|
|
681
617
|
<summary>
|
|
@@ -683,5 +619,4 @@ UpdateTableStorageOptimizer
|
|
|
683
619
|
</summary>
|
|
684
620
|
|
|
685
621
|
[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/)
|
|
686
|
-
|
|
687
622
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultLakeFormationHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultLakeFormationHttpAuthSchemeParametersProvider = defaultLakeFormationHttpAuthSchemeParametersProvider;
|