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.2/services/timestreamquery.ts?docs=full";

§Classes

TimestreamQuery

§Interfaces

CancelQueryRequest
CancelQueryResponse
ColumnInfo

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

Datum

Datum represents a single data point in a query result.

DescribeEndpointsResponse
Endpoint

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

QueryRequest
QueryResponse
QueryStatus

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

Row

Represents a single row in the query results.

TimeSeriesDataPoint

The timeseries datatype 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 timeseries. It represents a tuple of (time, measure value) in a timeseries.

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.

§Type Aliases

ScalarType