Values.LatestMpaApprovalTeamUpdateSourceContains information about the latest update to an MPA approval team association.
type nonrec t = {mpaSessionArn : ARN.t option;The ARN of the MPA session associated with this update.
*)status : MpaSessionStatus.t option;The current status of the MPA approval team update.
*)statusMessage : string option;A message describing the current status of the MPA approval team update.
*)initiationDate : string option;The date and time when the MPA approval team update was initiated.
*)expiryDate : string option;The date and time when the MPA approval team update will expire.
*)}