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

AgentStatus

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

Contains information about an agent status.

interface AgentStatus {
AgentStatusARN?: string | null;
AgentStatusId?: string | null;
Description?: string | null;
DisplayOrder?: number | null;
Name?: string | null;
State?: AgentStatusState | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
Type?: AgentStatusType | null;
}

§Properties

§
AgentStatusARN?: string | null
[src]

The Amazon Resource Name (ARN) of the agent status.

§
AgentStatusId?: string | null
[src]

The identifier of the agent status.

§
Description?: string | null
[src]

The description of the agent status.

§
DisplayOrder?: number | null
[src]

The display order of the agent status.

§
Name?: string | null
[src]

The name of the agent status.

§
State?: AgentStatusState | null
[src]

The state of the agent status.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags used to organize, track, or control access for this resource.

§
Type?: AgentStatusType | null
[src]

The type of agent status.