import * as __aws_sdk_types from '@aws-sdk/types'; /** * CreateGrantOutput shape */ export interface CreateGrantOutput { /** *
The grant token.
For more information, see Grant Tokens in the AWS Key Management Service Developer Guide.
*/ GrantToken?: string; /** *The unique identifier for the grant.
You can use the GrantId in a subsequent RetireGrant or RevokeGrant operation.