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.RejectInboundCrossClusterSearchConnection

Description

Allows the destination domain owner to reject an inbound cross-cluster search connection request.

Synopsis

Creating a Request

data RejectInboundCrossClusterSearchConnection Source #

Container for the parameters to the RejectInboundCrossClusterSearchConnection operation.

See: newRejectInboundCrossClusterSearchConnection smart constructor.

Constructors

RejectInboundCrossClusterSearchConnection' 

Fields

Instances

Instances details
Eq RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

Read RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

Show RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

Generic RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

NFData RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

Hashable RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

ToJSON RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

AWSRequest RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

ToHeaders RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

ToPath RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

ToQuery RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

type Rep RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

type Rep RejectInboundCrossClusterSearchConnection = D1 ('MetaData "RejectInboundCrossClusterSearchConnection" "Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "RejectInboundCrossClusterSearchConnection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "crossClusterSearchConnectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

newRejectInboundCrossClusterSearchConnection Source #

Create a value of RejectInboundCrossClusterSearchConnection 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:crossClusterSearchConnectionId:RejectInboundCrossClusterSearchConnection', rejectInboundCrossClusterSearchConnection_crossClusterSearchConnectionId - The id of the inbound connection that you want to reject.

Request Lenses

Destructuring the Response

data RejectInboundCrossClusterSearchConnectionResponse Source #

The result of a RejectInboundCrossClusterSearchConnection operation. Contains details of rejected inbound connection.

See: newRejectInboundCrossClusterSearchConnectionResponse smart constructor.

Constructors

RejectInboundCrossClusterSearchConnectionResponse' 

Fields

Instances

Instances details
Eq RejectInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

Read RejectInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

Show RejectInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

Generic RejectInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

NFData RejectInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

type Rep RejectInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

type Rep RejectInboundCrossClusterSearchConnectionResponse = D1 ('MetaData "RejectInboundCrossClusterSearchConnectionResponse" "Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "RejectInboundCrossClusterSearchConnectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "crossClusterSearchConnection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InboundCrossClusterSearchConnection)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

Response Lenses