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

ListDomainsRequest

import type { ListDomainsRequest } from "https://aws-api.deno.dev/v0.4/services/worklink.ts?docs=full";
interface ListDomainsRequest {
FleetArn: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
FleetArn: string
[src]

The ARN of the fleet.

§
MaxResults?: number | null
[src]

The maximum number of results to be included in the next page.

§
NextToken?: string | null
[src]

The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.