Values_0.EbsStatusDetailsSourceDescribes the attached EBS status check for an instance.
type nonrec t = {impairedSince : MillisecondDateTime.t option;The date and time when the attached EBS status check failed.
*)name : StatusName.t option;The name of the attached EBS status check.
*)status : StatusType.t option;The result of the attached EBS status check.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Timestamp of MillisecondDateTime.t ])
list ]