Values.PutApprovalResultOutputSourceRepresents the output of a PutApprovalResult action.
type nonrec t = {approvedAt : Timestamp.t option;The timestamp showing when the approval or rejection was submitted.
*)}type nonrec error = [ | `ActionNotFoundException of ActionNotFoundException.t| `ApprovalAlreadyCompletedException of ApprovalAlreadyCompletedException.t| `InvalidApprovalTokenException of InvalidApprovalTokenException.t| `PipelineNotFoundException of PipelineNotFoundException.t| `StageNotFoundException of StageNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ActionNotFoundException of unit
| `ApprovalAlreadyCompletedException of unit
| `InvalidApprovalTokenException of unit
| `PipelineNotFoundException of unit
| `StageNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ActionNotFoundException of unit
| `ApprovalAlreadyCompletedException of unit
| `InvalidApprovalTokenException of unit
| `PipelineNotFoundException of unit
| `StageNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]