Skip to main content Link Search Menu Expand Document (external link)

IoTEventsDataServiceConfig overview

Added in v1.0.0


Table of contents


adapters

toIoTEventsDataClientConfig

Signature

export declare const toIoTEventsDataClientConfig: Effect.Effect<IoTEventsDataClientConfig, never, never>

Added in v1.0.0

iot-events-data service config

setIoTEventsDataServiceConfig

Signature

export declare const setIoTEventsDataServiceConfig: (
  config: IoTEventsDataService.Config
) => Layer.Layer<never, never, never>

Added in v1.0.0

withIoTEventsDataServiceConfig

Signature

export declare const withIoTEventsDataServiceConfig: {
  (config: IoTEventsDataService.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: IoTEventsDataService.Config): Effect.Effect<A, E, R>
}

Added in v1.0.0