libZSservicesZSamazonka-opensearchZSamazonka-opensearch
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.OpenSearch.DescribeInboundConnections

Description

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

Synopsis

Creating a Request

data DescribeInboundConnections Source #

Container for the parameters to the DescribeInboundConnections operation.

See: newDescribeInboundConnections smart constructor.

Constructors

DescribeInboundConnections' 

Fields

  • filters :: Maybe [Filter]

    A list of filters used to match properties for inbound cross-cluster connections. Available Filter values are:

    • connection-id
    • local-domain-info.domain-name
    • local-domain-info.owner-id
    • local-domain-info.region
    • remote-domain-info.domain-name
  • nextToken :: Maybe Text

    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.

  • maxResults :: Maybe Int

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

Instances

Instances details
Eq DescribeInboundConnections Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeInboundConnections

Read DescribeInboundConnections Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeInboundConnections

Show DescribeInboundConnections Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeInboundConnections

Generic DescribeInboundConnections Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeInboundConnections

Associated Types

type Rep DescribeInboundConnections :: Type -> Type #

NFData DescribeInboundConnections Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeInboundConnections

Hashable DescribeInboundConnections Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeInboundConnections

ToJSON DescribeInboundConnections Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeInboundConnections

AWSRequest DescribeInboundConnections Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeInboundConnections

ToHeaders DescribeInboundConnections Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeInboundConnections

ToPath DescribeInboundConnections Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeInboundConnections

ToQuery DescribeInboundConnections Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeInboundConnections

type Rep DescribeInboundConnections Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeInboundConnections

type Rep DescribeInboundConnections = D1 ('MetaData "DescribeInboundConnections" "Amazonka.OpenSearch.DescribeInboundConnections" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "DescribeInboundConnections'" '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 DescribeInboundConnections Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeInboundConnections

newDescribeInboundConnections :: DescribeInboundConnections Source #

Create a value of DescribeInboundConnections 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:DescribeInboundConnections', describeInboundConnections_filters - A list of filters used to match properties for inbound cross-cluster connections. Available Filter values are:

  • connection-id
  • local-domain-info.domain-name
  • local-domain-info.owner-id
  • local-domain-info.region
  • remote-domain-info.domain-name

$sel:nextToken:DescribeInboundConnections', describeInboundConnections_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:maxResults:DescribeInboundConnections', describeInboundConnections_maxResults - Set this value to limit the number of results returned. If not specified, defaults to 100.

Request Lenses

describeInboundConnections_filters :: Lens' DescribeInboundConnections (Maybe [Filter]) Source #

A list of filters used to match properties for inbound cross-cluster connections. Available Filter values are:

  • connection-id
  • local-domain-info.domain-name
  • local-domain-info.owner-id
  • local-domain-info.region
  • remote-domain-info.domain-name

describeInboundConnections_nextToken :: Lens' DescribeInboundConnections (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.

describeInboundConnections_maxResults :: Lens' DescribeInboundConnections (Maybe Int) Source #

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

Destructuring the Response

data DescribeInboundConnectionsResponse Source #

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

See: newDescribeInboundConnectionsResponse smart constructor.

Constructors

DescribeInboundConnectionsResponse' 

Fields

  • connections :: Maybe [InboundConnection]

    A list of InboundConnection matching the specified filter criteria.

  • nextToken :: Maybe Text

    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.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq DescribeInboundConnectionsResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeInboundConnections

Read DescribeInboundConnectionsResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeInboundConnections

Show DescribeInboundConnectionsResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeInboundConnections

Generic DescribeInboundConnectionsResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeInboundConnections

Associated Types

type Rep DescribeInboundConnectionsResponse :: Type -> Type #

NFData DescribeInboundConnectionsResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeInboundConnections

type Rep DescribeInboundConnectionsResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.DescribeInboundConnections

type Rep DescribeInboundConnectionsResponse = D1 ('MetaData "DescribeInboundConnectionsResponse" "Amazonka.OpenSearch.DescribeInboundConnections" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "DescribeInboundConnectionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connections") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InboundConnection])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeInboundConnectionsResponse Source #

Create a value of DescribeInboundConnectionsResponse 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:connections:DescribeInboundConnectionsResponse', describeInboundConnectionsResponse_connections - A list of InboundConnection matching the specified filter criteria.

$sel:nextToken:DescribeInboundConnections', describeInboundConnectionsResponse_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:DescribeInboundConnectionsResponse', describeInboundConnectionsResponse_httpStatus - The response's http status code.

Response Lenses

describeInboundConnectionsResponse_connections :: Lens' DescribeInboundConnectionsResponse (Maybe [InboundConnection]) Source #

A list of InboundConnection matching the specified filter criteria.

describeInboundConnectionsResponse_nextToken :: Lens' DescribeInboundConnectionsResponse (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.