Class | Description |
---|---|
CancelQueryRequest | |
CancelQueryResult | |
ColumnInfo |
Contains the meta data for query results such as the column names, data types, and other attributes.
|
Datum |
Datum represents a single data point in a query result.
|
DescribeEndpointsRequest | |
DescribeEndpointsResult | |
Endpoint |
Represents an available endpoint against which to make API calls agaisnt, as well as the TTL for that endpoint.
|
QueryRequest | |
QueryResult | |
QueryStatus |
Information about the status of the query, including progress and bytes scannned.
|
Row |
Represents a single row in the query results.
|
TimeSeriesDataPoint |
The timeseries datatype represents the values of a measure over time.
|
Type |
Contains the data type of a column in a query result set.
|
Enum | Description |
---|---|
ScalarType |
Exception | Description |
---|---|
AccessDeniedException |
You are not authorized to perform this action.
|
AmazonTimestreamQueryException |
Base exception for all service exceptions thrown by Amazon Timestream Query
|
ConflictException |
Unable to poll results for a cancelled query.
|
InternalServerException |
Timestream was unable to fully process this request because of an internal server error.
|
InvalidEndpointException |
The requested endpoint was invalid.
|
QueryExecutionException |
Timestream was unable to run the query successfully.
|
ThrottlingException |
The request was denied due to request throttling.
|
ValidationException |
Invalid or malformed request.
|