Module Values.GetPortfolioPreferencesResponseSource

Retrieves your 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 business goals based on priority.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `ThrottlingException of ThrottlingException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?applicationMode:??? -> ?applicationPreferences:??? -> ?databasePreferences:??? -> ?prioritizeBusinessGoals:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.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