Values.DescribeInboundCrossClusterSearchConnectionsResponseSourceThe result of a DescribeInboundCrossClusterSearchConnections request. Contains the list of connections matching the filter criteria.
type nonrec t = {crossClusterSearchConnections : InboundCrossClusterSearchConnections.t option;Consists of list of InboundCrossClusterSearchConnection matching the specified filter criteria.
*)nextToken : NextToken.t option;If more results are available and NextToken is present, make the next request to the same API with the received NextToken to paginate the remaining results.
*)}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
* [> `String of CrossClusterSearchConnectionId.t
| `Structure of
(string * [> `Enum of string | `String of OwnerId.t ])
list ])
list ]
list
| `String of NextToken.t ])
list ]