amazonka-rds-0.0.3: Amazon Relational Database Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.DeleteDBSnapshot

Contents

Description

Deletes a DBSnapshot. If the snapshot is being copied, the copy operation is terminated.

http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DeleteDBSnapshot.html

Synopsis

Request

Request constructor

deleteDBSnapshot Source

DeleteDBSnapshot constructor.

The fields accessible through corresponding lenses are:

Request lenses

ddbs1DBSnapshotIdentifier :: Lens' DeleteDBSnapshot Text Source

The DBSnapshot identifier.

Constraints: Must be the name of an existing DB snapshot in the available state.

Response

Response constructor

deleteDBSnapshotResponse :: DeleteDBSnapshotResponse Source

DeleteDBSnapshotResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses