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

ListAgentsRequest

import type { ListAgentsRequest } from "https://aws-api.deno.dev/v0.3/services/datasync.ts?docs=full";

ListAgentsRequest

interface ListAgentsRequest {
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of agents to list.

§
NextToken?: string | null
[src]

An opaque string that indicates the position at which to begin the next list of agents.