Skip to content

Commit

Permalink
fix: add FLE AWS sessionToken TypeScript definitions (#2737)
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Feb 16, 2021
1 parent 1615be0 commit f4698b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/deps.ts
Expand Up @@ -90,6 +90,11 @@ export interface AutoEncryptionOptions {
accessKeyId: string;
/** The secret access key used for the AWS KMS provider */
secretAccessKey: string;
/**
* An optional AWS session token that will be used as the
* X-Amz-Security-Token header for AWS requests.
*/
sessionToken?: string;
};
/** Configuration options for using 'local' as your KMS provider */
local?: {
Expand Down

0 comments on commit f4698b5

Please sign in to comment.