Values.DescribeInboundConnectionsResponseSourceContains a list of connections matching the filter criteria.
type nonrec t = {connections : InboundConnections.t option;List of inbound connections.
*)nextToken : NextToken.t option;When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
*)}type nonrec error = [ | `DisabledOperationException of DisabledOperationException.t| `InvalidPaginationTokenException of InvalidPaginationTokenException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DisabledOperationException of unit
| `InvalidPaginationTokenException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DisabledOperationException of unit
| `InvalidPaginationTokenException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of ConnectionId.t
| `Structure of
(string
* [> `Enum of string
| `String of ConnectionStatusMessage.t
| `Structure of
(string * [> `String of OwnerId.t ]) list ])
list ])
list ]
list
| `String of NextToken.t ])
list ]