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
§
LicenseConfigurationStatus?: LicenseConfigurationStatus | null
[src]§
ProductInformationList?: ProductInformation[] | null
[src]