Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as mod from "https://aws-api.deno.dev/v0.4/services/timestreamquery.ts?docs=full";

§Classes

TimestreamQuery

§Interfaces

CancelQueryRequest
CancelQueryResponse
ColumnInfo

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

CreateScheduledQueryRequest
CreateScheduledQueryResponse
Datum

Datum represents a single data point in a query result.

DeleteScheduledQueryRequest
DescribeEndpointsResponse
DescribeScheduledQueryRequest
DescribeScheduledQueryResponse
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
ExecutionStats

Statistics for a single scheduled query run.

ListScheduledQueriesRequest
ListScheduledQueriesResponse
ListTagsForResourceRequest
ListTagsForResourceResponse
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. MultiMeasureMappings can be used to ingest data as multi measures in the derived table.

NotificationConfiguration

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.

ParameterMapping

Mapping for named parameters.

PrepareQueryRequest
PrepareQueryResponse
QueryRequest
QueryResponse
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. 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.

TagResourceRequest
TargetConfiguration

Configuration used for writing the output of a query.

TargetDestination

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

TimeSeriesDataPoint

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.

TimestreamConfiguration

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.

TimestreamDestination

Destination for scheduled query.

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.

UntagResourceRequest
UpdateScheduledQueryRequest

§Type Aliases

DimensionValueType
MeasureValueType
S3EncryptionOption
ScalarMeasureValueType
ScalarType
ScheduledQueryRunStatus
ScheduledQueryState