Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateGrantResponse

import type { CreateGrantResponse } from "https://aws-api.deno.dev/v0.3/services/kms.ts?docs=full";
interface CreateGrantResponse {
GrantId?: string | null;
GrantToken?: string | null;
}

§Properties

§
GrantId?: string | null
[src]

The unique identifier for the grant.

You can use the GrantId in a "ListGrants", "RetireGrant", or "RevokeGrant" operation.

§
GrantToken?: string | null
[src]

The grant token.

Use a grant token when your permission to call this operation comes from a new grant that has not yet achieved eventual consistency. For more information, see Grant token and Using a grant token in the Key Management Service Developer Guide.