libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

Description

Lists all the inbound cross-cluster search connections for a destination domain.

Synopsis

Creating a Request

data DescribeInboundCrossClusterSearchConnections Source #

Container for the parameters to the DescribeInboundCrossClusterSearchConnections operation.

See: newDescribeInboundCrossClusterSearchConnections smart constructor.

Constructors

DescribeInboundCrossClusterSearchConnections' 

Fields

  • filters :: Maybe [Filter]

    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
  • nextToken :: Maybe Text

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

  • maxResults :: Maybe Int

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

Instances

Instances details
Eq DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

Read DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

Show DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

Generic DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

NFData DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

Hashable DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

ToJSON DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

AWSRequest DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

ToHeaders DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

ToPath DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

ToQuery DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

type Rep DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

type Rep DescribeInboundCrossClusterSearchConnections = D1 ('MetaData "DescribeInboundCrossClusterSearchConnections" "Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribeInboundCrossClusterSearchConnections'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

newDescribeInboundCrossClusterSearchConnections :: DescribeInboundCrossClusterSearchConnections Source #

Create a value of DescribeInboundCrossClusterSearchConnections with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:DescribeInboundCrossClusterSearchConnections', describeInboundCrossClusterSearchConnections_filters - 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

$sel:nextToken:DescribeInboundCrossClusterSearchConnections', describeInboundCrossClusterSearchConnections_nextToken - NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.

$sel:maxResults:DescribeInboundCrossClusterSearchConnections', describeInboundCrossClusterSearchConnections_maxResults - Set this value to limit the number of results returned. If not specified, defaults to 100.

Request Lenses

describeInboundCrossClusterSearchConnections_filters :: Lens' DescribeInboundCrossClusterSearchConnections (Maybe [Filter]) Source #

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

describeInboundCrossClusterSearchConnections_nextToken :: Lens' DescribeInboundCrossClusterSearchConnections (Maybe Text) Source #

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

describeInboundCrossClusterSearchConnections_maxResults :: Lens' DescribeInboundCrossClusterSearchConnections (Maybe Int) Source #

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

Destructuring the Response

data DescribeInboundCrossClusterSearchConnectionsResponse Source #

The result of a DescribeInboundCrossClusterSearchConnections request. Contains the list of connections matching the filter criteria.

See: newDescribeInboundCrossClusterSearchConnectionsResponse smart constructor.

Constructors

DescribeInboundCrossClusterSearchConnectionsResponse' 

Fields

Instances

Instances details
Eq DescribeInboundCrossClusterSearchConnectionsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

Read DescribeInboundCrossClusterSearchConnectionsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

Show DescribeInboundCrossClusterSearchConnectionsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

Generic DescribeInboundCrossClusterSearchConnectionsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

NFData DescribeInboundCrossClusterSearchConnectionsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

type Rep DescribeInboundCrossClusterSearchConnectionsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

type Rep DescribeInboundCrossClusterSearchConnectionsResponse = D1 ('MetaData "DescribeInboundCrossClusterSearchConnectionsResponse" "Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribeInboundCrossClusterSearchConnectionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "crossClusterSearchConnections") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InboundCrossClusterSearchConnection])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeInboundCrossClusterSearchConnectionsResponse Source #

Create a value of DescribeInboundCrossClusterSearchConnectionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:crossClusterSearchConnections:DescribeInboundCrossClusterSearchConnectionsResponse', describeInboundCrossClusterSearchConnectionsResponse_crossClusterSearchConnections - Consists of list of InboundCrossClusterSearchConnection matching the specified filter criteria.

$sel:nextToken:DescribeInboundCrossClusterSearchConnections', describeInboundCrossClusterSearchConnectionsResponse_nextToken - 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.

$sel:httpStatus:DescribeInboundCrossClusterSearchConnectionsResponse', describeInboundCrossClusterSearchConnectionsResponse_httpStatus - The response's http status code.

Response Lenses

describeInboundCrossClusterSearchConnectionsResponse_nextToken :: Lens' DescribeInboundCrossClusterSearchConnectionsResponse (Maybe Text) Source #

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.