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.deno.dev/v0.3/services/licensemanager.ts?docs=full";

Describes a license that is granted to a grantee.

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]

Granted license beneficiary.

§
ConsumptionConfiguration?: ConsumptionConfiguration | null
[src]

Configuration for consumption of the license.

§
CreateTime?: string | null
[src]

Creation time of the granted license.

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

License entitlements.

§
HomeRegion?: string | null
[src]

Home Region of the granted license.

§
Issuer?: IssuerDetails | null
[src]

Granted license issuer.

§
LicenseArn?: string | null
[src]

Amazon Resource Name (ARN) of the license.

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

Granted license metadata.

§
LicenseName?: string | null
[src]

License name.

§
ProductName?: string | null
[src]

Product name.

§
ProductSKU?: string | null
[src]

Product SKU.

§
ReceivedMetadata?: ReceivedMetadata | null
[src]

Granted license received metadata.

§
Status?: LicenseStatus | null
[src]

Granted license status.

§
Validity?: DatetimeRange | null
[src]

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

§
Version?: string | null
[src]

Version of the granted license.