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

UpdateQuickConnectNameRequest

import type { UpdateQuickConnectNameRequest } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";
interface UpdateQuickConnectNameRequest {
Description?: string | null;
InstanceId: string;
Name?: string | null;
QuickConnectId: string;
}

§Properties

§
Description?: string | null
[src]

The description of the quick connect.

§
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 quick connect.

§
QuickConnectId: string
[src]

The identifier for the quick connect.