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

License

import type { License } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";

Software license that is managed in License Manager.

interface License {
Beneficiary?: string | null;
ConsumptionConfiguration?: ConsumptionConfiguration | null;
CreateTime?: string | null;
Entitlements?: Entitlement[] | null;
HomeRegion?: string | null;
Issuer?: IssuerDetails | null;
LicenseArn?: string | null;
LicenseMetadata?: Metadata[] | null;
LicenseName?: string | null;
ProductName?: string | null;
ProductSKU?: string | null;
Status?: LicenseStatus | null;
Validity?: DatetimeRange | null;
Version?: string | null;
}

§Properties

§
Beneficiary?: string | null
[src]

License beneficiary.

§
ConsumptionConfiguration?: ConsumptionConfiguration | null
[src]

Configuration for consumption of the license.

§
CreateTime?: string | null
[src]

License creation time.

§
Entitlements?: Entitlement[] | null
[src]

License entitlements.

§
HomeRegion?: string | null
[src]

Home Region of the license.

§
Issuer?: IssuerDetails | null
[src]

License issuer.

§
LicenseArn?: string | null
[src]

Amazon Resource Name (ARN) of the license.

§
LicenseMetadata?: Metadata[] | null
[src]

License metadata.

§
LicenseName?: string | null
[src]

License name.

§
ProductName?: string | null
[src]

Product name.

§
ProductSKU?: string | null
[src]

Product SKU.

§
Status?: LicenseStatus | null
[src]

License status.

§
Validity?: DatetimeRange | null
[src]

Date and time range during which the license is valid, in ISO8601-UTC format.

§
Version?: string | null
[src]

License version.