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 -> tval parse : Ezxmlm.nodes -> t optionval to_query : t -> Aws.Query.tval to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]val of_json : Aws.Json.t -> t