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

UpdateAgentStatusRequest

import type { UpdateAgentStatusRequest } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";
interface UpdateAgentStatusRequest {
AgentStatusId: string;
Description?: string | null;
DisplayOrder?: number | null;
InstanceId: string;
Name?: string | null;
ResetOrderNumber?: boolean | null;
State?: AgentStatusState | null;
}

§Properties

§
AgentStatusId: string
[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.

§
InstanceId: string
[src]

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

§
Name?: string | null
[src]

The name of the agent status.

§
ResetOrderNumber?: boolean | null
[src]

A number indicating the reset order of the agent status.

§
State?: AgentStatusState | null
[src]

The state of the agent status.