libZSservicesZSamazonka-dmsZSamazonka-dms
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.DMS.DeleteConnection

Description

Deletes the connection between a replication instance and an endpoint.

Synopsis

Creating a Request

data DeleteConnection Source #

See: newDeleteConnection smart constructor.

Constructors

DeleteConnection' 

Fields

Instances

Instances details
Eq DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

Read DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

Show DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

Generic DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

Associated Types

type Rep DeleteConnection :: Type -> Type #

NFData DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

Methods

rnf :: DeleteConnection -> () #

Hashable DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

ToJSON DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

AWSRequest DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

Associated Types

type AWSResponse DeleteConnection #

ToHeaders DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

ToPath DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

ToQuery DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

type Rep DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

type Rep DeleteConnection = D1 ('MetaData "DeleteConnection" "Amazonka.DMS.DeleteConnection" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "DeleteConnection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

newDeleteConnection Source #

Create a value of DeleteConnection 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:endpointArn:DeleteConnection', deleteConnection_endpointArn - The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

$sel:replicationInstanceArn:DeleteConnection', deleteConnection_replicationInstanceArn - The Amazon Resource Name (ARN) of the replication instance.

Request Lenses

deleteConnection_endpointArn :: Lens' DeleteConnection Text Source #

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

deleteConnection_replicationInstanceArn :: Lens' DeleteConnection Text Source #

The Amazon Resource Name (ARN) of the replication instance.

Destructuring the Response

data DeleteConnectionResponse Source #

See: newDeleteConnectionResponse smart constructor.

Constructors

DeleteConnectionResponse' 

Fields

Instances

Instances details
Eq DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

Read DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

Show DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

Generic DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

Associated Types

type Rep DeleteConnectionResponse :: Type -> Type #

NFData DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

type Rep DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

type Rep DeleteConnectionResponse = D1 ('MetaData "DeleteConnectionResponse" "Amazonka.DMS.DeleteConnection" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "DeleteConnectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Connection)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteConnectionResponse Source #

Create a value of DeleteConnectionResponse 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:DeleteConnectionResponse', deleteConnectionResponse_connection - The connection that is being deleted.

$sel:httpStatus:DeleteConnectionResponse', deleteConnectionResponse_httpStatus - The response's http status code.

Response Lenses