| 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 | 
Network.AWS.KMS.UpdateKeyDescription
Description
Updates the description of a key.
See: AWS API Reference for UpdateKeyDescription.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> UpdateKeyDescription | 
Creates a value of UpdateKeyDescription with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data UpdateKeyDescription Source
See: updateKeyDescription smart constructor.
Instances
Request Lenses
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-1234-123456789012
ukdDescription :: Lens' UpdateKeyDescription Text Source
New description for the key.
Destructuring the Response
updateKeyDescriptionResponse :: UpdateKeyDescriptionResponse Source
Creates a value of UpdateKeyDescriptionResponse with the minimum fields required to make a request.
data UpdateKeyDescriptionResponse Source
See: updateKeyDescriptionResponse smart constructor.