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

CreateAgentStatusRequest

import type { CreateAgentStatusRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/connect.ts";
interface CreateAgentStatusRequest {
Description?: string | null;
DisplayOrder?: number | null;
InstanceId: string;
Name: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Description?: string | null
[src]
§
DisplayOrder?: number | null
[src]
§
InstanceId: string
[src]
§
Name: string
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]