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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.CreateDBSnapshot

Contents

Description

Creates a DBSnapshot. The source DBInstance must be in "available" state.

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

Synopsis

Request

Request constructor

Request lenses

cdbs1DBInstanceIdentifier :: Lens' CreateDBSnapshot Text Source

The DB instance identifier. This is the unique key that identifies a DB instance.

Constraints:

Must contain from 1 to 63 alphanumeric characters or hyphens First character must be a letter Cannot end with a hyphen or contain two consecutive hyphens

cdbs1DBSnapshotIdentifier :: Lens' CreateDBSnapshot Text Source

The identifier for the DB snapshot.

Constraints:

Cannot be null, empty, or blank Must contain from 1 to 255 alphanumeric characters or hyphens First character must be a letter Cannot end with a hyphen or contain two consecutive hyphens Example: 'my-snapshot-id'

Response

Response constructor

createDBSnapshotResponse :: CreateDBSnapshotResponse Source

CreateDBSnapshotResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses