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

AgentListEntry

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

Represents a single entry in a list of agents. AgentListEntry returns an array that contains a list of agents when the ListAgents operation is called.

interface AgentListEntry {
AgentArn?: string | null;
Name?: string | null;
Status?: AgentStatus | null;
}

§Properties

§
AgentArn?: string | null
[src]

The Amazon Resource Name (ARN) of the agent.

§
Name?: string | null
[src]

The name of the agent.

§
Status?: AgentStatus | null
[src]

The status of the agent.