Skip to main content Link Search Menu Expand Document (external link)

index overview

Added in v1.0.0


Table of contents


exports

From “./Errors.js”

Re-exports all named exports from the “./Errors.js” module.

Signature

export * from "./Errors.js"

Added in v1.0.0

From “./TimestreamQueryClientInstance.js”

Re-exports all named exports from the “./TimestreamQueryClientInstance.js” module as TimestreamQueryClientInstance.

Signature

export * as TimestreamQueryClientInstance from "./TimestreamQueryClientInstance.js"

Added in v1.0.0

From “./TimestreamQueryService.js”

Re-exports all named exports from the “./TimestreamQueryService.js” module.

Signature

export * from "./TimestreamQueryService.js"

Added in v1.0.0

From “./TimestreamQueryServiceConfig.js”

Re-exports all named exports from the “./TimestreamQueryServiceConfig.js” module as TimestreamQueryServiceConfig.

Signature

export * as TimestreamQueryServiceConfig from "./TimestreamQueryServiceConfig.js"

Added in v1.0.0

TimestreamQuery

Signature

export declare const TimestreamQuery: typeof TimestreamQueryService

Added in v1.0.0

TimestreamQuery (namespace)

Added in v1.0.0

Config (type alias)

Signature

export type Config = TimestreamQueryService.Config

Added in v1.0.0