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