Values_0.VolumeStatusEventSourceDescribes a volume status event.
type nonrec t = {description : String_.t option;A description of the event.
*)eventId : String_.t option;The ID of this event.
*)eventType : String_.t option;The type of this event.
*)notAfter : MillisecondDateTime.t option;The latest end time of the event.
*)notBefore : MillisecondDateTime.t option;The earliest start time of the event.
*)instanceId : String_.t option;The ID of the instance associated with the event.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t | `Timestamp of MillisecondDateTime.t ])
list ]