Values.DescribeOutboundConnectionsRequestSourceContainer for the parameters to the DescribeOutboundConnections operation.
type nonrec t = {filters : FilterList.t option;List of filter names and values that you can use for requests.
*)maxResults : MaxResults.t option;An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.
*)nextToken : NextToken.t option;If your initial DescribeOutboundConnections operation returns a nextToken, you can include the returned nextToken in subsequent DescribeOutboundConnections operations, which returns results in the next page.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `List of
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ]
list
| `String of NextToken.t ])
list ]