@aws-sdk/client-lakeformation 3.289.0 → 3.290.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/dist-types/commands/AddLFTagsToResourceCommand.d.ts +19 -0
- package/dist-types/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +16 -0
- package/dist-types/commands/BatchGrantPermissionsCommand.d.ts +7 -0
- package/dist-types/commands/BatchRevokePermissionsCommand.d.ts +7 -0
- package/dist-types/commands/CancelTransactionCommand.d.ts +22 -0
- package/dist-types/commands/CommitTransactionCommand.d.ts +19 -0
- package/dist-types/commands/CreateDataCellsFilterCommand.d.ts +22 -0
- package/dist-types/commands/CreateLFTagCommand.d.ts +19 -0
- package/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLFTagCommand.d.ts +16 -0
- package/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +25 -0
- package/dist-types/commands/DeregisterResourceCommand.d.ts +13 -0
- package/dist-types/commands/DescribeResourceCommand.d.ts +13 -0
- package/dist-types/commands/DescribeTransactionCommand.d.ts +13 -0
- package/dist-types/commands/ExtendTransactionCommand.d.ts +22 -0
- package/dist-types/commands/GetDataCellsFilterCommand.d.ts +16 -0
- package/dist-types/commands/GetDataLakeSettingsCommand.d.ts +10 -0
- package/dist-types/commands/GetEffectivePermissionsForPathCommand.d.ts +13 -0
- package/dist-types/commands/GetLFTagCommand.d.ts +16 -0
- package/dist-types/commands/GetQueryStateCommand.d.ts +10 -0
- package/dist-types/commands/GetQueryStatisticsCommand.d.ts +19 -0
- package/dist-types/commands/GetResourceLFTagsCommand.d.ts +19 -0
- package/dist-types/commands/GetTableObjectsCommand.d.ts +22 -0
- package/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +19 -0
- package/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +19 -0
- package/dist-types/commands/GetWorkUnitResultsCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkUnitsCommand.d.ts +16 -0
- package/dist-types/commands/GrantPermissionsCommand.d.ts +10 -0
- package/dist-types/commands/ListDataCellsFilterCommand.d.ts +13 -0
- package/dist-types/commands/ListLFTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListPermissionsCommand.d.ts +10 -0
- package/dist-types/commands/ListResourcesCommand.d.ts +10 -0
- package/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +13 -0
- package/dist-types/commands/ListTransactionsCommand.d.ts +10 -0
- package/dist-types/commands/PutDataLakeSettingsCommand.d.ts +7 -0
- package/dist-types/commands/RegisterResourceCommand.d.ts +22 -0
- package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +22 -0
- package/dist-types/commands/RevokePermissionsCommand.d.ts +10 -0
- package/dist-types/commands/SearchDatabasesByLFTagsCommand.d.ts +19 -0
- package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +19 -0
- package/dist-types/commands/StartQueryPlanningCommand.d.ts +13 -0
- package/dist-types/commands/StartTransactionCommand.d.ts +7 -0
- package/dist-types/commands/UpdateDataCellsFilterCommand.d.ts +19 -0
- package/dist-types/commands/UpdateLFTagCommand.d.ts +19 -0
- package/dist-types/commands/UpdateResourceCommand.d.ts +13 -0
- package/dist-types/commands/UpdateTableObjectsCommand.d.ts +28 -0
- package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +4 -1
- package/package.json +31 -31
|
@@ -29,6 +29,25 @@ export interface AddLFTagsToResourceCommandOutput extends AddLFTagsToResourceRes
|
|
|
29
29
|
* @see {@link AddLFTagsToResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
36
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
39
|
+
* <p>A specified entity does not exist</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
42
|
+
* <p>An internal service error occurred.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
45
|
+
* <p>The input provided was not valid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
48
|
+
* <p>The operation timed out.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class AddLFTagsToResourceCommand extends $Command<AddLFTagsToResourceCommandInput, AddLFTagsToResourceCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
53
|
readonly input: AddLFTagsToResourceCommandInput;
|
|
@@ -34,6 +34,22 @@ export interface AssumeDecoratedRoleWithSAMLCommandOutput extends AssumeDecorate
|
|
|
34
34
|
* @see {@link AssumeDecoratedRoleWithSAMLCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>Access to a resource was denied.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
41
|
+
* <p>A specified entity does not exist</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
44
|
+
* <p>An internal service error occurred.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
47
|
+
* <p>The input provided was not valid.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
50
|
+
* <p>The operation timed out.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
37
53
|
*/
|
|
38
54
|
export declare class AssumeDecoratedRoleWithSAMLCommand extends $Command<AssumeDecoratedRoleWithSAMLCommandInput, AssumeDecoratedRoleWithSAMLCommandOutput, LakeFormationClientResolvedConfig> {
|
|
39
55
|
readonly input: AssumeDecoratedRoleWithSAMLCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface BatchGrantPermissionsCommandOutput extends BatchGrantPermission
|
|
|
29
29
|
* @see {@link BatchGrantPermissionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input provided was not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
36
|
+
* <p>The operation timed out.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class BatchGrantPermissionsCommand extends $Command<BatchGrantPermissionsCommandInput, BatchGrantPermissionsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
41
|
readonly input: BatchGrantPermissionsCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface BatchRevokePermissionsCommandOutput extends BatchRevokePermissi
|
|
|
29
29
|
* @see {@link BatchRevokePermissionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
33
|
+
* <p>The input provided was not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
36
|
+
* <p>The operation timed out.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class BatchRevokePermissionsCommand extends $Command<BatchRevokePermissionsCommandInput, BatchRevokePermissionsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
41
|
readonly input: BatchRevokePermissionsCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface CancelTransactionCommandOutput extends CancelTransactionRespons
|
|
|
29
29
|
* @see {@link CancelTransactionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
36
|
+
* <p>A specified entity does not exist</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
39
|
+
* <p>An internal service error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>The input provided was not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
45
|
+
* <p>The operation timed out.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TransactionCommitInProgressException} (client fault)
|
|
48
|
+
* <p>Contains details about an error related to a transaction commit that was in progress.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link TransactionCommittedException} (client fault)
|
|
51
|
+
* <p>Contains details about an error where the specified transaction has already been committed and cannot be used for <code>UpdateTableObjects</code>.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class CancelTransactionCommand extends $Command<CancelTransactionCommandInput, CancelTransactionCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
56
|
readonly input: CancelTransactionCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CommitTransactionCommandOutput extends CommitTransactionRespons
|
|
|
29
29
|
* @see {@link CommitTransactionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
36
|
+
* <p>A specified entity does not exist</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
39
|
+
* <p>An internal service error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>The input provided was not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
45
|
+
* <p>The operation timed out.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TransactionCanceledException} (client fault)
|
|
48
|
+
* <p>Contains details about an error related to a transaction that was cancelled.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class CommitTransactionCommand extends $Command<CommitTransactionCommandInput, CommitTransactionCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
53
|
readonly input: CommitTransactionCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface CreateDataCellsFilterCommandOutput extends CreateDataCellsFilte
|
|
|
29
29
|
* @see {@link CreateDataCellsFilterCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link AlreadyExistsException} (client fault)
|
|
36
|
+
* <p>A resource to be created or added already exists.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
39
|
+
* <p>A specified entity does not exist</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
42
|
+
* <p>An internal service error occurred.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
45
|
+
* <p>The input provided was not valid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
48
|
+
* <p>The operation timed out.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceNumberLimitExceededException} (client fault)
|
|
51
|
+
* <p>A resource numerical limit was exceeded.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class CreateDataCellsFilterCommand extends $Command<CreateDataCellsFilterCommandInput, CreateDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
56
|
readonly input: CreateDataCellsFilterCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateLFTagCommandOutput extends CreateLFTagResponse, __Metadat
|
|
|
29
29
|
* @see {@link CreateLFTagCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
36
|
+
* <p>A specified entity does not exist</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
39
|
+
* <p>An internal service error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>The input provided was not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
45
|
+
* <p>The operation timed out.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNumberLimitExceededException} (client fault)
|
|
48
|
+
* <p>A resource numerical limit was exceeded.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class CreateLFTagCommand extends $Command<CreateLFTagCommandInput, CreateLFTagCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateLFTagCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteDataCellsFilterCommandOutput extends DeleteDataCellsFilte
|
|
|
29
29
|
* @see {@link DeleteDataCellsFilterCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
36
|
+
* <p>A specified entity does not exist</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
39
|
+
* <p>An internal service error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>The input provided was not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
45
|
+
* <p>The operation timed out.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DeleteDataCellsFilterCommand extends $Command<DeleteDataCellsFilterCommandInput, DeleteDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteDataCellsFilterCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteLFTagCommandOutput extends DeleteLFTagResponse, __Metadat
|
|
|
29
29
|
* @see {@link DeleteLFTagCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
36
|
+
* <p>A specified entity does not exist</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
39
|
+
* <p>An internal service error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>The input provided was not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
45
|
+
* <p>The operation timed out.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DeleteLFTagCommand extends $Command<DeleteLFTagCommandInput, DeleteLFTagCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteLFTagCommandInput;
|
|
@@ -36,6 +36,31 @@ export interface DeleteObjectsOnCancelCommandOutput extends DeleteObjectsOnCance
|
|
|
36
36
|
* @see {@link DeleteObjectsOnCancelCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
40
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
43
|
+
* <p>A specified entity does not exist</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
46
|
+
* <p>An internal service error occurred.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
49
|
+
* <p>The input provided was not valid.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
52
|
+
* <p>The operation timed out.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ResourceNotReadyException} (client fault)
|
|
55
|
+
* <p>Contains details about an error related to a resource which is not ready for a transaction.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link TransactionCanceledException} (client fault)
|
|
58
|
+
* <p>Contains details about an error related to a transaction that was cancelled.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link TransactionCommittedException} (client fault)
|
|
61
|
+
* <p>Contains details about an error where the specified transaction has already been committed and cannot be used for <code>UpdateTableObjects</code>.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
39
64
|
*/
|
|
40
65
|
export declare class DeleteObjectsOnCancelCommand extends $Command<DeleteObjectsOnCancelCommandInput, DeleteObjectsOnCancelCommandOutput, LakeFormationClientResolvedConfig> {
|
|
41
66
|
readonly input: DeleteObjectsOnCancelCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface DeregisterResourceCommandOutput extends DeregisterResourceRespo
|
|
|
30
30
|
* @see {@link DeregisterResourceCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
34
|
+
* <p>A specified entity does not exist</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
37
|
+
* <p>An internal service error occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
40
|
+
* <p>The input provided was not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
43
|
+
* <p>The operation timed out.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class DeregisterResourceCommand extends $Command<DeregisterResourceCommandInput, DeregisterResourceCommandOutput, LakeFormationClientResolvedConfig> {
|
|
35
48
|
readonly input: DeregisterResourceCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DescribeResourceCommandOutput extends DescribeResourceResponse,
|
|
|
29
29
|
* @see {@link DescribeResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
33
|
+
* <p>A specified entity does not exist</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
36
|
+
* <p>An internal service error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
39
|
+
* <p>The input provided was not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
42
|
+
* <p>The operation timed out.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DescribeResourceCommand extends $Command<DescribeResourceCommandInput, DescribeResourceCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
47
|
readonly input: DescribeResourceCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DescribeTransactionCommandOutput extends DescribeTransactionRes
|
|
|
29
29
|
* @see {@link DescribeTransactionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
33
|
+
* <p>A specified entity does not exist</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
36
|
+
* <p>An internal service error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
39
|
+
* <p>The input provided was not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
42
|
+
* <p>The operation timed out.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DescribeTransactionCommand extends $Command<DescribeTransactionCommandInput, DescribeTransactionCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
47
|
readonly input: DescribeTransactionCommandInput;
|
|
@@ -30,6 +30,28 @@ export interface ExtendTransactionCommandOutput extends ExtendTransactionRespons
|
|
|
30
30
|
* @see {@link ExtendTransactionCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
34
|
+
* <p>A specified entity does not exist</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
37
|
+
* <p>An internal service error occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
40
|
+
* <p>The input provided was not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
43
|
+
* <p>The operation timed out.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link TransactionCanceledException} (client fault)
|
|
46
|
+
* <p>Contains details about an error related to a transaction that was cancelled.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link TransactionCommitInProgressException} (client fault)
|
|
49
|
+
* <p>Contains details about an error related to a transaction commit that was in progress.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link TransactionCommittedException} (client fault)
|
|
52
|
+
* <p>Contains details about an error where the specified transaction has already been committed and cannot be used for <code>UpdateTableObjects</code>.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
33
55
|
*/
|
|
34
56
|
export declare class ExtendTransactionCommand extends $Command<ExtendTransactionCommandInput, ExtendTransactionCommandOutput, LakeFormationClientResolvedConfig> {
|
|
35
57
|
readonly input: ExtendTransactionCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetDataCellsFilterCommandOutput extends GetDataCellsFilterRespo
|
|
|
29
29
|
* @see {@link GetDataCellsFilterCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
36
|
+
* <p>A specified entity does not exist</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
39
|
+
* <p>An internal service error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>The input provided was not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
45
|
+
* <p>The operation timed out.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetDataCellsFilterCommand extends $Command<GetDataCellsFilterCommandInput, GetDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
50
|
readonly input: GetDataCellsFilterCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetDataLakeSettingsCommandOutput extends GetDataLakeSettingsRes
|
|
|
29
29
|
* @see {@link GetDataLakeSettingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
33
|
+
* <p>A specified entity does not exist</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
36
|
+
* <p>An internal service error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
39
|
+
* <p>The input provided was not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class GetDataLakeSettingsCommand extends $Command<GetDataLakeSettingsCommandInput, GetDataLakeSettingsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
44
|
readonly input: GetDataLakeSettingsCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface GetEffectivePermissionsForPathCommandOutput extends GetEffectiv
|
|
|
30
30
|
* @see {@link GetEffectivePermissionsForPathCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
34
|
+
* <p>A specified entity does not exist</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
37
|
+
* <p>An internal service error occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
40
|
+
* <p>The input provided was not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
43
|
+
* <p>The operation timed out.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class GetEffectivePermissionsForPathCommand extends $Command<GetEffectivePermissionsForPathCommandInput, GetEffectivePermissionsForPathCommandOutput, LakeFormationClientResolvedConfig> {
|
|
35
48
|
readonly input: GetEffectivePermissionsForPathCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetLFTagCommandOutput extends GetLFTagResponse, __MetadataBeare
|
|
|
29
29
|
* @see {@link GetLFTagCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
36
|
+
* <p>A specified entity does not exist</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
39
|
+
* <p>An internal service error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>The input provided was not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
45
|
+
* <p>The operation timed out.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetLFTagCommand extends $Command<GetLFTagCommandInput, GetLFTagCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
50
|
readonly input: GetLFTagCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetQueryStateCommandOutput extends GetQueryStateResponse, __Met
|
|
|
29
29
|
* @see {@link GetQueryStateCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
36
|
+
* <p>An internal service error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
39
|
+
* <p>The input provided was not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class GetQueryStateCommand extends $Command<GetQueryStateCommandInput, GetQueryStateCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
44
|
readonly input: GetQueryStateCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface GetQueryStatisticsCommandOutput extends GetQueryStatisticsRespo
|
|
|
29
29
|
* @see {@link GetQueryStatisticsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ExpiredException} (client fault)
|
|
36
|
+
* <p>Contains details about an error where the query request expired.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
39
|
+
* <p>An internal service error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>The input provided was not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link StatisticsNotReadyYetException} (client fault)
|
|
45
|
+
* <p>Contains details about an error related to statistics not being ready.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottledException} (client fault)
|
|
48
|
+
* <p>Contains details about an error where the query request was throttled.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class GetQueryStatisticsCommand extends $Command<GetQueryStatisticsCommandInput, GetQueryStatisticsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
53
|
readonly input: GetQueryStatisticsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface GetResourceLFTagsCommandOutput extends GetResourceLFTagsRespons
|
|
|
29
29
|
* @see {@link GetResourceLFTagsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
36
|
+
* <p>A specified entity does not exist</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link GlueEncryptionException} (client fault)
|
|
39
|
+
* <p>An encryption operation failed.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
42
|
+
* <p>An internal service error occurred.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
45
|
+
* <p>The input provided was not valid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
48
|
+
* <p>The operation timed out.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class GetResourceLFTagsCommand extends $Command<GetResourceLFTagsCommandInput, GetResourceLFTagsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
53
|
readonly input: GetResourceLFTagsCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface GetTableObjectsCommandOutput extends GetTableObjectsResponse, _
|
|
|
29
29
|
* @see {@link GetTableObjectsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
33
|
+
* <p>A specified entity does not exist</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
36
|
+
* <p>An internal service error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
39
|
+
* <p>The input provided was not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
42
|
+
* <p>The operation timed out.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotReadyException} (client fault)
|
|
45
|
+
* <p>Contains details about an error related to a resource which is not ready for a transaction.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TransactionCanceledException} (client fault)
|
|
48
|
+
* <p>Contains details about an error related to a transaction that was cancelled.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link TransactionCommittedException} (client fault)
|
|
51
|
+
* <p>Contains details about an error where the specified transaction has already been committed and cannot be used for <code>UpdateTableObjects</code>.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class GetTableObjectsCommand extends $Command<GetTableObjectsCommandInput, GetTableObjectsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
56
|
readonly input: GetTableObjectsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface GetTemporaryGluePartitionCredentialsCommandOutput extends GetTe
|
|
|
29
29
|
* @see {@link GetTemporaryGluePartitionCredentialsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
36
|
+
* <p>A specified entity does not exist</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
39
|
+
* <p>An internal service error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>The input provided was not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
45
|
+
* <p>The operation timed out.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link PermissionTypeMismatchException} (client fault)
|
|
48
|
+
* <p>The engine does not support filtering data based on the enforced permissions. For example, if you call the <code>GetTemporaryGlueTableCredentials</code> operation with <code>SupportedPermissionType</code> equal to <code>ColumnPermission</code>, but cell-level permissions exist on the table, this exception is thrown.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class GetTemporaryGluePartitionCredentialsCommand extends $Command<GetTemporaryGluePartitionCredentialsCommandInput, GetTemporaryGluePartitionCredentialsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
53
|
readonly input: GetTemporaryGluePartitionCredentialsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface GetTemporaryGlueTableCredentialsCommandOutput extends GetTempor
|
|
|
29
29
|
* @see {@link GetTemporaryGlueTableCredentialsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
36
|
+
* <p>A specified entity does not exist</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
39
|
+
* <p>An internal service error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>The input provided was not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
45
|
+
* <p>The operation timed out.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link PermissionTypeMismatchException} (client fault)
|
|
48
|
+
* <p>The engine does not support filtering data based on the enforced permissions. For example, if you call the <code>GetTemporaryGlueTableCredentials</code> operation with <code>SupportedPermissionType</code> equal to <code>ColumnPermission</code>, but cell-level permissions exist on the table, this exception is thrown.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class GetTemporaryGlueTableCredentialsCommand extends $Command<GetTemporaryGlueTableCredentialsCommandInput, GetTemporaryGlueTableCredentialsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
53
|
readonly input: GetTemporaryGlueTableCredentialsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetWorkUnitResultsCommandOutput extends __WithSdkStreamMixin<Ge
|
|
|
29
29
|
* @see {@link GetWorkUnitResultsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ExpiredException} (client fault)
|
|
36
|
+
* <p>Contains details about an error where the query request expired.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
39
|
+
* <p>An internal service error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>The input provided was not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottledException} (client fault)
|
|
45
|
+
* <p>Contains details about an error where the query request was throttled.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetWorkUnitResultsCommand extends $Command<GetWorkUnitResultsCommandInput, GetWorkUnitResultsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
50
|
readonly input: GetWorkUnitResultsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetWorkUnitsCommandOutput extends GetWorkUnitsResponse, __Metad
|
|
|
29
29
|
* @see {@link GetWorkUnitsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ExpiredException} (client fault)
|
|
36
|
+
* <p>Contains details about an error where the query request expired.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
39
|
+
* <p>An internal service error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>The input provided was not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link WorkUnitsNotReadyYetException} (client fault)
|
|
45
|
+
* <p>Contains details about an error related to work units not being ready.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetWorkUnitsCommand extends $Command<GetWorkUnitsCommandInput, GetWorkUnitsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
50
|
readonly input: GetWorkUnitsCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface GrantPermissionsCommandOutput extends GrantPermissionsResponse,
|
|
|
30
30
|
* @see {@link GrantPermissionsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
34
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
37
|
+
* <p>A specified entity does not exist</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
40
|
+
* <p>The input provided was not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class GrantPermissionsCommand extends $Command<GrantPermissionsCommandInput, GrantPermissionsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
35
45
|
readonly input: GrantPermissionsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListDataCellsFilterCommandOutput extends ListDataCellsFilterRes
|
|
|
29
29
|
* @see {@link ListDataCellsFilterCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
36
|
+
* <p>An internal service error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
39
|
+
* <p>The input provided was not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
42
|
+
* <p>The operation timed out.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListDataCellsFilterCommand extends $Command<ListDataCellsFilterCommandInput, ListDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
47
|
readonly input: ListDataCellsFilterCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface ListLFTagsCommandOutput extends ListLFTagsResponse, __MetadataB
|
|
|
29
29
|
* @see {@link ListLFTagsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
36
|
+
* <p>A specified entity does not exist</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
39
|
+
* <p>An internal service error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>The input provided was not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
45
|
+
* <p>The operation timed out.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class ListLFTagsCommand extends $Command<ListLFTagsCommandInput, ListLFTagsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
50
|
readonly input: ListLFTagsCommandInput;
|
|
@@ -31,6 +31,16 @@ export interface ListPermissionsCommandOutput extends ListPermissionsResponse, _
|
|
|
31
31
|
* @see {@link ListPermissionsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
35
|
+
* <p>An internal service error occurred.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
38
|
+
* <p>The input provided was not valid.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
41
|
+
* <p>The operation timed out.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
34
44
|
*/
|
|
35
45
|
export declare class ListPermissionsCommand extends $Command<ListPermissionsCommandInput, ListPermissionsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
36
46
|
readonly input: ListPermissionsCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface ListResourcesCommandOutput extends ListResourcesResponse, __Met
|
|
|
29
29
|
* @see {@link ListResourcesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
33
|
+
* <p>An internal service error occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
36
|
+
* <p>The input provided was not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
39
|
+
* <p>The operation timed out.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class ListResourcesCommand extends $Command<ListResourcesCommandInput, ListResourcesCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
44
|
readonly input: ListResourcesCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListTableStorageOptimizersCommandOutput extends ListTableStorag
|
|
|
29
29
|
* @see {@link ListTableStorageOptimizersCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
36
|
+
* <p>A specified entity does not exist</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
39
|
+
* <p>An internal service error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>The input provided was not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListTableStorageOptimizersCommand extends $Command<ListTableStorageOptimizersCommandInput, ListTableStorageOptimizersCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
47
|
readonly input: ListTableStorageOptimizersCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface ListTransactionsCommandOutput extends ListTransactionsResponse,
|
|
|
30
30
|
* @see {@link ListTransactionsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
34
|
+
* <p>An internal service error occurred.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
37
|
+
* <p>The input provided was not valid.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
40
|
+
* <p>The operation timed out.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class ListTransactionsCommand extends $Command<ListTransactionsCommandInput, ListTransactionsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
35
45
|
readonly input: ListTransactionsCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface PutDataLakeSettingsCommandOutput extends PutDataLakeSettingsRes
|
|
|
30
30
|
* @see {@link PutDataLakeSettingsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
34
|
+
* <p>An internal service error occurred.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
37
|
+
* <p>The input provided was not valid.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class PutDataLakeSettingsCommand extends $Command<PutDataLakeSettingsCommandInput, PutDataLakeSettingsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
35
42
|
readonly input: PutDataLakeSettingsCommandInput;
|
|
@@ -39,6 +39,28 @@ export interface RegisterResourceCommandOutput extends RegisterResourceResponse,
|
|
|
39
39
|
* @see {@link RegisterResourceCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
43
|
+
* <p>Access to a resource was denied.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link AlreadyExistsException} (client fault)
|
|
46
|
+
* <p>A resource to be created or added already exists.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
49
|
+
* <p>A specified entity does not exist</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
52
|
+
* <p>An internal service error occurred.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
55
|
+
* <p>The input provided was not valid.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
58
|
+
* <p>The operation timed out.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ResourceNumberLimitExceededException} (client fault)
|
|
61
|
+
* <p>A resource numerical limit was exceeded.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
42
64
|
*/
|
|
43
65
|
export declare class RegisterResourceCommand extends $Command<RegisterResourceCommandInput, RegisterResourceCommandOutput, LakeFormationClientResolvedConfig> {
|
|
44
66
|
readonly input: RegisterResourceCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface RemoveLFTagsFromResourceCommandOutput extends RemoveLFTagsFromR
|
|
|
29
29
|
* @see {@link RemoveLFTagsFromResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
36
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
39
|
+
* <p>A specified entity does not exist</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GlueEncryptionException} (client fault)
|
|
42
|
+
* <p>An encryption operation failed.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
45
|
+
* <p>An internal service error occurred.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
48
|
+
* <p>The input provided was not valid.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
51
|
+
* <p>The operation timed out.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class RemoveLFTagsFromResourceCommand extends $Command<RemoveLFTagsFromResourceCommandInput, RemoveLFTagsFromResourceCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
56
|
readonly input: RemoveLFTagsFromResourceCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface RevokePermissionsCommandOutput extends RevokePermissionsRespons
|
|
|
29
29
|
* @see {@link RevokePermissionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
36
|
+
* <p>A specified entity does not exist</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
39
|
+
* <p>The input provided was not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class RevokePermissionsCommand extends $Command<RevokePermissionsCommandInput, RevokePermissionsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
44
|
readonly input: RevokePermissionsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface SearchDatabasesByLFTagsCommandOutput extends SearchDatabasesByL
|
|
|
29
29
|
* @see {@link SearchDatabasesByLFTagsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
36
|
+
* <p>A specified entity does not exist</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link GlueEncryptionException} (client fault)
|
|
39
|
+
* <p>An encryption operation failed.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
42
|
+
* <p>An internal service error occurred.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
45
|
+
* <p>The input provided was not valid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
48
|
+
* <p>The operation timed out.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class SearchDatabasesByLFTagsCommand extends $Command<SearchDatabasesByLFTagsCommandInput, SearchDatabasesByLFTagsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
53
|
readonly input: SearchDatabasesByLFTagsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface SearchTablesByLFTagsCommandOutput extends SearchTablesByLFTagsR
|
|
|
29
29
|
* @see {@link SearchTablesByLFTagsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
36
|
+
* <p>A specified entity does not exist</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link GlueEncryptionException} (client fault)
|
|
39
|
+
* <p>An encryption operation failed.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
42
|
+
* <p>An internal service error occurred.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
45
|
+
* <p>The input provided was not valid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
48
|
+
* <p>The operation timed out.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class SearchTablesByLFTagsCommand extends $Command<SearchTablesByLFTagsCommandInput, SearchTablesByLFTagsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
53
|
readonly input: SearchTablesByLFTagsCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface StartQueryPlanningCommandOutput extends StartQueryPlanningRespo
|
|
|
30
30
|
* @see {@link StartQueryPlanningCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>Access to a resource was denied.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
37
|
+
* <p>An internal service error occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
40
|
+
* <p>The input provided was not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottledException} (client fault)
|
|
43
|
+
* <p>Contains details about an error where the query request was throttled.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class StartQueryPlanningCommand extends $Command<StartQueryPlanningCommandInput, StartQueryPlanningCommandOutput, LakeFormationClientResolvedConfig> {
|
|
35
48
|
readonly input: StartQueryPlanningCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface StartTransactionCommandOutput extends StartTransactionResponse,
|
|
|
29
29
|
* @see {@link StartTransactionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
33
|
+
* <p>An internal service error occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
36
|
+
* <p>The operation timed out.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class StartTransactionCommand extends $Command<StartTransactionCommandInput, StartTransactionCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
41
|
readonly input: StartTransactionCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface UpdateDataCellsFilterCommandOutput extends UpdateDataCellsFilte
|
|
|
29
29
|
* @see {@link UpdateDataCellsFilterCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
36
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
39
|
+
* <p>A specified entity does not exist</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
42
|
+
* <p>An internal service error occurred.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
45
|
+
* <p>The input provided was not valid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
48
|
+
* <p>The operation timed out.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class UpdateDataCellsFilterCommand extends $Command<UpdateDataCellsFilterCommandInput, UpdateDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
53
|
readonly input: UpdateDataCellsFilterCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface UpdateLFTagCommandOutput extends UpdateLFTagResponse, __Metadat
|
|
|
29
29
|
* @see {@link UpdateLFTagCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
36
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
39
|
+
* <p>A specified entity does not exist</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
42
|
+
* <p>An internal service error occurred.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
45
|
+
* <p>The input provided was not valid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
48
|
+
* <p>The operation timed out.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class UpdateLFTagCommand extends $Command<UpdateLFTagCommandInput, UpdateLFTagCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
53
|
readonly input: UpdateLFTagCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface UpdateResourceCommandOutput extends UpdateResourceResponse, __M
|
|
|
29
29
|
* @see {@link UpdateResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
33
|
+
* <p>A specified entity does not exist</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
36
|
+
* <p>An internal service error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
39
|
+
* <p>The input provided was not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
42
|
+
* <p>The operation timed out.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class UpdateResourceCommand extends $Command<UpdateResourceCommandInput, UpdateResourceCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
47
|
readonly input: UpdateResourceCommandInput;
|
|
@@ -29,6 +29,34 @@ export interface UpdateTableObjectsCommandOutput extends UpdateTableObjectsRespo
|
|
|
29
29
|
* @see {@link UpdateTableObjectsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
36
|
+
* <p>A specified entity does not exist</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
39
|
+
* <p>An internal service error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>The input provided was not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
45
|
+
* <p>The operation timed out.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotReadyException} (client fault)
|
|
48
|
+
* <p>Contains details about an error related to a resource which is not ready for a transaction.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link TransactionCanceledException} (client fault)
|
|
51
|
+
* <p>Contains details about an error related to a transaction that was cancelled.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link TransactionCommitInProgressException} (client fault)
|
|
54
|
+
* <p>Contains details about an error related to a transaction commit that was in progress.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link TransactionCommittedException} (client fault)
|
|
57
|
+
* <p>Contains details about an error where the specified transaction has already been committed and cannot be used for <code>UpdateTableObjects</code>.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
32
60
|
*/
|
|
33
61
|
export declare class UpdateTableObjectsCommand extends $Command<UpdateTableObjectsCommandInput, UpdateTableObjectsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
62
|
readonly input: UpdateTableObjectsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface UpdateTableStorageOptimizerCommandOutput extends UpdateTableSto
|
|
|
29
29
|
* @see {@link UpdateTableStorageOptimizerCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to a resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
36
|
+
* <p>A specified entity does not exist</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
39
|
+
* <p>An internal service error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>The input provided was not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class UpdateTableStorageOptimizerCommand extends $Command<UpdateTableStorageOptimizerCommandInput, UpdateTableStorageOptimizerCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
47
|
readonly input: UpdateTableStorageOptimizerCommandInput;
|
|
@@ -656,6 +656,9 @@ export interface DataCellsFilter {
|
|
|
656
656
|
* <code>ColumnWildCard</code>. </p>
|
|
657
657
|
*/
|
|
658
658
|
ColumnWildcard?: ColumnWildcard;
|
|
659
|
+
/**
|
|
660
|
+
* <p>The ID of the data cells filter version.</p>
|
|
661
|
+
*/
|
|
659
662
|
VersionId?: string;
|
|
660
663
|
}
|
|
661
664
|
export interface CreateDataCellsFilterRequest {
|
|
@@ -1885,7 +1888,7 @@ export interface RevokePermissionsRequest {
|
|
|
1885
1888
|
*/
|
|
1886
1889
|
Resource: Resource | undefined;
|
|
1887
1890
|
/**
|
|
1888
|
-
* <p>The permissions revoked to the principal on the resource. For information about permissions, see <a href="https://docs
|
|
1891
|
+
* <p>The permissions revoked to the principal on the resource. For information about permissions, see <a href="https://docs.aws.amazon.com/lake-formation/latest/dg/security-data-access.html">Security
|
|
1889
1892
|
* and Access Control to Metadata and Data</a>.</p>
|
|
1890
1893
|
*/
|
|
1891
1894
|
Permissions: (Permission | string)[] | undefined;
|
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.290.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,39 +20,39 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.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.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-stream-browser": "3.
|
|
53
|
-
"@aws-sdk/util-stream-node": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-stream-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-stream-node": "3.290.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
55
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
56
56
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
57
57
|
"tslib": "^2.3.1"
|
|
58
58
|
},
|