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