| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.KMS.UpdateKeyDescription
Description
Updates the description of a key.
http://docs.aws.amazon.com/kms/latest/APIReference/API_UpdateKeyDescription.html
Request
data UpdateKeyDescription Source
Instances
Request constructor
Arguments
| :: Text | |
| -> Text | |
| -> UpdateKeyDescription |
UpdateKeyDescription constructor.
The fields accessible through corresponding lenses are:
ukdDescription::TextukdKeyId::Text
Request lenses
ukdDescription :: Lens' UpdateKeyDescription Text Source
New description for the key.
ukdKeyId :: Lens' UpdateKeyDescription Text Source
A unique identifier for the customer master key. This value can be a globally unique identifier or the fully specified ARN to a key. Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012 Globally Unique Key ID Example - 12345678-1234-1234-123456789012