| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.Redshift.DisableSnapshotCopy
Description
Disables the automatic copying of snapshots from one region to another region for a specified cluster.
http://docs.aws.amazon.com/redshift/latest/APIReference/API_DisableSnapshotCopy.html
Request
data DisableSnapshotCopy Source
Instances
| Eq DisableSnapshotCopy | |
| Ord DisableSnapshotCopy | |
| Read DisableSnapshotCopy | |
| Show DisableSnapshotCopy | |
| IsString DisableSnapshotCopy | |
| Monoid DisableSnapshotCopy | |
| AWSRequest DisableSnapshotCopy | |
| ToQuery DisableSnapshotCopy | |
| ToPath DisableSnapshotCopy | |
| ToHeaders DisableSnapshotCopy | |
| type Sv DisableSnapshotCopy = Redshift | |
| type Rs DisableSnapshotCopy = DisableSnapshotCopyResponse |
Request constructor
Arguments
| :: Text | |
| -> DisableSnapshotCopy |
DisableSnapshotCopy constructor.
The fields accessible through corresponding lenses are:
dscClusterIdentifier::Text
Request lenses
dscClusterIdentifier :: Lens' DisableSnapshotCopy Text Source
The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.
Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.
Response
Response constructor
disableSnapshotCopyResponse :: DisableSnapshotCopyResponse Source
DisableSnapshotCopyResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
dscrCluster :: Lens' DisableSnapshotCopyResponse (Maybe Cluster) Source