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

ElastiCacheClientInstance overview

Added in v1.0.0


Table of contents


constructors

makeElastiCacheClientInstance

Signature

export declare const makeElastiCacheClientInstance: Effect.Effect<
  ElastiCacheClient,
  never,
  ElastiCacheClientInstanceConfig
>

Added in v1.0.0

layers

DefaultElastiCacheClientInstanceLayer

Signature

export declare const DefaultElastiCacheClientInstanceLayer: Layer.Layer<ElastiCacheClientInstance, never, never>

Added in v1.0.0

ElastiCacheClientInstanceLayer

Signature

export declare const ElastiCacheClientInstanceLayer: Layer.Layer<
  ElastiCacheClientInstance,
  never,
  ElastiCacheClientInstanceConfig
>

Added in v1.0.0

tags

ElastiCacheClientInstance (class)

Signature

export declare class ElastiCacheClientInstance

Added in v1.0.0