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

SESv2ServiceConfig overview

Added in v1.0.0


Table of contents


adapters

toSESv2ClientConfig

Signature

export declare const toSESv2ClientConfig: Effect.Effect<SESv2ClientConfig, never, never>

Added in v1.0.0

sesv2 service config

setSESv2ServiceConfig

Signature

export declare const setSESv2ServiceConfig: (config: SESv2Service.Config) => Layer.Layer<never, never, never>

Added in v1.0.0

withSESv2ServiceConfig

Signature

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

Added in v1.0.0