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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.KMS.RetireGrant

Contents

Description

Retires a grant. You can retire a grant when you're done using it to clean up. You should revoke a grant when you intend to actively deny operations that depend on it.

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

Synopsis

Request

Request constructor

retireGrant Source

RetireGrant constructor.

The fields accessible through corresponding lenses are:

Request lenses

rgGrantToken :: Lens' RetireGrant Text Source

Token that identifies the grant to be retired.

Response

Response constructor