Module Types.PropertyDifferences

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