amazonka-kms-0.0.7: Amazon Key Management Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.KMS.DisableKey

Contents

Description

Marks a key as disabled, thereby preventing its use.

http://docs.aws.amazon.com/kms/latest/APIReference/API_DisableKey.html

Synopsis

Request

Request constructor

disableKey Source

Arguments

:: Text

dkKeyId

-> DisableKey 

DisableKey constructor.

The fields accessible through corresponding lenses are:

Request lenses

dkKeyId :: Lens' DisableKey Text Source

Unique identifier of the customer master key to be disabled. This can be an ARN, an alias, or a globally unique identifier.

Response

Response constructor