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