Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
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.
Request Lenses
drsgReplicationSubnetGroupIdentifier :: Lens' DeleteReplicationSubnetGroup Text Source #
The subnet group name of the replication instance.
Destructuring the Response
deleteReplicationSubnetGroupResponse Source #
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.
Response Lenses
drsgrsResponseStatus :: Lens' DeleteReplicationSubnetGroupResponse Int Source #
- - | The response status code.