amazonka-elasticsearch-2.0: Amazon Elasticsearch Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
  • maxResults :: Maybe Int

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

  • nextToken :: Maybe Text

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

Instances

Instances details
ToJSON 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

AWSRequest DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

Generic 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

NFData DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

Eq DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

Hashable DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

type AWSResponse 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" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "DescribeInboundCrossClusterSearchConnections'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:maxResults:DescribeInboundCrossClusterSearchConnections', describeInboundCrossClusterSearchConnections_maxResults - Set this value to limit the number of results returned. If not specified, defaults to 100.

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

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_maxResults :: Lens' DescribeInboundCrossClusterSearchConnections (Maybe Int) Source #

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

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.

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
Generic 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

NFData DescribeInboundCrossClusterSearchConnectionsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeInboundCrossClusterSearchConnections

Eq 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" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" '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.

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.