License
import type { License } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/licensemanager.ts";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
§
ConsumptionConfiguration?: ConsumptionConfiguration | null
[src]§
Entitlements?: Entitlement[] | null
[src]§
Issuer?: IssuerDetails | null
[src]§
Status?: LicenseStatus | null
[src]§
Validity?: DatetimeRange | null
[src]