Package-level declarations
Types
You do not have the necessary permissions to access the account settings.
Configuration settings for notifications related to account settings.
Contains the metadata for query results such as the column names, data types, and other attributes.
Unable to poll results for a cancelled query.
This type is used to map column(s) from the query result to a dimension in the destination table.
Configuration required for error reporting.
This contains the location of the error report for a single scheduled query call.
Statistics for a single scheduled query run.
An internal server error occurred while processing the request.
The requested endpoint is invalid.
Configuration object that contains the most recent account settings update, visible only if settings have been updated previously.
MixedMeasureMappings are mappings that can be used to ingest data into a mixture of narrow and multi measures in the derived table.
Attribute mapping for MULTI value measures.
Only one of MixedMeasureMappings or MultiMeasureMappings is to be provided. MultiMeasureMappings can be used to ingest data as multi measures in the derived table.
Notification configuration for a scheduled query. A notification is sent by Timestream when a scheduled query is created, its state is updated or when it is deleted.
Mapping for named parameters.
A request to update the provisioned capacity settings for querying data.
The response to a request to update the provisioned capacity settings for querying data.
A request to retrieve or update the compute capacity settings for querying data.
The response to a request to retrieve or update the compute capacity settings for querying data.
Timestream was unable to run the query successfully.
QueryInsights
is a performance tuning feature that helps you optimize your queries, reducing costs and improving performance. With QueryInsights
, you can assess the pruning efficiency of your queries and identify areas for improvement to enhance query performance. With QueryInsights
, you can also analyze the effectiveness of your queries in terms of temporal and spatial pruning, and identify opportunities to improve performance. Specifically, you can evaluate how well your queries use time-based and partition key-based indexing strategies to optimize data retrieval. To optimize query performance, it's essential that you fine-tune both the temporal and spatial parameters that govern query execution.
Provides various insights and metrics related to the query that you executed.
Provides insights into the spatial coverage of the query, including the table with sub-optimal (max) spatial pruning. This information can help you identify areas for improvement in your partitioning strategy to enhance spatial pruning
Provides insights into the table with the most sub-optimal spatial range scanned by your query.
Information about the status of the query, including progress and bytes scanned.
Provides insights into the temporal range of the query, including the table with the largest (max) time range.
Provides insights into the table with the most sub-optimal temporal pruning scanned by your query.
The requested resource could not be found.
Details on S3 location for error reports that result from running a query.
S3 report location for the scheduled query run.
Configuration of the schedule of the query.
Scheduled Query
Structure that describes scheduled query.
Encapsulates settings for enabling QueryInsights
on an ExecuteScheduledQueryRequest
.
Provides various insights and metrics related to the ExecuteScheduledQueryRequest
that was executed.
Run summary for the scheduled query
Details of the column that is returned by the query.
You have exceeded the service quota.
Details on SNS that are required to send the notification.
Configuration used for writing the output of a query.
Destination details to write data for a target data source. Current supported data source is Timestream.
The request was throttled due to excessive requests.
The timeseries data type represents the values of a measure over time. A time series is an array of rows of timestamps and measure values, with rows sorted in ascending order of time. A TimeSeriesDataPoint is a single data point in the time series. It represents a tuple of (time, measure value) in a time series.
Configuration to write data into Timestream database and table. This configuration allows the user to map the query result select columns into the destination table columns.
Destination for scheduled query.
Base class for all service related exceptions thrown by the TimestreamQuery client
Contains the data type of a column in a query result set. The data type can be scalar or complex. The supported scalar data types are integers, Boolean, string, double, timestamp, date, time, and intervals. The supported complex data types are arrays, rows, and timeseries.
Invalid or malformed request.