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.deno.dev/v0.3/services/licensemanager.ts?docs=full";
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]

New description of the license configuration.

§
DisassociateWhenNotFound?: boolean | null
[src]

When true, disassociates a resource when software is uninstalled.

§
LicenseConfigurationArn: string
[src]

Amazon Resource Name (ARN) of the license configuration.

§
LicenseConfigurationStatus?: LicenseConfigurationStatus | null
[src]

New status of the license configuration.

§
LicenseCount?: number | null
[src]

New number of licenses managed by the license configuration.

§
LicenseCountHardLimit?: boolean | null
[src]

New hard limit of the number of available licenses.

§
LicenseRules?: string[] | null
[src]

New license rule. The only rule that you can add after you create a license configuration is licenseAffinityToHost.

§
Name?: string | null
[src]

New name of the license configuration.

§
ProductInformationList?: ProductInformation[] | null
[src]

New product information.