Skip to content

Commit 3317d42

Browse files
committed
feat: add support for IAM MFA
1 parent ee14279 commit 3317d42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtimes/protocol/identity-management.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export interface Profile {
7777
aws_session_token?: string
7878
role_arn?: string
7979
credential_process?: string
80+
mfa_serial?: string
8081
}
8182
}
8283

@@ -242,6 +243,7 @@ export const getIamCredentialOptionsDefaults = {
242243

243244
export interface GetIamCredentialParams {
244245
profileName: string
246+
mfaCode: string
245247
options?: GetIamCredentialOptions
246248
}
247249

0 commit comments

Comments
 (0)