Module Types.DescribeFastSnapshotRestoreSuccessSet

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