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-gyr5wj9zj0fg.deno.dev/v0.2/services/connect.ts";
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]
§
Description?: string | null
[src]
§
DisplayOrder?: number | null
[src]
§
InstanceId: string
[src]
§
Name?: string | null
[src]
§
ResetOrderNumber?: boolean | null
[src]