Values.DescribeSourceServersRequestSourceLists all Source Servers or multiple Source Servers filtered by ID.
type nonrec t = {filters : DescribeSourceServersRequestFilters.t option;A set of filters by which to return Source Servers.
*)maxResults : StrictlyPositiveInteger.t option;Maximum number of Source Servers to retrieve.
*)nextToken : PaginationToken.t option;The token of the next Source Server to retrieve.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of StrictlyPositiveInteger.t
| `String of PaginationToken.t
| `Structure of
(string
* [> `List of [> `String of SourceServerID.t ] list
| `String of BoundedString.t ])
list ])
list ]