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

CloudWatchEventsServiceConfig overview

Added in v1.0.0


Table of contents


adapters

toCloudWatchEventsClientConfig

Signature

export declare const toCloudWatchEventsClientConfig: Effect.Effect<CloudWatchEventsClientConfig, never, never>

Added in v1.0.0

cloudwatch-events service config

setCloudWatchEventsServiceConfig

Signature

export declare const setCloudWatchEventsServiceConfig: (
  config: CloudWatchEventsService.Config
) => Layer.Layer<never, never, never>

Added in v1.0.0

withCloudWatchEventsServiceConfig

Signature

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

Added in v1.0.0