@aws-sdk/client-lakeformation 3.289.0 → 3.292.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/dist-types/commands/AddLFTagsToResourceCommand.d.ts +19 -0
  2. package/dist-types/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +16 -0
  3. package/dist-types/commands/BatchGrantPermissionsCommand.d.ts +7 -0
  4. package/dist-types/commands/BatchRevokePermissionsCommand.d.ts +7 -0
  5. package/dist-types/commands/CancelTransactionCommand.d.ts +22 -0
  6. package/dist-types/commands/CommitTransactionCommand.d.ts +19 -0
  7. package/dist-types/commands/CreateDataCellsFilterCommand.d.ts +22 -0
  8. package/dist-types/commands/CreateLFTagCommand.d.ts +19 -0
  9. package/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteLFTagCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +25 -0
  12. package/dist-types/commands/DeregisterResourceCommand.d.ts +13 -0
  13. package/dist-types/commands/DescribeResourceCommand.d.ts +13 -0
  14. package/dist-types/commands/DescribeTransactionCommand.d.ts +13 -0
  15. package/dist-types/commands/ExtendTransactionCommand.d.ts +22 -0
  16. package/dist-types/commands/GetDataCellsFilterCommand.d.ts +16 -0
  17. package/dist-types/commands/GetDataLakeSettingsCommand.d.ts +10 -0
  18. package/dist-types/commands/GetEffectivePermissionsForPathCommand.d.ts +13 -0
  19. package/dist-types/commands/GetLFTagCommand.d.ts +16 -0
  20. package/dist-types/commands/GetQueryStateCommand.d.ts +10 -0
  21. package/dist-types/commands/GetQueryStatisticsCommand.d.ts +19 -0
  22. package/dist-types/commands/GetResourceLFTagsCommand.d.ts +19 -0
  23. package/dist-types/commands/GetTableObjectsCommand.d.ts +22 -0
  24. package/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +19 -0
  25. package/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +19 -0
  26. package/dist-types/commands/GetWorkUnitResultsCommand.d.ts +16 -0
  27. package/dist-types/commands/GetWorkUnitsCommand.d.ts +16 -0
  28. package/dist-types/commands/GrantPermissionsCommand.d.ts +10 -0
  29. package/dist-types/commands/ListDataCellsFilterCommand.d.ts +13 -0
  30. package/dist-types/commands/ListLFTagsCommand.d.ts +16 -0
  31. package/dist-types/commands/ListPermissionsCommand.d.ts +10 -0
  32. package/dist-types/commands/ListResourcesCommand.d.ts +10 -0
  33. package/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +13 -0
  34. package/dist-types/commands/ListTransactionsCommand.d.ts +10 -0
  35. package/dist-types/commands/PutDataLakeSettingsCommand.d.ts +7 -0
  36. package/dist-types/commands/RegisterResourceCommand.d.ts +22 -0
  37. package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +22 -0
  38. package/dist-types/commands/RevokePermissionsCommand.d.ts +10 -0
  39. package/dist-types/commands/SearchDatabasesByLFTagsCommand.d.ts +19 -0
  40. package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +19 -0
  41. package/dist-types/commands/StartQueryPlanningCommand.d.ts +13 -0
  42. package/dist-types/commands/StartTransactionCommand.d.ts +7 -0
  43. package/dist-types/commands/UpdateDataCellsFilterCommand.d.ts +19 -0
  44. package/dist-types/commands/UpdateLFTagCommand.d.ts +19 -0
  45. package/dist-types/commands/UpdateResourceCommand.d.ts +13 -0
  46. package/dist-types/commands/UpdateTableObjectsCommand.d.ts +28 -0
  47. package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +13 -0
  48. package/dist-types/models/models_0.d.ts +4 -1
  49. package/package.json +37 -42
@@ -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;