Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
- data RevokeSnapshotAccess
- revokeSnapshotAccess :: Text -> Text -> RevokeSnapshotAccess
- rsaAccountWithRestoreAccess :: Lens' RevokeSnapshotAccess Text
- rsaSnapshotClusterIdentifier :: Lens' RevokeSnapshotAccess (Maybe Text)
- rsaSnapshotIdentifier :: Lens' RevokeSnapshotAccess Text
- data RevokeSnapshotAccessResponse
- revokeSnapshotAccessResponse :: RevokeSnapshotAccessResponse
- rsarSnapshot :: Lens' RevokeSnapshotAccessResponse (Maybe Snapshot)
Request
Request constructor
RevokeSnapshotAccess
constructor.
The fields accessible through corresponding lenses are:
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: