| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DMS.DeleteReplicationSubnetGroup
Description
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.
Constructors
| DeleteReplicationSubnetGroup' | |
Fields
| |
Instances
newDeleteReplicationSubnetGroup Source #
Arguments
| :: 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:
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.
Constructors
| DeleteReplicationSubnetGroupResponse' | |
Fields
| |
Instances
newDeleteReplicationSubnetGroupResponse Source #
Arguments
| :: Int | |
| -> DeleteReplicationSubnetGroupResponse |
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.