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

ListInstancesRequest

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

§Properties

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

An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.

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