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

ListLicenseConfigurationsRequest

import type { ListLicenseConfigurationsRequest } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";
interface ListLicenseConfigurationsRequest {
Filters?: Filter[] | null;
LicenseConfigurationArns?: string[] | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
Filters?: Filter[] | null
[src]

Filters to scope the results. The following filters and logical operators are supported:

  • licenseCountingType - The dimension for which licenses are counted. Possible values are vCPU | Instance | Core | Socket. Logical operators are EQUALS | NOT_EQUALS.
  • enforceLicenseCount - A Boolean value that indicates whether hard license enforcement is used. Logical operators are EQUALS | NOT_EQUALS.
  • usagelimitExceeded - A Boolean value that indicates whether the available licenses have been exceeded. Logical operators are EQUALS | NOT_EQUALS.
§
LicenseConfigurationArns?: string[] | null
[src]

Amazon Resource Names (ARN) of the license configurations.

§
MaxResults?: number | null
[src]

Maximum number of results to return in a single call.

§
NextToken?: string | null
[src]

Token for the next set of results.