| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.DMS.DeleteReplicationSubnetGroup
Description
Deletes a subnet group.
- deleteReplicationSubnetGroup :: Text -> DeleteReplicationSubnetGroup
- data DeleteReplicationSubnetGroup
- drsgReplicationSubnetGroupIdentifier :: Lens' DeleteReplicationSubnetGroup Text
- deleteReplicationSubnetGroupResponse :: Int -> DeleteReplicationSubnetGroupResponse
- data DeleteReplicationSubnetGroupResponse
- drsgrsResponseStatus :: Lens' DeleteReplicationSubnetGroupResponse Int
Creating a Request
deleteReplicationSubnetGroup Source #
Creates a value of DeleteReplicationSubnetGroup with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drsgReplicationSubnetGroupIdentifier- The subnet group name of the replication instance.
data DeleteReplicationSubnetGroup Source #
See: deleteReplicationSubnetGroup smart constructor.
Instances
Request Lenses
drsgReplicationSubnetGroupIdentifier :: Lens' DeleteReplicationSubnetGroup Text Source #
The subnet group name of the replication instance.
Destructuring the Response
deleteReplicationSubnetGroupResponse Source #
Arguments
| :: Int | |
| -> DeleteReplicationSubnetGroupResponse |
Creates a value of DeleteReplicationSubnetGroupResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drsgrsResponseStatus- -- | The response status code.
data DeleteReplicationSubnetGroupResponse Source #
See: deleteReplicationSubnetGroupResponse smart constructor.
Instances
Response Lenses
drsgrsResponseStatus :: Lens' DeleteReplicationSubnetGroupResponse Int Source #
- - | The response status code.