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 â./IoTDataPlaneClientInstance.jsâ
Re-exports all named exports from the â./IoTDataPlaneClientInstance.jsâ module as IoTDataPlaneClientInstance
.
Signature
export * as IoTDataPlaneClientInstance from "./IoTDataPlaneClientInstance.js"
Added in v1.0.0
From â./IoTDataPlaneService.jsâ
Re-exports all named exports from the â./IoTDataPlaneService.jsâ module.
Signature
export * from "./IoTDataPlaneService.js"
Added in v1.0.0
From â./IoTDataPlaneServiceConfig.jsâ
Re-exports all named exports from the â./IoTDataPlaneServiceConfig.jsâ module as IoTDataPlaneServiceConfig
.
Signature
export * as IoTDataPlaneServiceConfig from "./IoTDataPlaneServiceConfig.js"
Added in v1.0.0
IoTDataPlane
Signature
export declare const IoTDataPlane: typeof IoTDataPlaneService
Added in v1.0.0
IoTDataPlane (namespace)
Added in v1.0.0
Config (type alias)
Signature
export type Config = IoTDataPlaneService.Config
Added in v1.0.0