IoTWirelessClientInstance overview
Added in v1.0.0
Table of contents
constructors
makeIoTWirelessClientInstance
Signature
export declare const makeIoTWirelessClientInstance: Effect.Effect<
IoTWirelessClient,
never,
IoTWirelessClientInstanceConfig | Scope
>
Added in v1.0.0
layers
DefaultIoTWirelessClientInstanceLayer
Signature
export declare const DefaultIoTWirelessClientInstanceLayer: Layer.Layer<IoTWirelessClientInstance, never, never>
Added in v1.0.0
IoTWirelessClientInstanceLayer
Signature
export declare const IoTWirelessClientInstanceLayer: Layer.Layer<
IoTWirelessClientInstance,
never,
IoTWirelessClientInstanceConfig
>
Added in v1.0.0
tags
IoTWirelessClientInstance (class)
Signature
export declare class IoTWirelessClientInstance
Added in v1.0.0