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

CreateAgentStatusResponse

import type { CreateAgentStatusResponse } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";
interface CreateAgentStatusResponse {
AgentStatusARN?: string | null;
AgentStatusId?: string | 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.