amazonka-redshift-0.1.4: Amazon Redshift SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Redshift.RevokeSnapshotAccess

Contents

Description

Removes the ability of the specified AWS customer account to restore the specified snapshot. If the account is currently restoring the snapshot, the restore will run to completion.

For more information about working with snapshots, go to Amazon RedshiftSnapshots in the Amazon Redshift Cluster Management Guide.

http://docs.aws.amazon.com/redshift/latest/APIReference/API_RevokeSnapshotAccess.html

Synopsis

Request

Request constructor

Request lenses

rsaAccountWithRestoreAccess :: Lens' RevokeSnapshotAccess Text Source

The identifier of the AWS customer account that can no longer restore the specified snapshot.

rsaSnapshotClusterIdentifier :: Lens' RevokeSnapshotAccess (Maybe Text) Source

The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

rsaSnapshotIdentifier :: Lens' RevokeSnapshotAccess Text Source

The identifier of the snapshot that the account can no longer access.

Response

Response constructor

revokeSnapshotAccessResponse :: RevokeSnapshotAccessResponse Source

RevokeSnapshotAccessResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses