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 “./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