Values.UpdateExpirationForHITResponseSourceThe 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 error = [ | `RequestError of RequestError.t| `ServiceFault of ServiceFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `RequestError of RequestError.t
| `ServiceFault of ServiceFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `RequestError of RequestError.t
| `ServiceFault of ServiceFault.t
| `Unknown_operation_error of string * string option ]