| 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.RDS.DeleteDBClusterSnapshot
Description
Deletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is terminated.
For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.
- deleteDBClusterSnapshot :: Text -> DeleteDBClusterSnapshot
- data DeleteDBClusterSnapshot
- ddcsDBClusterSnapshotIdentifier :: Lens' DeleteDBClusterSnapshot Text
- deleteDBClusterSnapshotResponse :: Int -> DeleteDBClusterSnapshotResponse
- data DeleteDBClusterSnapshotResponse
- ddcsrsDBClusterSnapshot :: Lens' DeleteDBClusterSnapshotResponse (Maybe DBClusterSnapshot)
- ddcsrsResponseStatus :: Lens' DeleteDBClusterSnapshotResponse Int
Creating a Request
deleteDBClusterSnapshot Source #
Arguments
| :: Text | |
| -> DeleteDBClusterSnapshot |
Creates a value of DeleteDBClusterSnapshot with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddcsDBClusterSnapshotIdentifier- The identifier of the DB cluster snapshot to delete. Constraints: Must be the name of an existing DB cluster snapshot in theavailablestate.
data DeleteDBClusterSnapshot Source #
See: deleteDBClusterSnapshot smart constructor.
Instances
Request Lenses
ddcsDBClusterSnapshotIdentifier :: Lens' DeleteDBClusterSnapshot Text Source #
The identifier of the DB cluster snapshot to delete. Constraints: Must be the name of an existing DB cluster snapshot in the available state.
Destructuring the Response
deleteDBClusterSnapshotResponse Source #
Arguments
| :: Int | |
| -> DeleteDBClusterSnapshotResponse |
Creates a value of DeleteDBClusterSnapshotResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddcsrsDBClusterSnapshot- Undocumented member.ddcsrsResponseStatus- -- | The response status code.
data DeleteDBClusterSnapshotResponse Source #
See: deleteDBClusterSnapshotResponse smart constructor.
Instances
Response Lenses
ddcsrsDBClusterSnapshot :: Lens' DeleteDBClusterSnapshotResponse (Maybe DBClusterSnapshot) Source #
Undocumented member.
ddcsrsResponseStatus :: Lens' DeleteDBClusterSnapshotResponse Int Source #
- - | The response status code.