amazonka-redshift-0.1.4: Amazon Redshift SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Redshift.DisableSnapshotCopy

Contents

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

Synopsis

Request

Request constructor

disableSnapshotCopy Source

DisableSnapshotCopy constructor.

The fields accessible through corresponding lenses are:

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