Values.GetPortfolioPreferencesResponseSourceRetrieves your migration and modernization preferences.
type nonrec t = {applicationMode : ApplicationMode.t option;The classification for application component types.
*)applicationPreferences : ApplicationPreferences.t option;The transformation preferences for non-database applications.
*)databasePreferences : DatabasePreferences.t option;The transformation preferences for database applications.
*)prioritizeBusinessGoals : PrioritizeBusinessGoals.t option;The rank of business goals based on priority.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]val 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 ]