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

AWSRequest RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

Generic 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

NFData RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

Eq RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

Hashable RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

type AWSResponse 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" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "RejectInboundCrossClusterSearchConnection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "crossClusterSearchConnectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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

NFData RejectInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.RejectInboundCrossClusterSearchConnection

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