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

Description

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

Synopsis

Creating a Request

data DeleteInboundConnection Source #

Container for the parameters to the DeleteInboundConnection operation.

See: newDeleteInboundConnection smart constructor.

Constructors

DeleteInboundConnection' 

Fields

Instances

Instances details
ToHeaders DeleteInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

ToPath DeleteInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

ToQuery DeleteInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

AWSRequest DeleteInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

Generic DeleteInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

Associated Types

type Rep DeleteInboundConnection :: Type -> Type #

Read DeleteInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

Show DeleteInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

NFData DeleteInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

Methods

rnf :: DeleteInboundConnection -> () #

Eq DeleteInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

Hashable DeleteInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

type AWSResponse DeleteInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

type Rep DeleteInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

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

newDeleteInboundConnection Source #

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

DeleteInboundConnection, deleteInboundConnection_connectionId - The ID of the inbound connection to permanently delete.

Request Lenses

deleteInboundConnection_connectionId :: Lens' DeleteInboundConnection Text Source #

The ID of the inbound connection to permanently delete.

Destructuring the Response

data DeleteInboundConnectionResponse Source #

The results of a DeleteInboundConnection operation. Contains details about the deleted inbound connection.

See: newDeleteInboundConnectionResponse smart constructor.

Constructors

DeleteInboundConnectionResponse' 

Fields

Instances

Instances details
Generic DeleteInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

Associated Types

type Rep DeleteInboundConnectionResponse :: Type -> Type #

Read DeleteInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

Show DeleteInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

NFData DeleteInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

Eq DeleteInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

type Rep DeleteInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

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

newDeleteInboundConnectionResponse Source #

Create a value of DeleteInboundConnectionResponse 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:DeleteInboundConnectionResponse', deleteInboundConnectionResponse_connection - The deleted inbound connection.

$sel:httpStatus:DeleteInboundConnectionResponse', deleteInboundConnectionResponse_httpStatus - The response's http status code.

Response Lenses