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

UpdateQueueMaxContactsRequest

import type { UpdateQueueMaxContactsRequest } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";
interface UpdateQueueMaxContactsRequest {
InstanceId: string;
MaxContacts?: number | null;
QueueId: string;
}

§Properties

§
InstanceId: string
[src]

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

§
MaxContacts?: number | null
[src]

The maximum number of contacts that can be in the queue before it is considered full.

§
QueueId: string
[src]

The identifier for the queue.