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

UpdateContactScheduleRequest

import type { UpdateContactScheduleRequest } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";
interface UpdateContactScheduleRequest {
ContactId: string;
InstanceId: string;
ScheduledTime: Date | number;
}

§Properties

§
ContactId: string
[src]

The identifier of the contact.

§
InstanceId: string
[src]

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

§
ScheduledTime: Date | number
[src]

The timestamp, in Unix Epoch seconds format, at which to start running the inbound contact flow. The scheduled time cannot be in the past. It must be within up to 6 days in future.