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

Description

Allows the destination Amazon OpenSearch Service domain owner to accept an inbound cross-cluster search connection request. For more information, see Cross-cluster search for Amazon OpenSearch Service.

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

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

Read AcceptInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

Show AcceptInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

NFData AcceptInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

Methods

rnf :: AcceptInboundConnection -> () #

Eq AcceptInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

Hashable AcceptInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

type AWSResponse 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" "amazonka-opensearch-2.0-GNoaWlqGXH04P8GBIHM78L" 'False) (C1 ('MetaCons "AcceptInboundConnection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

AcceptInboundConnection, acceptInboundConnection_connectionId - The ID of the inbound connection to accept.

Request Lenses

acceptInboundConnection_connectionId :: Lens' AcceptInboundConnection Text Source #

The ID of the inbound connection to accept.

Destructuring the Response

data AcceptInboundConnectionResponse Source #

Contains details about the accepted inbound connection.

See: newAcceptInboundConnectionResponse smart constructor.

Constructors

AcceptInboundConnectionResponse' 

Fields

Instances

Instances details
Generic AcceptInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

Associated Types

type Rep AcceptInboundConnectionResponse :: Type -> Type #

Read AcceptInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

Show AcceptInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

NFData AcceptInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.AcceptInboundConnection

Eq 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" "amazonka-opensearch-2.0-GNoaWlqGXH04P8GBIHM78L" '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 - Information about the accepted inbound connection.

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

Response Lenses