Class | Description |
---|---|
CancelQueryRequest | |
CancelQueryResponse | |
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 | |
DescribeEndpointsResponse | |
Endpoint |
Represents an available endpoint against which to make API calls agaisnt, as well as the TTL for that endpoint.
|
QueryRequest | |
QueryResponse | |
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.
|
TimestreamQueryRequest | |
TimestreamQueryResponse | |
TimestreamQueryResponseMetadata | |
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.
|
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.
|
TimestreamQueryException | |
ValidationException |
Invalid or malformed request.
|
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.