Module Types.PriceScheduleSpecificationList

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