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

CheckoutBorrowLicenseRequest

import type { CheckoutBorrowLicenseRequest } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";
interface CheckoutBorrowLicenseRequest {
CheckoutMetadata?: Metadata[] | null;
ClientToken: string;
DigitalSignatureMethod: DigitalSignatureMethod;
Entitlements: EntitlementData[];
LicenseArn: string;
NodeId?: string | null;
}

§Properties

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

Information about constraints.

§
ClientToken: string
[src]

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

§
DigitalSignatureMethod: DigitalSignatureMethod
[src]

Digital signature method. The possible value is JSON Web Signature (JWS) algorithm PS384. For more information, see RFC 7518 Digital Signature with RSASSA-PSS.

§
Entitlements: EntitlementData[]
[src]

License entitlements. Partial checkouts are not supported.

§
LicenseArn: string
[src]

Amazon Resource Name (ARN) of the license. The license must use the borrow consumption configuration.

§
NodeId?: string | null
[src]

Node ID.