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

ExtendLicenseConsumptionRequest

import type { ExtendLicenseConsumptionRequest } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";
interface ExtendLicenseConsumptionRequest {
DryRun?: boolean | null;
LicenseConsumptionToken: string;
}

§Properties

§
DryRun?: boolean | null
[src]

Checks whether you have the required permissions for the action, without actually making the request. Provides an error response if you do not have the required permissions.

§
LicenseConsumptionToken: string
[src]

License consumption token.