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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.DeleteDBSnapshot

Contents

Description

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

The DBSnapshot must be in the available state to be deleted.

See: AWS API Reference for DeleteDBSnapshot.

Synopsis

Creating a Request

deleteDBSnapshot Source

Creates a value of DeleteDBSnapshot with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

ddbsDBSnapshotIdentifier :: Lens' DeleteDBSnapshot Text Source

The DBSnapshot identifier.

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

Destructuring the Response

deleteDBSnapshotResponse Source

Creates a value of DeleteDBSnapshotResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses