Module Types.DisableFastSnapshotRestoreErrorSet

type t = DisableFastSnapshotRestoreErrorItem.t list
val make : 'a -> unit -> 'a
val parse : Ezxmlm.nodes -> DisableFastSnapshotRestoreErrorItem.t list option
val to_query : DisableFastSnapshotRestoreErrorItem.t list -> Aws.Query.t
val to_json : DisableFastSnapshotRestoreErrorItem.t list -> [> `List of [> `Assoc of (string * Aws.Json.t) list ] list ]
val of_json : Aws.Json.t -> DisableFastSnapshotRestoreErrorItem.t list