Values.DescribeSourceServersRequestSourceRetrieves all SourceServers or multiple SourceServers by ID.
type nonrec t = {filters : DescribeSourceServersRequestFilters.t option;Request to filter Source Servers list.
*)maxResults : MaxResultsType.t option;Request to filter Source Servers list by maximum results.
*)nextToken : PaginationToken.t option;Request to filter Source Servers list by next token.
*)accountID : AccountID.t option;Request to filter Source Servers list by Accoun ID.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResultsType.t
| `String of PaginationToken.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Enum of string | `String of SourceServerID.t ] list ])
list ])
list ]