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

OpenSearchClientInstance overview

Added in v1.0.0


Table of contents


constructors

makeOpenSearchClientInstance

Signature

export declare const makeOpenSearchClientInstance: Effect.Effect<
  OpenSearchClient,
  never,
  OpenSearchClientInstanceConfig
>

Added in v1.0.0

layers

DefaultOpenSearchClientInstanceLayer

Signature

export declare const DefaultOpenSearchClientInstanceLayer: Layer.Layer<OpenSearchClientInstance, never, never>

Added in v1.0.0

OpenSearchClientInstanceLayer

Signature

export declare const OpenSearchClientInstanceLayer: Layer.Layer<
  OpenSearchClientInstance,
  never,
  OpenSearchClientInstanceConfig
>

Added in v1.0.0

tags

OpenSearchClientInstance (class)

Signature

export declare class OpenSearchClientInstance

Added in v1.0.0