Module Types.ImportInstanceVolumeDetailItem

type t = {
availability_zone : Aws.BaseTypes.String.t option;
bytes_converted : Aws.BaseTypes.Long.t option;
description : Aws.BaseTypes.String.t option;
image : DiskImageDescription.t option;
status : Aws.BaseTypes.String.t option;
status_message : Aws.BaseTypes.String.t option;
volume : DiskImageVolumeDescription.t option;
}
val make : ?⁠availability_zone:Aws.BaseTypes.String.t -> ?⁠bytes_converted:Aws.BaseTypes.Long.t -> ?⁠description:Aws.BaseTypes.String.t -> ?⁠image:DiskImageDescription.t -> ?⁠status:Aws.BaseTypes.String.t -> ?⁠status_message:Aws.BaseTypes.String.t -> ?⁠volume:DiskImageVolumeDescription.t -> unit -> t
val parse : Ezxmlm.nodes -> t option
val to_query : t -> Aws.Query.t
val to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]
val of_json : Aws.Json.t -> t