Module Values_0.EbsStatusDetailsSource

Describes the attached EBS status check for an instance.

Sourcetype nonrec t = {
  1. impairedSince : MillisecondDateTime.t option;
    (*

    The date and time when the attached EBS status check failed.

    *)
  2. name : StatusName.t option;
    (*

    The name of the attached EBS status check.

    *)
  3. status : StatusType.t option;
    (*

    The result of the attached EBS status check.

    *)
}
Sourceval make : ?impairedSince:??? -> ?name:??? -> ?status:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Timestamp of MillisecondDateTime.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t