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