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 “./TimestreamInfluxDBClientInstance.js”

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

Signature

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

Added in v1.0.0

From “./TimestreamInfluxDBService.js”

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

Signature

export * from "./TimestreamInfluxDBService.js"

Added in v1.0.0

From “./TimestreamInfluxDBServiceConfig.js”

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

Signature

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

Added in v1.0.0

TimestreamInfluxDB

Signature

export declare const TimestreamInfluxDB: typeof TimestreamInfluxDBService

Added in v1.0.0

TimestreamInfluxDB (namespace)

Added in v1.0.0

Config (type alias)

Signature

export type Config = TimestreamInfluxDBService.Config

Added in v1.0.0