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

CheckoutBorrowLicenseResponse

import type { CheckoutBorrowLicenseResponse } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";
interface CheckoutBorrowLicenseResponse {
CheckoutMetadata?: Metadata[] | null;
EntitlementsAllowed?: EntitlementData[] | null;
Expiration?: string | null;
IssuedAt?: string | null;
LicenseArn?: string | null;
LicenseConsumptionToken?: string | null;
NodeId?: string | null;
SignedToken?: string | null;
}

§Properties

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

Information about constraints.

§
EntitlementsAllowed?: EntitlementData[] | null
[src]

Allowed license entitlements.

§
Expiration?: string | null
[src]

Date and time at which the license checkout expires.

§
IssuedAt?: string | null
[src]

Date and time at which the license checkout is issued.

§
LicenseArn?: string | null
[src]

Amazon Resource Name (ARN) of the license.

§
LicenseConsumptionToken?: string | null
[src]

License consumption token.

§
NodeId?: string | null
[src]

Node ID.

§
SignedToken?: string | null
[src]

Signed token.