Package-level declarations

Types

Link copied to clipboard

You are not authorized to perform this action.

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

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

Timestream was unable to fully process this request because of an internal server error.

Link copied to clipboard

The requested endpoint was not valid.

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

Timestream was unable to run the query successfully.

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

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

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
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 denied due to request throttling.

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.