'2.0', 'service' => 'Lake Formation

Defines the public endpoint for the Lake Formation service.

', 'operations' => [ 'AddLFTagsToResource' => '

Attaches one or more LF-tags to an existing resource.

', 'AssumeDecoratedRoleWithSAML' => '

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:

', 'BatchGrantPermissions' => '

Batch operation to grant permissions to the principal.

', 'BatchRevokePermissions' => '

Batch operation to revoke permissions from the principal.

', 'CancelTransaction' => '

Attempts to cancel the specified transaction. Returns an exception if the transaction was previously committed.

', 'CommitTransaction' => '

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' => '

Creates a data cell filter to allow one to grant access to certain columns on certain rows.

', 'CreateLFTag' => '

Creates an LF-tag with the specified name and values.

', 'DeleteDataCellsFilter' => '

Deletes a data cell filter.

', 'DeleteLFTag' => '

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.

', 'DeleteObjectsOnCancel' => '

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.

', 'DeregisterResource' => '

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.

', 'DescribeResource' => '

Retrieves the current data access role for the given resource registered in Lake Formation.

', 'DescribeTransaction' => '

Returns the details of a single transaction.

', 'ExtendTransaction' => '

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' => '

Returns a data cells filter.

', 'GetDataLakeSettings' => '

Retrieves the list of the data lake administrators of a Lake Formation-managed data lake.

', 'GetEffectivePermissionsForPath' => '

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.

', 'GetLFTag' => '

Returns an LF-tag definition.

', 'GetQueryState' => '

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.

', 'GetQueryStatistics' => '

Retrieves statistics on the planning and execution of a query.

', 'GetResourceLFTags' => '

Returns the LF-tags applied to a resource.

', 'GetTableObjects' => '

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' => '

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.

', 'GetTemporaryGlueTableCredentials' => '

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' => '

Returns the work units resulting from the query. Work units can be executed in any order and in parallel.

', 'GetWorkUnits' => '

Retrieves the work units generated by the StartQueryPlanning operation.

', 'GrantPermissions' => '

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' => '

Lists all the data cell filters on a table.

', 'ListLFTags' => '

Lists LF-tags that the requester has permission to view.

', 'ListPermissions' => '

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' => '

Lists the resources registered to be managed by the Data Catalog.

', 'ListTableStorageOptimizers' => '

Returns the configuration of all storage optimizers associated with a specified table.

', 'ListTransactions' => '

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' => '

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' => '

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

', 'RemoveLFTagsFromResource' => '

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.

', 'RevokePermissions' => '

Revokes permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3.

', 'SearchDatabasesByLFTags' => '

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.

', 'SearchTablesByLFTags' => '

This operation allows a search on TABLE resources by LFTags. 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 LFTags are valid to verify whether the returned resources can be shared.

', 'StartQueryPlanning' => '

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.

', 'StartTransaction' => '

Starts a new transaction and returns its transaction ID. Transaction IDs are opaque objects that you can use to identify a transaction.

', 'UpdateDataCellsFilter' => '

Updates a data cell filter.

', 'UpdateLFTag' => '

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.

', 'UpdateResource' => '

Updates the data access role used for vending access to the given (registered) resource in Lake Formation.

', 'UpdateTableObjects' => '

Updates the manifest of Amazon S3 objects that make up the specified governed table.

', 'UpdateTableStorageOptimizer' => '

Updates the configuration of the storage optimizers for a table.

', ], 'shapes' => [ 'AccessDeniedException' => [ 'base' => '

Access to a resource was denied.

', 'refs' => [], ], 'AccessKeyIdString' => [ 'base' => NULL, 'refs' => [ 'AssumeDecoratedRoleWithSAMLResponse$AccessKeyId' => '

The access key ID for the temporary credentials. (The access key consists of an access key ID and a secret key).

', 'GetTemporaryGluePartitionCredentialsResponse$AccessKeyId' => '

The access key ID for the temporary credentials.

', 'GetTemporaryGlueTableCredentialsResponse$AccessKeyId' => '

The access key ID for the temporary credentials.

', ], ], 'AddLFTagsToResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'AddLFTagsToResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'AddObjectInput' => [ 'base' => '

A new object to add to the governed table.

', 'refs' => [ 'WriteOperation$AddObject' => '

A new object to add to the governed table.

', ], ], 'AllRowsWildcard' => [ 'base' => '

A structure that you pass to indicate you want all rows in a filter.

', 'refs' => [ 'RowFilter$AllRowsWildcard' => '

A wildcard for all rows.

', ], ], 'AlreadyExistsException' => [ 'base' => '

A resource to be created or added already exists.

', 'refs' => [], ], 'AssumeDecoratedRoleWithSAMLRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssumeDecoratedRoleWithSAMLResponse' => [ 'base' => NULL, 'refs' => [], ], 'AuditContext' => [ 'base' => '

A structure used to include auditing information on the privileged API.

', 'refs' => [ 'GetTemporaryGluePartitionCredentialsRequest$AuditContext' => '

A structure representing context to access a resource (column names, query ID, etc).

', 'GetTemporaryGlueTableCredentialsRequest$AuditContext' => '

A structure representing context to access a resource (column names, query ID, etc).

', ], ], 'AuditContextString' => [ 'base' => NULL, 'refs' => [ 'AuditContext$AdditionalAuditContext' => '

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.

', ], ], 'AuthorizedSessionTagValueList' => [ 'base' => NULL, 'refs' => [ 'DataLakeSettings$AuthorizedSessionTagValueList' => '

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.

', ], ], 'BatchGrantPermissionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGrantPermissionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchPermissionsFailureEntry' => [ 'base' => '

A list of failures when performing a batch grant or batch revoke operation.

', 'refs' => [ 'BatchPermissionsFailureList$member' => NULL, ], ], 'BatchPermissionsFailureList' => [ 'base' => NULL, 'refs' => [ 'BatchGrantPermissionsResponse$Failures' => '

A list of failures to grant permissions to the resources.

', 'BatchRevokePermissionsResponse$Failures' => '

A list of failures to revoke permissions to the resources.

', ], ], 'BatchPermissionsRequestEntry' => [ 'base' => '

A permission to a resource granted by batch operation to the principal.

', 'refs' => [ 'BatchPermissionsFailureEntry$RequestEntry' => '

An identifier for an entry of the batch request.

', 'BatchPermissionsRequestEntryList$member' => NULL, ], ], 'BatchPermissionsRequestEntryList' => [ 'base' => NULL, 'refs' => [ 'BatchGrantPermissionsRequest$Entries' => '

A list of up to 20 entries for resource permissions to be granted by batch operation to the principal.

', 'BatchRevokePermissionsRequest$Entries' => '

A list of up to 20 entries for resource permissions to be revoked by batch operation to the principal.

', ], ], 'BatchRevokePermissionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchRevokePermissionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'BooleanNullable' => [ 'base' => NULL, 'refs' => [ 'GetResourceLFTagsRequest$ShowAssignedLFTags' => '

Indicates whether to show the assigned LF-tags.

', ], ], 'CancelTransactionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelTransactionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CatalogIdString' => [ 'base' => NULL, 'refs' => [ 'AddLFTagsToResourceRequest$CatalogId' => '

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.

', 'BatchGrantPermissionsRequest$CatalogId' => '

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.

', 'BatchRevokePermissionsRequest$CatalogId' => '

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.

', 'CreateLFTagRequest$CatalogId' => '

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.

', 'DataCellsFilter$TableCatalogId' => '

The ID of the catalog to which the table belongs.

', 'DataCellsFilterResource$TableCatalogId' => '

The ID of the catalog to which the table belongs.

', 'DataLocationResource$CatalogId' => '

The identifier for the Data Catalog where the location is registered with Lake Formation. By default, it is the account ID of the caller.

', 'DatabaseResource$CatalogId' => '

The identifier for the Data Catalog. By default, it is the account ID of the caller.

', 'DeleteDataCellsFilterRequest$TableCatalogId' => '

The ID of the catalog to which the table belongs.

', 'DeleteLFTagRequest$CatalogId' => '

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.

', 'DeleteObjectsOnCancelRequest$CatalogId' => '

The Glue data catalog that contains the governed table. Defaults to the current account ID.

', 'GetDataCellsFilterRequest$TableCatalogId' => '

The ID of the catalog to which the table belongs.

', 'GetDataLakeSettingsRequest$CatalogId' => '

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.

', 'GetEffectivePermissionsForPathRequest$CatalogId' => '

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.

', 'GetLFTagRequest$CatalogId' => '

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.

', 'GetLFTagResponse$CatalogId' => '

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.

', 'GetResourceLFTagsRequest$CatalogId' => '

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.

', 'GetTableObjectsRequest$CatalogId' => '

The catalog containing the governed table. Defaults to the caller’s account.

', 'GrantPermissionsRequest$CatalogId' => '

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.

', 'LFTagKeyResource$CatalogId' => '

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.

', 'LFTagPair$CatalogId' => '

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.

', 'LFTagPolicyResource$CatalogId' => '

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.

', 'ListLFTagsRequest$CatalogId' => '

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.

', 'ListPermissionsRequest$CatalogId' => '

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.

', 'ListTableStorageOptimizersRequest$CatalogId' => '

The Catalog ID of the table.

', 'ListTransactionsRequest$CatalogId' => '

The catalog for which to list transactions. Defaults to the account ID of the caller.

', 'PutDataLakeSettingsRequest$CatalogId' => '

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.

', 'QueryPlanningContext$CatalogId' => '

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.

', 'RemoveLFTagsFromResourceRequest$CatalogId' => '

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.

', 'RevokePermissionsRequest$CatalogId' => '

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.

', 'SearchDatabasesByLFTagsRequest$CatalogId' => '

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.

', 'SearchTablesByLFTagsRequest$CatalogId' => '

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.

', 'TableResource$CatalogId' => '

The identifier for the Data Catalog. By default, it is the account ID of the caller.

', 'TableWithColumnsResource$CatalogId' => '

The identifier for the Data Catalog. By default, it is the account ID of the caller.

', 'TrustedResourceOwners$member' => NULL, 'UpdateLFTagRequest$CatalogId' => '

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.

', 'UpdateTableObjectsRequest$CatalogId' => '

The catalog containing the governed table to update. Defaults to the caller’s account ID.

', 'UpdateTableStorageOptimizerRequest$CatalogId' => '

The Catalog ID of the table.

', ], ], 'CatalogResource' => [ 'base' => '

A structure for the catalog object.

', 'refs' => [ 'Resource$Catalog' => '

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.

', ], ], 'ColumnLFTag' => [ 'base' => '

A structure containing the name of a column resource and the LF-tags attached to it.

', 'refs' => [ 'ColumnLFTagsList$member' => NULL, ], ], 'ColumnLFTagsList' => [ 'base' => NULL, 'refs' => [ 'GetResourceLFTagsResponse$LFTagsOnColumns' => '

A list of LF-tags applied to a column resource.

', 'TaggedTable$LFTagsOnColumns' => '

A list of LF-tags attached to columns in the table.

', ], ], 'ColumnNames' => [ 'base' => NULL, 'refs' => [ 'ColumnWildcard$ExcludedColumnNames' => '

Excludes column names. Any column with this name will be excluded.

', 'DataCellsFilter$ColumnNames' => '

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.

', 'TableWithColumnsResource$ColumnNames' => '

The list of column names for the table. At least one of ColumnNames or ColumnWildcard is required.

', ], ], 'ColumnWildcard' => [ 'base' => '

A wildcard object, consisting of an optional list of excluded column names or indexes.

', 'refs' => [ 'DataCellsFilter$ColumnWildcard' => '

A wildcard with exclusions.

You must specify either a ColumnNames list or the ColumnWildCard.

', 'TableWithColumnsResource$ColumnWildcard' => '

A wildcard specified by a ColumnWildcard object. At least one of ColumnNames or ColumnWildcard is required.

', ], ], 'CommitTransactionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CommitTransactionResponse' => [ 'base' => NULL, 'refs' => [], ], 'ComparisonOperator' => [ 'base' => NULL, 'refs' => [ 'FilterCondition$ComparisonOperator' => '

The comparison operator used in the filter condition.

', ], ], 'ConcurrentModificationException' => [ 'base' => '

Two processes are trying to modify a resource simultaneously.

', 'refs' => [], ], 'CreateDataCellsFilterRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDataCellsFilterResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateLFTagRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateLFTagResponse' => [ 'base' => NULL, 'refs' => [], ], 'CredentialTimeoutDurationSecondInteger' => [ 'base' => NULL, 'refs' => [ 'AssumeDecoratedRoleWithSAMLRequest$DurationSeconds' => '

The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.

', 'GetTemporaryGluePartitionCredentialsRequest$DurationSeconds' => '

The time period, between 900 and 21,600 seconds, for the timeout of the temporary credentials.

', 'GetTemporaryGlueTableCredentialsRequest$DurationSeconds' => '

The time period, between 900 and 21,600 seconds, for the timeout of the temporary credentials.

', ], ], 'DataCellsFilter' => [ 'base' => '

A structure that describes certain columns on certain rows.

', 'refs' => [ 'CreateDataCellsFilterRequest$TableData' => '

A DataCellsFilter structure containing information about the data cells filter.

', 'DataCellsFilterList$member' => NULL, 'GetDataCellsFilterResponse$DataCellsFilter' => '

A structure that describes certain columns on certain rows.

', 'UpdateDataCellsFilterRequest$TableData' => '

A DataCellsFilter structure containing information about the data cells filter.

', ], ], 'DataCellsFilterList' => [ 'base' => NULL, 'refs' => [ 'ListDataCellsFilterResponse$DataCellsFilters' => '

A list of DataCellFilter structures.

', ], ], 'DataCellsFilterResource' => [ 'base' => '

A structure for a data cells filter resource.

', 'refs' => [ 'Resource$DataCellsFilter' => '

A data cell filter.

', ], ], 'DataLakePrincipal' => [ 'base' => '

The Lake Formation principal. Supported principals are IAM users or IAM roles.

', 'refs' => [ 'BatchPermissionsRequestEntry$Principal' => '

The principal to be granted a permission.

', 'DataLakePrincipalList$member' => NULL, 'GrantPermissionsRequest$Principal' => '

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.

', 'ListPermissionsRequest$Principal' => '

Specifies a principal to filter the permissions returned.

', 'PrincipalPermissions$Principal' => '

The principal who is granted permissions.

', 'PrincipalResourcePermissions$Principal' => '

The Data Lake principal to be granted or revoked permissions.

', 'RevokePermissionsRequest$Principal' => '

The principal to be revoked permissions on the resource.

', ], ], 'DataLakePrincipalList' => [ 'base' => NULL, 'refs' => [ 'DataLakeSettings$DataLakeAdmins' => '

A list of Lake Formation principals. Supported principals are IAM users or IAM roles.

', 'DataLakeSettings$ReadOnlyAdmins' => '

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.

', 'DataLakeSettings$ExternalDataFilteringAllowList' => '

A list of the account IDs of Amazon Web Services accounts with Amazon EMR clusters that are to perform data filtering.>

', ], ], 'DataLakePrincipalString' => [ 'base' => NULL, 'refs' => [ 'DataLakePrincipal$DataLakePrincipalIdentifier' => '

An identifier for the Lake Formation principal.

', ], ], 'DataLakeResourceType' => [ 'base' => NULL, 'refs' => [ 'ListPermissionsRequest$ResourceType' => '

Specifies a resource type to filter the permissions returned.

', ], ], 'DataLakeSettings' => [ 'base' => '

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.

', 'refs' => [ 'GetDataLakeSettingsResponse$DataLakeSettings' => '

A structure representing a list of Lake Formation principals designated as data lake administrators.

', 'PutDataLakeSettingsRequest$DataLakeSettings' => '

A structure representing a list of Lake Formation principals designated as data lake administrators.

', ], ], 'DataLocationResource' => [ 'base' => '

A structure for a data location object where permissions are granted or revoked.

', 'refs' => [ 'Resource$DataLocation' => '

The location of an Amazon S3 path where permissions are granted or revoked.

', ], ], 'DatabaseLFTagsList' => [ 'base' => NULL, 'refs' => [ 'SearchDatabasesByLFTagsResponse$DatabaseList' => '

A list of databases that meet the LF-tag conditions.

', ], ], 'DatabaseResource' => [ 'base' => '

A structure for the database object.

', 'refs' => [ 'Resource$Database' => '

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.

', 'TaggedDatabase$Database' => '

A database that has LF-tags attached to it.

', ], ], 'DateTime' => [ 'base' => NULL, 'refs' => [ 'GetQueryStatisticsResponse$QuerySubmissionTime' => '

The time that the query was submitted.

', ], ], 'DeleteDataCellsFilterRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDataCellsFilterResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLFTagRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLFTagResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteObjectInput' => [ 'base' => '

An object to delete from the governed table.

', 'refs' => [ 'WriteOperation$DeleteObject' => '

An object to delete from the governed table.

', ], ], 'DeleteObjectsOnCancelRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteObjectsOnCancelResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeregisterResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeregisterResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransactionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransactionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescriptionString' => [ 'base' => NULL, 'refs' => [ 'ErrorDetail$ErrorMessage' => '

A message describing the error.

', ], ], 'DetailsMap' => [ 'base' => '

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.

', 'refs' => [ 'PrincipalResourcePermissions$AdditionalDetails' => '

This attribute can be used to return any additional details of PrincipalResourcePermissions. Currently returns only as a RAM resource share ARN.

', ], ], 'ETagString' => [ 'base' => NULL, 'refs' => [ 'AddObjectInput$ETag' => '

The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to identify changes to the underlying data.

', 'DeleteObjectInput$ETag' => '

The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to identify changes to the underlying data.

', 'TableObject$ETag' => '

The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to identify changes to the underlying data.

', 'VirtualObject$ETag' => '

The ETag of the Amazon S3 object.

', ], ], 'EntityNotFoundException' => [ 'base' => '

A specified entity does not exist.

', 'refs' => [], ], 'ErrorDetail' => [ 'base' => '

Contains details about an error.

', 'refs' => [ 'BatchPermissionsFailureEntry$Error' => '

An error message that applies to the failure of the entry.

', 'LFTagError$Error' => '

An error that occurred with the attachment or detachment of the LF-tag.

', ], ], 'ErrorMessageString' => [ 'base' => NULL, 'refs' => [ 'GetQueryStateResponse$Error' => '

An error message when the operation fails.

', ], ], 'ExecutionStatistics' => [ 'base' => '

Statistics related to the processing of a query statement.

', 'refs' => [ 'GetQueryStatisticsResponse$ExecutionStatistics' => '

An ExecutionStatistics structure containing execution statistics.

', ], ], 'ExpirationTimestamp' => [ 'base' => NULL, 'refs' => [ 'AssumeDecoratedRoleWithSAMLResponse$Expiration' => '

The date and time when the temporary credentials expire.

', 'GetTemporaryGluePartitionCredentialsResponse$Expiration' => '

The date and time when the temporary credentials expire.

', 'GetTemporaryGlueTableCredentialsResponse$Expiration' => '

The date and time when the temporary credentials expire.

', ], ], 'ExpiredException' => [ 'base' => '

Contains details about an error where the query request expired.

', 'refs' => [], ], 'Expression' => [ 'base' => NULL, 'refs' => [ 'LFTagPolicyResource$Expression' => '

A list of LF-tag conditions that apply to the resource\'s LF-tag policy.

', 'SearchDatabasesByLFTagsRequest$Expression' => '

A list of conditions (LFTag structures) to search for in database resources.

', 'SearchTablesByLFTagsRequest$Expression' => '

A list of conditions (LFTag structures) to search for in table resources.

', ], ], 'ExtendTransactionRequest' => [ 'base' => NULL, 'refs' => [], ], 'ExtendTransactionResponse' => [ 'base' => NULL, 'refs' => [], ], 'FieldNameString' => [ 'base' => NULL, 'refs' => [ 'FilterCondition$Field' => '

The field to filter in the filter condition.

', ], ], 'FilterCondition' => [ 'base' => '

This structure describes the filtering of columns in a table based on a filter condition.

', 'refs' => [ 'FilterConditionList$member' => NULL, ], ], 'FilterConditionList' => [ 'base' => NULL, 'refs' => [ 'ListResourcesRequest$FilterConditionList' => '

Any applicable row-level and/or column-level filtering conditions for the resources.

', ], ], 'GetDataCellsFilterRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDataCellsFilterResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDataLakeSettingsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDataLakeSettingsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetEffectivePermissionsForPathRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetEffectivePermissionsForPathResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetLFTagRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetLFTagResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetQueryStateRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetQueryStateRequestQueryIdString' => [ 'base' => NULL, 'refs' => [ 'GetQueryStateRequest$QueryId' => '

The ID of the plan query operation.

', ], ], 'GetQueryStateResponse' => [ 'base' => '

A structure for the output.

', 'refs' => [], ], 'GetQueryStatisticsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetQueryStatisticsRequestQueryIdString' => [ 'base' => NULL, 'refs' => [ 'GetQueryStatisticsRequest$QueryId' => '

The ID of the plan query operation.

', ], ], 'GetQueryStatisticsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResourceLFTagsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetResourceLFTagsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTableObjectsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTableObjectsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTemporaryGluePartitionCredentialsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTemporaryGluePartitionCredentialsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTemporaryGlueTableCredentialsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTemporaryGlueTableCredentialsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkUnitResultsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkUnitResultsRequestQueryIdString' => [ 'base' => NULL, 'refs' => [ 'GetWorkUnitResultsRequest$QueryId' => '

The ID of the plan query operation for which to get results.

', ], ], 'GetWorkUnitResultsRequestWorkUnitIdLong' => [ 'base' => NULL, 'refs' => [ 'GetWorkUnitResultsRequest$WorkUnitId' => '

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.

', ], ], 'GetWorkUnitResultsResponse' => [ 'base' => '

A structure for the output.

', 'refs' => [], ], 'GetWorkUnitsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkUnitsRequestQueryIdString' => [ 'base' => NULL, 'refs' => [ 'GetWorkUnitsRequest$QueryId' => '

The ID of the plan query operation.

', ], ], 'GetWorkUnitsResponse' => [ 'base' => '

A structure for the output.

', 'refs' => [], ], 'GlueEncryptionException' => [ 'base' => '

An encryption operation failed.

', 'refs' => [], ], 'GrantPermissionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GrantPermissionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'IAMRoleArn' => [ 'base' => NULL, 'refs' => [ 'AssumeDecoratedRoleWithSAMLRequest$RoleArn' => '

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.

', 'RegisterResourceRequest$RoleArn' => '

The identifier for the role that registers the resource.

', 'ResourceInfo$RoleArn' => '

The IAM role that registered a resource.

', 'UpdateResourceRequest$RoleArn' => '

The new role to use for the given resource registered in Lake Formation.

', ], ], 'IAMSAMLProviderArn' => [ 'base' => NULL, 'refs' => [ 'AssumeDecoratedRoleWithSAMLRequest$PrincipalArn' => '

The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.

', ], ], 'Identifier' => [ 'base' => NULL, 'refs' => [ 'BatchPermissionsRequestEntry$Id' => '

A unique identifier for the batch permissions request entry.

', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'GetWorkUnitsRequest$PageSize' => '

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.

', ], ], 'InternalServiceException' => [ 'base' => '

An internal service error occurred.

', 'refs' => [], ], 'InvalidInputException' => [ 'base' => '

The input provided was not valid.

', 'refs' => [], ], 'KeyString' => [ 'base' => NULL, 'refs' => [ 'ParametersMap$key' => NULL, ], ], 'LFTag' => [ 'base' => '

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\'.

', 'refs' => [ 'Expression$member' => NULL, ], ], 'LFTagError' => [ 'base' => '

A structure containing an error related to a TagResource or UnTagResource operation.

', 'refs' => [ 'LFTagErrors$member' => NULL, ], ], 'LFTagErrors' => [ 'base' => NULL, 'refs' => [ 'AddLFTagsToResourceResponse$Failures' => '

A list of failures to tag the resource.

', 'RemoveLFTagsFromResourceResponse$Failures' => '

A list of failures to untag a resource.

', ], ], 'LFTagKey' => [ 'base' => NULL, 'refs' => [ 'CreateLFTagRequest$TagKey' => '

The key-name for the LF-tag.

', 'DeleteLFTagRequest$TagKey' => '

The key-name for the LF-tag to delete.

', 'GetLFTagRequest$TagKey' => '

The key-name for the LF-tag.

', 'GetLFTagResponse$TagKey' => '

The key-name for the LF-tag.

', 'LFTag$TagKey' => '

The key-name for the LF-tag.

', 'LFTagPair$TagKey' => '

The key-name for the LF-tag.

', 'UpdateLFTagRequest$TagKey' => '

The key-name for the LF-tag for which to add or delete values.

', ], ], 'LFTagKeyResource' => [ 'base' => '

A structure containing an LF-tag key and values for a resource.

', 'refs' => [ 'Resource$LFTag' => '

The LF-tag key and values attached to a resource.

', ], ], 'LFTagPair' => [ 'base' => '

A structure containing an LF-tag key-value pair.

', 'refs' => [ 'LFTagError$LFTag' => '

The key-name of the LF-tag.

', 'LFTagsList$member' => NULL, ], ], 'LFTagPolicyResource' => [ 'base' => '

A structure containing a list of LF-tag conditions that apply to a resource\'s LF-tag policy.

', 'refs' => [ 'Resource$LFTagPolicy' => '

A list of LF-tag conditions that define a resource\'s LF-tag policy.

', ], ], 'LFTagValue' => [ 'base' => NULL, 'refs' => [ 'TagValueList$member' => NULL, ], ], 'LFTagsList' => [ 'base' => NULL, 'refs' => [ 'AddLFTagsToResourceRequest$LFTags' => '

The LF-tags to attach to the resource.

', 'ColumnLFTag$LFTags' => '

The LF-tags attached to a column resource.

', 'GetResourceLFTagsResponse$LFTagOnDatabase' => '

A list of LF-tags applied to a database resource.

', 'GetResourceLFTagsResponse$LFTagsOnTable' => '

A list of LF-tags applied to a table resource.

', 'ListLFTagsResponse$LFTags' => '

A list of LF-tags that the requested has permission to view.

', 'RemoveLFTagsFromResourceRequest$LFTags' => '

The LF-tags to be removed from the resource.

', 'TaggedDatabase$LFTags' => '

A list of LF-tags attached to the database.

', 'TaggedTable$LFTagOnDatabase' => '

A list of LF-tags attached to the database where the table resides.

', 'TaggedTable$LFTagsOnTable' => '

A list of LF-tags attached to the table.

', ], ], 'LastModifiedTimestamp' => [ 'base' => NULL, 'refs' => [ 'ResourceInfo$LastModified' => '

The date and time the resource was last modified.

', ], ], 'ListDataCellsFilterRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDataCellsFilterResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListLFTagsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListLFTagsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListPermissionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListPermissionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListResourcesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListResourcesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTableStorageOptimizersRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTableStorageOptimizersResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTransactionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTransactionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'MessageString' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$Message' => '

A message describing the problem.

', 'AlreadyExistsException$Message' => '

A message describing the problem.

', 'ConcurrentModificationException$Message' => '

A message describing the problem.

', 'EntityNotFoundException$Message' => '

A message describing the problem.

', 'ExpiredException$Message' => '

A message describing the error.

', 'GlueEncryptionException$Message' => '

A message describing the problem.

', 'InternalServiceException$Message' => '

A message describing the problem.

', 'InvalidInputException$Message' => '

A message describing the problem.

', 'OperationTimeoutException$Message' => '

A message describing the problem.

', 'PermissionTypeMismatchException$Message' => '

A message describing the problem.

', 'ResourceNotReadyException$Message' => '

A message describing the error.

', 'ResourceNumberLimitExceededException$Message' => '

A message describing the problem.

', 'StatisticsNotReadyYetException$Message' => '

A message describing the error.

', 'StorageOptimizer$ErrorMessage' => '

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".

', 'StorageOptimizer$Warnings' => '

A message that contains information about any warnings (if present).

', 'StorageOptimizer$LastRunDetails' => '

When an acceleration result has an enabled status, contains the details of the last job run.

', 'ThrottledException$Message' => '

A message describing the error.

', 'TransactionCanceledException$Message' => '

A message describing the error.

', 'TransactionCommitInProgressException$Message' => '

A message describing the error.

', 'TransactionCommittedException$Message' => '

A message describing the error.

', 'WorkUnitsNotReadyYetException$Message' => '

A message describing the error.

', ], ], 'NameString' => [ 'base' => NULL, 'refs' => [ 'AuthorizedSessionTagValueList$member' => NULL, 'ColumnLFTag$Name' => '

The name of a column resource.

', 'ColumnNames$member' => NULL, 'DataCellsFilter$DatabaseName' => '

A database in the Glue Data Catalog.

', 'DataCellsFilter$TableName' => '

A table in the database.

', 'DataCellsFilter$Name' => '

The name given by the user to the data filter cell.

', 'DataCellsFilterResource$DatabaseName' => '

A database in the Glue Data Catalog.

', 'DataCellsFilterResource$TableName' => '

The name of the table.

', 'DataCellsFilterResource$Name' => '

The name of the data cells filter.

', 'DatabaseResource$Name' => '

The name of the database resource. Unique to the Data Catalog.

', 'DeleteDataCellsFilterRequest$DatabaseName' => '

A database in the Glue Data Catalog.

', 'DeleteDataCellsFilterRequest$TableName' => '

A table in the database.

', 'DeleteDataCellsFilterRequest$Name' => '

The name given by the user to the data filter cell.

', 'DeleteObjectsOnCancelRequest$DatabaseName' => '

The database that contains the governed table.

', 'DeleteObjectsOnCancelRequest$TableName' => '

The name of the governed table.

', 'ErrorDetail$ErrorCode' => '

The code associated with this error.

', 'GetDataCellsFilterRequest$DatabaseName' => '

A database in the Glue Data Catalog.

', 'GetDataCellsFilterRequest$TableName' => '

A table in the database.

', 'GetDataCellsFilterRequest$Name' => '

The name given by the user to the data filter cell.

', 'GetTableObjectsRequest$DatabaseName' => '

The database containing the governed table.

', 'GetTableObjectsRequest$TableName' => '

The governed table for which to retrieve objects.

', 'LFTagKeyResource$TagKey' => '

The key-name for the LF-tag.

', 'ListTableStorageOptimizersRequest$DatabaseName' => '

Name of the database where the table is present.

', 'ListTableStorageOptimizersRequest$TableName' => '

Name of the table.

', 'TableResource$DatabaseName' => '

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.

', 'TableResource$Name' => '

The name of the table.

', 'TableWithColumnsResource$DatabaseName' => '

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.

', 'TableWithColumnsResource$Name' => '

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.

', 'UpdateTableObjectsRequest$DatabaseName' => '

The database containing the governed table to update.

', 'UpdateTableObjectsRequest$TableName' => '

The governed table to update.

', 'UpdateTableStorageOptimizerRequest$DatabaseName' => '

Name of the database where the table is present.

', 'UpdateTableStorageOptimizerRequest$TableName' => '

Name of the table for which to enable the storage optimizer.

', ], ], 'NullableBoolean' => [ 'base' => NULL, 'refs' => [ 'DataLakeSettings$AllowExternalDataFiltering' => '

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.

', 'DataLakeSettings$AllowFullTableExternalDataAccess' => '

Whether to allow a third-party query engine to get data access credentials without session tags when a caller has full data access permissions.

', 'RegisterResourceRequest$UseServiceLinkedRole' => '

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.

', 'RegisterResourceRequest$WithFederation' => '

Whether or not the resource is a federated resource.

', 'ResourceInfo$WithFederation' => '

Whether or not the resource is a federated resource.

', 'UpdateResourceRequest$WithFederation' => '

Whether or not the resource is a federated resource.

', ], ], 'NumberOfBytes' => [ 'base' => NULL, 'refs' => [ 'ExecutionStatistics$DataScannedBytes' => '

The amount of data that was scanned in bytes.

', 'PlanningStatistics$EstimatedDataToScanBytes' => '

An estimate of the data that was scanned in bytes.

', ], ], 'NumberOfItems' => [ 'base' => NULL, 'refs' => [ 'ExecutionStatistics$WorkUnitsExecutedCount' => '

The number of work units executed.

', 'PlanningStatistics$WorkUnitsGeneratedCount' => '

The number of work units generated.

', ], ], 'NumberOfMilliseconds' => [ 'base' => NULL, 'refs' => [ 'ExecutionStatistics$AverageExecutionTimeMillis' => '

The average time the request took to be executed.

', 'PlanningStatistics$PlanningTimeMillis' => '

The time that it took to process the request.

', 'PlanningStatistics$QueueTimeMillis' => '

The time the request was in queue to be processed.

', ], ], 'ObjectSize' => [ 'base' => NULL, 'refs' => [ 'AddObjectInput$Size' => '

The size of the Amazon S3 object in bytes.

', 'TableObject$Size' => '

The size of the Amazon S3 object in bytes.

', ], ], 'OperationTimeoutException' => [ 'base' => '

The operation timed out.

', 'refs' => [], ], 'OptimizerType' => [ 'base' => NULL, 'refs' => [ 'ListTableStorageOptimizersRequest$StorageOptimizerType' => '

The specific type of storage optimizers to list. The supported value is compaction.

', 'StorageOptimizer$StorageOptimizerType' => '

The specific type of storage optimizer. The supported value is compaction.

', 'StorageOptimizerConfigMap$key' => NULL, ], ], 'PageSize' => [ 'base' => NULL, 'refs' => [ 'GetEffectivePermissionsForPathRequest$MaxResults' => '

The maximum number of results to return.

', 'GetTableObjectsRequest$MaxResults' => '

Specifies how many values to return in a page.

', 'ListDataCellsFilterRequest$MaxResults' => '

The maximum size of the response.

', 'ListLFTagsRequest$MaxResults' => '

The maximum number of results to return.

', 'ListPermissionsRequest$MaxResults' => '

The maximum number of results to return.

', 'ListResourcesRequest$MaxResults' => '

The maximum number of resource results.

', 'ListTableStorageOptimizersRequest$MaxResults' => '

The number of storage optimizers to return on each call.

', 'ListTransactionsRequest$MaxResults' => '

The maximum number of transactions to return in a single call.

', ], ], 'ParametersMap' => [ 'base' => NULL, 'refs' => [ 'DataLakeSettings$Parameters' => '

A key-value map that provides an additional configuration on your data lake. CrossAccountVersion is the key you can configure in the Parameters field. Accepted values for the CrossAccountVersion key are 1, 2, and 3.

', ], ], 'ParametersMapValue' => [ 'base' => NULL, 'refs' => [ 'ParametersMap$value' => NULL, ], ], 'PartitionObjects' => [ 'base' => '

A structure containing a list of partition values and table objects.

', 'refs' => [ 'PartitionedTableObjectsList$member' => NULL, ], ], 'PartitionValueList' => [ 'base' => '

Contains a list of values defining partitions.

', 'refs' => [ 'GetTemporaryGluePartitionCredentialsRequest$Partition' => '

A list of partition values identifying a single partition.

', ], ], 'PartitionValueString' => [ 'base' => NULL, 'refs' => [ 'PartitionValuesList$member' => NULL, ], ], 'PartitionValuesList' => [ 'base' => NULL, 'refs' => [ 'AddObjectInput$PartitionValues' => '

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.

', 'DeleteObjectInput$PartitionValues' => '

A list of partition values for the object. A value must be specified for each partition key associated with the governed table.

', 'PartitionObjects$PartitionValues' => '

A list of partition values.

', ], ], 'PartitionedTableObjectsList' => [ 'base' => NULL, 'refs' => [ 'GetTableObjectsResponse$Objects' => '

A list of objects organized by partition keys.

', ], ], 'Permission' => [ 'base' => NULL, 'refs' => [ 'PermissionList$member' => NULL, ], ], 'PermissionList' => [ 'base' => NULL, 'refs' => [ 'BatchPermissionsRequestEntry$Permissions' => '

The permissions to be granted.

', 'BatchPermissionsRequestEntry$PermissionsWithGrantOption' => '

Indicates if the option to pass permissions is granted.

', 'GetTemporaryGluePartitionCredentialsRequest$Permissions' => '

Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).

', 'GetTemporaryGlueTableCredentialsRequest$Permissions' => '

Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).

', 'GrantPermissionsRequest$Permissions' => '

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.

', 'GrantPermissionsRequest$PermissionsWithGrantOption' => '

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.

', 'PrincipalPermissions$Permissions' => '

The permissions that are granted to the principal.

', 'PrincipalResourcePermissions$Permissions' => '

The permissions to be granted or revoked on the resource.

', 'PrincipalResourcePermissions$PermissionsWithGrantOption' => '

Indicates whether to grant the ability to grant permissions (as a subset of permissions granted).

', 'RevokePermissionsRequest$Permissions' => '

The permissions revoked to the principal on the resource. For information about permissions, see Security and Access Control to Metadata and Data.

', 'RevokePermissionsRequest$PermissionsWithGrantOption' => '

Indicates a list of permissions for which to revoke the grant option allowing the principal to pass permissions to other principals.

', ], ], 'PermissionType' => [ 'base' => NULL, 'refs' => [ 'PermissionTypeList$member' => NULL, ], ], 'PermissionTypeList' => [ 'base' => NULL, 'refs' => [ 'GetTemporaryGluePartitionCredentialsRequest$SupportedPermissionTypes' => '

A list of supported permission types for the partition. Valid values are COLUMN_PERMISSION and CELL_FILTER_PERMISSION.

', 'GetTemporaryGlueTableCredentialsRequest$SupportedPermissionTypes' => '

A list of supported permission types for the table. Valid values are COLUMN_PERMISSION and CELL_FILTER_PERMISSION.

', ], ], 'PermissionTypeMismatchException' => [ 'base' => '

The engine does not support filtering data based on the enforced permissions. For example, if you call the GetTemporaryGlueTableCredentials operation with SupportedPermissionType equal to ColumnPermission, but cell-level permissions exist on the table, this exception is thrown.

', 'refs' => [], ], 'PlanningStatistics' => [ 'base' => '

Statistics related to the processing of a query statement.

', 'refs' => [ 'GetQueryStatisticsResponse$PlanningStatistics' => '

A PlanningStatistics structure containing query planning statistics.

', ], ], 'PredicateString' => [ 'base' => NULL, 'refs' => [ 'GetTableObjectsRequest$PartitionPredicate' => '

A predicate to filter the objects returned based on the partition keys defined in the governed table.

', 'RowFilter$FilterExpression' => '

A filter expression.

', ], ], 'PrincipalPermissions' => [ 'base' => '

Permissions granted to a principal.

', 'refs' => [ 'PrincipalPermissionsList$member' => NULL, ], ], 'PrincipalPermissionsList' => [ 'base' => NULL, 'refs' => [ 'DataLakeSettings$CreateDatabaseDefaultPermissions' => '

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.

', 'DataLakeSettings$CreateTableDefaultPermissions' => '

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.

', ], ], 'PrincipalResourcePermissions' => [ 'base' => '

The permissions granted or revoked on a resource.

', 'refs' => [ 'PrincipalResourcePermissionsList$member' => NULL, ], ], 'PrincipalResourcePermissionsList' => [ 'base' => NULL, 'refs' => [ 'GetEffectivePermissionsForPathResponse$Permissions' => '

A list of the permissions for the specified table or database resource located at the path in Amazon S3.

', 'ListPermissionsResponse$PrincipalResourcePermissions' => '

A list of principals and their permissions on the resource for the specified principal and resource types.

', ], ], 'PutDataLakeSettingsRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutDataLakeSettingsResponse' => [ 'base' => NULL, 'refs' => [], ], 'QueryIdString' => [ 'base' => NULL, 'refs' => [ 'GetWorkUnitsResponse$QueryId' => '

The ID of the plan query operation.

', 'StartQueryPlanningResponse$QueryId' => '

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.

', ], ], 'QueryParameterMap' => [ 'base' => NULL, 'refs' => [ 'QueryPlanningContext$QueryParameters' => '

A map consisting of key-value pairs.

', ], ], 'QueryPlanningContext' => [ 'base' => '

A structure containing information about the query plan.

', 'refs' => [ 'StartQueryPlanningRequest$QueryPlanningContext' => '

A structure containing information about the query plan.

', ], ], 'QueryPlanningContextDatabaseNameString' => [ 'base' => NULL, 'refs' => [ 'QueryPlanningContext$DatabaseName' => '

The database containing the table.

', ], ], 'QueryStateString' => [ 'base' => NULL, 'refs' => [ 'GetQueryStateResponse$State' => '

The state of a query previously submitted. The possible states are:

', ], ], 'RAMResourceShareArn' => [ 'base' => NULL, 'refs' => [ 'ResourceShareList$member' => NULL, ], ], 'RegisterResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'RegisterResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'RemoveLFTagsFromResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'RemoveLFTagsFromResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'Resource' => [ 'base' => '

A structure for the resource.

', 'refs' => [ 'AddLFTagsToResourceRequest$Resource' => '

The database, table, or column resource to which to attach an LF-tag.

', 'BatchPermissionsRequestEntry$Resource' => '

The resource to which the principal is to be granted a permission.

', 'GetResourceLFTagsRequest$Resource' => '

The database, table, or column resource for which you want to return LF-tags.

', 'GrantPermissionsRequest$Resource' => '

The resource to which permissions are to be granted. Resources in Lake Formation are the Data Catalog, databases, and tables.

', 'ListPermissionsRequest$Resource' => '

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.

', 'PrincipalResourcePermissions$Resource' => '

The resource where permissions are to be granted or revoked.

', 'RemoveLFTagsFromResourceRequest$Resource' => '

The database, table, or column resource where you want to remove an LF-tag.

', 'RevokePermissionsRequest$Resource' => '

The resource to which permissions are to be revoked.

', ], ], 'ResourceArnString' => [ 'base' => NULL, 'refs' => [ 'DataLocationResource$ResourceArn' => '

The Amazon Resource Name (ARN) that uniquely identifies the data location resource.

', 'DeregisterResourceRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource that you want to deregister.

', 'DescribeResourceRequest$ResourceArn' => '

The resource ARN.

', 'GetEffectivePermissionsForPathRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource for which you want to get permissions.

', 'GetTemporaryGluePartitionCredentialsRequest$TableArn' => '

The ARN of the partitions\' table.

', 'GetTemporaryGlueTableCredentialsRequest$TableArn' => '

The ARN identifying a table in the Data Catalog for the temporary credentials request.

', 'RegisterResourceRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource that you want to register.

', 'ResourceInfo$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource.

', 'UpdateResourceRequest$ResourceArn' => '

The resource ARN.

', ], ], 'ResourceInfo' => [ 'base' => '

A structure containing information about an Lake Formation resource.

', 'refs' => [ 'DescribeResourceResponse$ResourceInfo' => '

A structure containing information about an Lake Formation resource.

', 'ResourceInfoList$member' => NULL, ], ], 'ResourceInfoList' => [ 'base' => NULL, 'refs' => [ 'ListResourcesResponse$ResourceInfoList' => '

A summary of the data lake resources.

', ], ], 'ResourceNotReadyException' => [ 'base' => '

Contains details about an error related to a resource which is not ready for a transaction.

', 'refs' => [], ], 'ResourceNumberLimitExceededException' => [ 'base' => '

A resource numerical limit was exceeded.

', 'refs' => [], ], 'ResourceShareList' => [ 'base' => NULL, 'refs' => [ 'DetailsMap$ResourceShare' => '

A resource share ARN for a catalog resource shared through RAM.

', ], ], 'ResourceShareType' => [ 'base' => NULL, 'refs' => [ 'ListLFTagsRequest$ResourceShareType' => '

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.

', ], ], 'ResourceType' => [ 'base' => NULL, 'refs' => [ 'LFTagPolicyResource$ResourceType' => '

The resource type for which the LF-tag policy applies.

', ], ], 'Result' => [ 'base' => NULL, 'refs' => [ 'UpdateTableStorageOptimizerResponse$Result' => '

A response indicating the success of failure of the operation.

', ], ], 'ResultStream' => [ 'base' => NULL, 'refs' => [ 'GetWorkUnitResultsResponse$ResultStream' => '

Rows returned from the GetWorkUnitResults operation as a stream of Apache Arrow v1.0 messages.

', ], ], 'RevokePermissionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'RevokePermissionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'RowFilter' => [ 'base' => '

A PartiQL predicate.

', 'refs' => [ 'DataCellsFilter$RowFilter' => '

A PartiQL predicate.

', ], ], 'SAMLAssertionString' => [ 'base' => NULL, 'refs' => [ 'AssumeDecoratedRoleWithSAMLRequest$SAMLAssertion' => '

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.

', ], ], 'SearchDatabasesByLFTagsRequest' => [ 'base' => NULL, 'refs' => [], ], 'SearchDatabasesByLFTagsResponse' => [ 'base' => NULL, 'refs' => [], ], 'SearchPageSize' => [ 'base' => NULL, 'refs' => [ 'SearchDatabasesByLFTagsRequest$MaxResults' => '

The maximum number of results to return.

', 'SearchTablesByLFTagsRequest$MaxResults' => '

The maximum number of results to return.

', ], ], 'SearchTablesByLFTagsRequest' => [ 'base' => NULL, 'refs' => [], ], 'SearchTablesByLFTagsResponse' => [ 'base' => NULL, 'refs' => [], ], 'SecretAccessKeyString' => [ 'base' => NULL, 'refs' => [ 'AssumeDecoratedRoleWithSAMLResponse$SecretAccessKey' => '

The secret key for the temporary credentials. (The access key consists of an access key ID and a secret key).

', 'GetTemporaryGluePartitionCredentialsResponse$SecretAccessKey' => '

The secret key for the temporary credentials.

', 'GetTemporaryGlueTableCredentialsResponse$SecretAccessKey' => '

The secret key for the temporary credentials.

', ], ], 'SessionTokenString' => [ 'base' => NULL, 'refs' => [ 'AssumeDecoratedRoleWithSAMLResponse$SessionToken' => '

The session token for the temporary credentials.

', 'GetTemporaryGluePartitionCredentialsResponse$SessionToken' => '

The session token for the temporary credentials.

', 'GetTemporaryGlueTableCredentialsResponse$SessionToken' => '

The session token for the temporary credentials.

', ], ], 'StartQueryPlanningRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartQueryPlanningResponse' => [ 'base' => '

A structure for the output.

', 'refs' => [], ], 'StartTransactionRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartTransactionResponse' => [ 'base' => NULL, 'refs' => [], ], 'StatisticsNotReadyYetException' => [ 'base' => '

Contains details about an error related to statistics not being ready.

', 'refs' => [], ], 'StorageOptimizer' => [ 'base' => '

A structure describing the configuration and details of a storage optimizer.

', 'refs' => [ 'StorageOptimizerList$member' => NULL, ], ], 'StorageOptimizerConfig' => [ 'base' => NULL, 'refs' => [ 'StorageOptimizer$Config' => '

A map of the storage optimizer configuration. Currently contains only one key-value pair: is_enabled indicates true or false for acceleration.

', 'StorageOptimizerConfigMap$value' => NULL, ], ], 'StorageOptimizerConfigKey' => [ 'base' => NULL, 'refs' => [ 'StorageOptimizerConfig$key' => NULL, ], ], 'StorageOptimizerConfigMap' => [ 'base' => NULL, 'refs' => [ 'UpdateTableStorageOptimizerRequest$StorageOptimizerConfig' => '

Name of the table for which to enable the storage optimizer.

', ], ], 'StorageOptimizerConfigValue' => [ 'base' => NULL, 'refs' => [ 'StorageOptimizerConfig$value' => NULL, ], ], 'StorageOptimizerList' => [ 'base' => NULL, 'refs' => [ 'ListTableStorageOptimizersResponse$StorageOptimizerList' => '

A list of the storage optimizers associated with a table.

', ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'QueryParameterMap$key' => NULL, 'QueryParameterMap$value' => NULL, ], ], 'StringValue' => [ 'base' => NULL, 'refs' => [ 'StringValueList$member' => NULL, ], ], 'StringValueList' => [ 'base' => NULL, 'refs' => [ 'FilterCondition$StringValueList' => '

A string with values used in evaluating the filter condition.

', ], ], 'SyntheticGetWorkUnitResultsRequestWorkUnitTokenString' => [ 'base' => NULL, 'refs' => [ 'GetWorkUnitResultsRequest$WorkUnitToken' => '

A work token used to query the execution service. Token output from GetWorkUnits.

', ], ], 'SyntheticStartQueryPlanningRequestQueryString' => [ 'base' => NULL, 'refs' => [ 'StartQueryPlanningRequest$QueryString' => '

A PartiQL query statement used as an input to the planner service.

', ], ], 'TableLFTagsList' => [ 'base' => NULL, 'refs' => [ 'SearchTablesByLFTagsResponse$TableList' => '

A list of tables that meet the LF-tag conditions.

', ], ], 'TableObject' => [ 'base' => '

Specifies the details of a governed table.

', 'refs' => [ 'TableObjectList$member' => NULL, ], ], 'TableObjectList' => [ 'base' => NULL, 'refs' => [ 'PartitionObjects$Objects' => '

A list of table objects

', ], ], 'TableResource' => [ 'base' => '

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.

', 'refs' => [ 'ListDataCellsFilterRequest$Table' => '

A table in the Glue Data Catalog.

', 'Resource$Table' => '

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.

', 'TaggedTable$Table' => '

A table that has LF-tags attached to it.

', ], ], 'TableWildcard' => [ 'base' => '

A wildcard object representing every table under a database.

', 'refs' => [ 'TableResource$TableWildcard' => '

A wildcard object representing every table under a database.

At least one of TableResource$Name or TableResource$TableWildcard is required.

', ], ], 'TableWithColumnsResource' => [ 'base' => '

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.

', 'refs' => [ 'Resource$TableWithColumns' => '

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.

', ], ], 'TagValueList' => [ 'base' => NULL, 'refs' => [ 'CreateLFTagRequest$TagValues' => '

A list of possible values an attribute can take.

', 'GetLFTagResponse$TagValues' => '

A list of possible values an attribute can take.

', 'LFTag$TagValues' => '

A list of possible values an attribute can take.

', 'LFTagKeyResource$TagValues' => '

A list of possible values an attribute can take.

', 'LFTagPair$TagValues' => '

A list of possible values an attribute can take.

', 'UpdateLFTagRequest$TagValuesToDelete' => '

A list of LF-tag values to delete from the LF-tag.

', 'UpdateLFTagRequest$TagValuesToAdd' => '

A list of LF-tag values to add from the LF-tag.

', ], ], 'TaggedDatabase' => [ 'base' => '

A structure describing a database resource with LF-tags.

', 'refs' => [ 'DatabaseLFTagsList$member' => NULL, ], ], 'TaggedTable' => [ 'base' => '

A structure describing a table resource with LF-tags.

', 'refs' => [ 'TableLFTagsList$member' => NULL, ], ], 'ThrottledException' => [ 'base' => '

Contains details about an error where the query request was throttled.

', 'refs' => [], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'GetTableObjectsRequest$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.

', 'QueryPlanningContext$QueryAsOfTime' => '

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.

', 'TransactionDescription$TransactionStartTime' => '

The time when the transaction started.

', 'TransactionDescription$TransactionEndTime' => '

The time when the transaction committed or aborted, if it is not currently active.

', ], ], 'Token' => [ 'base' => NULL, 'refs' => [ 'GetEffectivePermissionsForPathRequest$NextToken' => '

A continuation token, if this is not the first call to retrieve this list.

', 'GetEffectivePermissionsForPathResponse$NextToken' => '

A continuation token, if this is not the first call to retrieve this list.

', 'GetWorkUnitsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'GetWorkUnitsResponse$NextToken' => '

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

', 'ListDataCellsFilterRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'ListDataCellsFilterResponse$NextToken' => '

A continuation token, if not all requested data cell filters have been returned.

', 'ListLFTagsRequest$NextToken' => '

A continuation token, if this is not the first call to retrieve this list.

', 'ListLFTagsResponse$NextToken' => '

A continuation token, present if the current list segment is not the last.

', 'ListPermissionsRequest$NextToken' => '

A continuation token, if this is not the first call to retrieve this list.

', 'ListPermissionsResponse$NextToken' => '

A continuation token, if this is not the first call to retrieve this list.

', 'ListResourcesRequest$NextToken' => '

A continuation token, if this is not the first call to retrieve these resources.

', 'ListResourcesResponse$NextToken' => '

A continuation token, if this is not the first call to retrieve these resources.

', 'ListTableStorageOptimizersRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'ListTableStorageOptimizersResponse$NextToken' => '

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

', 'SearchDatabasesByLFTagsRequest$NextToken' => '

A continuation token, if this is not the first call to retrieve this list.

', 'SearchDatabasesByLFTagsResponse$NextToken' => '

A continuation token, present if the current list segment is not the last.

', 'SearchTablesByLFTagsRequest$NextToken' => '

A continuation token, if this is not the first call to retrieve this list.

', 'SearchTablesByLFTagsResponse$NextToken' => '

A continuation token, present if the current list segment is not the last.

', ], ], 'TokenString' => [ 'base' => NULL, 'refs' => [ 'GetTableObjectsRequest$NextToken' => '

A continuation token if this is not the first call to retrieve these objects.

', 'GetTableObjectsResponse$NextToken' => '

A continuation token indicating whether additional data is available.

', 'ListTransactionsRequest$NextToken' => '

A continuation token if this is not the first call to retrieve transactions.

', 'ListTransactionsResponse$NextToken' => '

A continuation token indicating whether additional data is available.

', ], ], 'TransactionCanceledException' => [ 'base' => '

Contains details about an error related to a transaction that was cancelled.

', 'refs' => [], ], 'TransactionCommitInProgressException' => [ 'base' => '

Contains details about an error related to a transaction commit that was in progress.

', 'refs' => [], ], 'TransactionCommittedException' => [ 'base' => '

Contains details about an error where the specified transaction has already been committed and cannot be used for UpdateTableObjects.

', 'refs' => [], ], 'TransactionDescription' => [ 'base' => '

A structure that contains information about a transaction.

', 'refs' => [ 'DescribeTransactionResponse$TransactionDescription' => '

Returns a TransactionDescription object containing information about the transaction.

', 'TransactionDescriptionList$member' => NULL, ], ], 'TransactionDescriptionList' => [ 'base' => NULL, 'refs' => [ 'ListTransactionsResponse$Transactions' => '

A list of transactions. The record for each transaction is a TransactionDescription object.

', ], ], 'TransactionIdString' => [ 'base' => NULL, 'refs' => [ 'CancelTransactionRequest$TransactionId' => '

The transaction to cancel.

', 'CommitTransactionRequest$TransactionId' => '

The transaction to commit.

', 'DeleteObjectsOnCancelRequest$TransactionId' => '

ID of the transaction that the writes occur in.

', 'DescribeTransactionRequest$TransactionId' => '

The transaction for which to return status.

', 'ExtendTransactionRequest$TransactionId' => '

The transaction to extend.

', 'GetTableObjectsRequest$TransactionId' => '

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.

', 'QueryPlanningContext$TransactionId' => '

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.

', 'StartTransactionResponse$TransactionId' => '

An opaque identifier for the transaction.

', 'TransactionDescription$TransactionId' => '

The ID of the transaction.

', 'UpdateTableObjectsRequest$TransactionId' => '

The transaction at which to do the write.

', ], ], 'TransactionStatus' => [ 'base' => NULL, 'refs' => [ 'CommitTransactionResponse$TransactionStatus' => '

The status of the transaction.

', 'TransactionDescription$TransactionStatus' => '

A status of ACTIVE, COMMITTED, or ABORTED.

', ], ], 'TransactionStatusFilter' => [ 'base' => NULL, 'refs' => [ 'ListTransactionsRequest$StatusFilter' => '

A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED | ABORTED | ACTIVE. The default is ALL.

', ], ], 'TransactionType' => [ 'base' => NULL, 'refs' => [ 'StartTransactionRequest$TransactionType' => '

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.

', ], ], 'TrueFalseString' => [ 'base' => NULL, 'refs' => [ 'ListPermissionsRequest$IncludeRelated' => '

Indicates that related permissions should be included in the results.

', ], ], 'TrustedResourceOwners' => [ 'base' => NULL, 'refs' => [ 'DataLakeSettings$TrustedResourceOwners' => '

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.

', ], ], 'URI' => [ 'base' => NULL, 'refs' => [ 'AddObjectInput$Uri' => '

The Amazon S3 location of the object.

', 'DeleteObjectInput$Uri' => '

The Amazon S3 location of the object to delete.

', 'TableObject$Uri' => '

The Amazon S3 location of the object.

', 'VirtualObject$Uri' => '

The path to the Amazon S3 object. Must start with s3://

', ], ], 'UpdateDataCellsFilterRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDataCellsFilterResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateLFTagRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateLFTagResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTableObjectsRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTableObjectsResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTableStorageOptimizerRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTableStorageOptimizerResponse' => [ 'base' => NULL, 'refs' => [], ], 'ValueString' => [ 'base' => NULL, 'refs' => [ 'ValueStringList$member' => NULL, ], ], 'ValueStringList' => [ 'base' => NULL, 'refs' => [ 'PartitionValueList$Values' => '

The list of partition values.

', ], ], 'VersionString' => [ 'base' => NULL, 'refs' => [ 'DataCellsFilter$VersionId' => '

The ID of the data cells filter version.

', ], ], 'VirtualObject' => [ 'base' => '

An object that defines an Amazon S3 object to be deleted if a transaction cancels, provided that VirtualPut was called before writing the object.

', 'refs' => [ 'VirtualObjectList$member' => NULL, ], ], 'VirtualObjectList' => [ 'base' => NULL, 'refs' => [ 'DeleteObjectsOnCancelRequest$Objects' => '

A list of VirtualObject structures, which indicates the Amazon S3 objects to be deleted if the transaction cancels.

', ], ], 'WorkUnitIdLong' => [ 'base' => NULL, 'refs' => [ 'WorkUnitRange$WorkUnitIdMax' => '

Defines the maximum work unit ID in the range. The maximum value is inclusive.

', 'WorkUnitRange$WorkUnitIdMin' => '

Defines the minimum work unit ID in the range.

', ], ], 'WorkUnitRange' => [ 'base' => '

Defines the valid range of work unit IDs for querying the execution service.

', 'refs' => [ 'WorkUnitRangeList$member' => NULL, ], ], 'WorkUnitRangeList' => [ 'base' => NULL, 'refs' => [ 'GetWorkUnitsResponse$WorkUnitRanges' => '

A WorkUnitRangeList object that specifies the valid range of work unit IDs for querying the execution service.

', ], ], 'WorkUnitTokenString' => [ 'base' => NULL, 'refs' => [ 'WorkUnitRange$WorkUnitToken' => '

A work token used to query the execution service.

', ], ], 'WorkUnitsNotReadyYetException' => [ 'base' => '

Contains details about an error related to work units not being ready.

', 'refs' => [], ], 'WriteOperation' => [ 'base' => '

Defines an object to add to or delete from a governed table.

', 'refs' => [ 'WriteOperationList$member' => NULL, ], ], 'WriteOperationList' => [ 'base' => NULL, 'refs' => [ 'UpdateTableObjectsRequest$WriteOperations' => '

A list of WriteOperation objects that define an object to add to or delete from the manifest for a governed table.

', ], ], ],];