Skip to content

Commit

Permalink
Update the shared_ini_file_creds typedef (#2578)
Browse files Browse the repository at this point in the history
  • Loading branch information
bodyslam authored and AllanZhengYP committed Mar 18, 2019
1 parent b35ed7b commit 3899a45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/credentials/shared_ini_file_credentials.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ interface SharedIniFileCredentialsOptions {
disableAssumeRole?: boolean
tokenCodeFn?: (mfaSerial: string, callback: (err?: Error, token?: string) => void) => void
httpOptions?: HTTPOptions
callback?: (err?: Error) => void
}

0 comments on commit 3899a45

Please sign in to comment.