amazonka-opensearch-2.0: Amazon OpenSearch 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.OpenSearch.RejectInboundConnection

Description

Allows the remote Amazon OpenSearch Service domain owner to reject an inbound cross-cluster connection request.

Synopsis

Creating a Request

data RejectInboundConnection Source #

Container for the request parameters to the RejectInboundConnection operation.

See: newRejectInboundConnection smart constructor.

Constructors

RejectInboundConnection' 

Fields

Instances

Instances details
ToJSON RejectInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

ToHeaders RejectInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

ToPath RejectInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

ToQuery RejectInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

AWSRequest RejectInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

Generic RejectInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

Associated Types

type Rep RejectInboundConnection :: Type -> Type #

Read RejectInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

Show RejectInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

NFData RejectInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

Methods

rnf :: RejectInboundConnection -> () #

Eq RejectInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

Hashable RejectInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

type AWSResponse RejectInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

type Rep RejectInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

type Rep RejectInboundConnection = D1 ('MetaData "RejectInboundConnection" "Amazonka.OpenSearch.RejectInboundConnection" "amazonka-opensearch-2.0-GNoaWlqGXH04P8GBIHM78L" 'False) (C1 ('MetaCons "RejectInboundConnection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRejectInboundConnection Source #

Create a value of RejectInboundConnection 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:

RejectInboundConnection, rejectInboundConnection_connectionId - The unique identifier of the inbound connection to reject.

Request Lenses

rejectInboundConnection_connectionId :: Lens' RejectInboundConnection Text Source #

The unique identifier of the inbound connection to reject.

Destructuring the Response

data RejectInboundConnectionResponse Source #

Represents the output of a RejectInboundConnection operation.

See: newRejectInboundConnectionResponse smart constructor.

Constructors

RejectInboundConnectionResponse' 

Fields

Instances

Instances details
Generic RejectInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

Associated Types

type Rep RejectInboundConnectionResponse :: Type -> Type #

Read RejectInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

Show RejectInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

NFData RejectInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

Eq RejectInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

type Rep RejectInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

type Rep RejectInboundConnectionResponse = D1 ('MetaData "RejectInboundConnectionResponse" "Amazonka.OpenSearch.RejectInboundConnection" "amazonka-opensearch-2.0-GNoaWlqGXH04P8GBIHM78L" 'False) (C1 ('MetaCons "RejectInboundConnectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InboundConnection)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRejectInboundConnectionResponse Source #

Create a value of RejectInboundConnectionResponse 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:connection:RejectInboundConnectionResponse', rejectInboundConnectionResponse_connection - Contains details about the rejected inbound connection.

$sel:httpStatus:RejectInboundConnectionResponse', rejectInboundConnectionResponse_httpStatus - The response's http status code.

Response Lenses