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

ListAgentsResponse

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

§Properties

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

A list of DataSync agents in your Amazon Web Services account in the Amazon Web Services Region specified in the request. The list is ordered by the agents' Amazon Resource Names (ARNs).

§
NextToken?: string | null
[src]

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