Module Types.SnapshotDiskContainer

type t = {
description : Aws.BaseTypes.String.t option;
format : Aws.BaseTypes.String.t option;
url : Aws.BaseTypes.String.t option;
user_bucket : UserBucket.t option;
}
val make : ?⁠description:Aws.BaseTypes.String.t -> ?⁠format:Aws.BaseTypes.String.t -> ?⁠url:Aws.BaseTypes.String.t -> ?⁠user_bucket:UserBucket.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