Class | Description |
---|---|
AclConfiguration |
Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results.
|
AthenaError |
Provides information about an Athena query error.
|
BatchGetNamedQueryRequest |
Contains an array of named query IDs.
|
BatchGetNamedQueryResult | |
BatchGetPreparedStatementRequest | |
BatchGetPreparedStatementResult | |
BatchGetQueryExecutionRequest |
Contains an array of query execution IDs.
|
BatchGetQueryExecutionResult | |
Column |
Contains metadata for a column in a table.
|
ColumnInfo |
Information about the columns in a query execution result.
|
CreateDataCatalogRequest | |
CreateDataCatalogResult | |
CreateNamedQueryRequest | |
CreateNamedQueryResult | |
CreatePreparedStatementRequest | |
CreatePreparedStatementResult | |
CreateWorkGroupRequest | |
CreateWorkGroupResult | |
Database |
Contains metadata information for a database in a data catalog.
|
DataCatalog |
Contains information about a data catalog in an Amazon Web Services account.
|
DataCatalogSummary |
The summary information for the data catalog, which includes its name and type.
|
Datum |
A piece of data (a field in the table).
|
DeleteDataCatalogRequest | |
DeleteDataCatalogResult | |
DeleteNamedQueryRequest | |
DeleteNamedQueryResult | |
DeletePreparedStatementRequest | |
DeletePreparedStatementResult | |
DeleteWorkGroupRequest | |
DeleteWorkGroupResult | |
EncryptionConfiguration |
If query results are encrypted in Amazon S3, indicates the encryption option used (for example,
SSE_KMS
or CSE_KMS ) and key information. |
EngineVersion |
The Athena engine version for running queries.
|
GetDatabaseRequest | |
GetDatabaseResult | |
GetDataCatalogRequest | |
GetDataCatalogResult | |
GetNamedQueryRequest | |
GetNamedQueryResult | |
GetPreparedStatementRequest | |
GetPreparedStatementResult | |
GetQueryExecutionRequest | |
GetQueryExecutionResult | |
GetQueryResultsRequest | |
GetQueryResultsResult | |
GetQueryRuntimeStatisticsRequest | |
GetQueryRuntimeStatisticsResult | |
GetTableMetadataRequest | |
GetTableMetadataResult | |
GetWorkGroupRequest | |
GetWorkGroupResult | |
ListDatabasesRequest | |
ListDatabasesResult | |
ListDataCatalogsRequest | |
ListDataCatalogsResult | |
ListEngineVersionsRequest | |
ListEngineVersionsResult | |
ListNamedQueriesRequest | |
ListNamedQueriesResult | |
ListPreparedStatementsRequest | |
ListPreparedStatementsResult | |
ListQueryExecutionsRequest | |
ListQueryExecutionsResult | |
ListTableMetadataRequest | |
ListTableMetadataResult | |
ListTagsForResourceRequest | |
ListTagsForResourceResult | |
ListWorkGroupsRequest | |
ListWorkGroupsResult | |
NamedQuery |
A query, where
QueryString contains the SQL statements that make up the query. |
PreparedStatement |
A prepared SQL statement for use with Athena.
|
PreparedStatementSummary |
The name and last modified time of the prepared statement.
|
QueryExecution |
Information about a single instance of a query execution.
|
QueryExecutionContext |
The database and data catalog context in which the query execution occurs.
|
QueryExecutionStatistics |
The amount of data scanned during the query execution and the amount of time that it took to execute, and the type of
statement that was run.
|
QueryExecutionStatus |
The completion date, current state, submission time, and state change reason (if applicable) for the query execution.
|
QueryRuntimeStatistics |
The query execution timeline, statistics on input and output rows and bytes, and the different query stages that form
the query execution plan.
|
QueryRuntimeStatisticsRows |
Statistics such as input rows and bytes read by the query, rows and bytes output by the query, and the number of rows
written by the query.
|
QueryRuntimeStatisticsTimeline |
Timeline statistics such as query queue time, planning time, execution time, service processing time, and total
execution time.
|
QueryStage |
Stage statistics such as input and output rows and bytes, execution time and stage state.
|
QueryStagePlanNode |
Stage plan information such as name, identifier, sub plans, and remote sources.
|
ResultConfiguration |
The location in Amazon S3 where query results are stored and the encryption option, if any, used for query results.
|
ResultConfigurationUpdates |
The information about the updates in the query results, such as output location and encryption configuration for the
query results.
|
ResultSet |
The metadata and rows that make up a query result set.
|
ResultSetMetadata |
The metadata that describes the column structure and data types of a table of query results.
|
Row |
The rows that make up a query result table.
|
StartQueryExecutionRequest | |
StartQueryExecutionResult | |
StopQueryExecutionRequest | |
StopQueryExecutionResult | |
TableMetadata |
Contains metadata for a table.
|
Tag |
A label that you assign to a resource.
|
TagResourceRequest | |
TagResourceResult | |
UnprocessedNamedQueryId |
Information about a named query ID that could not be processed.
|
UnprocessedPreparedStatementName |
The name of a prepared statement that could not be returned.
|
UnprocessedQueryExecutionId |
Describes a query execution that failed to process.
|
UntagResourceRequest | |
UntagResourceResult | |
UpdateDataCatalogRequest | |
UpdateDataCatalogResult | |
UpdateNamedQueryRequest | |
UpdateNamedQueryResult | |
UpdatePreparedStatementRequest | |
UpdatePreparedStatementResult | |
UpdateWorkGroupRequest | |
UpdateWorkGroupResult | |
WorkGroup |
A workgroup, which contains a name, description, creation time, state, and other configuration, listed under
WorkGroup$Configuration.
|
WorkGroupConfiguration |
The configuration of the workgroup, which includes the location in Amazon S3 where query results are stored, the
encryption option, if any, used for query results, whether the Amazon CloudWatch Metrics are enabled for the
workgroup and whether workgroup settings override query settings, and the data usage limits for the amount of data
scanned per query or per workgroup.
|
WorkGroupConfigurationUpdates |
The configuration information that will be updated for this workgroup, which includes the location in Amazon S3 where
query results are stored, the encryption option, if any, used for query results, whether the Amazon CloudWatch
Metrics are enabled for the workgroup, whether the workgroup settings override the client-side settings, and the data
usage limit for the amount of bytes scanned per query, if it is specified.
|
WorkGroupSummary |
The summary information for the workgroup, which includes its name, state, description, and the date and time it was
created.
|
Enum | Description |
---|---|
ColumnNullable | |
DataCatalogType | |
EncryptionOption | |
QueryExecutionState | |
S3AclOption | |
StatementType | |
ThrottleReason |
The reason for the query throttling, for example, when it exceeds the concurrent query limit.
|
WorkGroupState |
Exception | Description |
---|---|
AmazonAthenaException |
Base exception for all service exceptions thrown by Amazon Athena
|
InternalServerException |
Indicates a platform issue, which may be due to a transient condition or outage.
|
InvalidRequestException |
Indicates that something is wrong with the input to the request.
|
MetadataException |
An exception that Athena received when it called a custom metastore.
|
ResourceNotFoundException |
A resource, such as a workgroup, was not found.
|
TooManyRequestsException |
Indicates that the request was throttled.
|