Values.AcceptInboundCrossClusterSearchConnectionResponseSourceThe result of a AcceptInboundCrossClusterSearchConnection operation. Contains details of accepted inbound connection.
type nonrec t = {crossClusterSearchConnection : InboundCrossClusterSearchConnection.t option;Specifies the InboundCrossClusterSearchConnection of accepted inbound connection.
*)}type nonrec error = [ | `DisabledOperationException of DisabledOperationException.t| `LimitExceededException of LimitExceededException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DisabledOperationException of unit
| `LimitExceededException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DisabledOperationException of unit
| `LimitExceededException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of CrossClusterSearchConnectionId.t
| `Structure of
(string * [> `Enum of string | `String of OwnerId.t ]) list ])
list ])
list ]