Values_2.UpdateContactScheduleRequestSourceUpdates the scheduled time of a task contact that is already scheduled.
type nonrec t = {instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)contactId : Values_0.ContactId.t;The identifier of the contact.
*)scheduledTime : Values_0.Timestamp.t;The timestamp, in Unix Epoch seconds format, at which to start running the inbound flow. The scheduled time cannot be in the past. It must be within up to 6 days in future.
*)}val make :
instanceId:Values_0.InstanceId.t ->
contactId:Values_0.ContactId.t ->
scheduledTime:Values_0.Timestamp.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.InstanceId.t
| `Timestamp of Values_0.Timestamp.t ])
list ]