Values.WaitStartedDetailsSourceDetails about a wait operation that has started.
type nonrec t = {duration : DurationSeconds.t option;The duration to wait, in seconds.
*)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
* [> `Integer of DurationSeconds.t
| `Timestamp of ExecutionTimestamp.t ])
list ]