amazonka-elasticache-1.3.6: Amazon ElastiCache 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.ElastiCache.CreateSnapshot

Contents

Description

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

See: AWS API Reference for CreateSnapshot.

Synopsis

Creating a Request

createSnapshot Source

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

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

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.

Destructuring the Response

createSnapshotResponse Source

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

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

Response Lenses