Module Types.DeleteFleetErrorSet

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