Values.PendingUpdateSourceContains details for the pending updates for an approval team, if applicable.
type nonrec t = {versionId : String_.t option;Version ID for the team.
*)description : String_.t option;Description for the team.
*)approvalStrategy : ApprovalStrategyResponse.t option;An ApprovalStrategyResponse object. Contains details for how the team grants approval.
*)numberOfApprovers : Integer.t option;Total number of approvers in the team.
*)status : ApprovalTeamStatus.t option;Status for the team. For more information, see Team health in the Multi-party approval User Guide.
*)statusCode : ApprovalTeamStatusCode.t option;Status code for the update. For more information, see Team health in the Multi-party approval User Guide.
*)statusMessage : Message.t option;Message describing the status for the team.
*)approvers : GetApprovalTeamResponseApprovers.t option;An array of GetApprovalTeamResponseApprover objects. Contains details for the approvers in the team.
*)updateInitiationTime : IsoTimestamp.t option;Timestamp when the update request was initiated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `Enum of string ]) list ]
list
| `String of ParticipantId.t
| `Timestamp of IsoTimestamp.t ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Integer of
MofNApprovalStrategyMinApprovalsRequiredInteger.t ])
list ])
list
| `Timestamp of IsoTimestamp.t ])
list ]