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

AthenaServiceConfig overview

Added in v1.0.0


Table of contents


adapters

toAthenaClientConfig

Signature

export declare const toAthenaClientConfig: Effect.Effect<AthenaClientConfig, never, never>

Added in v1.0.0

athena service config

setAthenaServiceConfig

Signature

export declare const setAthenaServiceConfig: (config: AthenaService.Config) => Layer.Layer<never, never, never>

Added in v1.0.0

withAthenaServiceConfig

Signature

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

Added in v1.0.0