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

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

Signature

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

Added in v1.0.0

From “./IoTEventsDataService.js”

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

Signature

export * from "./IoTEventsDataService.js"

Added in v1.0.0

From “./IoTEventsDataServiceConfig.js”

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

Signature

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

Added in v1.0.0

IoTEventsData

Signature

export declare const IoTEventsData: typeof IoTEventsDataService

Added in v1.0.0

IoTEventsData (namespace)

Added in v1.0.0

Config (type alias)

Signature

export type Config = IoTEventsDataService.Config

Added in v1.0.0