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

CreateLicenseVersionResponse

import type { CreateLicenseVersionResponse } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";
interface CreateLicenseVersionResponse {
LicenseArn?: string | null;
Status?: LicenseStatus | null;
Version?: string | null;
}

§Properties

§
LicenseArn?: string | null
[src]

License ARN.

§
Status?: LicenseStatus | null
[src]

License status.

§
Version?: string | null
[src]

New version of the license.