Values.AccountInfoSourceProvides information about your AWS account.
type nonrec t = {accountId : AccountIdType.t option;The identifier of the AWS account that is assigned to the user.
*)accountName : AccountNameType.t option;The display name of the AWS account that is assigned to the user.
*)emailAddress : EmailAddressType.t option;The email address of the AWS account that is assigned to the user.
*)}