Values.StartActiveApprovalTeamDeletionRequestSourceStarts the deletion process for an active approval team. Deletions require team approval Requests to delete an active team must be approved by the team.
type nonrec t = {pendingWindowDays : Integer.t option;Number of days between when the team approves the delete request and when the team is deleted.
*)arn : ApprovalTeamArn.t;Amazon Resource Name (ARN) for the team.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of ApprovalTeamArn.t ])
list ]