Package-level declarations

Types

Link copied to clipboard

You do not have the necessary permissions to access the account settings.

Link copied to clipboard

Configuration settings for notifications related to account settings.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Contains the metadata for query results such as the column names, data types, and other attributes.

Link copied to clipboard
sealed class ComputeMode
Link copied to clipboard

Unable to poll results for a cancelled query.

Link copied to clipboard
class Datum

Datum represents a single data point in a query result.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

This type is used to map column(s) from the query result to a dimension in the destination table.

Link copied to clipboard
sealed class DimensionValueType
Link copied to clipboard
class Endpoint

Represents an available endpoint against which to make API calls against, as well as the TTL for that endpoint.

Link copied to clipboard

Configuration required for error reporting.

Link copied to clipboard

This contains the location of the error report for a single scheduled query call.

Link copied to clipboard

Statistics for a single scheduled query run.

Link copied to clipboard

An internal server error occurred while processing the request.

Link copied to clipboard

The requested endpoint is invalid.

Link copied to clipboard

Configuration object that contains the most recent account settings update, visible only if settings have been updated previously.

Link copied to clipboard
sealed class LastUpdateStatus
Link copied to clipboard
sealed class MeasureValueType
Link copied to clipboard

MixedMeasureMappings are mappings that can be used to ingest data into a mixture of narrow and multi measures in the derived table.

Link copied to clipboard

Attribute mapping for MULTI value measures.

Link copied to clipboard

Only one of MixedMeasureMappings or MultiMeasureMappings is to be provided. MultiMeasureMappings can be used to ingest data as multi measures in the derived table.

Link copied to clipboard

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.

Link copied to clipboard

Mapping for named parameters.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A request to update the provisioned capacity settings for querying data.

Link copied to clipboard

The response to a request to update the provisioned capacity settings for querying data.

Link copied to clipboard

A request to retrieve or update the compute capacity settings for querying data.

Link copied to clipboard

The response to a request to retrieve or update the compute capacity settings for querying data.

Link copied to clipboard

Timestream was unable to run the query successfully.

Link copied to clipboard

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.

Link copied to clipboard
sealed class QueryInsightsMode
Link copied to clipboard

Provides various insights and metrics related to the query that you executed.

Link copied to clipboard
sealed class QueryPricingModel
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

Provides insights into the table with the most sub-optimal spatial range scanned by your query.

Link copied to clipboard

Information about the status of the query, including progress and bytes scanned.

Link copied to clipboard

Provides insights into the temporal range of the query, including the table with the largest (max) time range.

Link copied to clipboard

Provides insights into the table with the most sub-optimal temporal pruning scanned by your query.

Link copied to clipboard

The requested resource could not be found.

Link copied to clipboard
class Row

Represents a single row in the query results.

Link copied to clipboard

Details on S3 location for error reports that result from running a query.

Link copied to clipboard
sealed class S3EncryptionOption
Link copied to clipboard

S3 report location for the scheduled query run.

Link copied to clipboard
Link copied to clipboard
sealed class ScalarType
Link copied to clipboard

Configuration of the schedule of the query.

Link copied to clipboard

Scheduled Query

Link copied to clipboard

Structure that describes scheduled query.

Link copied to clipboard

Encapsulates settings for enabling QueryInsights on an ExecuteScheduledQueryRequest.

Link copied to clipboard
Link copied to clipboard

Provides various insights and metrics related to the ExecuteScheduledQueryRequest that was executed.

Link copied to clipboard
Link copied to clipboard

Run summary for the scheduled query

Link copied to clipboard
sealed class ScheduledQueryState
Link copied to clipboard

Details of the column that is returned by the query.

Link copied to clipboard

You have exceeded the service quota.

Link copied to clipboard

Details on SNS that are required to send the notification.

Link copied to clipboard
class Tag

A tag is a label that you assign to a Timestream database and/or table. Each tag consists of a key and an optional value, both of which you define. Tags enable you to categorize databases and/or tables, for example, by purpose, owner, or environment.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Configuration used for writing the output of a query.

Link copied to clipboard

Destination details to write data for a target data source. Current supported data source is Timestream.

Link copied to clipboard

The request was throttled due to excessive requests.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Destination for scheduled query.

Link copied to clipboard

Base class for all service related exceptions thrown by the TimestreamQuery client

Link copied to clipboard
class Type

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.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Invalid or malformed request.