GetLicenseConfigurationResponse
import type { GetLicenseConfigurationResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/licensemanager.ts";interface GetLicenseConfigurationResponse {
AutomatedDiscoveryInformation?: AutomatedDiscoveryInformation | null;
ConsumedLicenses?: number | null;
ConsumedLicenseSummaryList?: ConsumedLicenseSummary[] | null;
Description?: string | null;
DisassociateWhenNotFound?: boolean | null;
LicenseConfigurationArn?: string | null;
LicenseConfigurationId?: string | null;
LicenseCount?: number | null;
LicenseCountHardLimit?: boolean | null;
LicenseCountingType?: LicenseCountingType | null;
LicenseRules?: string[] | null;
ManagedResourceSummaryList?: ManagedResourceSummary[] | null;
Name?: string | null;
OwnerAccountId?: string | null;
ProductInformationList?: ProductInformation[] | null;
Status?: string | null;
Tags?: Tag[] | null;
}§Properties
§
AutomatedDiscoveryInformation?: AutomatedDiscoveryInformation | null
[src]§
ConsumedLicenseSummaryList?: ConsumedLicenseSummary[] | null
[src]§
LicenseCountingType?: LicenseCountingType | null
[src]§
ManagedResourceSummaryList?: ManagedResourceSummary[] | null
[src]§
ProductInformationList?: ProductInformation[] | null
[src]