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.4/services/datasync.ts?docs=full";

ListAgentsRequest

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

§Properties

§
MaxResults?: number | null
[src]

Specifies the maximum number of DataSync agents to list in a response. By default, a response shows a maximum of 100 agents.

§
NextToken?: string | null
[src]

Specifies an opaque string that indicates the position to begin the next list of results in the response.