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

ListAgentsResponse

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

ListAgentsResponse

interface ListAgentsResponse {
Agents?: AgentListEntry[] | null;
NextToken?: string | null;
}

§Properties

§
Agents?: AgentListEntry[] | null
[src]

A list of agents in your account.

§
NextToken?: string | null
[src]

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