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

Description

Deletes a subnet group.

Synopsis

Creating a Request

data DeleteReplicationSubnetGroup Source #

See: newDeleteReplicationSubnetGroup smart constructor.

Constructors

DeleteReplicationSubnetGroup' 

Fields

Instances

Instances details
Eq DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

Read DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

Show DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

Generic DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

Associated Types

type Rep DeleteReplicationSubnetGroup :: Type -> Type #

NFData DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

Hashable DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

ToJSON DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

AWSRequest DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

ToHeaders DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

ToPath DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

ToQuery DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

type Rep DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

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

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

newDeleteReplicationSubnetGroup Source #

Create a value of DeleteReplicationSubnetGroup 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:replicationSubnetGroupIdentifier:DeleteReplicationSubnetGroup', deleteReplicationSubnetGroup_replicationSubnetGroupIdentifier - The subnet group name of the replication instance.

Request Lenses

Destructuring the Response

data DeleteReplicationSubnetGroupResponse Source #

Constructors

DeleteReplicationSubnetGroupResponse' 

Fields

Instances

Instances details
Eq DeleteReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

Read DeleteReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

Show DeleteReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

Generic DeleteReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

NFData DeleteReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

type Rep DeleteReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

type Rep DeleteReplicationSubnetGroupResponse = D1 ('MetaData "DeleteReplicationSubnetGroupResponse" "Amazonka.DMS.DeleteReplicationSubnetGroup" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "DeleteReplicationSubnetGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteReplicationSubnetGroupResponse Source #

Create a value of DeleteReplicationSubnetGroupResponse 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:httpStatus:DeleteReplicationSubnetGroupResponse', deleteReplicationSubnetGroupResponse_httpStatus - The response's http status code.

Response Lenses