Module Values.ApplicationVersionChangeDetailsSource

Contains information about the version changes that the operation applied to the application.

Sourcetype nonrec t = {
  1. applicationVersionUpdatedFrom : ApplicationVersionId.t option;
    (*

    The new version that the application was updated to.

    *)
  2. applicationVersionUpdatedTo : ApplicationVersionId.t option;
    (*

    The version that the operation execution applied to the applicartion.

    *)
}
Sourceval make : ?applicationVersionUpdatedFrom:??? -> ?applicationVersionUpdatedTo:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of ApplicationVersionId.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