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