amazonka-elasticache-0.1.4: Amazon ElastiCache SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElastiCache.CopySnapshot

Contents

Description

The CopySnapshot operation makes a copy of an existing snapshot.

http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_CopySnapshot.html

Synopsis

Request

Request constructor

copySnapshot Source

CopySnapshot constructor.

The fields accessible through corresponding lenses are:

Request lenses

csSourceSnapshotName :: Lens' CopySnapshot Text Source

The name of an existing snapshot from which to copy.

csTargetSnapshotName :: Lens' CopySnapshot Text Source

A name for the copied snapshot.

Response

Response constructor

copySnapshotResponse :: CopySnapshotResponse Source

CopySnapshotResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses