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

CreateLicenseRequest

import type { CreateLicenseRequest } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";
interface CreateLicenseRequest {
Beneficiary: string;
ClientToken: string;
ConsumptionConfiguration: ConsumptionConfiguration;
Entitlements: Entitlement[];
HomeRegion: string;
Issuer: Issuer;
LicenseMetadata?: Metadata[] | null;
LicenseName: string;
ProductName: string;
ProductSKU: string;
Validity: DatetimeRange;
}

§Properties

§
Beneficiary: string
[src]

License beneficiary.

§
ClientToken: string
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

§
ConsumptionConfiguration: ConsumptionConfiguration
[src]

Configuration for consumption of the license. Choose a provisional configuration for workloads running with continuous connectivity. Choose a borrow configuration for workloads with offline usage.

§
Entitlements: Entitlement[]
[src]

License entitlements.

§
HomeRegion: string
[src]

Home Region for the license.

§
Issuer: Issuer
[src]

License issuer.

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

Information about the license.

§
LicenseName: string
[src]

License name.

§
ProductName: string
[src]

Product name.

§
ProductSKU: string
[src]

Product SKU.

§

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