amazonka-elasticache-0.3.4: Amazon ElastiCache SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElastiCache.CreateSnapshot

Contents

Description

The CreateSnapshot action creates a copy of an entire cache cluster at a specific moment in time.

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

Synopsis

Request

Request constructor

createSnapshot Source

CreateSnapshot constructor.

The fields accessible through corresponding lenses are:

Request lenses

csCacheClusterId :: Lens' CreateSnapshot Text Source

The identifier of an existing cache cluster. The snapshot will be created from this cache cluster.

csSnapshotName :: Lens' CreateSnapshot Text Source

A name for the snapshot being created.

Response

Response constructor

createSnapshotResponse :: CreateSnapshotResponse Source

CreateSnapshotResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses