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

Description

Allows the remote domain owner to delete an existing inbound cross-cluster connection.

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
Eq DeleteInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

Read DeleteInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

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

NFData DeleteInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

Methods

rnf :: DeleteInboundConnection -> () #

Hashable DeleteInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

AWSRequest DeleteInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

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

type Rep DeleteInboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

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

Defined in Amazonka.OpenSearch.DeleteInboundConnection

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:

$sel:connectionId: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 result of a DeleteInboundConnection operation. Contains details about the deleted inbound connection.

See: newDeleteInboundConnectionResponse smart constructor.

Constructors

DeleteInboundConnectionResponse' 

Fields

Instances

Instances details
Eq DeleteInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

Read DeleteInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

Show DeleteInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

Generic DeleteInboundConnectionResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.DeleteInboundConnection

Associated Types

type Rep DeleteInboundConnectionResponse :: Type -> Type #

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

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

Response Lenses