Values.UpdateApprovalTeamRequestSourceUpdates an approval team. You can request to update the team description, approval threshold, and approvers in the team. Updates require team approval Updates to an active team must be approved by the team.
type nonrec t = {approvalStrategy : ApprovalStrategy.t option;An ApprovalStrategy object. Contains details for how the team grants approval.
*)approvers : ApprovalTeamRequestApprovers.t option;An array of ApprovalTeamRequestApprover objects. Contains details for the approvers in the team.
*)description : Description.t option;Description for the team.
*)arn : ApprovalTeamArn.t;Amazon Resource Name (ARN) for the team.
*)updateActions : UpdateActions.t option;A list of UpdateAction to perform when updating the team.
*)}val make :
?approvalStrategy:??? ->
?approvers:??? ->
?description:??? ->
?updateActions:??? ->
arn:ApprovalTeamArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Enum of string
| `Structure of (string * [> `String of IdentityId.t ]) list ]
list
| `String of Description.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Integer of
MofNApprovalStrategyMinApprovalsRequiredInteger.t ])
list ])
list ])
list ]