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

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

Signature

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

Added in v1.0.0

From “./IoTWirelessService.js”

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

Signature

export * from "./IoTWirelessService.js"

Added in v1.0.0

From “./IoTWirelessServiceConfig.js”

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

Signature

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

Added in v1.0.0

IoTWireless

Signature

export declare const IoTWireless: typeof IoTWirelessService

Added in v1.0.0

IoTWireless (namespace)

Added in v1.0.0

Config (type alias)

Signature

export type Config = IoTWirelessService.Config

Added in v1.0.0