Skip to content

Commit f4698b5

Browse files
authored
fix: add FLE AWS sessionToken TypeScript definitions (#2737)
NODE-3107
1 parent 1615be0 commit f4698b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/deps.ts

+5
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ export interface AutoEncryptionOptions {
9090
accessKeyId: string;
9191
/** The secret access key used for the AWS KMS provider */
9292
secretAccessKey: string;
93+
/**
94+
* An optional AWS session token that will be used as the
95+
* X-Amz-Security-Token header for AWS requests.
96+
*/
97+
sessionToken?: string;
9398
};
9499
/** Configuration options for using 'local' as your KMS provider */
95100
local?: {

0 commit comments

Comments
 (0)