| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.KMS.RetireGrant
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. The following are permitted to call this API: The account
that created the grant The RetiringPrincipal, if present The GranteePrincipal, if
RetireGrant is a grantee operation
http://docs.aws.amazon.com/kms/latest/APIReference/API_RetireGrant.html
Request
data RetireGrant Source
Request constructor
Arguments
| :: Text | |
| -> RetireGrant |
Request lenses
rgGrantToken :: Lens' RetireGrant Text Source
Token that identifies the grant to be retired.
Response
Response constructor
retireGrantResponse :: RetireGrantResponse Source
RetireGrantResponse constructor.