Module Types.EnableFastSnapshotRestoreStateErrorSet

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