Safe Haskell | None |
---|---|
Language | Haskell2010 |
Marks a key as enabled, thereby permitting its use. You can have up to 25 enabled keys at one time.
http://docs.aws.amazon.com/kms/latest/APIReference/API_EnableKey.html
- data EnableKey
- enableKey :: Text -> EnableKey
- ekKeyId :: Lens' EnableKey Text
- data EnableKeyResponse
- enableKeyResponse :: EnableKeyResponse
Request
Request constructor
Request lenses
ekKeyId :: Lens' EnableKey Text Source
Unique identifier of the customer master key to be enabled. This can be an ARN, an alias, or a globally unique identifier.
Response
data EnableKeyResponse Source
Response constructor
enableKeyResponse :: EnableKeyResponse Source
EnableKeyResponse
constructor.