Module Smaws_Client_MTurk.ListHITs

The ListHITs operation returns all of a Requester's HITs. The operation returns HITs of any status, except for HITs that have been deleted of with the DeleteHIT operation or that have been auto-deleted.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `RequestError of Types.request_error | `ServiceFault of Types.service_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.list_hi_ts_request -> (Types.list_hi_ts_response, [> Smaws_Lib.Protocols.AwsJson.error | `RequestError of Types.request_error | `ServiceFault of Types.service_fault ]) Stdlib.result