| 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 |
Network.AWS.ElastiCache.DeleteSnapshot
Description
The DeleteSnapshot action deletes an existing snapshot. When you receive a successful response from this action, ElastiCache immediately begins deleting the snapshot; you cannot cancel or revert this action.
Creating a Request
Arguments
| :: Text | |
| -> DeleteSnapshot |
Creates a value of DeleteSnapshot with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteSnapshot Source #
Represents the input of a DeleteSnapshot action.
See: deleteSnapshot smart constructor.
Instances
Request Lenses
dSnapshotName :: Lens' DeleteSnapshot Text Source #
The name of the snapshot to be deleted.
Destructuring the Response
deleteSnapshotResponse Source #
Arguments
| :: Int | |
| -> DeleteSnapshotResponse |
Creates a value of DeleteSnapshotResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteSnapshotResponse Source #
See: deleteSnapshotResponse smart constructor.
Response Lenses
dsrsSnapshot :: Lens' DeleteSnapshotResponse (Maybe Snapshot) Source #
Undocumented member.
dsrsResponseStatus :: Lens' DeleteSnapshotResponse Int Source #
The response status code.