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

CreateLicenseVersionRequest

import type { CreateLicenseVersionRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/licensemanager.ts";
interface CreateLicenseVersionRequest {
ClientToken: string;
ConsumptionConfiguration: ConsumptionConfiguration;
Entitlements: Entitlement[];
HomeRegion: string;
Issuer: Issuer;
LicenseArn: string;
LicenseMetadata?: Metadata[] | null;
LicenseName: string;
ProductName: string;
SourceVersion?: string | null;
Status: LicenseStatus;
Validity: DatetimeRange;
}

§Properties

§
ClientToken: string
[src]
§
ConsumptionConfiguration: ConsumptionConfiguration
[src]
§
Entitlements: Entitlement[]
[src]
§
HomeRegion: string
[src]
§
LicenseArn: string
[src]
§
LicenseMetadata?: Metadata[] | null
[src]
§
LicenseName: string
[src]
§
ProductName: string
[src]
§
SourceVersion?: string | null
[src]