Module Values.PutPortfolioPreferencesRequestSource

Saves the specified migration and modernization preferences.

Sourcetype nonrec t = {
  1. applicationMode : ApplicationMode.t option;
    (*

    The classification for application component types.

    *)
  2. applicationPreferences : ApplicationPreferences.t option;
    (*

    The transformation preferences for non-database applications.

    *)
  3. databasePreferences : DatabasePreferences.t option;
    (*

    The transformation preferences for database applications.

    *)
  4. prioritizeBusinessGoals : PrioritizeBusinessGoals.t option;
    (*

    The rank of the business goals based on priority.

    *)
}
Sourceval make : ?applicationMode:??? -> ?applicationPreferences:??? -> ?databasePreferences:??? -> ?prioritizeBusinessGoals:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Integer of BusinessGoalsInteger.t | `Structure of (string * [> `List of [> `Enum of string ] list ]) list ]) list ]) list ]) 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