| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Redshift.RotateEncryptionKey
Description
Rotates the encryption keys for a cluster.
- rotateEncryptionKey :: Text -> RotateEncryptionKey
- data RotateEncryptionKey
- rekClusterIdentifier :: Lens' RotateEncryptionKey Text
- rotateEncryptionKeyResponse :: Int -> RotateEncryptionKeyResponse
- data RotateEncryptionKeyResponse
- rekrsCluster :: Lens' RotateEncryptionKeyResponse (Maybe Cluster)
- rekrsResponseStatus :: Lens' RotateEncryptionKeyResponse Int
Creating a Request
Arguments
| :: Text | |
| -> RotateEncryptionKey |
Creates a value of RotateEncryptionKey with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rekClusterIdentifier- 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.
data RotateEncryptionKey Source #
See: rotateEncryptionKey smart constructor.
Instances
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.
Destructuring the Response
rotateEncryptionKeyResponse Source #
Arguments
| :: Int | |
| -> RotateEncryptionKeyResponse |
Creates a value of RotateEncryptionKeyResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rekrsCluster- Undocumented member.rekrsResponseStatus- -- | The response status code.
data RotateEncryptionKeyResponse Source #
See: rotateEncryptionKeyResponse smart constructor.
Instances
Response Lenses
rekrsCluster :: Lens' RotateEncryptionKeyResponse (Maybe Cluster) Source #
Undocumented member.
rekrsResponseStatus :: Lens' RotateEncryptionKeyResponse Int Source #
- - | The response status code.