@aws-sdk/client-lakeformation 3.278.0 → 3.281.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 +363 -0
- package/dist-types/commands/AddLFTagsToResourceCommand.d.ts +6 -0
- package/dist-types/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +6 -0
- package/dist-types/commands/BatchGrantPermissionsCommand.d.ts +6 -0
- package/dist-types/commands/BatchRevokePermissionsCommand.d.ts +6 -0
- package/dist-types/commands/CancelTransactionCommand.d.ts +6 -0
- package/dist-types/commands/CommitTransactionCommand.d.ts +6 -0
- package/dist-types/commands/CreateDataCellsFilterCommand.d.ts +6 -0
- package/dist-types/commands/CreateLFTagCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +6 -0
- package/dist-types/commands/DeleteLFTagCommand.d.ts +6 -0
- package/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +6 -0
- package/dist-types/commands/DeregisterResourceCommand.d.ts +6 -0
- package/dist-types/commands/DescribeResourceCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTransactionCommand.d.ts +6 -0
- package/dist-types/commands/ExtendTransactionCommand.d.ts +6 -0
- package/dist-types/commands/GetDataLakeSettingsCommand.d.ts +6 -0
- package/dist-types/commands/GetEffectivePermissionsForPathCommand.d.ts +6 -0
- package/dist-types/commands/GetLFTagCommand.d.ts +6 -0
- package/dist-types/commands/GetQueryStateCommand.d.ts +6 -0
- package/dist-types/commands/GetQueryStatisticsCommand.d.ts +6 -0
- package/dist-types/commands/GetResourceLFTagsCommand.d.ts +6 -0
- package/dist-types/commands/GetTableObjectsCommand.d.ts +6 -0
- package/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +6 -0
- package/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +6 -0
- package/dist-types/commands/GetWorkUnitResultsCommand.d.ts +6 -0
- package/dist-types/commands/GetWorkUnitsCommand.d.ts +6 -0
- package/dist-types/commands/GrantPermissionsCommand.d.ts +6 -0
- package/dist-types/commands/ListDataCellsFilterCommand.d.ts +6 -0
- package/dist-types/commands/ListLFTagsCommand.d.ts +6 -0
- package/dist-types/commands/ListPermissionsCommand.d.ts +6 -0
- package/dist-types/commands/ListResourcesCommand.d.ts +6 -0
- package/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +6 -0
- package/dist-types/commands/ListTransactionsCommand.d.ts +6 -0
- package/dist-types/commands/PutDataLakeSettingsCommand.d.ts +6 -0
- package/dist-types/commands/RegisterResourceCommand.d.ts +6 -0
- package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +6 -0
- package/dist-types/commands/RevokePermissionsCommand.d.ts +6 -0
- package/dist-types/commands/SearchDatabasesByLFTagsCommand.d.ts +6 -0
- package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +6 -0
- package/dist-types/commands/StartQueryPlanningCommand.d.ts +6 -0
- package/dist-types/commands/StartTransactionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateLFTagCommand.d.ts +6 -0
- package/dist-types/commands/UpdateResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateTableObjectsCommand.d.ts +6 -0
- package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +6 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -205,3 +205,366 @@ To contribute to client you can check our [generate clients scripts](https://git
|
|
|
205
205
|
This SDK is distributed under the
|
|
206
206
|
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
|
|
207
207
|
see LICENSE for more information.
|
|
208
|
+
|
|
209
|
+
## Client Commands (Operations List)
|
|
210
|
+
|
|
211
|
+
<details>
|
|
212
|
+
<summary>
|
|
213
|
+
AddLFTagsToResource
|
|
214
|
+
</summary>
|
|
215
|
+
|
|
216
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/addlftagstoresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/addlftagstoresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/addlftagstoresourcecommandoutput.html)
|
|
217
|
+
|
|
218
|
+
</details>
|
|
219
|
+
<details>
|
|
220
|
+
<summary>
|
|
221
|
+
AssumeDecoratedRoleWithSAML
|
|
222
|
+
</summary>
|
|
223
|
+
|
|
224
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/assumedecoratedrolewithsamlcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/assumedecoratedrolewithsamlcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/assumedecoratedrolewithsamlcommandoutput.html)
|
|
225
|
+
|
|
226
|
+
</details>
|
|
227
|
+
<details>
|
|
228
|
+
<summary>
|
|
229
|
+
BatchGrantPermissions
|
|
230
|
+
</summary>
|
|
231
|
+
|
|
232
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/batchgrantpermissionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/batchgrantpermissionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/batchgrantpermissionscommandoutput.html)
|
|
233
|
+
|
|
234
|
+
</details>
|
|
235
|
+
<details>
|
|
236
|
+
<summary>
|
|
237
|
+
BatchRevokePermissions
|
|
238
|
+
</summary>
|
|
239
|
+
|
|
240
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/batchrevokepermissionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/batchrevokepermissionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/batchrevokepermissionscommandoutput.html)
|
|
241
|
+
|
|
242
|
+
</details>
|
|
243
|
+
<details>
|
|
244
|
+
<summary>
|
|
245
|
+
CancelTransaction
|
|
246
|
+
</summary>
|
|
247
|
+
|
|
248
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/canceltransactioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/canceltransactioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/canceltransactioncommandoutput.html)
|
|
249
|
+
|
|
250
|
+
</details>
|
|
251
|
+
<details>
|
|
252
|
+
<summary>
|
|
253
|
+
CommitTransaction
|
|
254
|
+
</summary>
|
|
255
|
+
|
|
256
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/committransactioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/committransactioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/committransactioncommandoutput.html)
|
|
257
|
+
|
|
258
|
+
</details>
|
|
259
|
+
<details>
|
|
260
|
+
<summary>
|
|
261
|
+
CreateDataCellsFilter
|
|
262
|
+
</summary>
|
|
263
|
+
|
|
264
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/createdatacellsfiltercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/createdatacellsfiltercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/createdatacellsfiltercommandoutput.html)
|
|
265
|
+
|
|
266
|
+
</details>
|
|
267
|
+
<details>
|
|
268
|
+
<summary>
|
|
269
|
+
CreateLFTag
|
|
270
|
+
</summary>
|
|
271
|
+
|
|
272
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/createlftagcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/createlftagcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/createlftagcommandoutput.html)
|
|
273
|
+
|
|
274
|
+
</details>
|
|
275
|
+
<details>
|
|
276
|
+
<summary>
|
|
277
|
+
DeleteDataCellsFilter
|
|
278
|
+
</summary>
|
|
279
|
+
|
|
280
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/deletedatacellsfiltercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/deletedatacellsfiltercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/deletedatacellsfiltercommandoutput.html)
|
|
281
|
+
|
|
282
|
+
</details>
|
|
283
|
+
<details>
|
|
284
|
+
<summary>
|
|
285
|
+
DeleteLFTag
|
|
286
|
+
</summary>
|
|
287
|
+
|
|
288
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/deletelftagcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/deletelftagcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/deletelftagcommandoutput.html)
|
|
289
|
+
|
|
290
|
+
</details>
|
|
291
|
+
<details>
|
|
292
|
+
<summary>
|
|
293
|
+
DeleteObjectsOnCancel
|
|
294
|
+
</summary>
|
|
295
|
+
|
|
296
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/deleteobjectsoncancelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/deleteobjectsoncancelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/deleteobjectsoncancelcommandoutput.html)
|
|
297
|
+
|
|
298
|
+
</details>
|
|
299
|
+
<details>
|
|
300
|
+
<summary>
|
|
301
|
+
DeregisterResource
|
|
302
|
+
</summary>
|
|
303
|
+
|
|
304
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/deregisterresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/deregisterresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/deregisterresourcecommandoutput.html)
|
|
305
|
+
|
|
306
|
+
</details>
|
|
307
|
+
<details>
|
|
308
|
+
<summary>
|
|
309
|
+
DescribeResource
|
|
310
|
+
</summary>
|
|
311
|
+
|
|
312
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/describeresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/describeresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/describeresourcecommandoutput.html)
|
|
313
|
+
|
|
314
|
+
</details>
|
|
315
|
+
<details>
|
|
316
|
+
<summary>
|
|
317
|
+
DescribeTransaction
|
|
318
|
+
</summary>
|
|
319
|
+
|
|
320
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/describetransactioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/describetransactioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/describetransactioncommandoutput.html)
|
|
321
|
+
|
|
322
|
+
</details>
|
|
323
|
+
<details>
|
|
324
|
+
<summary>
|
|
325
|
+
ExtendTransaction
|
|
326
|
+
</summary>
|
|
327
|
+
|
|
328
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/extendtransactioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/extendtransactioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/extendtransactioncommandoutput.html)
|
|
329
|
+
|
|
330
|
+
</details>
|
|
331
|
+
<details>
|
|
332
|
+
<summary>
|
|
333
|
+
GetDataLakeSettings
|
|
334
|
+
</summary>
|
|
335
|
+
|
|
336
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/getdatalakesettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/getdatalakesettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/getdatalakesettingscommandoutput.html)
|
|
337
|
+
|
|
338
|
+
</details>
|
|
339
|
+
<details>
|
|
340
|
+
<summary>
|
|
341
|
+
GetEffectivePermissionsForPath
|
|
342
|
+
</summary>
|
|
343
|
+
|
|
344
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/geteffectivepermissionsforpathcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/geteffectivepermissionsforpathcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/geteffectivepermissionsforpathcommandoutput.html)
|
|
345
|
+
|
|
346
|
+
</details>
|
|
347
|
+
<details>
|
|
348
|
+
<summary>
|
|
349
|
+
GetLFTag
|
|
350
|
+
</summary>
|
|
351
|
+
|
|
352
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/getlftagcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/getlftagcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/getlftagcommandoutput.html)
|
|
353
|
+
|
|
354
|
+
</details>
|
|
355
|
+
<details>
|
|
356
|
+
<summary>
|
|
357
|
+
GetQueryState
|
|
358
|
+
</summary>
|
|
359
|
+
|
|
360
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/getquerystatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/getquerystatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/getquerystatecommandoutput.html)
|
|
361
|
+
|
|
362
|
+
</details>
|
|
363
|
+
<details>
|
|
364
|
+
<summary>
|
|
365
|
+
GetQueryStatistics
|
|
366
|
+
</summary>
|
|
367
|
+
|
|
368
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/getquerystatisticscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/getquerystatisticscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/getquerystatisticscommandoutput.html)
|
|
369
|
+
|
|
370
|
+
</details>
|
|
371
|
+
<details>
|
|
372
|
+
<summary>
|
|
373
|
+
GetResourceLFTags
|
|
374
|
+
</summary>
|
|
375
|
+
|
|
376
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/getresourcelftagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/getresourcelftagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/getresourcelftagscommandoutput.html)
|
|
377
|
+
|
|
378
|
+
</details>
|
|
379
|
+
<details>
|
|
380
|
+
<summary>
|
|
381
|
+
GetTableObjects
|
|
382
|
+
</summary>
|
|
383
|
+
|
|
384
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/gettableobjectscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/gettableobjectscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/gettableobjectscommandoutput.html)
|
|
385
|
+
|
|
386
|
+
</details>
|
|
387
|
+
<details>
|
|
388
|
+
<summary>
|
|
389
|
+
GetTemporaryGluePartitionCredentials
|
|
390
|
+
</summary>
|
|
391
|
+
|
|
392
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/gettemporarygluepartitioncredentialscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/gettemporarygluepartitioncredentialscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/gettemporarygluepartitioncredentialscommandoutput.html)
|
|
393
|
+
|
|
394
|
+
</details>
|
|
395
|
+
<details>
|
|
396
|
+
<summary>
|
|
397
|
+
GetTemporaryGlueTableCredentials
|
|
398
|
+
</summary>
|
|
399
|
+
|
|
400
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/gettemporarygluetablecredentialscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/gettemporarygluetablecredentialscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/gettemporarygluetablecredentialscommandoutput.html)
|
|
401
|
+
|
|
402
|
+
</details>
|
|
403
|
+
<details>
|
|
404
|
+
<summary>
|
|
405
|
+
GetWorkUnitResults
|
|
406
|
+
</summary>
|
|
407
|
+
|
|
408
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/getworkunitresultscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/getworkunitresultscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/getworkunitresultscommandoutput.html)
|
|
409
|
+
|
|
410
|
+
</details>
|
|
411
|
+
<details>
|
|
412
|
+
<summary>
|
|
413
|
+
GetWorkUnits
|
|
414
|
+
</summary>
|
|
415
|
+
|
|
416
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/getworkunitscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/getworkunitscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/getworkunitscommandoutput.html)
|
|
417
|
+
|
|
418
|
+
</details>
|
|
419
|
+
<details>
|
|
420
|
+
<summary>
|
|
421
|
+
GrantPermissions
|
|
422
|
+
</summary>
|
|
423
|
+
|
|
424
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/grantpermissionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/grantpermissionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/grantpermissionscommandoutput.html)
|
|
425
|
+
|
|
426
|
+
</details>
|
|
427
|
+
<details>
|
|
428
|
+
<summary>
|
|
429
|
+
ListDataCellsFilter
|
|
430
|
+
</summary>
|
|
431
|
+
|
|
432
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/listdatacellsfiltercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/listdatacellsfiltercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/listdatacellsfiltercommandoutput.html)
|
|
433
|
+
|
|
434
|
+
</details>
|
|
435
|
+
<details>
|
|
436
|
+
<summary>
|
|
437
|
+
ListLFTags
|
|
438
|
+
</summary>
|
|
439
|
+
|
|
440
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/listlftagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/listlftagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/listlftagscommandoutput.html)
|
|
441
|
+
|
|
442
|
+
</details>
|
|
443
|
+
<details>
|
|
444
|
+
<summary>
|
|
445
|
+
ListPermissions
|
|
446
|
+
</summary>
|
|
447
|
+
|
|
448
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/listpermissionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/listpermissionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/listpermissionscommandoutput.html)
|
|
449
|
+
|
|
450
|
+
</details>
|
|
451
|
+
<details>
|
|
452
|
+
<summary>
|
|
453
|
+
ListResources
|
|
454
|
+
</summary>
|
|
455
|
+
|
|
456
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/listresourcescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/listresourcescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/listresourcescommandoutput.html)
|
|
457
|
+
|
|
458
|
+
</details>
|
|
459
|
+
<details>
|
|
460
|
+
<summary>
|
|
461
|
+
ListTableStorageOptimizers
|
|
462
|
+
</summary>
|
|
463
|
+
|
|
464
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/listtablestorageoptimizerscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/listtablestorageoptimizerscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/listtablestorageoptimizerscommandoutput.html)
|
|
465
|
+
|
|
466
|
+
</details>
|
|
467
|
+
<details>
|
|
468
|
+
<summary>
|
|
469
|
+
ListTransactions
|
|
470
|
+
</summary>
|
|
471
|
+
|
|
472
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/listtransactionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/listtransactionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/listtransactionscommandoutput.html)
|
|
473
|
+
|
|
474
|
+
</details>
|
|
475
|
+
<details>
|
|
476
|
+
<summary>
|
|
477
|
+
PutDataLakeSettings
|
|
478
|
+
</summary>
|
|
479
|
+
|
|
480
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/putdatalakesettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/putdatalakesettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/putdatalakesettingscommandoutput.html)
|
|
481
|
+
|
|
482
|
+
</details>
|
|
483
|
+
<details>
|
|
484
|
+
<summary>
|
|
485
|
+
RegisterResource
|
|
486
|
+
</summary>
|
|
487
|
+
|
|
488
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/registerresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/registerresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/registerresourcecommandoutput.html)
|
|
489
|
+
|
|
490
|
+
</details>
|
|
491
|
+
<details>
|
|
492
|
+
<summary>
|
|
493
|
+
RemoveLFTagsFromResource
|
|
494
|
+
</summary>
|
|
495
|
+
|
|
496
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/removelftagsfromresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/removelftagsfromresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/removelftagsfromresourcecommandoutput.html)
|
|
497
|
+
|
|
498
|
+
</details>
|
|
499
|
+
<details>
|
|
500
|
+
<summary>
|
|
501
|
+
RevokePermissions
|
|
502
|
+
</summary>
|
|
503
|
+
|
|
504
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/revokepermissionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/revokepermissionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/revokepermissionscommandoutput.html)
|
|
505
|
+
|
|
506
|
+
</details>
|
|
507
|
+
<details>
|
|
508
|
+
<summary>
|
|
509
|
+
SearchDatabasesByLFTags
|
|
510
|
+
</summary>
|
|
511
|
+
|
|
512
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/searchdatabasesbylftagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/searchdatabasesbylftagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/searchdatabasesbylftagscommandoutput.html)
|
|
513
|
+
|
|
514
|
+
</details>
|
|
515
|
+
<details>
|
|
516
|
+
<summary>
|
|
517
|
+
SearchTablesByLFTags
|
|
518
|
+
</summary>
|
|
519
|
+
|
|
520
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/searchtablesbylftagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/searchtablesbylftagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/searchtablesbylftagscommandoutput.html)
|
|
521
|
+
|
|
522
|
+
</details>
|
|
523
|
+
<details>
|
|
524
|
+
<summary>
|
|
525
|
+
StartQueryPlanning
|
|
526
|
+
</summary>
|
|
527
|
+
|
|
528
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/startqueryplanningcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/startqueryplanningcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/startqueryplanningcommandoutput.html)
|
|
529
|
+
|
|
530
|
+
</details>
|
|
531
|
+
<details>
|
|
532
|
+
<summary>
|
|
533
|
+
StartTransaction
|
|
534
|
+
</summary>
|
|
535
|
+
|
|
536
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/starttransactioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/starttransactioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/starttransactioncommandoutput.html)
|
|
537
|
+
|
|
538
|
+
</details>
|
|
539
|
+
<details>
|
|
540
|
+
<summary>
|
|
541
|
+
UpdateLFTag
|
|
542
|
+
</summary>
|
|
543
|
+
|
|
544
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/updatelftagcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/updatelftagcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/updatelftagcommandoutput.html)
|
|
545
|
+
|
|
546
|
+
</details>
|
|
547
|
+
<details>
|
|
548
|
+
<summary>
|
|
549
|
+
UpdateResource
|
|
550
|
+
</summary>
|
|
551
|
+
|
|
552
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/updateresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/updateresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/updateresourcecommandoutput.html)
|
|
553
|
+
|
|
554
|
+
</details>
|
|
555
|
+
<details>
|
|
556
|
+
<summary>
|
|
557
|
+
UpdateTableObjects
|
|
558
|
+
</summary>
|
|
559
|
+
|
|
560
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/updatetableobjectscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/updatetableobjectscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/updatetableobjectscommandoutput.html)
|
|
561
|
+
|
|
562
|
+
</details>
|
|
563
|
+
<details>
|
|
564
|
+
<summary>
|
|
565
|
+
UpdateTableStorageOptimizer
|
|
566
|
+
</summary>
|
|
567
|
+
|
|
568
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/updatetablestorageoptimizercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/updatetablestorageoptimizercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/updatetablestorageoptimizercommandoutput.html)
|
|
569
|
+
|
|
570
|
+
</details>
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { AddLFTagsToResourceRequest, AddLFTagsToResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link AddLFTagsToResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface AddLFTagsToResourceCommandInput extends AddLFTagsToResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link AddLFTagsToResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface AddLFTagsToResourceCommandOutput extends AddLFTagsToResourceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { AssumeDecoratedRoleWithSAMLRequest, AssumeDecoratedRoleWithSAMLResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link AssumeDecoratedRoleWithSAMLCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface AssumeDecoratedRoleWithSAMLCommandInput extends AssumeDecoratedRoleWithSAMLRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link AssumeDecoratedRoleWithSAMLCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface AssumeDecoratedRoleWithSAMLCommandOutput extends AssumeDecoratedRoleWithSAMLResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { BatchGrantPermissionsRequest, BatchGrantPermissionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link BatchGrantPermissionsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface BatchGrantPermissionsCommandInput extends BatchGrantPermissionsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link BatchGrantPermissionsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface BatchGrantPermissionsCommandOutput extends BatchGrantPermissionsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { BatchRevokePermissionsRequest, BatchRevokePermissionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link BatchRevokePermissionsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface BatchRevokePermissionsCommandInput extends BatchRevokePermissionsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link BatchRevokePermissionsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface BatchRevokePermissionsCommandOutput extends BatchRevokePermissionsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { CancelTransactionRequest, CancelTransactionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CancelTransactionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CancelTransactionCommandInput extends CancelTransactionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CancelTransactionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CancelTransactionCommandOutput extends CancelTransactionResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { CommitTransactionRequest, CommitTransactionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CommitTransactionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CommitTransactionCommandInput extends CommitTransactionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CommitTransactionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CommitTransactionCommandOutput extends CommitTransactionResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { CreateDataCellsFilterRequest, CreateDataCellsFilterResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateDataCellsFilterCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateDataCellsFilterCommandInput extends CreateDataCellsFilterRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateDataCellsFilterCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateDataCellsFilterCommandOutput extends CreateDataCellsFilterResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { CreateLFTagRequest, CreateLFTagResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateLFTagCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateLFTagCommandInput extends CreateLFTagRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateLFTagCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateLFTagCommandOutput extends CreateLFTagResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { DeleteDataCellsFilterRequest, DeleteDataCellsFilterResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteDataCellsFilterCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteDataCellsFilterCommandInput extends DeleteDataCellsFilterRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteDataCellsFilterCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteDataCellsFilterCommandOutput extends DeleteDataCellsFilterResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { DeleteLFTagRequest, DeleteLFTagResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteLFTagCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteLFTagCommandInput extends DeleteLFTagRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteLFTagCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteLFTagCommandOutput extends DeleteLFTagResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { DeleteObjectsOnCancelRequest, DeleteObjectsOnCancelResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteObjectsOnCancelCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteObjectsOnCancelCommandInput extends DeleteObjectsOnCancelRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteObjectsOnCancelCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteObjectsOnCancelCommandOutput extends DeleteObjectsOnCancelResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { DeregisterResourceRequest, DeregisterResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeregisterResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeregisterResourceCommandInput extends DeregisterResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeregisterResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeregisterResourceCommandOutput extends DeregisterResourceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { DescribeResourceRequest, DescribeResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeResourceCommandInput extends DescribeResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeResourceCommandOutput extends DescribeResourceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { DescribeTransactionRequest, DescribeTransactionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeTransactionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeTransactionCommandInput extends DescribeTransactionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeTransactionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeTransactionCommandOutput extends DescribeTransactionResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { ExtendTransactionRequest, ExtendTransactionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ExtendTransactionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ExtendTransactionCommandInput extends ExtendTransactionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ExtendTransactionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ExtendTransactionCommandOutput extends ExtendTransactionResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { GetDataLakeSettingsRequest, GetDataLakeSettingsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetDataLakeSettingsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetDataLakeSettingsCommandInput extends GetDataLakeSettingsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetDataLakeSettingsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetDataLakeSettingsCommandOutput extends GetDataLakeSettingsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { GetEffectivePermissionsForPathRequest, GetEffectivePermissionsForPathResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetEffectivePermissionsForPathCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetEffectivePermissionsForPathCommandInput extends GetEffectivePermissionsForPathRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetEffectivePermissionsForPathCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetEffectivePermissionsForPathCommandOutput extends GetEffectivePermissionsForPathResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { GetLFTagRequest, GetLFTagResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetLFTagCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetLFTagCommandInput extends GetLFTagRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetLFTagCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetLFTagCommandOutput extends GetLFTagResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { GetQueryStateRequest, GetQueryStateResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetQueryStateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetQueryStateCommandInput extends GetQueryStateRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetQueryStateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetQueryStateCommandOutput extends GetQueryStateResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { GetQueryStatisticsRequest, GetQueryStatisticsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetQueryStatisticsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetQueryStatisticsCommandInput extends GetQueryStatisticsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetQueryStatisticsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetQueryStatisticsCommandOutput extends GetQueryStatisticsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { GetResourceLFTagsRequest, GetResourceLFTagsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetResourceLFTagsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetResourceLFTagsCommandInput extends GetResourceLFTagsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetResourceLFTagsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetResourceLFTagsCommandOutput extends GetResourceLFTagsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { GetTableObjectsRequest, GetTableObjectsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetTableObjectsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetTableObjectsCommandInput extends GetTableObjectsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetTableObjectsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetTableObjectsCommandOutput extends GetTableObjectsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { GetTemporaryGluePartitionCredentialsRequest, GetTemporaryGluePartitionCredentialsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetTemporaryGluePartitionCredentialsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetTemporaryGluePartitionCredentialsCommandInput extends GetTemporaryGluePartitionCredentialsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetTemporaryGluePartitionCredentialsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetTemporaryGluePartitionCredentialsCommandOutput extends GetTemporaryGluePartitionCredentialsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { GetTemporaryGlueTableCredentialsRequest, GetTemporaryGlueTableCredentialsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetTemporaryGlueTableCredentialsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetTemporaryGlueTableCredentialsCommandInput extends GetTemporaryGlueTableCredentialsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetTemporaryGlueTableCredentialsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetTemporaryGlueTableCredentialsCommandOutput extends GetTemporaryGlueTableCredentialsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, WithSdkStreamMixin as __WithSdkStreamMixin } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { GetWorkUnitResultsRequest, GetWorkUnitResultsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetWorkUnitResultsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetWorkUnitResultsCommandInput extends GetWorkUnitResultsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetWorkUnitResultsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetWorkUnitResultsCommandOutput extends __WithSdkStreamMixin<GetWorkUnitResultsResponse, "ResultStream">, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { GetWorkUnitsRequest, GetWorkUnitsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetWorkUnitsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetWorkUnitsCommandInput extends GetWorkUnitsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetWorkUnitsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetWorkUnitsCommandOutput extends GetWorkUnitsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { GrantPermissionsRequest, GrantPermissionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GrantPermissionsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GrantPermissionsCommandInput extends GrantPermissionsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GrantPermissionsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GrantPermissionsCommandOutput extends GrantPermissionsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { ListDataCellsFilterRequest, ListDataCellsFilterResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListDataCellsFilterCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListDataCellsFilterCommandInput extends ListDataCellsFilterRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListDataCellsFilterCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListDataCellsFilterCommandOutput extends ListDataCellsFilterResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { ListLFTagsRequest, ListLFTagsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListLFTagsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListLFTagsCommandInput extends ListLFTagsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListLFTagsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListLFTagsCommandOutput extends ListLFTagsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListPermissionsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListPermissionsCommandInput extends ListPermissionsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListPermissionsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListPermissionsCommandOutput extends ListPermissionsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { ListResourcesRequest, ListResourcesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListResourcesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListResourcesCommandInput extends ListResourcesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListResourcesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListResourcesCommandOutput extends ListResourcesResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { ListTableStorageOptimizersRequest, ListTableStorageOptimizersResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListTableStorageOptimizersCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListTableStorageOptimizersCommandInput extends ListTableStorageOptimizersRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListTableStorageOptimizersCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListTableStorageOptimizersCommandOutput extends ListTableStorageOptimizersResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { ListTransactionsRequest, ListTransactionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListTransactionsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListTransactionsCommandInput extends ListTransactionsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListTransactionsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListTransactionsCommandOutput extends ListTransactionsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { PutDataLakeSettingsRequest, PutDataLakeSettingsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PutDataLakeSettingsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PutDataLakeSettingsCommandInput extends PutDataLakeSettingsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PutDataLakeSettingsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PutDataLakeSettingsCommandOutput extends PutDataLakeSettingsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { RegisterResourceRequest, RegisterResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link RegisterResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface RegisterResourceCommandInput extends RegisterResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link RegisterResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface RegisterResourceCommandOutput extends RegisterResourceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { RemoveLFTagsFromResourceRequest, RemoveLFTagsFromResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link RemoveLFTagsFromResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface RemoveLFTagsFromResourceCommandInput extends RemoveLFTagsFromResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link RemoveLFTagsFromResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface RemoveLFTagsFromResourceCommandOutput extends RemoveLFTagsFromResourceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { RevokePermissionsRequest, RevokePermissionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link RevokePermissionsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface RevokePermissionsCommandInput extends RevokePermissionsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link RevokePermissionsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface RevokePermissionsCommandOutput extends RevokePermissionsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { SearchDatabasesByLFTagsRequest, SearchDatabasesByLFTagsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link SearchDatabasesByLFTagsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface SearchDatabasesByLFTagsCommandInput extends SearchDatabasesByLFTagsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link SearchDatabasesByLFTagsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface SearchDatabasesByLFTagsCommandOutput extends SearchDatabasesByLFTagsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { SearchTablesByLFTagsRequest, SearchTablesByLFTagsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link SearchTablesByLFTagsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface SearchTablesByLFTagsCommandInput extends SearchTablesByLFTagsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link SearchTablesByLFTagsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface SearchTablesByLFTagsCommandOutput extends SearchTablesByLFTagsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { StartQueryPlanningRequest, StartQueryPlanningResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link StartQueryPlanningCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface StartQueryPlanningCommandInput extends StartQueryPlanningRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link StartQueryPlanningCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface StartQueryPlanningCommandOutput extends StartQueryPlanningResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { StartTransactionRequest, StartTransactionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link StartTransactionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface StartTransactionCommandInput extends StartTransactionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link StartTransactionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface StartTransactionCommandOutput extends StartTransactionResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { UpdateLFTagRequest, UpdateLFTagResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateLFTagCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateLFTagCommandInput extends UpdateLFTagRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateLFTagCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateLFTagCommandOutput extends UpdateLFTagResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { UpdateResourceRequest, UpdateResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateResourceCommandInput extends UpdateResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateResourceCommandOutput extends UpdateResourceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { UpdateTableObjectsRequest, UpdateTableObjectsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateTableObjectsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateTableObjectsCommandInput extends UpdateTableObjectsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateTableObjectsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateTableObjectsCommandOutput extends UpdateTableObjectsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { UpdateTableStorageOptimizerRequest, UpdateTableStorageOptimizerResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateTableStorageOptimizerCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateTableStorageOptimizerCommandInput extends UpdateTableStorageOptimizerRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateTableStorageOptimizerCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateTableStorageOptimizerCommandOutput extends UpdateTableStorageOptimizerResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lakeformation",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lakeformation Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.281.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.281.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.272.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.281.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.272.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.272.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.272.0",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"@aws-sdk/node-config-provider": "3.272.0",
|
|
40
40
|
"@aws-sdk/node-http-handler": "3.272.0",
|
|
41
41
|
"@aws-sdk/protocol-http": "3.272.0",
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
+
"@aws-sdk/smithy-client": "3.279.0",
|
|
43
43
|
"@aws-sdk/types": "3.272.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.272.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.279.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.279.0",
|
|
50
50
|
"@aws-sdk/util-endpoints": "3.272.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.272.0",
|
|
52
52
|
"@aws-sdk/util-stream-browser": "3.272.0",
|