Skip to content

Commit

Permalink
Added service option
Browse files Browse the repository at this point in the history
2.2.0 added support for AOSS, but the types weren't updated.
  • Loading branch information
magoz authored Jan 28, 2023
1 parent 44529bd commit 0bb24a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/aws/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { OpenSearchClientError } from '../errors';
interface AwsSigv4SignerOptions {
getCredentials?: () => Promise<Credentials>;
region: string;
service: 'es' | 'aoss';
}

interface AwsSigv4SignerResponse {
Expand Down

0 comments on commit 0bb24a4

Please sign in to comment.