IoTService overview
Added in v1.0.0
Table of contents
constructors
makeIoTService
Signature
export declare const makeIoTService: Effect.Effect<IoTService$, never, IoTClientInstance>
Added in v1.0.0
layers
BaseIoTServiceLayer
Signature
export declare const BaseIoTServiceLayer: Layer.Layer<IoTService, never, IoTClientInstance>
Added in v1.0.0
DefaultIoTServiceLayer
Signature
export declare const DefaultIoTServiceLayer: Layer.Layer<IoTService, never, never>
Added in v1.0.0
IoTServiceLayer
Signature
export declare const IoTServiceLayer: Layer.Layer<IoTService, never, IoTClientInstanceConfig>
Added in v1.0.0
models
IoT
Signature
export declare const IoT: typeof IoTService
Added in v1.0.0
IoTService (class)
Signature
export declare class IoTService
Added in v1.0.0
utils
HttpHandlerOptions (interface)
Signature
export interface HttpHandlerOptions {
/**
* The maximum time in milliseconds that the connection phase of a request
* may take before the connection attempt is abandoned.
*/
requestTimeout?: number
}
Added in v1.0.0