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