Values.GetSessionResponseApproverResponseSourceContains details for an approver response in an approval session.
type nonrec t = {approverId : ParticipantId.t option;ID for the approver.
*)identitySourceArn : String_.t option;Amazon Resource Name (ARN) for the identity source. The identity source manages the user authentication for approvers.
*)identityId : IdentityId.t option;ID for the identity source. The identity source manages the user authentication for approvers.
*)response : SessionResponse.t option;Response to the operation request.
*)responseTime : IsoTimestamp.t option;Timestamp when a approver responded to the operation request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ParticipantId.t
| `Timestamp of IsoTimestamp.t ])
list ]