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

ListContactReferencesRequest

import type { ListContactReferencesRequest } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";
interface ListContactReferencesRequest {
ContactId: string;
InstanceId: string;
NextToken?: string | null;
ReferenceTypes: ReferenceType[];
}

§Properties

§
ContactId: string
[src]

The identifier of the initial contact.

§
InstanceId: string
[src]

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

§
NextToken?: string | null
[src]

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

! IMPORTANT: ! This is not expected to be set, because the value returned in the previous response is always null.

§
ReferenceTypes: ReferenceType[]
[src]

The type of reference.