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-16vtt531a2w0.deno.dev/v0.2/services/licensemanager.ts";
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]
§
ClientToken: string
[src]
§
GrantArn: string
[src]
§
GrantName?: string | null
[src]
§
SourceVersion?: string | null
[src]
§
Status?: GrantStatus | null
[src]
§
StatusReason?: string | null
[src]