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

Description

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

Synopsis

Creating a Request

data RejectInboundConnection Source #

Container for the parameters to the RejectInboundConnection operation.

See: newRejectInboundConnection smart constructor.

Constructors

RejectInboundConnection' 

Fields

Instances

Instances details
Eq RejectInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

Read RejectInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

Show 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 #

NFData RejectInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

Methods

rnf :: RejectInboundConnection -> () #

Hashable RejectInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

ToJSON RejectInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

AWSRequest 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

type Rep RejectInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

type Rep RejectInboundConnection = D1 ('MetaData "RejectInboundConnection" "Amazonka.OpenSearch.RejectInboundConnection" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "RejectInboundConnection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse RejectInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

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:

$sel:connectionId:RejectInboundConnection', rejectInboundConnection_connectionId - The ID of the inbound connection to reject.

Request Lenses

rejectInboundConnection_connectionId :: Lens' RejectInboundConnection Text Source #

The ID of the inbound connection to reject.

Destructuring the Response

data RejectInboundConnectionResponse Source #

The result of a RejectInboundConnection operation. Contains details about the rejected inbound connection.

See: newRejectInboundConnectionResponse smart constructor.

Constructors

RejectInboundConnectionResponse' 

Fields

Instances

Instances details
Eq RejectInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

Read RejectInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

Show RejectInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

Generic RejectInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.RejectInboundConnection

Associated Types

type Rep RejectInboundConnectionResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" '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 - The InboundConnection of the rejected inbound connection.

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

Response Lenses