Skip to content

Commit

Permalink
Add missing types for AwsSigv4SignerOptions.service (opensearch-proje…
Browse files Browse the repository at this point in the history
…ct#377)

* Add missing types for AwsSigv4SignerOptions.service

Signed-off-by: magoz <[email protected]>

* update changelog with Add missing types for AwsSigv4SignerOptions.service

Signed-off-by: magoz <[email protected]>

* fix: service is optional

Signed-off-by: magoz <[email protected]>

---------

Signed-off-by: magoz <[email protected]>
(cherry picked from commit c44cc1c)
  • Loading branch information
magoz authored and harshavamsi committed Feb 21, 2023
1 parent 50dab93 commit 3e2315e
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 @@ -20,6 +20,7 @@ import { OpenSearchClientError } from '../errors';
interface AwsSigv4SignerOptions {
getCredentials: () => Promise<Credentials>;
region: string;
service?: 'es' | 'aoss';
}

interface AwsSigv4SignerResponse {
Expand Down

0 comments on commit 3e2315e

Please sign in to comment.