Values.DescribeFleetAdvisorDatabasesResponseSourceEnd 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 list of Fleet Advisor databases in your account.
type nonrec t = {databases : DatabaseList.t option;Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID, and name.
*)nextToken : String_.t option;If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
*)}type nonrec error = [ | `InvalidResourceStateFault of InvalidResourceStateFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidResourceStateFault of InvalidResourceStateFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidResourceStateFault of InvalidResourceStateFault.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of String_.t ]) list ]
list
| `Long of LongOptional.t
| `String of String_.t
| `Structure of
(string
* [> `Integer of IntegerOptional.t
| `String of String_.t ])
list ])
list ]
list
| `String of String_.t ])
list ]