Values_0.InstanceStatusDetailsSourceDescribes the instance status.
type nonrec t = {impairedSince : DateTime.t option;The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.
*)name : StatusName.t option;The type of instance status.
*)status : StatusType.t option;The status.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Timestamp of DateTime.t ]) list ]