Values.WaitDetailsSourceDetails about a wait operation.
type nonrec t = {scheduledEndTimestamp : ExecutionTimestamp.t option;The date and time when the wait operation is scheduled to complete, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
*)}val to_value :
t ->
[> `Structure of (string * [> `Timestamp of ExecutionTimestamp.t ]) list ]