Module Values.DescribeInboundCrossClusterSearchConnectionsRequestSource

Container for the parameters to the DescribeInboundCrossClusterSearchConnections operation.

Sourcetype nonrec t = {
  1. filters : FilterList.t option;
    (*

    A list of filters used to match properties for inbound cross-cluster search connection. Available Filter names for this operation are: cross-cluster-search-connection-id source-domain-info.domain-name source-domain-info.owner-id source-domain-info.region destination-domain-info.domain-name

    *)
  2. maxResults : MaxResults.t option;
    (*

    Set this value to limit the number of results returned. If not specified, defaults to 100.

    *)
  3. nextToken : NextToken.t option;
    (*

    NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.

    *)
}
Sourceval make : ?filters:??? -> ?maxResults:??? -> ?nextToken:??? -> unit -> t
Sourceval 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 ]
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