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

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

Signature

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

Added in v1.0.0

From “./IoTEventsService.js”

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

Signature

export * from "./IoTEventsService.js"

Added in v1.0.0

From “./IoTEventsServiceConfig.js”

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

Signature

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

Added in v1.0.0

IoTEvents

Signature

export declare const IoTEvents: typeof IoTEventsService

Added in v1.0.0

IoTEvents (namespace)

Added in v1.0.0

Config (type alias)

Signature

export type Config = IoTEventsService.Config

Added in v1.0.0