Module Values_0.VolumeStatusDetailsSource

Describes a volume status.

Sourcetype nonrec t = {
  1. name : VolumeStatusName.t option;
    (*

    The name of the volume status. io-enabled - Indicates the volume I/O status. For more information, see Amazon EBS volume status checks. io-performance - Indicates the volume performance status. For more information, see Amazon EBS volume status checks. initialization-state - Indicates the status of the volume initialization process. For more information, see Initialize Amazon EBS volumes.

    *)
  2. status : String_.t option;
    (*

    The intended status of the volume status.

    *)
}
Sourceval make : ?name:??? -> ?status:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of String_.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