Values.GetApprovalTeamResponseSourceReturns details for an approval team.
type nonrec t = {creationTime : IsoTimestamp.t option;Timestamp when the team was created.
*)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.
*)approvers : GetApprovalTeamResponseApprovers.t option;An array of GetApprovalTeamResponseApprover objects. Contains details for the approvers in the team.
*)arn : String_.t option;Amazon Resource Name (ARN) for the team.
*)description : Description.t option;Description for the team.
*)name : String_.t option;Name of the approval 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 approval team. For more information, see Team health in the Multi-party approval User Guide.
*)statusMessage : Message.t option;Message describing the status for the team.
*)updateSessionArn : String_.t option;Amazon Resource Name (ARN) for the session.
*)versionId : String_.t option;Version ID for the team.
*)policies : PoliciesReferences.t option;An array of PolicyReference objects. Contains a list of policies that define the permissions for team resources.
*)lastUpdateTime : IsoTimestamp.t option;Timestamp when the team was last updated.
*)pendingUpdate : PendingUpdate.t option;A PendingUpdate object. Contains details for the pending updates for the team, if applicable.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?creationTime:??? ->
?approvalStrategy:??? ->
?numberOfApprovers:??? ->
?approvers:??? ->
?arn:??? ->
?description:??? ->
?name:??? ->
?status:??? ->
?statusCode:??? ->
?statusMessage:??? ->
?updateSessionArn:??? ->
?versionId:??? ->
?policies:??? ->
?lastUpdateTime:??? ->
?pendingUpdate:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]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
* [> `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
* [> `Integer of
MofNApprovalStrategyMinApprovalsRequiredInteger.t
| `Structure of
(string
* [> `Integer of
MofNApprovalStrategyMinApprovalsRequiredInteger.t ])
list ])
list
| `Timestamp of IsoTimestamp.t ])
list
| `Timestamp of IsoTimestamp.t ])
list ]