Values.DescribeRecommendationsResponseSourceEnd of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see Amazon Web Services DMS Fleet Advisor end of support. Returns a paginated list of target engine recommendations for your source databases.
type nonrec t = {nextToken : String_.t option;The unique pagination token returned for you to pass to a subsequent request. Fleet Advisor returns this token when the number of records in the response is greater than the MaxRecords value. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.
*)recommendations : RecommendationList.t option;The list of recommendations of target engines that Fleet Advisor created for the source database.
*)}type nonrec error = [ | `AccessDeniedFault of AccessDeniedFault.t| `InvalidResourceStateFault of InvalidResourceStateFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedFault of AccessDeniedFault.t
| `InvalidResourceStateFault of InvalidResourceStateFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedFault of AccessDeniedFault.t
| `InvalidResourceStateFault of InvalidResourceStateFault.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `String of String_.t
| `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Double of DoubleOptional.t
| `Integer of IntegerOptional.t
| `String of String_.t ])
list ])
list ])
list ])
list ]
list
| `String of String_.t ])
list ]