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

CloudWatchClientInstance overview

Added in v1.0.0


Table of contents


constructors

makeCloudWatchClientInstance

Signature

export declare const makeCloudWatchClientInstance: Effect.Effect<
  CloudWatchClient,
  never,
  CloudWatchClientInstanceConfig
>

Added in v1.0.0

layers

CloudWatchClientInstanceLayer

Signature

export declare const CloudWatchClientInstanceLayer: Layer.Layer<
  CloudWatchClientInstance,
  never,
  CloudWatchClientInstanceConfig
>

Added in v1.0.0

DefaultCloudWatchClientInstanceLayer

Signature

export declare const DefaultCloudWatchClientInstanceLayer: Layer.Layer<CloudWatchClientInstance, never, never>

Added in v1.0.0

tags

CloudWatchClientInstance (class)

Signature

export declare class CloudWatchClientInstance

Added in v1.0.0