| Class | Description |
|---|---|
| CancelQueryRequest | |
| CancelQueryResult | |
| ColumnInfo |
Contains the metadata for query results such as the column names, data types, and other attributes.
|
| CreateScheduledQueryRequest | |
| CreateScheduledQueryResult | |
| Datum |
Datum represents a single data point in a query result.
|
| DeleteScheduledQueryRequest | |
| DeleteScheduledQueryResult | |
| DescribeAccountSettingsRequest | |
| DescribeAccountSettingsResult | |
| DescribeEndpointsRequest | |
| DescribeEndpointsResult | |
| DescribeScheduledQueryRequest | |
| DescribeScheduledQueryResult | |
| DimensionMapping |
This type is used to map column(s) from the query result to a dimension in the destination table.
|
| Endpoint |
Represents an available endpoint against which to make API calls against, as well as the TTL for that endpoint.
|
| ErrorReportConfiguration |
Configuration required for error reporting.
|
| ErrorReportLocation |
This contains the location of the error report for a single scheduled query call.
|
| ExecuteScheduledQueryRequest | |
| ExecuteScheduledQueryResult | |
| ExecutionStats |
Statistics for a single scheduled query run.
|
| ListScheduledQueriesRequest | |
| ListScheduledQueriesResult | |
| ListTagsForResourceRequest | |
| ListTagsForResourceResult | |
| MixedMeasureMapping |
MixedMeasureMappings are mappings that can be used to ingest data into a mixture of narrow and multi measures in the
derived table.
|
| MultiMeasureAttributeMapping |
Attribute mapping for MULTI value measures.
|
| MultiMeasureMappings |
Only one of MixedMeasureMappings or MultiMeasureMappings is to be provided.
|
| NotificationConfiguration |
Notification configuration for a scheduled query.
|
| ParameterMapping |
Mapping for named parameters.
|
| PrepareQueryRequest | |
| PrepareQueryResult | |
| QueryRequest | |
| QueryResult | |
| QueryStatus |
Information about the status of the query, including progress and bytes scanned.
|
| Row |
Represents a single row in the query results.
|
| S3Configuration |
Details on S3 location for error reports that result from running a query.
|
| S3ReportLocation |
S3 report location for the scheduled query run.
|
| ScheduleConfiguration |
Configuration of the schedule of the query.
|
| ScheduledQuery |
Scheduled Query
|
| ScheduledQueryDescription |
Structure that describes scheduled query.
|
| ScheduledQueryRunSummary |
Run summary for the scheduled query
|
| SelectColumn |
Details of the column that is returned by the query.
|
| SnsConfiguration |
Details on SNS that are required to send the notification.
|
| Tag |
A tag is a label that you assign to a Timestream database and/or table.
|
| TagResourceRequest | |
| TagResourceResult | |
| TargetConfiguration |
Configuration used for writing the output of a query.
|
| TargetDestination |
Destination details to write data for a target data source.
|
| TimeSeriesDataPoint |
The timeseries data type represents the values of a measure over time.
|
| TimestreamConfiguration |
Configuration to write data into Timestream database and table.
|
| TimestreamDestination |
Destination for scheduled query.
|
| Type |
Contains the data type of a column in a query result set.
|
| UntagResourceRequest | |
| UntagResourceResult | |
| UpdateAccountSettingsRequest | |
| UpdateAccountSettingsResult | |
| UpdateScheduledQueryRequest | |
| UpdateScheduledQueryResult |
| Enum | Description |
|---|---|
| DimensionValueType | |
| MeasureValueType | |
| QueryPricingModel | |
| S3EncryptionOption | |
| ScalarMeasureValueType | |
| ScalarType | |
| ScheduledQueryRunStatus | |
| ScheduledQueryState |
| 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 |
The service was unable to fully process this request because of an internal server error.
|
| InvalidEndpointException |
The requested endpoint was not valid.
|
| QueryExecutionException |
Timestream was unable to run the query successfully.
|
| ResourceNotFoundException |
The requested resource could not be found.
|
| ServiceQuotaExceededException |
You have exceeded the service quota.
|
| ThrottlingException |
The request was denied due to request throttling.
|
| ValidationException |
Invalid or malformed request.
|