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

CloudWatchEventsClientInstance overview

Added in v1.0.0


Table of contents


constructors

makeCloudWatchEventsClientInstance

Signature

export declare const makeCloudWatchEventsClientInstance: Effect.Effect<
  CloudWatchEventsClient,
  never,
  CloudWatchEventsClientInstanceConfig
>

Added in v1.0.0

layers

CloudWatchEventsClientInstanceLayer

Signature

export declare const CloudWatchEventsClientInstanceLayer: Layer.Layer<
  CloudWatchEventsClientInstance,
  never,
  CloudWatchEventsClientInstanceConfig
>

Added in v1.0.0

DefaultCloudWatchEventsClientInstanceLayer

Signature

export declare const DefaultCloudWatchEventsClientInstanceLayer: Layer.Layer<
  CloudWatchEventsClientInstance,
  never,
  never
>

Added in v1.0.0

tags

CloudWatchEventsClientInstance (class)

Signature

export declare class CloudWatchEventsClientInstance

Added in v1.0.0