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

index overview

Added in v1.0.0


Table of contents


exports

From “./Errors.js”

Re-exports all named exports from the “./Errors.js” module.

Signature

export * from "./Errors.js"

Added in v1.0.0

From “./OpenSearchClientInstance.js”

Re-exports all named exports from the “./OpenSearchClientInstance.js” module as OpenSearchClientInstance.

Signature

export * as OpenSearchClientInstance from "./OpenSearchClientInstance.js"

Added in v1.0.0

From “./OpenSearchService.js”

Re-exports all named exports from the “./OpenSearchService.js” module.

Signature

export * from "./OpenSearchService.js"

Added in v1.0.0

From “./OpenSearchServiceConfig.js”

Re-exports all named exports from the “./OpenSearchServiceConfig.js” module as OpenSearchServiceConfig.

Signature

export * as OpenSearchServiceConfig from "./OpenSearchServiceConfig.js"

Added in v1.0.0

OpenSearch

Signature

export declare const OpenSearch: typeof OpenSearchService

Added in v1.0.0

OpenSearch (namespace)

Added in v1.0.0

Config (type alias)

Signature

export type Config = OpenSearchService.Config

Added in v1.0.0