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

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

Signature

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

Added in v1.0.0

From “./IoTService.js”

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

Signature

export * from "./IoTService.js"

Added in v1.0.0

From “./IoTServiceConfig.js”

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

Signature

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

Added in v1.0.0

IoT

Signature

export declare const IoT: typeof IoTService

Added in v1.0.0

IoT (namespace)

Added in v1.0.0

Config (type alias)

Signature

export type Config = IoTService.Config

Added in v1.0.0