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

GrantedLicense

import type { GrantedLicense } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/licensemanager.ts";
interface GrantedLicense {
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;
ReceivedMetadata?: ReceivedMetadata | null;
Status?: LicenseStatus | null;
Validity?: DatetimeRange | null;
Version?: string | null;
}

§Properties

§
Beneficiary?: string | null
[src]
§
ConsumptionConfiguration?: ConsumptionConfiguration | null
[src]
§
CreateTime?: string | null
[src]
§
Entitlements?: Entitlement[] | null
[src]
§
HomeRegion?: string | null
[src]
§
Issuer?: IssuerDetails | null
[src]
§
LicenseArn?: string | null
[src]
§
LicenseMetadata?: Metadata[] | null
[src]
§
LicenseName?: string | null
[src]
§
ProductName?: string | null
[src]
§
ProductSKU?: string | null
[src]
§
ReceivedMetadata?: ReceivedMetadata | null
[src]
§
Status?: LicenseStatus | null
[src]
§
Validity?: DatetimeRange | null
[src]
§
Version?: string | null
[src]