Values.StartApprovalTeamBaselineRequestSourceStarts a baseline session for specified approvers on an ACTIVE approval team.
type nonrec t = {arn : ApprovalTeamArn.t;Amazon Resource Name (ARN) for the approval team.
*)approverIds : StartApprovalTeamBaselineApproverIds.t option;Array of approver IDs.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ParticipantId.t ] list
| `String of ApprovalTeamArn.t ])
list ]