Module Values.DeleteInboundCrossClusterSearchConnectionResponseSource

The result of a DeleteInboundCrossClusterSearchConnection operation. Contains details of deleted inbound connection.

Sourcetype nonrec t = {
  1. crossClusterSearchConnection : InboundCrossClusterSearchConnection.t option;
    (*

    Specifies the InboundCrossClusterSearchConnection of deleted inbound connection.

    *)
}
Sourcetype nonrec error = [
  1. | `DisabledOperationException of DisabledOperationException.t
  2. | `ResourceNotFoundException of ResourceNotFoundException.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval make : ?crossClusterSearchConnection:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DisabledOperationException of unit | `ResourceNotFoundException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DisabledOperationException of unit | `ResourceNotFoundException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t