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

UpdateRoutingProfileNameRequest

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

§Properties

§
Description?: string | null
[src]

The description of the routing profile. Must not be more than 250 characters.

§
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 routing profile. Must not be more than 127 characters.

§
RoutingProfileId: string
[src]

The identifier of the routing profile.