| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.Redshift.RotateEncryptionKey
Description
Rotates the encryption keys for a cluster.
http://docs.aws.amazon.com/redshift/latest/APIReference/API_RotateEncryptionKey.html
Request
data RotateEncryptionKey Source
Instances
| Eq RotateEncryptionKey | |
| Ord RotateEncryptionKey | |
| Read RotateEncryptionKey | |
| Show RotateEncryptionKey | |
| IsString RotateEncryptionKey | |
| Monoid RotateEncryptionKey | |
| AWSRequest RotateEncryptionKey | |
| ToQuery RotateEncryptionKey | |
| ToPath RotateEncryptionKey | |
| ToHeaders RotateEncryptionKey | |
| type Sv RotateEncryptionKey = Redshift | |
| type Rs RotateEncryptionKey = RotateEncryptionKeyResponse |
Request constructor
Arguments
| :: Text | |
| -> RotateEncryptionKey |
RotateEncryptionKey constructor.
The fields accessible through corresponding lenses are:
rekClusterIdentifier::Text
Request lenses
rekClusterIdentifier :: Lens' RotateEncryptionKey Text Source
The unique identifier of the cluster that you want to rotate the encryption keys for.
Constraints: Must be the name of valid cluster that has encryption enabled.
Response
Response constructor
rotateEncryptionKeyResponse :: RotateEncryptionKeyResponse Source
RotateEncryptionKeyResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
rekrCluster :: Lens' RotateEncryptionKeyResponse (Maybe Cluster) Source