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

UpdateLicenseConfigurationRequest

import type { UpdateLicenseConfigurationRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/licensemanager.ts";
interface UpdateLicenseConfigurationRequest {
Description?: string | null;
DisassociateWhenNotFound?: boolean | null;
LicenseConfigurationArn: string;
LicenseConfigurationStatus?: LicenseConfigurationStatus | null;
LicenseCount?: number | null;
LicenseCountHardLimit?: boolean | null;
LicenseRules?: string[] | null;
Name?: string | null;
ProductInformationList?: ProductInformation[] | null;
}

§Properties

§
Description?: string | null
[src]
§
DisassociateWhenNotFound?: boolean | null
[src]
§
LicenseConfigurationArn: string
[src]
§
LicenseConfigurationStatus?: LicenseConfigurationStatus | null
[src]
§
LicenseCount?: number | null
[src]
§
LicenseCountHardLimit?: boolean | null
[src]
§
LicenseRules?: string[] | null
[src]
§
Name?: string | null
[src]
§
ProductInformationList?: ProductInformation[] | null
[src]