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

ListLicensesRequest

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

§Properties

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

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

  • Beneficiary
    
  • ProductSKU
    
  • Fingerprint
    
  • Status
    
§
LicenseArns?: string[] | null
[src]

Amazon Resource Names (ARNs) of the licenses.

§
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.