UNPKG

aws-opensearch-connection

Version:

AWS Opensearch connection for the @opensearch-project/opensearch ES client

5 lines (4 loc) 267 B
import { Credentials } from 'aws-sdk/global'; import { ClientOptions } from '@opensearch-project/opensearch'; export declare function createAWSConnection(awsCredentials: Credentials): ClientOptions; export declare const awsGetCredentials: () => Promise<Credentials>;