Class | Description |
---|---|
BatchGetNamedQueryRequest | |
BatchGetNamedQueryResult | |
BatchGetQueryExecutionRequest | |
BatchGetQueryExecutionResult | |
ColumnInfo |
Information about the columns in a query execution result.
|
CreateNamedQueryRequest | |
CreateNamedQueryResult | |
CreateWorkGroupRequest | |
CreateWorkGroupResult | |
Datum |
A piece of data (a field in the table).
|
DeleteNamedQueryRequest | |
DeleteNamedQueryResult | |
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. |
GetNamedQueryRequest | |
GetNamedQueryResult | |
GetQueryExecutionRequest | |
GetQueryExecutionResult | |
GetQueryResultsRequest | |
GetQueryResultsResult | |
GetWorkGroupRequest | |
GetWorkGroupResult | |
ListNamedQueriesRequest | |
ListNamedQueriesResult | |
ListQueryExecutionsRequest | |
ListQueryExecutionsResult | |
ListTagsForResourceRequest | |
ListTagsForResourceResult | |
ListWorkGroupsRequest | |
ListWorkGroupsResult | |
NamedQuery |
A query, where
QueryString is the list of SQL query statements that comprise the query. |
QueryExecution |
Information about a single instance of a query execution.
|
QueryExecutionContext |
The database 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.
|
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 comprise 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 comprise a query result table.
|
StartQueryExecutionRequest | |
StartQueryExecutionResult | |
StopQueryExecutionRequest | |
StopQueryExecutionResult | |
Tag |
A tag that you can add to a resource.
|
TagResourceRequest | |
TagResourceResult | |
UnprocessedNamedQueryId |
Information about a named query ID that could not be processed.
|
UnprocessedQueryExecutionId |
Describes a query execution that failed to process.
|
UntagResourceRequest | |
UntagResourceResult | |
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 | |
EncryptionOption | |
QueryExecutionState | |
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.
|
ResourceNotFoundException |
A resource, such as a workgroup, was not found.
|
TooManyRequestsException |
Indicates that the request was throttled.
|
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.