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