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

Description

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

Synopsis

Creating a Request

data AcceptInboundConnection Source #

Container for the parameters to the AcceptInboundConnection operation.

See: newAcceptInboundConnection smart constructor.

Constructors

AcceptInboundConnection' 

Fields

Instances

Instances details
Eq AcceptInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

Read AcceptInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

Show AcceptInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

Generic AcceptInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

Associated Types

type Rep AcceptInboundConnection :: Type -> Type #

NFData AcceptInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

Methods

rnf :: AcceptInboundConnection -> () #

Hashable AcceptInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

ToJSON AcceptInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

AWSRequest AcceptInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

ToHeaders AcceptInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

ToPath AcceptInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

ToQuery AcceptInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

type Rep AcceptInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

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

Defined in Amazonka.OpenSearch.AcceptInboundConnection

newAcceptInboundConnection Source #

Create a value of AcceptInboundConnection 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:AcceptInboundConnection', acceptInboundConnection_connectionId - The ID of the inbound connection you want to accept.

Request Lenses

acceptInboundConnection_connectionId :: Lens' AcceptInboundConnection Text Source #

The ID of the inbound connection you want to accept.

Destructuring the Response

data AcceptInboundConnectionResponse Source #

The result of an AcceptInboundConnection operation. Contains details about the accepted inbound connection.

See: newAcceptInboundConnectionResponse smart constructor.

Constructors

AcceptInboundConnectionResponse' 

Fields

Instances

Instances details
Eq AcceptInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

Read AcceptInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

Show AcceptInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

Generic AcceptInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

Associated Types

type Rep AcceptInboundConnectionResponse :: Type -> Type #

NFData AcceptInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

type Rep AcceptInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

type Rep AcceptInboundConnectionResponse = D1 ('MetaData "AcceptInboundConnectionResponse" "Amazonka.OpenSearch.AcceptInboundConnection" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "AcceptInboundConnectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InboundConnection)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAcceptInboundConnectionResponse Source #

Create a value of AcceptInboundConnectionResponse 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:AcceptInboundConnectionResponse', acceptInboundConnectionResponse_connection - The InboundConnection of the accepted inbound connection.

$sel:httpStatus:AcceptInboundConnectionResponse', acceptInboundConnectionResponse_httpStatus - The response's http status code.

Response Lenses