Values.UpdateExpirationForHITRequestSourceThe UpdateExpirationForHIT operation allows you update the expiration time of a HIT. If you update it to a time in the past, the HIT will be immediately expired.
type nonrec t = {hITId : EntityId.t;The HIT to update.
*)expireAt : Timestamp.t;The date and time at which you want the HIT to expire
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of EntityId.t | `Timestamp of Timestamp.t ]) list ]