{ "version": "2.0", "metadata": { "apiVersion": "2017-03-31", "endpointPrefix": "lakeformation", "jsonVersion": "1.1", "protocol": "rest-json", "protocols": [ "rest-json" ], "serviceFullName": "AWS Lake Formation", "serviceId": "LakeFormation", "signatureVersion": "v4", "signingName": "lakeformation", "uid": "lakeformation-2017-03-31" }, "operations": { "AddLFTagsToResource": { "name": "AddLFTagsToResource", "http": { "method": "POST", "requestUri": "/AddLFTagsToResource" }, "input": { "shape": "AddLFTagsToResourceRequest" }, "output": { "shape": "AddLFTagsToResourceResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "AccessDeniedException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "
Attaches one or more LF-tags to an existing resource.
" }, "AssumeDecoratedRoleWithSAML": { "name": "AssumeDecoratedRoleWithSAML", "http": { "method": "POST", "requestUri": "/AssumeDecoratedRoleWithSAML" }, "input": { "shape": "AssumeDecoratedRoleWithSAMLRequest" }, "output": { "shape": "AssumeDecoratedRoleWithSAMLResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "EntityNotFoundException" }, { "shape": "AccessDeniedException" } ], "documentation": "Allows a caller to assume an IAM role decorated as the SAML user specified in the SAML assertion included in the request. This decoration allows Lake Formation to enforce access policies against the SAML users and groups. This API operation requires SAML federation setup in the caller’s account as it can only be called with valid SAML assertions. Lake Formation does not scope down the permission of the assumed role. All permissions attached to the role via the SAML federation setup will be included in the role session.
This decorated role is expected to access data in Amazon S3 by getting temporary access from Lake Formation which is authorized via the virtual API GetDataAccess
. Therefore, all SAML roles that can be assumed via AssumeDecoratedRoleWithSAML
must at a minimum include lakeformation:GetDataAccess
in their role policies. A typical IAM policy attached to such a role would look as follows:
Batch operation to grant permissions to the principal.
" }, "BatchRevokePermissions": { "name": "BatchRevokePermissions", "http": { "method": "POST", "requestUri": "/BatchRevokePermissions" }, "input": { "shape": "BatchRevokePermissionsRequest" }, "output": { "shape": "BatchRevokePermissionsResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" } ], "documentation": "Batch operation to revoke permissions from the principal.
" }, "CancelTransaction": { "name": "CancelTransaction", "http": { "method": "POST", "requestUri": "/CancelTransaction" }, "input": { "shape": "CancelTransactionRequest" }, "output": { "shape": "CancelTransactionResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "TransactionCommittedException" }, { "shape": "TransactionCommitInProgressException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "Attempts to cancel the specified transaction. Returns an exception if the transaction was previously committed.
" }, "CommitTransaction": { "name": "CommitTransaction", "http": { "method": "POST", "requestUri": "/CommitTransaction" }, "input": { "shape": "CommitTransactionRequest" }, "output": { "shape": "CommitTransactionResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "TransactionCanceledException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "Attempts to commit the specified transaction. Returns an exception if the transaction was previously aborted. This API action is idempotent if called multiple times for the same transaction.
" }, "CreateDataCellsFilter": { "name": "CreateDataCellsFilter", "http": { "method": "POST", "requestUri": "/CreateDataCellsFilter" }, "input": { "shape": "CreateDataCellsFilterRequest" }, "output": { "shape": "CreateDataCellsFilterResponse" }, "errors": [ { "shape": "AlreadyExistsException" }, { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "AccessDeniedException" } ], "documentation": "Creates a data cell filter to allow one to grant access to certain columns on certain rows.
" }, "CreateLFTag": { "name": "CreateLFTag", "http": { "method": "POST", "requestUri": "/CreateLFTag" }, "input": { "shape": "CreateLFTagRequest" }, "output": { "shape": "CreateLFTagResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "AccessDeniedException" } ], "documentation": "Creates an LF-tag with the specified name and values.
" }, "CreateLakeFormationIdentityCenterConfiguration": { "name": "CreateLakeFormationIdentityCenterConfiguration", "http": { "method": "POST", "requestUri": "/CreateLakeFormationIdentityCenterConfiguration" }, "input": { "shape": "CreateLakeFormationIdentityCenterConfigurationRequest" }, "output": { "shape": "CreateLakeFormationIdentityCenterConfigurationResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "AlreadyExistsException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "AccessDeniedException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "Creates an IAM Identity Center connection with Lake Formation to allow IAM Identity Center users and groups to access Data Catalog resources.
" }, "CreateLakeFormationOptIn": { "name": "CreateLakeFormationOptIn", "http": { "method": "POST", "requestUri": "/CreateLakeFormationOptIn" }, "input": { "shape": "CreateLakeFormationOptInRequest" }, "output": { "shape": "CreateLakeFormationOptInResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "EntityNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "Enforce Lake Formation permissions for the given databases, tables, and principals.
" }, "DeleteDataCellsFilter": { "name": "DeleteDataCellsFilter", "http": { "method": "POST", "requestUri": "/DeleteDataCellsFilter" }, "input": { "shape": "DeleteDataCellsFilterRequest" }, "output": { "shape": "DeleteDataCellsFilterResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "AccessDeniedException" } ], "documentation": "Deletes a data cell filter.
" }, "DeleteLFTag": { "name": "DeleteLFTag", "http": { "method": "POST", "requestUri": "/DeleteLFTag" }, "input": { "shape": "DeleteLFTagRequest" }, "output": { "shape": "DeleteLFTagResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "AccessDeniedException" } ], "documentation": "Deletes the specified LF-tag given a key name. If the input parameter tag key was not found, then the operation will throw an exception. When you delete an LF-tag, the LFTagPolicy
attached to the LF-tag becomes invalid. If the deleted LF-tag was still assigned to any resource, the tag policy attach to the deleted LF-tag will no longer be applied to the resource.
Deletes an IAM Identity Center connection with Lake Formation.
" }, "DeleteLakeFormationOptIn": { "name": "DeleteLakeFormationOptIn", "http": { "method": "POST", "requestUri": "/DeleteLakeFormationOptIn" }, "input": { "shape": "DeleteLakeFormationOptInRequest" }, "output": { "shape": "DeleteLakeFormationOptInResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "EntityNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "Remove the Lake Formation permissions enforcement of the given databases, tables, and principals.
" }, "DeleteObjectsOnCancel": { "name": "DeleteObjectsOnCancel", "http": { "method": "POST", "requestUri": "/DeleteObjectsOnCancel" }, "input": { "shape": "DeleteObjectsOnCancelRequest" }, "output": { "shape": "DeleteObjectsOnCancelResponse" }, "errors": [ { "shape": "InternalServiceException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "EntityNotFoundException" }, { "shape": "TransactionCommittedException" }, { "shape": "TransactionCanceledException" }, { "shape": "ResourceNotReadyException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "For a specific governed table, provides a list of Amazon S3 objects that will be written during the current transaction and that can be automatically deleted if the transaction is canceled. Without this call, no Amazon S3 objects are automatically deleted when a transaction cancels.
The Glue ETL library function write_dynamic_frame.from_catalog()
includes an option to automatically call DeleteObjectsOnCancel
before writes. For more information, see Rolling Back Amazon S3 Writes.
Deregisters the resource as managed by the Data Catalog.
When you deregister a path, Lake Formation removes the path from the inline policy attached to your service-linked role.
" }, "DescribeLakeFormationIdentityCenterConfiguration": { "name": "DescribeLakeFormationIdentityCenterConfiguration", "http": { "method": "POST", "requestUri": "/DescribeLakeFormationIdentityCenterConfiguration" }, "input": { "shape": "DescribeLakeFormationIdentityCenterConfigurationRequest" }, "output": { "shape": "DescribeLakeFormationIdentityCenterConfigurationResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "AccessDeniedException" } ], "documentation": "Retrieves the instance ARN and application ARN for the connection.
" }, "DescribeResource": { "name": "DescribeResource", "http": { "method": "POST", "requestUri": "/DescribeResource" }, "input": { "shape": "DescribeResourceRequest" }, "output": { "shape": "DescribeResourceResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "EntityNotFoundException" } ], "documentation": "Retrieves the current data access role for the given resource registered in Lake Formation.
" }, "DescribeTransaction": { "name": "DescribeTransaction", "http": { "method": "POST", "requestUri": "/DescribeTransaction" }, "input": { "shape": "DescribeTransactionRequest" }, "output": { "shape": "DescribeTransactionResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "Returns the details of a single transaction.
" }, "ExtendTransaction": { "name": "ExtendTransaction", "http": { "method": "POST", "requestUri": "/ExtendTransaction" }, "input": { "shape": "ExtendTransactionRequest" }, "output": { "shape": "ExtendTransactionResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "TransactionCommittedException" }, { "shape": "TransactionCanceledException" }, { "shape": "TransactionCommitInProgressException" } ], "documentation": "Indicates to the service that the specified transaction is still active and should not be treated as idle and aborted.
Write transactions that remain idle for a long period are automatically aborted unless explicitly extended.
" }, "GetDataCellsFilter": { "name": "GetDataCellsFilter", "http": { "method": "POST", "requestUri": "/GetDataCellsFilter" }, "input": { "shape": "GetDataCellsFilterRequest" }, "output": { "shape": "GetDataCellsFilterResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" }, { "shape": "AccessDeniedException" } ], "documentation": "Returns a data cells filter.
" }, "GetDataLakePrincipal": { "name": "GetDataLakePrincipal", "http": { "method": "POST", "requestUri": "/GetDataLakePrincipal" }, "input": { "shape": "GetDataLakePrincipalRequest" }, "output": { "shape": "GetDataLakePrincipalResponse" }, "errors": [ { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "AccessDeniedException" } ], "documentation": "Returns the identity of the invoking principal.
" }, "GetDataLakeSettings": { "name": "GetDataLakeSettings", "http": { "method": "POST", "requestUri": "/GetDataLakeSettings" }, "input": { "shape": "GetDataLakeSettingsRequest" }, "output": { "shape": "GetDataLakeSettingsResponse" }, "errors": [ { "shape": "InternalServiceException" }, { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" } ], "documentation": "Retrieves the list of the data lake administrators of a Lake Formation-managed data lake.
" }, "GetEffectivePermissionsForPath": { "name": "GetEffectivePermissionsForPath", "http": { "method": "POST", "requestUri": "/GetEffectivePermissionsForPath" }, "input": { "shape": "GetEffectivePermissionsForPathRequest" }, "output": { "shape": "GetEffectivePermissionsForPathResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "Returns the Lake Formation permissions for a specified table or database resource located at a path in Amazon S3. GetEffectivePermissionsForPath
will not return databases and tables if the catalog is encrypted.
Returns an LF-tag definition.
" }, "GetQueryState": { "name": "GetQueryState", "http": { "method": "POST", "requestUri": "/GetQueryState", "responseCode": 200 }, "input": { "shape": "GetQueryStateRequest" }, "output": { "shape": "GetQueryStateResponse" }, "errors": [ { "shape": "InternalServiceException" }, { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" } ], "documentation": "Returns the state of a query previously submitted. Clients are expected to poll GetQueryState
to monitor the current state of the planning before retrieving the work units. A query state is only visible to the principal that made the initial call to StartQueryPlanning
.
Retrieves statistics on the planning and execution of a query.
", "endpoint": { "hostPrefix": "query-" } }, "GetResourceLFTags": { "name": "GetResourceLFTags", "http": { "method": "POST", "requestUri": "/GetResourceLFTags" }, "input": { "shape": "GetResourceLFTagsRequest" }, "output": { "shape": "GetResourceLFTagsResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" }, { "shape": "AccessDeniedException" } ], "documentation": "Returns the LF-tags applied to a resource.
" }, "GetTableObjects": { "name": "GetTableObjects", "http": { "method": "POST", "requestUri": "/GetTableObjects" }, "input": { "shape": "GetTableObjectsRequest" }, "output": { "shape": "GetTableObjectsResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "TransactionCommittedException" }, { "shape": "TransactionCanceledException" }, { "shape": "ResourceNotReadyException" } ], "documentation": "Returns the set of Amazon S3 objects that make up the specified governed table. A transaction ID or timestamp can be specified for time-travel queries.
" }, "GetTemporaryGluePartitionCredentials": { "name": "GetTemporaryGluePartitionCredentials", "http": { "method": "POST", "requestUri": "/GetTemporaryGluePartitionCredentials" }, "input": { "shape": "GetTemporaryGluePartitionCredentialsRequest" }, "output": { "shape": "GetTemporaryGluePartitionCredentialsResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "EntityNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "PermissionTypeMismatchException" } ], "documentation": "This API is identical to GetTemporaryTableCredentials
except that this is used when the target Data Catalog resource is of type Partition. Lake Formation restricts the permission of the vended credentials with the same scope down policy which restricts access to a single Amazon S3 prefix.
Allows a caller in a secure environment to assume a role with permission to access Amazon S3. In order to vend such credentials, Lake Formation assumes the role associated with a registered location, for example an Amazon S3 bucket, with a scope down policy which restricts the access to a single prefix.
" }, "GetWorkUnitResults": { "name": "GetWorkUnitResults", "http": { "method": "POST", "requestUri": "/GetWorkUnitResults", "responseCode": 200 }, "input": { "shape": "GetWorkUnitResultsRequest" }, "output": { "shape": "GetWorkUnitResultsResponse" }, "errors": [ { "shape": "InternalServiceException" }, { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "ExpiredException" }, { "shape": "ThrottledException" } ], "documentation": "Returns the work units resulting from the query. Work units can be executed in any order and in parallel.
", "endpoint": { "hostPrefix": "data-" } }, "GetWorkUnits": { "name": "GetWorkUnits", "http": { "method": "POST", "requestUri": "/GetWorkUnits", "responseCode": 200 }, "input": { "shape": "GetWorkUnitsRequest" }, "output": { "shape": "GetWorkUnitsResponse" }, "errors": [ { "shape": "WorkUnitsNotReadyYetException" }, { "shape": "InternalServiceException" }, { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "ExpiredException" } ], "documentation": "Retrieves the work units generated by the StartQueryPlanning
operation.
Grants permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3.
For information about permissions, see Security and Access Control to Metadata and Data.
" }, "ListDataCellsFilter": { "name": "ListDataCellsFilter", "http": { "method": "POST", "requestUri": "/ListDataCellsFilter" }, "input": { "shape": "ListDataCellsFilterRequest" }, "output": { "shape": "ListDataCellsFilterResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" }, { "shape": "AccessDeniedException" } ], "documentation": "Lists all the data cell filters on a table.
" }, "ListLFTags": { "name": "ListLFTags", "http": { "method": "POST", "requestUri": "/ListLFTags" }, "input": { "shape": "ListLFTagsRequest" }, "output": { "shape": "ListLFTagsResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "AccessDeniedException" } ], "documentation": "Lists LF-tags that the requester has permission to view.
" }, "ListLakeFormationOptIns": { "name": "ListLakeFormationOptIns", "http": { "method": "POST", "requestUri": "/ListLakeFormationOptIns" }, "input": { "shape": "ListLakeFormationOptInsRequest" }, "output": { "shape": "ListLakeFormationOptInsResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "AccessDeniedException" } ], "documentation": "Retrieve the current list of resources and principals that are opt in to enforce Lake Formation permissions.
" }, "ListPermissions": { "name": "ListPermissions", "http": { "method": "POST", "requestUri": "/ListPermissions" }, "input": { "shape": "ListPermissionsRequest" }, "output": { "shape": "ListPermissionsResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "Returns a list of the principal permissions on the resource, filtered by the permissions of the caller. For example, if you are granted an ALTER permission, you are able to see only the principal permissions for ALTER.
This operation returns only those permissions that have been explicitly granted.
For information about permissions, see Security and Access Control to Metadata and Data.
" }, "ListResources": { "name": "ListResources", "http": { "method": "POST", "requestUri": "/ListResources" }, "input": { "shape": "ListResourcesRequest" }, "output": { "shape": "ListResourcesResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "Lists the resources registered to be managed by the Data Catalog.
" }, "ListTableStorageOptimizers": { "name": "ListTableStorageOptimizers", "http": { "method": "POST", "requestUri": "/ListTableStorageOptimizers" }, "input": { "shape": "ListTableStorageOptimizersRequest" }, "output": { "shape": "ListTableStorageOptimizersResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServiceException" } ], "documentation": "Returns the configuration of all storage optimizers associated with a specified table.
" }, "ListTransactions": { "name": "ListTransactions", "http": { "method": "POST", "requestUri": "/ListTransactions" }, "input": { "shape": "ListTransactionsRequest" }, "output": { "shape": "ListTransactionsResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "Returns metadata about transactions and their status. To prevent the response from growing indefinitely, only uncommitted transactions and those available for time-travel queries are returned.
This operation can help you identify uncommitted transactions or to get information about transactions.
" }, "PutDataLakeSettings": { "name": "PutDataLakeSettings", "http": { "method": "POST", "requestUri": "/PutDataLakeSettings" }, "input": { "shape": "PutDataLakeSettingsRequest" }, "output": { "shape": "PutDataLakeSettingsResponse" }, "errors": [ { "shape": "InternalServiceException" }, { "shape": "InvalidInputException" } ], "documentation": "Sets the list of data lake administrators who have admin privileges on all resources managed by Lake Formation. For more information on admin privileges, see Granting Lake Formation Permissions.
This API replaces the current list of data lake admins with the new list being passed. To add an admin, fetch the current list and add the new admin to that list and pass that list in this API.
" }, "RegisterResource": { "name": "RegisterResource", "http": { "method": "POST", "requestUri": "/RegisterResource" }, "input": { "shape": "RegisterResourceRequest" }, "output": { "shape": "RegisterResourceResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "AlreadyExistsException" }, { "shape": "EntityNotFoundException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "AccessDeniedException" } ], "documentation": "Registers the resource as managed by the Data Catalog.
To add or update data, Lake Formation needs read/write access to the chosen Amazon S3 path. Choose a role that you know has permission to do this, or choose the AWSServiceRoleForLakeFormationDataAccess service-linked role. When you register the first Amazon S3 path, the service-linked role and a new inline policy are created on your behalf. Lake Formation adds the first path to the inline policy and attaches it to the service-linked role. When you register subsequent paths, Lake Formation adds the path to the existing policy.
The following request registers a new location and gives Lake Formation permission to use the service-linked role to access that location.
ResourceArn = arn:aws:s3:::my-bucket UseServiceLinkedRole = true
If UseServiceLinkedRole
is not set to true, you must provide or set the RoleArn
:
arn:aws:iam::12345:role/my-data-access-role
Removes an LF-tag from the resource. Only database, table, or tableWithColumns resource are allowed. To tag columns, use the column inclusion list in tableWithColumns
to specify column input.
Revokes permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3.
" }, "SearchDatabasesByLFTags": { "name": "SearchDatabasesByLFTags", "http": { "method": "POST", "requestUri": "/SearchDatabasesByLFTags" }, "input": { "shape": "SearchDatabasesByLFTagsRequest" }, "output": { "shape": "SearchDatabasesByLFTagsResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" }, { "shape": "AccessDeniedException" } ], "documentation": "This operation allows a search on DATABASE
resources by TagCondition
. This operation is used by admins who want to grant user permissions on certain TagConditions
. Before making a grant, the admin can use SearchDatabasesByTags
to find all resources where the given TagConditions
are valid to verify whether the returned resources can be shared.
This operation allows a search on TABLE
resources by LFTag
s. This will be used by admins who want to grant user permissions on certain LF-tags. Before making a grant, the admin can use SearchTablesByLFTags
to find all resources where the given LFTag
s are valid to verify whether the returned resources can be shared.
Submits a request to process a query statement.
This operation generates work units that can be retrieved with the GetWorkUnits
operation as soon as the query state is WORKUNITS_AVAILABLE or FINISHED.
Starts a new transaction and returns its transaction ID. Transaction IDs are opaque objects that you can use to identify a transaction.
" }, "UpdateDataCellsFilter": { "name": "UpdateDataCellsFilter", "http": { "method": "POST", "requestUri": "/UpdateDataCellsFilter" }, "input": { "shape": "UpdateDataCellsFilterRequest" }, "output": { "shape": "UpdateDataCellsFilterResponse" }, "errors": [ { "shape": "ConcurrentModificationException" }, { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "AccessDeniedException" } ], "documentation": "Updates a data cell filter.
" }, "UpdateLFTag": { "name": "UpdateLFTag", "http": { "method": "POST", "requestUri": "/UpdateLFTag" }, "input": { "shape": "UpdateLFTagRequest" }, "output": { "shape": "UpdateLFTagResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "ConcurrentModificationException" }, { "shape": "AccessDeniedException" } ], "documentation": "Updates the list of possible values for the specified LF-tag key. If the LF-tag does not exist, the operation throws an EntityNotFoundException. The values in the delete key values will be deleted from list of possible values. If any value in the delete key values is attached to a resource, then API errors out with a 400 Exception - \"Update not allowed\". Untag the attribute before deleting the LF-tag key's value.
" }, "UpdateLakeFormationIdentityCenterConfiguration": { "name": "UpdateLakeFormationIdentityCenterConfiguration", "http": { "method": "POST", "requestUri": "/UpdateLakeFormationIdentityCenterConfiguration" }, "input": { "shape": "UpdateLakeFormationIdentityCenterConfigurationRequest" }, "output": { "shape": "UpdateLakeFormationIdentityCenterConfigurationResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "AccessDeniedException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "Updates the IAM Identity Center connection parameters.
" }, "UpdateResource": { "name": "UpdateResource", "http": { "method": "POST", "requestUri": "/UpdateResource" }, "input": { "shape": "UpdateResourceRequest" }, "output": { "shape": "UpdateResourceResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "EntityNotFoundException" } ], "documentation": "Updates the data access role used for vending access to the given (registered) resource in Lake Formation.
" }, "UpdateTableObjects": { "name": "UpdateTableObjects", "http": { "method": "POST", "requestUri": "/UpdateTableObjects" }, "input": { "shape": "UpdateTableObjectsRequest" }, "output": { "shape": "UpdateTableObjectsResponse" }, "errors": [ { "shape": "InternalServiceException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "EntityNotFoundException" }, { "shape": "TransactionCommittedException" }, { "shape": "TransactionCanceledException" }, { "shape": "TransactionCommitInProgressException" }, { "shape": "ResourceNotReadyException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "Updates the manifest of Amazon S3 objects that make up the specified governed table.
" }, "UpdateTableStorageOptimizer": { "name": "UpdateTableStorageOptimizer", "http": { "method": "POST", "requestUri": "/UpdateTableStorageOptimizer" }, "input": { "shape": "UpdateTableStorageOptimizerRequest" }, "output": { "shape": "UpdateTableStorageOptimizerResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServiceException" } ], "documentation": "Updates the configuration of the storage optimizers for a table.
" } }, "shapes": { "AccessKeyIdString": { "type": "string" }, "AddLFTagsToResourceRequest": { "type": "structure", "required": [ "Resource", "LFTags" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" }, "Resource": { "shape": "Resource", "documentation": "The database, table, or column resource to which to attach an LF-tag.
" }, "LFTags": { "shape": "LFTagsList", "documentation": "The LF-tags to attach to the resource.
" } } }, "AddLFTagsToResourceResponse": { "type": "structure", "members": { "Failures": { "shape": "LFTagErrors", "documentation": "A list of failures to tag the resource.
" } } }, "AddObjectInput": { "type": "structure", "required": [ "Uri", "ETag", "Size" ], "members": { "Uri": { "shape": "URI", "documentation": "The Amazon S3 location of the object.
" }, "ETag": { "shape": "ETagString", "documentation": "The Amazon S3 ETag of the object. Returned by GetTableObjects
for validation and used to identify changes to the underlying data.
The size of the Amazon S3 object in bytes.
" }, "PartitionValues": { "shape": "PartitionValuesList", "documentation": "A list of partition values for the object. A value must be specified for each partition key associated with the table.
The supported data types are integer, long, date(yyyy-MM-dd), timestamp(yyyy-MM-dd HH:mm:ssXXX or yyyy-MM-dd HH:mm:ss\"), string and decimal.
" } }, "documentation": "A new object to add to the governed table.
" }, "AdditionalContextMap": { "type": "map", "key": { "shape": "ContextKey" }, "value": { "shape": "ContextValue" } }, "AllRowsWildcard": { "type": "structure", "members": {}, "documentation": "A structure that you pass to indicate you want all rows in a filter.
" }, "ApplicationArn": { "type": "string" }, "ApplicationStatus": { "type": "string", "enum": [ "ENABLED", "DISABLED" ] }, "AssumeDecoratedRoleWithSAMLRequest": { "type": "structure", "required": [ "SAMLAssertion", "RoleArn", "PrincipalArn" ], "members": { "SAMLAssertion": { "shape": "SAMLAssertionString", "documentation": "A SAML assertion consisting of an assertion statement for the user who needs temporary credentials. This must match the SAML assertion that was issued to IAM. This must be Base64 encoded.
" }, "RoleArn": { "shape": "IAMRoleArn", "documentation": "The role that represents an IAM principal whose scope down policy allows it to call credential vending APIs such as GetTemporaryTableCredentials
. The caller must also have iam:PassRole permission on this role.
The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.
" }, "DurationSeconds": { "shape": "CredentialTimeoutDurationSecondInteger", "documentation": "The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.
" } } }, "AssumeDecoratedRoleWithSAMLResponse": { "type": "structure", "members": { "AccessKeyId": { "shape": "AccessKeyIdString", "documentation": "The access key ID for the temporary credentials. (The access key consists of an access key ID and a secret key).
" }, "SecretAccessKey": { "shape": "SecretAccessKeyString", "documentation": "The secret key for the temporary credentials. (The access key consists of an access key ID and a secret key).
" }, "SessionToken": { "shape": "SessionTokenString", "documentation": "The session token for the temporary credentials.
" }, "Expiration": { "shape": "ExpirationTimestamp", "documentation": "The date and time when the temporary credentials expire.
" } } }, "AuditContext": { "type": "structure", "members": { "AdditionalAuditContext": { "shape": "AuditContextString", "documentation": "The filter engine can populate the 'AdditionalAuditContext' information with the request ID for you to track. This information will be displayed in CloudTrail log in your account.
" } }, "documentation": "A structure used to include auditing information on the privileged API.
" }, "AuditContextString": { "type": "string", "max": 2048, "min": 0, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" }, "AuthorizedSessionTagValueList": { "type": "list", "member": { "shape": "NameString" } }, "BatchGrantPermissionsRequest": { "type": "structure", "required": [ "Entries" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" }, "Entries": { "shape": "BatchPermissionsRequestEntryList", "documentation": "A list of up to 20 entries for resource permissions to be granted by batch operation to the principal.
" } } }, "BatchGrantPermissionsResponse": { "type": "structure", "members": { "Failures": { "shape": "BatchPermissionsFailureList", "documentation": "A list of failures to grant permissions to the resources.
" } } }, "BatchPermissionsFailureEntry": { "type": "structure", "members": { "RequestEntry": { "shape": "BatchPermissionsRequestEntry", "documentation": "An identifier for an entry of the batch request.
" }, "Error": { "shape": "ErrorDetail", "documentation": "An error message that applies to the failure of the entry.
" } }, "documentation": "A list of failures when performing a batch grant or batch revoke operation.
" }, "BatchPermissionsFailureList": { "type": "list", "member": { "shape": "BatchPermissionsFailureEntry" } }, "BatchPermissionsRequestEntry": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "Identifier", "documentation": "A unique identifier for the batch permissions request entry.
" }, "Principal": { "shape": "DataLakePrincipal", "documentation": "The principal to be granted a permission.
" }, "Resource": { "shape": "Resource", "documentation": "The resource to which the principal is to be granted a permission.
" }, "Permissions": { "shape": "PermissionList", "documentation": "The permissions to be granted.
" }, "PermissionsWithGrantOption": { "shape": "PermissionList", "documentation": "Indicates if the option to pass permissions is granted.
" } }, "documentation": "A permission to a resource granted by batch operation to the principal.
" }, "BatchPermissionsRequestEntryList": { "type": "list", "member": { "shape": "BatchPermissionsRequestEntry" } }, "BatchRevokePermissionsRequest": { "type": "structure", "required": [ "Entries" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" }, "Entries": { "shape": "BatchPermissionsRequestEntryList", "documentation": "A list of up to 20 entries for resource permissions to be revoked by batch operation to the principal.
" } } }, "BatchRevokePermissionsResponse": { "type": "structure", "members": { "Failures": { "shape": "BatchPermissionsFailureList", "documentation": "A list of failures to revoke permissions to the resources.
" } } }, "BooleanNullable": { "type": "boolean" }, "CancelTransactionRequest": { "type": "structure", "required": [ "TransactionId" ], "members": { "TransactionId": { "shape": "TransactionIdString", "documentation": "The transaction to cancel.
" } } }, "CancelTransactionResponse": { "type": "structure", "members": {} }, "CatalogIdString": { "type": "string", "max": 255, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" }, "CatalogResource": { "type": "structure", "members": {}, "documentation": "A structure for the catalog object.
" }, "ColumnLFTag": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "The name of a column resource.
" }, "LFTags": { "shape": "LFTagsList", "documentation": "The LF-tags attached to a column resource.
" } }, "documentation": "A structure containing the name of a column resource and the LF-tags attached to it.
" }, "ColumnLFTagsList": { "type": "list", "member": { "shape": "ColumnLFTag" } }, "ColumnNames": { "type": "list", "member": { "shape": "NameString" } }, "ColumnWildcard": { "type": "structure", "members": { "ExcludedColumnNames": { "shape": "ColumnNames", "documentation": "Excludes column names. Any column with this name will be excluded.
" } }, "documentation": "A wildcard object, consisting of an optional list of excluded column names or indexes.
" }, "CommitTransactionRequest": { "type": "structure", "required": [ "TransactionId" ], "members": { "TransactionId": { "shape": "TransactionIdString", "documentation": "The transaction to commit.
" } } }, "CommitTransactionResponse": { "type": "structure", "members": { "TransactionStatus": { "shape": "TransactionStatus", "documentation": "The status of the transaction.
" } } }, "ComparisonOperator": { "type": "string", "enum": [ "EQ", "NE", "LE", "LT", "GE", "GT", "CONTAINS", "NOT_CONTAINS", "BEGINS_WITH", "IN", "BETWEEN" ] }, "ContextKey": { "type": "string", "max": 128, "min": 1 }, "ContextValue": { "type": "string", "max": 256, "min": 0 }, "CreateDataCellsFilterRequest": { "type": "structure", "required": [ "TableData" ], "members": { "TableData": { "shape": "DataCellsFilter", "documentation": "A DataCellsFilter
structure containing information about the data cells filter.
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" }, "TagKey": { "shape": "LFTagKey", "documentation": "The key-name for the LF-tag.
" }, "TagValues": { "shape": "TagValueList", "documentation": "A list of possible values an attribute can take.
" } } }, "CreateLFTagResponse": { "type": "structure", "members": {} }, "CreateLakeFormationIdentityCenterConfigurationRequest": { "type": "structure", "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, view definitions, and other control information to manage your Lake Formation environment.
" }, "InstanceArn": { "shape": "IdentityCenterInstanceArn", "documentation": "The ARN of the IAM Identity Center instance for which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
" }, "ExternalFiltering": { "shape": "ExternalFilteringConfiguration", "documentation": "A list of the account IDs of Amazon Web Services accounts of third-party applications that are allowed to access data managed by Lake Formation.
" }, "ShareRecipients": { "shape": "DataLakePrincipalList", "documentation": "A list of Amazon Web Services account IDs and/or Amazon Web Services organization/organizational unit ARNs that are allowed to access data managed by Lake Formation.
If the ShareRecipients
list includes valid values, a resource share is created with the principals you want to have access to the resources.
If the ShareRecipients
value is null or the list is empty, no resource share is created.
The Amazon Resource Name (ARN) of the Lake Formation application integrated with IAM Identity Center.
" } } }, "CreateLakeFormationOptInRequest": { "type": "structure", "required": [ "Principal", "Resource" ], "members": { "Principal": { "shape": "DataLakePrincipal" }, "Resource": { "shape": "Resource" } } }, "CreateLakeFormationOptInResponse": { "type": "structure", "members": {} }, "CredentialTimeoutDurationSecondInteger": { "type": "integer", "box": true, "max": 43200, "min": 900 }, "DataCellsFilter": { "type": "structure", "required": [ "TableCatalogId", "DatabaseName", "TableName", "Name" ], "members": { "TableCatalogId": { "shape": "CatalogIdString", "documentation": "The ID of the catalog to which the table belongs.
" }, "DatabaseName": { "shape": "NameString", "documentation": "A database in the Glue Data Catalog.
" }, "TableName": { "shape": "NameString", "documentation": "A table in the database.
" }, "Name": { "shape": "NameString", "documentation": "The name given by the user to the data filter cell.
" }, "RowFilter": { "shape": "RowFilter", "documentation": "A PartiQL predicate.
" }, "ColumnNames": { "shape": "ColumnNames", "documentation": "A list of column names and/or nested column attributes. When specifying nested attributes, use a qualified dot (.) delimited format such as \"address\".\"zip\". Nested attributes within this list may not exceed a depth of 5.
" }, "ColumnWildcard": { "shape": "ColumnWildcard", "documentation": "A wildcard with exclusions.
You must specify either a ColumnNames
list or the ColumnWildCard
.
The ID of the data cells filter version.
" } }, "documentation": "A structure that describes certain columns on certain rows.
" }, "DataCellsFilterList": { "type": "list", "member": { "shape": "DataCellsFilter" } }, "DataCellsFilterResource": { "type": "structure", "members": { "TableCatalogId": { "shape": "CatalogIdString", "documentation": "The ID of the catalog to which the table belongs.
" }, "DatabaseName": { "shape": "NameString", "documentation": "A database in the Glue Data Catalog.
" }, "TableName": { "shape": "NameString", "documentation": "The name of the table.
" }, "Name": { "shape": "NameString", "documentation": "The name of the data cells filter.
" } }, "documentation": "A structure for a data cells filter resource.
" }, "DataLakePrincipal": { "type": "structure", "members": { "DataLakePrincipalIdentifier": { "shape": "DataLakePrincipalString", "documentation": "An identifier for the Lake Formation principal.
" } }, "documentation": "The Lake Formation principal. Supported principals are IAM users or IAM roles.
" }, "DataLakePrincipalList": { "type": "list", "member": { "shape": "DataLakePrincipal" }, "max": 30, "min": 0 }, "DataLakePrincipalString": { "type": "string", "max": 255, "min": 1 }, "DataLakeResourceType": { "type": "string", "enum": [ "CATALOG", "DATABASE", "TABLE", "DATA_LOCATION", "LF_TAG", "LF_TAG_POLICY", "LF_TAG_POLICY_DATABASE", "LF_TAG_POLICY_TABLE" ] }, "DataLakeSettings": { "type": "structure", "members": { "DataLakeAdmins": { "shape": "DataLakePrincipalList", "documentation": "A list of Lake Formation principals. Supported principals are IAM users or IAM roles.
" }, "ReadOnlyAdmins": { "shape": "DataLakePrincipalList", "documentation": "A list of Lake Formation principals with only view access to the resources, without the ability to make changes. Supported principals are IAM users or IAM roles.
" }, "CreateDatabaseDefaultPermissions": { "shape": "PrincipalPermissionsList", "documentation": "Specifies whether access control on newly created database is managed by Lake Formation permissions or exclusively by IAM permissions.
A null value indicates access control by Lake Formation permissions. A value that assigns ALL to IAM_ALLOWED_PRINCIPALS indicates access control by IAM permissions. This is referred to as the setting \"Use only IAM access control,\" and is for backward compatibility with the Glue permission model implemented by IAM permissions.
The only permitted values are an empty array or an array that contains a single JSON object that grants ALL to IAM_ALLOWED_PRINCIPALS.
For more information, see Changing the Default Security Settings for Your Data Lake.
" }, "CreateTableDefaultPermissions": { "shape": "PrincipalPermissionsList", "documentation": "Specifies whether access control on newly created table is managed by Lake Formation permissions or exclusively by IAM permissions.
A null value indicates access control by Lake Formation permissions. A value that assigns ALL to IAM_ALLOWED_PRINCIPALS indicates access control by IAM permissions. This is referred to as the setting \"Use only IAM access control,\" and is for backward compatibility with the Glue permission model implemented by IAM permissions.
The only permitted values are an empty array or an array that contains a single JSON object that grants ALL to IAM_ALLOWED_PRINCIPALS.
For more information, see Changing the Default Security Settings for Your Data Lake.
" }, "Parameters": { "shape": "ParametersMap", "documentation": "A key-value map that provides an additional configuration on your data lake. CROSS_ACCOUNT_VERSION is the key you can configure in the Parameters field. Accepted values for the CrossAccountVersion key are 1, 2, 3, and 4.
" }, "TrustedResourceOwners": { "shape": "TrustedResourceOwners", "documentation": "A list of the resource-owning account IDs that the caller's account can use to share their user access details (user ARNs). The user ARNs can be logged in the resource owner's CloudTrail log.
You may want to specify this property when you are in a high-trust boundary, such as the same team or company.
" }, "AllowExternalDataFiltering": { "shape": "NullableBoolean", "documentation": "Whether to allow Amazon EMR clusters to access data managed by Lake Formation.
If true, you allow Amazon EMR clusters to access data in Amazon S3 locations that are registered with Lake Formation.
If false or null, no Amazon EMR clusters will be able to access data in Amazon S3 locations that are registered with Lake Formation.
For more information, see (Optional) Allow external data filtering.
" }, "AllowFullTableExternalDataAccess": { "shape": "NullableBoolean", "documentation": "Whether to allow a third-party query engine to get data access credentials without session tags when a caller has full data access permissions.
" }, "ExternalDataFilteringAllowList": { "shape": "DataLakePrincipalList", "documentation": "A list of the account IDs of Amazon Web Services accounts with Amazon EMR clusters that are to perform data filtering.>
" }, "AuthorizedSessionTagValueList": { "shape": "AuthorizedSessionTagValueList", "documentation": "Lake Formation relies on a privileged process secured by Amazon EMR or the third party integrator to tag the user's role while assuming it. Lake Formation will publish the acceptable key-value pair, for example key = \"LakeFormationTrustedCaller\" and value = \"TRUE\" and the third party integrator must properly tag the temporary security credentials that will be used to call Lake Formation's administrative APIs.
" } }, "documentation": "A structure representing a list of Lake Formation principals designated as data lake administrators and lists of principal permission entries for default create database and default create table permissions.
" }, "DataLocationResource": { "type": "structure", "required": [ "ResourceArn" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog where the location is registered with Lake Formation. By default, it is the account ID of the caller.
" }, "ResourceArn": { "shape": "ResourceArnString", "documentation": "The Amazon Resource Name (ARN) that uniquely identifies the data location resource.
" } }, "documentation": "A structure for a data location object where permissions are granted or revoked.
" }, "DatabaseLFTagsList": { "type": "list", "member": { "shape": "TaggedDatabase" } }, "DatabaseResource": { "type": "structure", "required": [ "Name" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, it is the account ID of the caller.
" }, "Name": { "shape": "NameString", "documentation": "The name of the database resource. Unique to the Data Catalog.
" } }, "documentation": "A structure for the database object.
" }, "DateTime": { "type": "timestamp", "timestampFormat": "iso8601" }, "DeleteDataCellsFilterRequest": { "type": "structure", "members": { "TableCatalogId": { "shape": "CatalogIdString", "documentation": "The ID of the catalog to which the table belongs.
" }, "DatabaseName": { "shape": "NameString", "documentation": "A database in the Glue Data Catalog.
" }, "TableName": { "shape": "NameString", "documentation": "A table in the database.
" }, "Name": { "shape": "NameString", "documentation": "The name given by the user to the data filter cell.
" } } }, "DeleteDataCellsFilterResponse": { "type": "structure", "members": {} }, "DeleteLFTagRequest": { "type": "structure", "required": [ "TagKey" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" }, "TagKey": { "shape": "LFTagKey", "documentation": "The key-name for the LF-tag to delete.
" } } }, "DeleteLFTagResponse": { "type": "structure", "members": {} }, "DeleteLakeFormationIdentityCenterConfigurationRequest": { "type": "structure", "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, view definition, and other control information to manage your Lake Formation environment.
" } } }, "DeleteLakeFormationIdentityCenterConfigurationResponse": { "type": "structure", "members": {} }, "DeleteLakeFormationOptInRequest": { "type": "structure", "required": [ "Principal", "Resource" ], "members": { "Principal": { "shape": "DataLakePrincipal" }, "Resource": { "shape": "Resource" } } }, "DeleteLakeFormationOptInResponse": { "type": "structure", "members": {} }, "DeleteObjectInput": { "type": "structure", "required": [ "Uri" ], "members": { "Uri": { "shape": "URI", "documentation": "The Amazon S3 location of the object to delete.
" }, "ETag": { "shape": "ETagString", "documentation": "The Amazon S3 ETag of the object. Returned by GetTableObjects
for validation and used to identify changes to the underlying data.
A list of partition values for the object. A value must be specified for each partition key associated with the governed table.
" } }, "documentation": "An object to delete from the governed table.
" }, "DeleteObjectsOnCancelRequest": { "type": "structure", "required": [ "DatabaseName", "TableName", "TransactionId", "Objects" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The Glue data catalog that contains the governed table. Defaults to the current account ID.
" }, "DatabaseName": { "shape": "NameString", "documentation": "The database that contains the governed table.
" }, "TableName": { "shape": "NameString", "documentation": "The name of the governed table.
" }, "TransactionId": { "shape": "TransactionIdString", "documentation": "ID of the transaction that the writes occur in.
" }, "Objects": { "shape": "VirtualObjectList", "documentation": "A list of VirtualObject structures, which indicates the Amazon S3 objects to be deleted if the transaction cancels.
" } } }, "DeleteObjectsOnCancelResponse": { "type": "structure", "members": {} }, "DeregisterResourceRequest": { "type": "structure", "required": [ "ResourceArn" ], "members": { "ResourceArn": { "shape": "ResourceArnString", "documentation": "The Amazon Resource Name (ARN) of the resource that you want to deregister.
" } } }, "DeregisterResourceResponse": { "type": "structure", "members": {} }, "DescribeLakeFormationIdentityCenterConfigurationRequest": { "type": "structure", "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" } } }, "DescribeLakeFormationIdentityCenterConfigurationResponse": { "type": "structure", "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" }, "InstanceArn": { "shape": "IdentityCenterInstanceArn", "documentation": "The Amazon Resource Name (ARN) of the connection.
" }, "ApplicationArn": { "shape": "ApplicationArn", "documentation": "The Amazon Resource Name (ARN) of the Lake Formation application integrated with IAM Identity Center.
" }, "ExternalFiltering": { "shape": "ExternalFilteringConfiguration", "documentation": "Indicates if external filtering is enabled.
" }, "ShareRecipients": { "shape": "DataLakePrincipalList", "documentation": "A list of Amazon Web Services account IDs or Amazon Web Services organization/organizational unit ARNs that are allowed to access data managed by Lake Formation.
If the ShareRecipients
list includes valid values, a resource share is created with the principals you want to have access to the resources as the ShareRecipients
.
If the ShareRecipients
value is null or the list is empty, no resource share is created.
The Amazon Resource Name (ARN) of the RAM share.
" } } }, "DescribeResourceRequest": { "type": "structure", "required": [ "ResourceArn" ], "members": { "ResourceArn": { "shape": "ResourceArnString", "documentation": "The resource ARN.
" } } }, "DescribeResourceResponse": { "type": "structure", "members": { "ResourceInfo": { "shape": "ResourceInfo", "documentation": "A structure containing information about an Lake Formation resource.
" } } }, "DescribeTransactionRequest": { "type": "structure", "required": [ "TransactionId" ], "members": { "TransactionId": { "shape": "TransactionIdString", "documentation": "The transaction for which to return status.
" } } }, "DescribeTransactionResponse": { "type": "structure", "members": { "TransactionDescription": { "shape": "TransactionDescription", "documentation": "Returns a TransactionDescription
object containing information about the transaction.
A resource share ARN for a catalog resource shared through RAM.
" } }, "documentation": "A structure containing the additional details to be returned in the AdditionalDetails
attribute of PrincipalResourcePermissions
.
If a catalog resource is shared through Resource Access Manager (RAM), then there will exist a corresponding RAM resource share ARN.
" }, "ETagString": { "type": "string", "max": 255, "min": 1, "pattern": "[\\p{L}\\p{N}\\p{P}]*" }, "EnableStatus": { "type": "string", "enum": [ "ENABLED", "DISABLED" ] }, "ErrorDetail": { "type": "structure", "members": { "ErrorCode": { "shape": "NameString", "documentation": "The code associated with this error.
" }, "ErrorMessage": { "shape": "DescriptionString", "documentation": "A message describing the error.
" } }, "documentation": "Contains details about an error.
" }, "ErrorMessageString": { "type": "string" }, "ExecutionStatistics": { "type": "structure", "members": { "AverageExecutionTimeMillis": { "shape": "NumberOfMilliseconds", "documentation": "The average time the request took to be executed.
" }, "DataScannedBytes": { "shape": "NumberOfBytes", "documentation": "The amount of data that was scanned in bytes.
" }, "WorkUnitsExecutedCount": { "shape": "NumberOfItems", "documentation": "The number of work units executed.
" } }, "documentation": "Statistics related to the processing of a query statement.
" }, "ExpirationTimestamp": { "type": "timestamp" }, "Expression": { "type": "list", "member": { "shape": "LFTag" } }, "ExtendTransactionRequest": { "type": "structure", "members": { "TransactionId": { "shape": "TransactionIdString", "documentation": "The transaction to extend.
" } } }, "ExtendTransactionResponse": { "type": "structure", "members": {} }, "ExternalFilteringConfiguration": { "type": "structure", "required": [ "Status", "AuthorizedTargets" ], "members": { "Status": { "shape": "EnableStatus", "documentation": "Allows to enable or disable the third-party applications that are allowed to access data managed by Lake Formation.
" }, "AuthorizedTargets": { "shape": "ScopeTargets", "documentation": "List of third-party application ARNs
integrated with Lake Formation.
Configuration for enabling external data filtering for third-party applications to access data managed by Lake Formation .
" }, "FieldNameString": { "type": "string", "enum": [ "RESOURCE_ARN", "ROLE_ARN", "LAST_MODIFIED" ] }, "FilterCondition": { "type": "structure", "members": { "Field": { "shape": "FieldNameString", "documentation": "The field to filter in the filter condition.
" }, "ComparisonOperator": { "shape": "ComparisonOperator", "documentation": "The comparison operator used in the filter condition.
" }, "StringValueList": { "shape": "StringValueList", "documentation": "A string with values used in evaluating the filter condition.
" } }, "documentation": "This structure describes the filtering of columns in a table based on a filter condition.
" }, "FilterConditionList": { "type": "list", "member": { "shape": "FilterCondition" }, "max": 20, "min": 1 }, "GetDataCellsFilterRequest": { "type": "structure", "required": [ "TableCatalogId", "DatabaseName", "TableName", "Name" ], "members": { "TableCatalogId": { "shape": "CatalogIdString", "documentation": "The ID of the catalog to which the table belongs.
" }, "DatabaseName": { "shape": "NameString", "documentation": "A database in the Glue Data Catalog.
" }, "TableName": { "shape": "NameString", "documentation": "A table in the database.
" }, "Name": { "shape": "NameString", "documentation": "The name given by the user to the data filter cell.
" } } }, "GetDataCellsFilterResponse": { "type": "structure", "members": { "DataCellsFilter": { "shape": "DataCellsFilter", "documentation": "A structure that describes certain columns on certain rows.
" } } }, "GetDataLakePrincipalRequest": { "type": "structure", "members": {} }, "GetDataLakePrincipalResponse": { "type": "structure", "members": { "Identity": { "shape": "IdentityString", "documentation": "A unique identifier of the invoking principal.
" } } }, "GetDataLakeSettingsRequest": { "type": "structure", "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" } } }, "GetDataLakeSettingsResponse": { "type": "structure", "members": { "DataLakeSettings": { "shape": "DataLakeSettings", "documentation": "A structure representing a list of Lake Formation principals designated as data lake administrators.
" } } }, "GetEffectivePermissionsForPathRequest": { "type": "structure", "required": [ "ResourceArn" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" }, "ResourceArn": { "shape": "ResourceArnString", "documentation": "The Amazon Resource Name (ARN) of the resource for which you want to get permissions.
" }, "NextToken": { "shape": "Token", "documentation": "A continuation token, if this is not the first call to retrieve this list.
" }, "MaxResults": { "shape": "PageSize", "documentation": "The maximum number of results to return.
" } } }, "GetEffectivePermissionsForPathResponse": { "type": "structure", "members": { "Permissions": { "shape": "PrincipalResourcePermissionsList", "documentation": "A list of the permissions for the specified table or database resource located at the path in Amazon S3.
" }, "NextToken": { "shape": "Token", "documentation": "A continuation token, if this is not the first call to retrieve this list.
" } } }, "GetLFTagRequest": { "type": "structure", "required": [ "TagKey" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" }, "TagKey": { "shape": "LFTagKey", "documentation": "The key-name for the LF-tag.
" } } }, "GetLFTagResponse": { "type": "structure", "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" }, "TagKey": { "shape": "LFTagKey", "documentation": "The key-name for the LF-tag.
" }, "TagValues": { "shape": "TagValueList", "documentation": "A list of possible values an attribute can take.
" } } }, "GetQueryStateRequest": { "type": "structure", "required": [ "QueryId" ], "members": { "QueryId": { "shape": "GetQueryStateRequestQueryIdString", "documentation": "The ID of the plan query operation.
" } } }, "GetQueryStateRequestQueryIdString": { "type": "string", "max": 36, "min": 36 }, "GetQueryStateResponse": { "type": "structure", "required": [ "State" ], "members": { "Error": { "shape": "ErrorMessageString", "documentation": "An error message when the operation fails.
" }, "State": { "shape": "QueryStateString", "documentation": "The state of a query previously submitted. The possible states are:
PENDING: the query is pending.
WORKUNITS_AVAILABLE: some work units are ready for retrieval and execution.
FINISHED: the query planning finished successfully, and all work units are ready for retrieval and execution.
ERROR: an error occurred with the query, such as an invalid query ID or a backend error.
A structure for the output.
" }, "GetQueryStatisticsRequest": { "type": "structure", "required": [ "QueryId" ], "members": { "QueryId": { "shape": "GetQueryStatisticsRequestQueryIdString", "documentation": "The ID of the plan query operation.
" } } }, "GetQueryStatisticsRequestQueryIdString": { "type": "string", "max": 36, "min": 36 }, "GetQueryStatisticsResponse": { "type": "structure", "members": { "ExecutionStatistics": { "shape": "ExecutionStatistics", "documentation": "An ExecutionStatistics
structure containing execution statistics.
A PlanningStatistics
structure containing query planning statistics.
The time that the query was submitted.
" } } }, "GetResourceLFTagsRequest": { "type": "structure", "required": [ "Resource" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" }, "Resource": { "shape": "Resource", "documentation": "The database, table, or column resource for which you want to return LF-tags.
" }, "ShowAssignedLFTags": { "shape": "BooleanNullable", "documentation": "Indicates whether to show the assigned LF-tags.
" } } }, "GetResourceLFTagsResponse": { "type": "structure", "members": { "LFTagOnDatabase": { "shape": "LFTagsList", "documentation": "A list of LF-tags applied to a database resource.
" }, "LFTagsOnTable": { "shape": "LFTagsList", "documentation": "A list of LF-tags applied to a table resource.
" }, "LFTagsOnColumns": { "shape": "ColumnLFTagsList", "documentation": "A list of LF-tags applied to a column resource.
" } } }, "GetTableObjectsRequest": { "type": "structure", "required": [ "DatabaseName", "TableName" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The catalog containing the governed table. Defaults to the caller’s account.
" }, "DatabaseName": { "shape": "NameString", "documentation": "The database containing the governed table.
" }, "TableName": { "shape": "NameString", "documentation": "The governed table for which to retrieve objects.
" }, "TransactionId": { "shape": "TransactionIdString", "documentation": "The transaction ID at which to read the governed table contents. If this transaction has aborted, an error is returned. If not set, defaults to the most recent committed transaction. Cannot be specified along with QueryAsOfTime
.
The time as of when to read the governed table contents. If not set, the most recent transaction commit time is used. Cannot be specified along with TransactionId
.
A predicate to filter the objects returned based on the partition keys defined in the governed table.
The comparison operators supported are: =, >, <, >=, <=
The logical operators supported are: AND
The data types supported are integer, long, date(yyyy-MM-dd), timestamp(yyyy-MM-dd HH:mm:ssXXX or yyyy-MM-dd HH:mm:ss\"), string and decimal.
Specifies how many values to return in a page.
" }, "NextToken": { "shape": "TokenString", "documentation": "A continuation token if this is not the first call to retrieve these objects.
" } } }, "GetTableObjectsResponse": { "type": "structure", "members": { "Objects": { "shape": "PartitionedTableObjectsList", "documentation": "A list of objects organized by partition keys.
" }, "NextToken": { "shape": "TokenString", "documentation": "A continuation token indicating whether additional data is available.
" } } }, "GetTemporaryGluePartitionCredentialsRequest": { "type": "structure", "required": [ "TableArn", "Partition" ], "members": { "TableArn": { "shape": "ResourceArnString", "documentation": "The ARN of the partitions' table.
" }, "Partition": { "shape": "PartitionValueList", "documentation": "A list of partition values identifying a single partition.
" }, "Permissions": { "shape": "PermissionList", "documentation": "Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).
" }, "DurationSeconds": { "shape": "CredentialTimeoutDurationSecondInteger", "documentation": "The time period, between 900 and 21,600 seconds, for the timeout of the temporary credentials.
" }, "AuditContext": { "shape": "AuditContext", "documentation": "A structure representing context to access a resource (column names, query ID, etc).
" }, "SupportedPermissionTypes": { "shape": "PermissionTypeList", "documentation": "A list of supported permission types for the partition. Valid values are COLUMN_PERMISSION
and CELL_FILTER_PERMISSION
.
The access key ID for the temporary credentials.
" }, "SecretAccessKey": { "shape": "SecretAccessKeyString", "documentation": "The secret key for the temporary credentials.
" }, "SessionToken": { "shape": "SessionTokenString", "documentation": "The session token for the temporary credentials.
" }, "Expiration": { "shape": "ExpirationTimestamp", "documentation": "The date and time when the temporary credentials expire.
" } } }, "GetTemporaryGlueTableCredentialsRequest": { "type": "structure", "required": [ "TableArn" ], "members": { "TableArn": { "shape": "ResourceArnString", "documentation": "The ARN identifying a table in the Data Catalog for the temporary credentials request.
" }, "Permissions": { "shape": "PermissionList", "documentation": "Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).
" }, "DurationSeconds": { "shape": "CredentialTimeoutDurationSecondInteger", "documentation": "The time period, between 900 and 21,600 seconds, for the timeout of the temporary credentials.
" }, "AuditContext": { "shape": "AuditContext", "documentation": "A structure representing context to access a resource (column names, query ID, etc).
" }, "SupportedPermissionTypes": { "shape": "PermissionTypeList", "documentation": "A list of supported permission types for the table. Valid values are COLUMN_PERMISSION
and CELL_FILTER_PERMISSION
.
The Amazon S3 path for the table.
" }, "QuerySessionContext": { "shape": "QuerySessionContext", "documentation": "A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.
" } } }, "GetTemporaryGlueTableCredentialsResponse": { "type": "structure", "members": { "AccessKeyId": { "shape": "AccessKeyIdString", "documentation": "The access key ID for the temporary credentials.
" }, "SecretAccessKey": { "shape": "SecretAccessKeyString", "documentation": "The secret key for the temporary credentials.
" }, "SessionToken": { "shape": "SessionTokenString", "documentation": "The session token for the temporary credentials.
" }, "Expiration": { "shape": "ExpirationTimestamp", "documentation": "The date and time when the temporary credentials expire.
" }, "VendedS3Path": { "shape": "PathStringList", "documentation": "The Amazon S3 path for the temporary credentials.
" } } }, "GetWorkUnitResultsRequest": { "type": "structure", "required": [ "QueryId", "WorkUnitId", "WorkUnitToken" ], "members": { "QueryId": { "shape": "GetWorkUnitResultsRequestQueryIdString", "documentation": "The ID of the plan query operation for which to get results.
" }, "WorkUnitId": { "shape": "GetWorkUnitResultsRequestWorkUnitIdLong", "documentation": "The work unit ID for which to get results. Value generated by enumerating WorkUnitIdMin
to WorkUnitIdMax
(inclusive) from the WorkUnitRange
in the output of GetWorkUnits
.
A work token used to query the execution service. Token output from GetWorkUnits
.
Rows returned from the GetWorkUnitResults
operation as a stream of Apache Arrow v1.0 messages.
A structure for the output.
", "payload": "ResultStream" }, "GetWorkUnitsRequest": { "type": "structure", "required": [ "QueryId" ], "members": { "NextToken": { "shape": "Token", "documentation": "A continuation token, if this is a continuation call.
" }, "PageSize": { "shape": "Integer", "documentation": "The size of each page to get in the Amazon Web Services service call. This does not affect the number of items returned in the command's output. Setting a smaller page size results in more calls to the Amazon Web Services service, retrieving fewer items in each call. This can help prevent the Amazon Web Services service calls from timing out.
" }, "QueryId": { "shape": "GetWorkUnitsRequestQueryIdString", "documentation": "The ID of the plan query operation.
" } } }, "GetWorkUnitsRequestQueryIdString": { "type": "string", "max": 36, "min": 36 }, "GetWorkUnitsResponse": { "type": "structure", "required": [ "QueryId", "WorkUnitRanges" ], "members": { "NextToken": { "shape": "Token", "documentation": "A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
" }, "QueryId": { "shape": "QueryIdString", "documentation": "The ID of the plan query operation.
" }, "WorkUnitRanges": { "shape": "WorkUnitRangeList", "documentation": "A WorkUnitRangeList
object that specifies the valid range of work unit IDs for querying the execution service.
A structure for the output.
" }, "GrantPermissionsRequest": { "type": "structure", "required": [ "Principal", "Resource", "Permissions" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" }, "Principal": { "shape": "DataLakePrincipal", "documentation": "The principal to be granted the permissions on the resource. Supported principals are IAM users or IAM roles, and they are defined by their principal type and their ARN.
Note that if you define a resource with a particular ARN, then later delete, and recreate a resource with that same ARN, the resource maintains the permissions already granted.
" }, "Resource": { "shape": "Resource", "documentation": "The resource to which permissions are to be granted. Resources in Lake Formation are the Data Catalog, databases, and tables.
" }, "Permissions": { "shape": "PermissionList", "documentation": "The permissions granted to the principal on the resource. Lake Formation defines privileges to grant and revoke access to metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3. Lake Formation requires that each principal be authorized to perform a specific task on Lake Formation resources.
" }, "PermissionsWithGrantOption": { "shape": "PermissionList", "documentation": "Indicates a list of the granted permissions that the principal may pass to other users. These permissions may only be a subset of the permissions granted in the Privileges
.
The key-name for the LF-tag.
" }, "TagValues": { "shape": "TagValueList", "documentation": "A list of possible values an attribute can take.
The maximum number of values that can be defined for a LF-Tag is 1000. A single API call supports 50 values. You can use multiple API calls to add more values.
" } }, "documentation": "A structure that allows an admin to grant user permissions on certain conditions. For example, granting a role access to all columns that do not have the LF-tag 'PII' in tables that have the LF-tag 'Prod'.
" }, "LFTagError": { "type": "structure", "members": { "LFTag": { "shape": "LFTagPair", "documentation": "The key-name of the LF-tag.
" }, "Error": { "shape": "ErrorDetail", "documentation": "An error that occurred with the attachment or detachment of the LF-tag.
" } }, "documentation": "A structure containing an error related to a TagResource
or UnTagResource
operation.
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" }, "TagKey": { "shape": "NameString", "documentation": "The key-name for the LF-tag.
" }, "TagValues": { "shape": "TagValueList", "documentation": "A list of possible values an attribute can take.
" } }, "documentation": "A structure containing an LF-tag key and values for a resource.
" }, "LFTagPair": { "type": "structure", "required": [ "TagKey", "TagValues" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" }, "TagKey": { "shape": "LFTagKey", "documentation": "The key-name for the LF-tag.
" }, "TagValues": { "shape": "TagValueList", "documentation": "A list of possible values an attribute can take.
" } }, "documentation": "A structure containing an LF-tag key-value pair.
" }, "LFTagPolicyResource": { "type": "structure", "required": [ "ResourceType", "Expression" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" }, "ResourceType": { "shape": "ResourceType", "documentation": "The resource type for which the LF-tag policy applies.
" }, "Expression": { "shape": "Expression", "documentation": "A list of LF-tag conditions that apply to the resource's LF-tag policy.
" } }, "documentation": "A structure containing a list of LF-tag conditions that apply to a resource's LF-tag policy.
" }, "LFTagValue": { "type": "string", "max": 256, "min": 0, "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:\\*\\/=+\\-@%]*)$" }, "LFTagsList": { "type": "list", "member": { "shape": "LFTagPair" }, "max": 50, "min": 1 }, "LakeFormationOptInsInfo": { "type": "structure", "members": { "Resource": { "shape": "Resource" }, "Principal": { "shape": "DataLakePrincipal" }, "LastModified": { "shape": "LastModifiedTimestamp", "documentation": "The last modified date and time of the record.
" }, "LastUpdatedBy": { "shape": "NameString", "documentation": "The user who updated the record.
" } }, "documentation": "A single principal-resource pair that has Lake Formation permissins enforced.
" }, "LakeFormationOptInsInfoList": { "type": "list", "member": { "shape": "LakeFormationOptInsInfo" } }, "LastModifiedTimestamp": { "type": "timestamp" }, "ListDataCellsFilterRequest": { "type": "structure", "members": { "Table": { "shape": "TableResource", "documentation": "A table in the Glue Data Catalog.
" }, "NextToken": { "shape": "Token", "documentation": "A continuation token, if this is a continuation call.
" }, "MaxResults": { "shape": "PageSize", "documentation": "The maximum size of the response.
" } } }, "ListDataCellsFilterResponse": { "type": "structure", "members": { "DataCellsFilters": { "shape": "DataCellsFilterList", "documentation": "A list of DataCellFilter
structures.
A continuation token, if not all requested data cell filters have been returned.
" } } }, "ListLFTagsRequest": { "type": "structure", "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" }, "ResourceShareType": { "shape": "ResourceShareType", "documentation": "If resource share type is ALL
, returns both in-account LF-tags and shared LF-tags that the requester has permission to view. If resource share type is FOREIGN
, returns all share LF-tags that the requester can view. If no resource share type is passed, lists LF-tags in the given catalog ID that the requester has permission to view.
The maximum number of results to return.
" }, "NextToken": { "shape": "Token", "documentation": "A continuation token, if this is not the first call to retrieve this list.
" } } }, "ListLFTagsResponse": { "type": "structure", "members": { "LFTags": { "shape": "LFTagsList", "documentation": "A list of LF-tags that the requested has permission to view.
" }, "NextToken": { "shape": "Token", "documentation": "A continuation token, present if the current list segment is not the last.
" } } }, "ListLakeFormationOptInsRequest": { "type": "structure", "members": { "Principal": { "shape": "DataLakePrincipal" }, "Resource": { "shape": "Resource", "documentation": "A structure for the resource.
" }, "MaxResults": { "shape": "PageSize", "documentation": "The maximum number of results to return.
" }, "NextToken": { "shape": "Token", "documentation": "A continuation token, if this is not the first call to retrieve this list.
" } } }, "ListLakeFormationOptInsResponse": { "type": "structure", "members": { "LakeFormationOptInsInfoList": { "shape": "LakeFormationOptInsInfoList", "documentation": "A list of principal-resource pairs that have Lake Formation permissins enforced.
" }, "NextToken": { "shape": "Token", "documentation": "A continuation token, if this is not the first call to retrieve this list.
" } } }, "ListPermissionsRequest": { "type": "structure", "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" }, "Principal": { "shape": "DataLakePrincipal", "documentation": "Specifies a principal to filter the permissions returned.
" }, "ResourceType": { "shape": "DataLakeResourceType", "documentation": "Specifies a resource type to filter the permissions returned.
" }, "Resource": { "shape": "Resource", "documentation": "A resource where you will get a list of the principal permissions.
This operation does not support getting privileges on a table with columns. Instead, call this operation on the table, and the operation returns the table and the table w columns.
" }, "NextToken": { "shape": "Token", "documentation": "A continuation token, if this is not the first call to retrieve this list.
" }, "MaxResults": { "shape": "PageSize", "documentation": "The maximum number of results to return.
" }, "IncludeRelated": { "shape": "TrueFalseString", "documentation": "Indicates that related permissions should be included in the results.
" } } }, "ListPermissionsResponse": { "type": "structure", "members": { "PrincipalResourcePermissions": { "shape": "PrincipalResourcePermissionsList", "documentation": "A list of principals and their permissions on the resource for the specified principal and resource types.
" }, "NextToken": { "shape": "Token", "documentation": "A continuation token, if this is not the first call to retrieve this list.
" } } }, "ListResourcesRequest": { "type": "structure", "members": { "FilterConditionList": { "shape": "FilterConditionList", "documentation": "Any applicable row-level and/or column-level filtering conditions for the resources.
" }, "MaxResults": { "shape": "PageSize", "documentation": "The maximum number of resource results.
" }, "NextToken": { "shape": "Token", "documentation": "A continuation token, if this is not the first call to retrieve these resources.
" } } }, "ListResourcesResponse": { "type": "structure", "members": { "ResourceInfoList": { "shape": "ResourceInfoList", "documentation": "A summary of the data lake resources.
" }, "NextToken": { "shape": "Token", "documentation": "A continuation token, if this is not the first call to retrieve these resources.
" } } }, "ListTableStorageOptimizersRequest": { "type": "structure", "required": [ "DatabaseName", "TableName" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The Catalog ID of the table.
" }, "DatabaseName": { "shape": "NameString", "documentation": "Name of the database where the table is present.
" }, "TableName": { "shape": "NameString", "documentation": "Name of the table.
" }, "StorageOptimizerType": { "shape": "OptimizerType", "documentation": "The specific type of storage optimizers to list. The supported value is compaction
.
The number of storage optimizers to return on each call.
" }, "NextToken": { "shape": "Token", "documentation": "A continuation token, if this is a continuation call.
" } } }, "ListTableStorageOptimizersResponse": { "type": "structure", "members": { "StorageOptimizerList": { "shape": "StorageOptimizerList", "documentation": "A list of the storage optimizers associated with a table.
" }, "NextToken": { "shape": "Token", "documentation": "A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
" } } }, "ListTransactionsRequest": { "type": "structure", "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The catalog for which to list transactions. Defaults to the account ID of the caller.
" }, "StatusFilter": { "shape": "TransactionStatusFilter", "documentation": " A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED | ABORTED | ACTIVE. The default is ALL
.
The maximum number of transactions to return in a single call.
" }, "NextToken": { "shape": "TokenString", "documentation": "A continuation token if this is not the first call to retrieve transactions.
" } } }, "ListTransactionsResponse": { "type": "structure", "members": { "Transactions": { "shape": "TransactionDescriptionList", "documentation": "A list of transactions. The record for each transaction is a TransactionDescription
object.
A continuation token indicating whether additional data is available.
" } } }, "MessageString": { "type": "string" }, "NameString": { "type": "string", "max": 255, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" }, "NullableBoolean": { "type": "boolean", "box": true }, "NullableString": { "type": "string", "box": true }, "NumberOfBytes": { "type": "long" }, "NumberOfItems": { "type": "long" }, "NumberOfMilliseconds": { "type": "long" }, "ObjectSize": { "type": "long" }, "OptimizerType": { "type": "string", "enum": [ "COMPACTION", "GARBAGE_COLLECTION", "ALL" ] }, "PageSize": { "type": "integer", "box": true, "max": 1000, "min": 1 }, "ParametersMap": { "type": "map", "key": { "shape": "KeyString" }, "value": { "shape": "ParametersMapValue" } }, "ParametersMapValue": { "type": "string", "max": 512000 }, "PartitionObjects": { "type": "structure", "members": { "PartitionValues": { "shape": "PartitionValuesList", "documentation": "A list of partition values.
" }, "Objects": { "shape": "TableObjectList", "documentation": "A list of table objects
" } }, "documentation": "A structure containing a list of partition values and table objects.
" }, "PartitionValueList": { "type": "structure", "required": [ "Values" ], "members": { "Values": { "shape": "ValueStringList", "documentation": "The list of partition values.
" } }, "documentation": "Contains a list of values defining partitions.
" }, "PartitionValueString": { "type": "string", "max": 1024 }, "PartitionValuesList": { "type": "list", "member": { "shape": "PartitionValueString" }, "max": 100, "min": 1 }, "PartitionedTableObjectsList": { "type": "list", "member": { "shape": "PartitionObjects" } }, "PathString": { "type": "string" }, "PathStringList": { "type": "list", "member": { "shape": "PathString" } }, "Permission": { "type": "string", "enum": [ "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "DESCRIBE", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS", "CREATE_LF_TAG", "ASSOCIATE", "GRANT_WITH_LF_TAG_EXPRESSION" ] }, "PermissionList": { "type": "list", "member": { "shape": "Permission" } }, "PermissionType": { "type": "string", "enum": [ "COLUMN_PERMISSION", "CELL_FILTER_PERMISSION", "NESTED_PERMISSION", "NESTED_CELL_PERMISSION" ] }, "PermissionTypeList": { "type": "list", "member": { "shape": "PermissionType" }, "max": 255, "min": 1 }, "PlanningStatistics": { "type": "structure", "members": { "EstimatedDataToScanBytes": { "shape": "NumberOfBytes", "documentation": "An estimate of the data that was scanned in bytes.
" }, "PlanningTimeMillis": { "shape": "NumberOfMilliseconds", "documentation": "The time that it took to process the request.
" }, "QueueTimeMillis": { "shape": "NumberOfMilliseconds", "documentation": "The time the request was in queue to be processed.
" }, "WorkUnitsGeneratedCount": { "shape": "NumberOfItems", "documentation": "The number of work units generated.
" } }, "documentation": "Statistics related to the processing of a query statement.
" }, "PredicateString": { "type": "string", "max": 2048, "min": 0, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "PrincipalPermissions": { "type": "structure", "members": { "Principal": { "shape": "DataLakePrincipal", "documentation": "The principal who is granted permissions.
" }, "Permissions": { "shape": "PermissionList", "documentation": "The permissions that are granted to the principal.
" } }, "documentation": "Permissions granted to a principal.
" }, "PrincipalPermissionsList": { "type": "list", "member": { "shape": "PrincipalPermissions" } }, "PrincipalResourcePermissions": { "type": "structure", "members": { "Principal": { "shape": "DataLakePrincipal", "documentation": "The Data Lake principal to be granted or revoked permissions.
" }, "Resource": { "shape": "Resource", "documentation": "The resource where permissions are to be granted or revoked.
" }, "Permissions": { "shape": "PermissionList", "documentation": "The permissions to be granted or revoked on the resource.
" }, "PermissionsWithGrantOption": { "shape": "PermissionList", "documentation": "Indicates whether to grant the ability to grant permissions (as a subset of permissions granted).
" }, "AdditionalDetails": { "shape": "DetailsMap", "documentation": "This attribute can be used to return any additional details of PrincipalResourcePermissions
. Currently returns only as a RAM resource share ARN.
The date and time when the resource was last updated.
" }, "LastUpdatedBy": { "shape": "NameString", "documentation": "The user who updated the record.
" } }, "documentation": "The permissions granted or revoked on a resource.
" }, "PrincipalResourcePermissionsList": { "type": "list", "member": { "shape": "PrincipalResourcePermissions" } }, "PutDataLakeSettingsRequest": { "type": "structure", "required": [ "DataLakeSettings" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" }, "DataLakeSettings": { "shape": "DataLakeSettings", "documentation": "A structure representing a list of Lake Formation principals designated as data lake administrators.
" } } }, "PutDataLakeSettingsResponse": { "type": "structure", "members": {} }, "QueryIdString": { "type": "string" }, "QueryParameterMap": { "type": "map", "key": { "shape": "String" }, "value": { "shape": "String" } }, "QueryPlanningContext": { "type": "structure", "required": [ "DatabaseName" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The ID of the Data Catalog where the partition in question resides. If none is provided, the Amazon Web Services account ID is used by default.
" }, "DatabaseName": { "shape": "QueryPlanningContextDatabaseNameString", "documentation": "The database containing the table.
" }, "QueryAsOfTime": { "shape": "Timestamp", "documentation": "The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId
.
A map consisting of key-value pairs.
" }, "TransactionId": { "shape": "TransactionIdString", "documentation": "The transaction ID at which to read the table contents. If this transaction is not committed, the read will be treated as part of that transaction and will see its writes. If this transaction has aborted, an error will be returned. If not set, defaults to the most recent committed transaction. Cannot be specified along with QueryAsOfTime
.
A structure containing information about the query plan.
" }, "QueryPlanningContextDatabaseNameString": { "type": "string", "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" }, "QuerySessionContext": { "type": "structure", "members": { "QueryId": { "shape": "HashString", "documentation": "A unique identifier generated by the query engine for the query.
" }, "QueryStartTime": { "shape": "Timestamp", "documentation": "A timestamp provided by the query engine for when the query started.
" }, "ClusterId": { "shape": "NullableString", "documentation": "An identifier string for the consumer cluster.
" }, "QueryAuthorizationId": { "shape": "HashString", "documentation": "A cryptographically generated query identifier generated by Glue or Lake Formation.
" }, "AdditionalContext": { "shape": "AdditionalContextMap", "documentation": "An opaque string-string map passed by the query engine.
" } }, "documentation": "A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.
" }, "QueryStateString": { "type": "string", "enum": [ "PENDING", "WORKUNITS_AVAILABLE", "ERROR", "FINISHED", "EXPIRED" ] }, "RAMResourceShareArn": { "type": "string" }, "RegisterResourceRequest": { "type": "structure", "required": [ "ResourceArn" ], "members": { "ResourceArn": { "shape": "ResourceArnString", "documentation": "The Amazon Resource Name (ARN) of the resource that you want to register.
" }, "UseServiceLinkedRole": { "shape": "NullableBoolean", "documentation": "Designates an Identity and Access Management (IAM) service-linked role by registering this role with the Data Catalog. A service-linked role is a unique type of IAM role that is linked directly to Lake Formation.
For more information, see Using Service-Linked Roles for Lake Formation.
" }, "RoleArn": { "shape": "IAMRoleArn", "documentation": "The identifier for the role that registers the resource.
" }, "WithFederation": { "shape": "NullableBoolean", "documentation": "Whether or not the resource is a federated resource.
" }, "HybridAccessEnabled": { "shape": "NullableBoolean", "documentation": "Specifies whether the data access of tables pointing to the location can be managed by both Lake Formation permissions as well as Amazon S3 bucket policies.
" } } }, "RegisterResourceResponse": { "type": "structure", "members": {} }, "RemoveLFTagsFromResourceRequest": { "type": "structure", "required": [ "Resource", "LFTags" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" }, "Resource": { "shape": "Resource", "documentation": "The database, table, or column resource where you want to remove an LF-tag.
" }, "LFTags": { "shape": "LFTagsList", "documentation": "The LF-tags to be removed from the resource.
" } } }, "RemoveLFTagsFromResourceResponse": { "type": "structure", "members": { "Failures": { "shape": "LFTagErrors", "documentation": "A list of failures to untag a resource.
" } } }, "Resource": { "type": "structure", "members": { "Catalog": { "shape": "CatalogResource", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" }, "Database": { "shape": "DatabaseResource", "documentation": "The database for the resource. Unique to the Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database permissions to a principal.
" }, "Table": { "shape": "TableResource", "documentation": "The table for the resource. A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal.
" }, "TableWithColumns": { "shape": "TableWithColumnsResource", "documentation": "The table with columns for the resource. A principal with permissions to this resource can select metadata from the columns of a table in the Data Catalog and the underlying data in Amazon S3.
" }, "DataLocation": { "shape": "DataLocationResource", "documentation": "The location of an Amazon S3 path where permissions are granted or revoked.
" }, "DataCellsFilter": { "shape": "DataCellsFilterResource", "documentation": "A data cell filter.
" }, "LFTag": { "shape": "LFTagKeyResource", "documentation": "The LF-tag key and values attached to a resource.
" }, "LFTagPolicy": { "shape": "LFTagPolicyResource", "documentation": "A list of LF-tag conditions that define a resource's LF-tag policy.
" } }, "documentation": "A structure for the resource.
" }, "ResourceArnString": { "type": "string" }, "ResourceInfo": { "type": "structure", "members": { "ResourceArn": { "shape": "ResourceArnString", "documentation": "The Amazon Resource Name (ARN) of the resource.
" }, "RoleArn": { "shape": "IAMRoleArn", "documentation": "The IAM role that registered a resource.
" }, "LastModified": { "shape": "LastModifiedTimestamp", "documentation": "The date and time the resource was last modified.
" }, "WithFederation": { "shape": "NullableBoolean", "documentation": "Whether or not the resource is a federated resource.
" }, "HybridAccessEnabled": { "shape": "NullableBoolean", "documentation": "Indicates whether the data access of tables pointing to the location can be managed by both Lake Formation permissions as well as Amazon S3 bucket policies.
" } }, "documentation": "A structure containing information about an Lake Formation resource.
" }, "ResourceInfoList": { "type": "list", "member": { "shape": "ResourceInfo" } }, "ResourceShareList": { "type": "list", "member": { "shape": "RAMResourceShareArn" } }, "ResourceShareType": { "type": "string", "enum": [ "FOREIGN", "ALL" ] }, "ResourceType": { "type": "string", "enum": [ "DATABASE", "TABLE" ] }, "Result": { "type": "string" }, "ResultStream": { "type": "blob", "streaming": true }, "RevokePermissionsRequest": { "type": "structure", "required": [ "Principal", "Resource", "Permissions" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" }, "Principal": { "shape": "DataLakePrincipal", "documentation": "The principal to be revoked permissions on the resource.
" }, "Resource": { "shape": "Resource", "documentation": "The resource to which permissions are to be revoked.
" }, "Permissions": { "shape": "PermissionList", "documentation": "The permissions revoked to the principal on the resource. For information about permissions, see Security and Access Control to Metadata and Data.
" }, "PermissionsWithGrantOption": { "shape": "PermissionList", "documentation": "Indicates a list of permissions for which to revoke the grant option allowing the principal to pass permissions to other principals.
" } } }, "RevokePermissionsResponse": { "type": "structure", "members": {} }, "RowFilter": { "type": "structure", "members": { "FilterExpression": { "shape": "PredicateString", "documentation": "A filter expression.
" }, "AllRowsWildcard": { "shape": "AllRowsWildcard", "documentation": "A wildcard for all rows.
" } }, "documentation": "A PartiQL predicate.
" }, "SAMLAssertionString": { "type": "string", "max": 100000, "min": 4 }, "ScopeTarget": { "type": "string" }, "ScopeTargets": { "type": "list", "member": { "shape": "ScopeTarget" } }, "SearchDatabasesByLFTagsRequest": { "type": "structure", "required": [ "Expression" ], "members": { "NextToken": { "shape": "Token", "documentation": "A continuation token, if this is not the first call to retrieve this list.
" }, "MaxResults": { "shape": "SearchPageSize", "documentation": "The maximum number of results to return.
" }, "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" }, "Expression": { "shape": "Expression", "documentation": "A list of conditions (LFTag
structures) to search for in database resources.
A continuation token, present if the current list segment is not the last.
" }, "DatabaseList": { "shape": "DatabaseLFTagsList", "documentation": "A list of databases that meet the LF-tag conditions.
" } } }, "SearchPageSize": { "type": "integer", "box": true, "max": 100, "min": 1 }, "SearchTablesByLFTagsRequest": { "type": "structure", "required": [ "Expression" ], "members": { "NextToken": { "shape": "Token", "documentation": "A continuation token, if this is not the first call to retrieve this list.
" }, "MaxResults": { "shape": "SearchPageSize", "documentation": "The maximum number of results to return.
" }, "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" }, "Expression": { "shape": "Expression", "documentation": "A list of conditions (LFTag
structures) to search for in table resources.
A continuation token, present if the current list segment is not the last. On the first run, if you include a not null (a value) token you can get empty pages.
" }, "TableList": { "shape": "TableLFTagsList", "documentation": "A list of tables that meet the LF-tag conditions.
" } } }, "SecretAccessKeyString": { "type": "string" }, "SessionTokenString": { "type": "string" }, "StartQueryPlanningRequest": { "type": "structure", "required": [ "QueryPlanningContext", "QueryString" ], "members": { "QueryPlanningContext": { "shape": "QueryPlanningContext", "documentation": "A structure containing information about the query plan.
" }, "QueryString": { "shape": "SyntheticStartQueryPlanningRequestQueryString", "documentation": "A PartiQL query statement used as an input to the planner service.
" } } }, "StartQueryPlanningResponse": { "type": "structure", "required": [ "QueryId" ], "members": { "QueryId": { "shape": "QueryIdString", "documentation": "The ID of the plan query operation can be used to fetch the actual work unit descriptors that are produced as the result of the operation. The ID is also used to get the query state and as an input to the Execute
operation.
A structure for the output.
" }, "StartTransactionRequest": { "type": "structure", "members": { "TransactionType": { "shape": "TransactionType", "documentation": "Indicates whether this transaction should be read only or read and write. Writes made using a read-only transaction ID will be rejected. Read-only transactions do not need to be committed.
" } } }, "StartTransactionResponse": { "type": "structure", "members": { "TransactionId": { "shape": "TransactionIdString", "documentation": "An opaque identifier for the transaction.
" } } }, "StorageOptimizer": { "type": "structure", "members": { "StorageOptimizerType": { "shape": "OptimizerType", "documentation": "The specific type of storage optimizer. The supported value is compaction
.
A map of the storage optimizer configuration. Currently contains only one key-value pair: is_enabled
indicates true or false for acceleration.
A message that contains information about any error (if present).
When an acceleration result has an enabled status, the error message is empty.
When an acceleration result has a disabled status, the message describes an error or simply indicates \"disabled by the user\".
" }, "Warnings": { "shape": "MessageString", "documentation": "A message that contains information about any warnings (if present).
" }, "LastRunDetails": { "shape": "MessageString", "documentation": "When an acceleration result has an enabled status, contains the details of the last job run.
" } }, "documentation": "A structure describing the configuration and details of a storage optimizer.
" }, "StorageOptimizerConfig": { "type": "map", "key": { "shape": "StorageOptimizerConfigKey" }, "value": { "shape": "StorageOptimizerConfigValue" } }, "StorageOptimizerConfigKey": { "type": "string" }, "StorageOptimizerConfigMap": { "type": "map", "key": { "shape": "OptimizerType" }, "value": { "shape": "StorageOptimizerConfig" } }, "StorageOptimizerConfigValue": { "type": "string" }, "StorageOptimizerList": { "type": "list", "member": { "shape": "StorageOptimizer" } }, "String": { "type": "string" }, "StringValue": { "type": "string" }, "StringValueList": { "type": "list", "member": { "shape": "StringValue" } }, "SyntheticGetWorkUnitResultsRequestWorkUnitTokenString": { "type": "string", "min": 1, "sensitive": true }, "SyntheticStartQueryPlanningRequestQueryString": { "type": "string", "min": 1, "sensitive": true }, "TableLFTagsList": { "type": "list", "member": { "shape": "TaggedTable" } }, "TableObject": { "type": "structure", "members": { "Uri": { "shape": "URI", "documentation": "The Amazon S3 location of the object.
" }, "ETag": { "shape": "ETagString", "documentation": "The Amazon S3 ETag of the object. Returned by GetTableObjects
for validation and used to identify changes to the underlying data.
The size of the Amazon S3 object in bytes.
" } }, "documentation": "Specifies the details of a governed table.
" }, "TableObjectList": { "type": "list", "member": { "shape": "TableObject" } }, "TableResource": { "type": "structure", "required": [ "DatabaseName" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, it is the account ID of the caller.
" }, "DatabaseName": { "shape": "NameString", "documentation": "The name of the database for the table. Unique to a Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database privileges to a principal.
" }, "Name": { "shape": "NameString", "documentation": "The name of the table.
" }, "TableWildcard": { "shape": "TableWildcard", "documentation": "A wildcard object representing every table under a database.
At least one of TableResource$Name
or TableResource$TableWildcard
is required.
A structure for the table object. A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal.
" }, "TableWildcard": { "type": "structure", "members": {}, "documentation": "A wildcard object representing every table under a database.
" }, "TableWithColumnsResource": { "type": "structure", "required": [ "DatabaseName", "Name" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, it is the account ID of the caller.
" }, "DatabaseName": { "shape": "NameString", "documentation": "The name of the database for the table with columns resource. Unique to the Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database privileges to a principal.
" }, "Name": { "shape": "NameString", "documentation": "The name of the table resource. A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal.
" }, "ColumnNames": { "shape": "ColumnNames", "documentation": "The list of column names for the table. At least one of ColumnNames
or ColumnWildcard
is required.
A wildcard specified by a ColumnWildcard
object. At least one of ColumnNames
or ColumnWildcard
is required.
A structure for a table with columns object. This object is only used when granting a SELECT permission.
This object must take a value for at least one of ColumnsNames
, ColumnsIndexes
, or ColumnsWildcard
.
A database that has LF-tags attached to it.
" }, "LFTags": { "shape": "LFTagsList", "documentation": "A list of LF-tags attached to the database.
" } }, "documentation": "A structure describing a database resource with LF-tags.
" }, "TaggedTable": { "type": "structure", "members": { "Table": { "shape": "TableResource", "documentation": "A table that has LF-tags attached to it.
" }, "LFTagOnDatabase": { "shape": "LFTagsList", "documentation": "A list of LF-tags attached to the database where the table resides.
" }, "LFTagsOnTable": { "shape": "LFTagsList", "documentation": "A list of LF-tags attached to the table.
" }, "LFTagsOnColumns": { "shape": "ColumnLFTagsList", "documentation": "A list of LF-tags attached to columns in the table.
" } }, "documentation": "A structure describing a table resource with LF-tags.
" }, "Timestamp": { "type": "timestamp" }, "Token": { "type": "string" }, "TokenString": { "type": "string", "max": 4096 }, "TransactionDescription": { "type": "structure", "members": { "TransactionId": { "shape": "TransactionIdString", "documentation": "The ID of the transaction.
" }, "TransactionStatus": { "shape": "TransactionStatus", "documentation": "A status of ACTIVE, COMMITTED, or ABORTED.
" }, "TransactionStartTime": { "shape": "Timestamp", "documentation": "The time when the transaction started.
" }, "TransactionEndTime": { "shape": "Timestamp", "documentation": "The time when the transaction committed or aborted, if it is not currently active.
" } }, "documentation": "A structure that contains information about a transaction.
" }, "TransactionDescriptionList": { "type": "list", "member": { "shape": "TransactionDescription" } }, "TransactionIdString": { "type": "string", "max": 255, "min": 1, "pattern": "[\\p{L}\\p{N}\\p{P}]*" }, "TransactionStatus": { "type": "string", "enum": [ "ACTIVE", "COMMITTED", "ABORTED", "COMMIT_IN_PROGRESS" ] }, "TransactionStatusFilter": { "type": "string", "enum": [ "ALL", "COMPLETED", "ACTIVE", "COMMITTED", "ABORTED" ] }, "TransactionType": { "type": "string", "enum": [ "READ_AND_WRITE", "READ_ONLY" ] }, "TrueFalseString": { "type": "string", "max": 5, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" }, "TrustedResourceOwners": { "type": "list", "member": { "shape": "CatalogIdString" } }, "URI": { "type": "string", "max": 1024, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "UpdateDataCellsFilterRequest": { "type": "structure", "required": [ "TableData" ], "members": { "TableData": { "shape": "DataCellsFilter", "documentation": "A DataCellsFilter
structure containing information about the data cells filter.
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
" }, "TagKey": { "shape": "LFTagKey", "documentation": "The key-name for the LF-tag for which to add or delete values.
" }, "TagValuesToDelete": { "shape": "TagValueList", "documentation": "A list of LF-tag values to delete from the LF-tag.
" }, "TagValuesToAdd": { "shape": "TagValueList", "documentation": "A list of LF-tag values to add from the LF-tag.
" } } }, "UpdateLFTagResponse": { "type": "structure", "members": {} }, "UpdateLakeFormationIdentityCenterConfigurationRequest": { "type": "structure", "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, view definitions, and other control information to manage your Lake Formation environment.
" }, "ShareRecipients": { "shape": "DataLakePrincipalList", "documentation": "A list of Amazon Web Services account IDs or Amazon Web Services organization/organizational unit ARNs that are allowed to access to access data managed by Lake Formation.
If the ShareRecipients
list includes valid values, then the resource share is updated with the principals you want to have access to the resources.
If the ShareRecipients
value is null, both the list of share recipients and the resource share remain unchanged.
If the ShareRecipients
value is an empty list, then the existing share recipients list will be cleared, and the resource share will be deleted.
Allows to enable or disable the IAM Identity Center connection.
" }, "ExternalFiltering": { "shape": "ExternalFilteringConfiguration", "documentation": "A list of the account IDs of Amazon Web Services accounts of third-party applications that are allowed to access data managed by Lake Formation.
" } } }, "UpdateLakeFormationIdentityCenterConfigurationResponse": { "type": "structure", "members": {} }, "UpdateResourceRequest": { "type": "structure", "required": [ "RoleArn", "ResourceArn" ], "members": { "RoleArn": { "shape": "IAMRoleArn", "documentation": "The new role to use for the given resource registered in Lake Formation.
" }, "ResourceArn": { "shape": "ResourceArnString", "documentation": "The resource ARN.
" }, "WithFederation": { "shape": "NullableBoolean", "documentation": "Whether or not the resource is a federated resource.
" }, "HybridAccessEnabled": { "shape": "NullableBoolean", "documentation": "Specifies whether the data access of tables pointing to the location can be managed by both Lake Formation permissions as well as Amazon S3 bucket policies.
" } } }, "UpdateResourceResponse": { "type": "structure", "members": {} }, "UpdateTableObjectsRequest": { "type": "structure", "required": [ "DatabaseName", "TableName", "WriteOperations" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "The catalog containing the governed table to update. Defaults to the caller’s account ID.
" }, "DatabaseName": { "shape": "NameString", "documentation": "The database containing the governed table to update.
" }, "TableName": { "shape": "NameString", "documentation": "The governed table to update.
" }, "TransactionId": { "shape": "TransactionIdString", "documentation": "The transaction at which to do the write.
" }, "WriteOperations": { "shape": "WriteOperationList", "documentation": "A list of WriteOperation
objects that define an object to add to or delete from the manifest for a governed table.
The Catalog ID of the table.
" }, "DatabaseName": { "shape": "NameString", "documentation": "Name of the database where the table is present.
" }, "TableName": { "shape": "NameString", "documentation": "Name of the table for which to enable the storage optimizer.
" }, "StorageOptimizerConfig": { "shape": "StorageOptimizerConfigMap", "documentation": "Name of the table for which to enable the storage optimizer.
" } } }, "UpdateTableStorageOptimizerResponse": { "type": "structure", "members": { "Result": { "shape": "Result", "documentation": "A response indicating the success of failure of the operation.
" } } }, "ValueString": { "type": "string" }, "ValueStringList": { "type": "list", "member": { "shape": "ValueString" }, "min": 1 }, "VersionString": { "type": "string", "max": 255, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" }, "VirtualObject": { "type": "structure", "required": [ "Uri" ], "members": { "Uri": { "shape": "URI", "documentation": "The path to the Amazon S3 object. Must start with s3://
" }, "ETag": { "shape": "ETagString", "documentation": "The ETag of the Amazon S3 object.
" } }, "documentation": "An object that defines an Amazon S3 object to be deleted if a transaction cancels, provided that VirtualPut
was called before writing the object.
Defines the maximum work unit ID in the range. The maximum value is inclusive.
" }, "WorkUnitIdMin": { "shape": "WorkUnitIdLong", "documentation": "Defines the minimum work unit ID in the range.
" }, "WorkUnitToken": { "shape": "WorkUnitTokenString", "documentation": "A work token used to query the execution service.
" } }, "documentation": "Defines the valid range of work unit IDs for querying the execution service.
" }, "WorkUnitRangeList": { "type": "list", "member": { "shape": "WorkUnitRange" } }, "WorkUnitTokenString": { "type": "string" }, "WriteOperation": { "type": "structure", "members": { "AddObject": { "shape": "AddObjectInput", "documentation": "A new object to add to the governed table.
" }, "DeleteObject": { "shape": "DeleteObjectInput", "documentation": "An object to delete from the governed table.
" } }, "documentation": "Defines an object to add to or delete from a governed table.
" }, "WriteOperationList": { "type": "list", "member": { "shape": "WriteOperation" }, "max": 100, "min": 1 } }, "documentation": "Defines the public endpoint for the Lake Formation service.
" }