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

ListTokensRequest

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

§Properties

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

Filters to scope the results. The following filter is supported:

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

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

Token IDs.