/** *
Amazon Timestream for InfluxDB is a managed time-series database engine that makes it * easy for application developers and DevOps teams to run InfluxDB databases on Amazon Web Services for near real-time time-series applications using open-source APIs. With Amazon Timestream for InfluxDB, it is easy to set up, operate, and scale time-series workloads that can answer queries with single-digit millisecond query response time.
* * @packageDocumentation */ export * from "./TimestreamInfluxDBClient"; export * from "./TimestreamInfluxDB"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { TimestreamInfluxDBExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export { Command as $Command } from "@smithy/core/client"; export * from "./pagination"; export * from "./schemas/schemas_0"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export { TimestreamInfluxDBServiceException } from "./models/TimestreamInfluxDBServiceException";