Values.MpaStatusSourceThe status of an MPA session.
type nonrec t = {mpaSessionArn : MpaSessionArn.t option;The ARN of the MPA session.
*)status : SessionStatus.t option;The current status of the MPA session.
*)initiationDate : Timestamp.t option;The date and time when the MPA session was initiated.
*)statusMessage : MpaStatusMessage.t option;The message providing additional information about the MPA session status.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of MpaSessionArn.t
| `Timestamp of Timestamp.t ])
list ]