Module Values.GetLensVersionDifferenceInputSource

Get lens version differences.

Sourcetype nonrec t = {
  1. lensAlias : LensAlias.t;
  2. baseLensVersion : LensVersion.t option;
    (*

    The base version of the lens.

    *)
  3. targetLensVersion : LensVersion.t option;
    (*

    The lens version to target a difference for.

    *)
}
Sourceval context_ : string
Sourceval make : ?baseLensVersion:??? -> ?targetLensVersion:??? -> lensAlias:LensAlias.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LensAlias.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t