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

ElastiCacheService overview

Added in v1.0.0


Table of contents


constructors

makeElastiCacheService

Signature

export declare const makeElastiCacheService: Effect.Effect<ElastiCacheService$, never, ElastiCacheClientInstance>

Added in v1.0.0

layers

BaseElastiCacheServiceLayer

Signature

export declare const BaseElastiCacheServiceLayer: Layer.Layer<ElastiCacheService, never, ElastiCacheClientInstance>

Added in v1.0.0

DefaultElastiCacheServiceLayer

Signature

export declare const DefaultElastiCacheServiceLayer: Layer.Layer<ElastiCacheService, never, never>

Added in v1.0.0

ElastiCacheServiceLayer

Signature

export declare const ElastiCacheServiceLayer: Layer.Layer<ElastiCacheService, never, ElastiCacheClientInstanceConfig>

Added in v1.0.0

models

ElastiCache

Signature

export declare const ElastiCache: typeof ElastiCacheService

Added in v1.0.0

ElastiCacheService (class)

Signature

export declare class ElastiCacheService

Added in v1.0.0

utils

HttpHandlerOptions (interface)

Signature

export interface HttpHandlerOptions {
  /**
   * The maximum time in milliseconds that the connection phase of a request
   * may take before the connection attempt is abandoned.
   */
  requestTimeout?: number
}

Added in v1.0.0