Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Deletes a subnet group.
Synopsis
- data DeleteReplicationSubnetGroup = DeleteReplicationSubnetGroup' {}
- newDeleteReplicationSubnetGroup :: Text -> DeleteReplicationSubnetGroup
- deleteReplicationSubnetGroup_replicationSubnetGroupIdentifier :: Lens' DeleteReplicationSubnetGroup Text
- data DeleteReplicationSubnetGroupResponse = DeleteReplicationSubnetGroupResponse' {
- httpStatus :: Int
- newDeleteReplicationSubnetGroupResponse :: Int -> DeleteReplicationSubnetGroupResponse
- deleteReplicationSubnetGroupResponse_httpStatus :: Lens' DeleteReplicationSubnetGroupResponse Int
Creating a Request
data DeleteReplicationSubnetGroup Source #
See: newDeleteReplicationSubnetGroup
smart constructor.
DeleteReplicationSubnetGroup' | |
|
Instances
newDeleteReplicationSubnetGroup Source #
:: Text |
|
-> DeleteReplicationSubnetGroup |
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
deleteReplicationSubnetGroup_replicationSubnetGroupIdentifier :: Lens' DeleteReplicationSubnetGroup Text Source #
The subnet group name of the replication instance.
Destructuring the Response
data DeleteReplicationSubnetGroupResponse Source #
See: newDeleteReplicationSubnetGroupResponse
smart constructor.
DeleteReplicationSubnetGroupResponse' | |
|
Instances
Eq DeleteReplicationSubnetGroupResponse Source # | |
Read DeleteReplicationSubnetGroupResponse Source # | |
Show DeleteReplicationSubnetGroupResponse Source # | |
Generic DeleteReplicationSubnetGroupResponse Source # | |
NFData DeleteReplicationSubnetGroupResponse Source # | |
Defined in Amazonka.DMS.DeleteReplicationSubnetGroup rnf :: DeleteReplicationSubnetGroupResponse -> () # | |
type Rep DeleteReplicationSubnetGroupResponse Source # | |
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
deleteReplicationSubnetGroupResponse_httpStatus :: Lens' DeleteReplicationSubnetGroupResponse Int Source #
The response's http status code.