Copyright | (c) 2013-2015 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 |
Rotates the encryption keys for a cluster.
See: AWS API Reference for RotateEncryptionKey.
- rotateEncryptionKey :: Text -> RotateEncryptionKey
- data RotateEncryptionKey
- rekClusterIdentifier :: Lens' RotateEncryptionKey Text
- rotateEncryptionKeyResponse :: Int -> RotateEncryptionKeyResponse
- data RotateEncryptionKeyResponse
- rekrsCluster :: Lens' RotateEncryptionKeyResponse (Maybe Cluster)
- rekrsStatus :: Lens' RotateEncryptionKeyResponse Int
Creating a Request
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:
data RotateEncryptionKey Source
See: rotateEncryptionKey
smart constructor.
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
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:
data RotateEncryptionKeyResponse Source
See: rotateEncryptionKeyResponse
smart constructor.
Response Lenses
rekrsCluster :: Lens' RotateEncryptionKeyResponse (Maybe Cluster) Source
Undocumented member.
rekrsStatus :: Lens' RotateEncryptionKeyResponse Int Source
The response status code.