Values.MpaTeamAssociationSourceThe details of an MPA team association with a protected operation.
type nonrec t = {action : MpaOperation.t option;The protected operation associated with the MPA team.
*)mpaTeamArn : MpaTeamArn.t option;The ARN of the MPA team.
*)associationState : AssociationState.t option;The state of the MPA team association.
*)mpaStatus : MpaStatus.t option;The MPA session status for the association, if applicable.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of MpaTeamArn.t
| `Structure of
(string
* [> `Enum of string
| `String of MpaSessionArn.t
| `Timestamp of Timestamp.t ])
list ])
list ]