IoTEventsServiceConfig overview
Added in v1.0.0
Table of contents
adapters
toIoTEventsClientConfig
Signature
export declare const toIoTEventsClientConfig: Effect.Effect<IoTEventsClientConfig, never, never>
Added in v1.0.0
iot-events service config
setIoTEventsServiceConfig
Signature
export declare const setIoTEventsServiceConfig: (config: IoTEventsService.Config) => Layer.Layer<never, never, never>
Added in v1.0.0
withIoTEventsServiceConfig
Signature
export declare const withIoTEventsServiceConfig: {
(config: IoTEventsService.Config): <A, E, R>(effect: Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>
<A, E, R>(effect: Effect.Effect<A, E, R>, config: IoTEventsService.Config): Effect.Effect<A, E, R>
}
Added in v1.0.0