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

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

Signature

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

Added in v1.0.0

From “./IoTJobsDataPlaneService.js”

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

Signature

export * from "./IoTJobsDataPlaneService.js"

Added in v1.0.0

From “./IoTJobsDataPlaneServiceConfig.js”

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

Signature

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

Added in v1.0.0

IoTJobsDataPlane

Signature

export declare const IoTJobsDataPlane: typeof IoTJobsDataPlaneService

Added in v1.0.0

IoTJobsDataPlane (namespace)

Added in v1.0.0

Config (type alias)

Signature

export type Config = IoTJobsDataPlaneService.Config

Added in v1.0.0