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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.KMS.RevokeGrant

Contents

Description

Revokes a grant. You can revoke a grant to actively deny operations that depend on it.

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

Synopsis

Request

Request constructor

revokeGrant Source

RevokeGrant constructor.

The fields accessible through corresponding lenses are:

Request lenses

rgGrantId :: Lens' RevokeGrant Text Source

Identifier of the grant to be revoked.

rgKeyId :: Lens' RevokeGrant Text Source

Unique identifier of the key associated with the grant.

Response

Response constructor