Module Types.Instances
type t= Instance.t list
val make : 'a -> unit -> 'aval parse : Ezxmlm.nodes -> Instance.t list optionval to_query : Instance.t list -> Aws.Query.tval to_json : Instance.t list -> [> `List of [> `Assoc of (string * Aws.Json.t) list ] list ]val of_json : Aws.Json.t -> Instance.t list