| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.ElastiCache.CopySnapshot
Description
The CopySnapshot operation makes a copy of an existing snapshot.
http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_CopySnapshot.html
Request
data CopySnapshot Source
Instances
| Eq CopySnapshot | |
| Ord CopySnapshot | |
| Read CopySnapshot | |
| Show CopySnapshot | |
| AWSRequest CopySnapshot | |
| ToQuery CopySnapshot | |
| ToPath CopySnapshot | |
| ToHeaders CopySnapshot | |
| type Sv CopySnapshot = ElastiCache | |
| type Rs CopySnapshot = CopySnapshotResponse |
Request constructor
Arguments
| :: Text | |
| -> Text | |
| -> CopySnapshot |
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
data CopySnapshotResponse Source
Instances
Response constructor
copySnapshotResponse :: CopySnapshotResponse Source
CopySnapshotResponse constructor.
The fields accessible through corresponding lenses are: