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

CreateGrantVersionRequest

import type { CreateGrantVersionRequest } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";
interface CreateGrantVersionRequest {
AllowedOperations?: AllowedOperation[] | null;
ClientToken: string;
GrantArn: string;
GrantName?: string | null;
SourceVersion?: string | null;
Status?: GrantStatus | null;
StatusReason?: string | null;
}

§Properties

§
AllowedOperations?: AllowedOperation[] | null
[src]

Allowed operations for the grant.

§
ClientToken: string
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

§
GrantArn: string
[src]

Amazon Resource Name (ARN) of the grant.

§
GrantName?: string | null
[src]

Grant name.

§
SourceVersion?: string | null
[src]

Current version of the grant.

§
Status?: GrantStatus | null
[src]

Grant status.

§
StatusReason?: string | null
[src]

Grant status reason.