Safe Haskell | None |
---|---|
Language | Haskell2010 |
Retrieves a Boolean value that indicates whether key rotation is enabled for the specified key.
http://docs.aws.amazon.com/kms/latest/APIReference/API_GetKeyRotationStatus.html
Request
data GetKeyRotationStatus Source
Request constructor
GetKeyRotationStatus
constructor.
The fields accessible through corresponding lenses are:
Request lenses
gkrsKeyId :: Lens' GetKeyRotationStatus Text Source
Unique identifier of the key. This can be an ARN, an alias, or a globally unique identifier.
Response
Response constructor
getKeyRotationStatusResponse :: GetKeyRotationStatusResponse Source
GetKeyRotationStatusResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
gkrsrKeyRotationEnabled :: Lens' GetKeyRotationStatusResponse (Maybe Bool) Source
A Boolean value that specifies whether key rotation is enabled.