Module Smaws_Client_MTurk

MTurk client library built on EIO.

Types

module Types : sig ... end

Builders

val make_worker_block : ?reason:Types.string_ -> ?worker_id:Types.customer_id -> unit -> Types.worker_block
val make_qualification_type : ?auto_granted_value:Types.integer -> ?auto_granted:Types.boolean_ -> ?is_requestable:Types.boolean_ -> ?retry_delay_in_seconds:Types.long -> ?answer_key:Types.string_ -> ?test_duration_in_seconds:Types.long -> ?test:Types.string_ -> ?qualification_type_status:Types.qualification_type_status -> ?keywords:Types.string_ -> ?description:Types.string_ -> ?name:Types.string_ -> ?creation_time:Types.timestamp -> ?qualification_type_id:Types.entity_id -> unit -> Types.qualification_type
val make_update_qualification_type_response : ?qualification_type:Types.qualification_type -> unit -> Types.update_qualification_type_response
val make_update_qualification_type_request : ?auto_granted_value:Types.integer -> ?auto_granted:Types.boolean_ -> ?retry_delay_in_seconds:Types.long -> ?test_duration_in_seconds:Types.long -> ?answer_key:Types.string_ -> ?test:Types.string_ -> ?qualification_type_status:Types.qualification_type_status -> ?description:Types.string_ -> qualification_type_id:Types.entity_id -> unit -> Types.update_qualification_type_request
val make_update_notification_settings_response : unit -> unit
val make_notification_specification : event_types:Types.event_type_list -> version:Types.string_ -> transport:Types.notification_transport -> destination:Types.string_ -> unit -> Types.notification_specification
val make_update_notification_settings_request : ?active:Types.boolean_ -> ?notification:Types.notification_specification -> hit_type_id:Types.entity_id -> unit -> Types.update_notification_settings_request
val make_update_hit_type_of_hit_response : unit -> unit
val make_update_hit_type_of_hit_request : hit_type_id:Types.entity_id -> hit_id:Types.entity_id -> unit -> Types.update_hit_type_of_hit_request
val make_update_hit_review_status_response : unit -> unit
val make_update_hit_review_status_request : ?revert:Types.boolean_ -> hit_id:Types.entity_id -> unit -> Types.update_hit_review_status_request
val make_update_expiration_for_hit_response : unit -> unit
val make_update_expiration_for_hit_request : expire_at:Types.timestamp -> hit_id:Types.entity_id -> unit -> Types.update_expiration_for_hit_request
val make_send_test_event_notification_response : unit -> unit
val make_send_test_event_notification_request : test_event_type:Types.event_type -> notification:Types.notification_specification -> unit -> Types.send_test_event_notification_request
val make_send_bonus_response : unit -> unit
val make_send_bonus_request : ?unique_request_token:Types.idempotency_token -> reason:Types.string_ -> assignment_id:Types.entity_id -> bonus_amount:Types.currency_amount -> worker_id:Types.customer_id -> unit -> Types.send_bonus_request
val make_review_result_detail : ?value:Types.string_ -> ?key:Types.string_ -> ?question_id:Types.entity_id -> ?subject_type:Types.string_ -> ?subject_id:Types.entity_id -> ?action_id:Types.entity_id -> unit -> Types.review_result_detail
val make_review_action_detail : ?error_code:Types.string_ -> ?result_:Types.string_ -> ?complete_time:Types.timestamp -> ?status:Types.review_action_status -> ?target_type:Types.string_ -> ?target_id:Types.entity_id -> ?action_name:Types.string_ -> ?action_id:Types.entity_id -> unit -> Types.review_action_detail
val make_review_report : ?review_actions:Types.review_action_detail_list -> ?review_results:Types.review_result_detail_list -> unit -> Types.review_report
val make_parameter_map_entry : ?values:Types.string_list -> ?key:Types.string_ -> unit -> Types.parameter_map_entry
val make_policy_parameter : ?map_entries:Types.parameter_map_entry_list -> ?values:Types.string_list -> ?key:Types.string_ -> unit -> Types.policy_parameter
val make_review_policy : ?parameters:Types.policy_parameter_list -> policy_name:Types.string_ -> unit -> Types.review_policy
val make_reject_qualification_request_response : unit -> unit
val make_reject_qualification_request_request : ?reason:Types.string_ -> qualification_request_id:Types.string_ -> unit -> Types.reject_qualification_request_request
val make_reject_assignment_response : unit -> unit
val make_reject_assignment_request : requester_feedback:Types.string_ -> assignment_id:Types.entity_id -> unit -> Types.reject_assignment_request
val make_locale : ?subdivision:Types.country_parameters -> country:Types.country_parameters -> unit -> Types.locale
val make_qualification_requirement : ?actions_guarded:Types.hit_access_actions -> ?required_to_preview:Types.boolean_ -> ?locale_values:Types.locale_list -> ?integer_values:Types.integer_list -> comparator:Types.comparator -> qualification_type_id:Types.string_ -> unit -> Types.qualification_requirement
val make_qualification_request : ?submit_time:Types.timestamp -> ?answer:Types.string_ -> ?test:Types.string_ -> ?worker_id:Types.customer_id -> ?qualification_type_id:Types.entity_id -> ?qualification_request_id:Types.string_ -> unit -> Types.qualification_request
val make_qualification : ?status:Types.qualification_status -> ?locale_value:Types.locale -> ?integer_value:Types.integer -> ?grant_time:Types.timestamp -> ?worker_id:Types.customer_id -> ?qualification_type_id:Types.entity_id -> unit -> Types.qualification
val make_notify_workers_failure_status : ?worker_id:Types.customer_id -> ?notify_workers_failure_message:Types.string_ -> ?notify_workers_failure_code:Types.notify_workers_failure_code -> unit -> Types.notify_workers_failure_status
val make_notify_workers_response : ?notify_workers_failure_statuses:Types.notify_workers_failure_status_list -> unit -> Types.notify_workers_response
val make_notify_workers_request : worker_ids:Types.customer_id_list -> message_text:Types.string_ -> subject:Types.string_ -> unit -> Types.notify_workers_request
val make_list_workers_with_qualification_type_response : ?qualifications:Types.qualification_list -> ?num_results:Types.integer -> ?next_token:Types.pagination_token -> unit -> Types.list_workers_with_qualification_type_response
val make_list_workers_with_qualification_type_request : ?max_results:Types.result_size -> ?next_token:Types.pagination_token -> ?status:Types.qualification_status -> qualification_type_id:Types.entity_id -> unit -> Types.list_workers_with_qualification_type_request
val make_list_worker_blocks_response : ?worker_blocks:Types.worker_block_list -> ?num_results:Types.integer -> ?next_token:Types.pagination_token -> unit -> Types.list_worker_blocks_response
val make_list_worker_blocks_request : ?max_results:Types.result_size -> ?next_token:Types.pagination_token -> unit -> Types.list_worker_blocks_request
val make_list_review_policy_results_for_hit_response : ?next_token:Types.pagination_token -> ?hit_review_report:Types.review_report -> ?assignment_review_report:Types.review_report -> ?hit_review_policy:Types.review_policy -> ?assignment_review_policy:Types.review_policy -> ?hit_id:Types.entity_id -> unit -> Types.list_review_policy_results_for_hit_response
val make_list_review_policy_results_for_hit_request : ?max_results:Types.result_size -> ?next_token:Types.pagination_token -> ?retrieve_results:Types.boolean_ -> ?retrieve_actions:Types.boolean_ -> ?policy_levels:Types.review_policy_level_list -> hit_id:Types.entity_id -> unit -> Types.list_review_policy_results_for_hit_request
val make_hi_t : ?number_of_assignments_completed:Types.integer -> ?number_of_assignments_available:Types.integer -> ?number_of_assignments_pending:Types.integer -> ?hit_review_status:Types.hit_review_status -> ?qualification_requirements:Types.qualification_requirement_list -> ?requester_annotation:Types.string_ -> ?assignment_duration_in_seconds:Types.long -> ?expiration:Types.timestamp -> ?auto_approval_delay_in_seconds:Types.long -> ?reward:Types.currency_amount -> ?max_assignments:Types.integer -> ?hit_status:Types.hit_status -> ?keywords:Types.string_ -> ?question:Types.string_ -> ?description:Types.string_ -> ?title:Types.string_ -> ?creation_time:Types.timestamp -> ?hit_layout_id:Types.entity_id -> ?hit_group_id:Types.entity_id -> ?hit_type_id:Types.entity_id -> ?hit_id:Types.entity_id -> unit -> Types.hi_t
val make_list_reviewable_hi_ts_response : ?hi_ts:Types.hit_list -> ?num_results:Types.integer -> ?next_token:Types.pagination_token -> unit -> Types.list_reviewable_hi_ts_response
val make_list_reviewable_hi_ts_request : ?max_results:Types.result_size -> ?next_token:Types.pagination_token -> ?status:Types.reviewable_hit_status -> ?hit_type_id:Types.entity_id -> unit -> Types.list_reviewable_hi_ts_request
val make_list_qualification_types_response : ?qualification_types:Types.qualification_type_list -> ?next_token:Types.pagination_token -> ?num_results:Types.integer -> unit -> Types.list_qualification_types_response
val make_list_qualification_types_request : ?max_results:Types.result_size -> ?next_token:Types.pagination_token -> ?must_be_owned_by_caller:Types.boolean_ -> ?query:Types.string_ -> must_be_requestable:Types.boolean_ -> unit -> Types.list_qualification_types_request
val make_list_qualification_requests_response : ?qualification_requests:Types.qualification_request_list -> ?next_token:Types.pagination_token -> ?num_results:Types.integer -> unit -> Types.list_qualification_requests_response
val make_list_qualification_requests_request : ?max_results:Types.result_size -> ?next_token:Types.pagination_token -> ?qualification_type_id:Types.entity_id -> unit -> Types.list_qualification_requests_request
val make_list_hi_ts_for_qualification_type_response : ?hi_ts:Types.hit_list -> ?num_results:Types.integer -> ?next_token:Types.pagination_token -> unit -> Types.list_hi_ts_for_qualification_type_response
val make_list_hi_ts_for_qualification_type_request : ?max_results:Types.result_size -> ?next_token:Types.pagination_token -> qualification_type_id:Types.entity_id -> unit -> Types.list_hi_ts_for_qualification_type_request
val make_list_hi_ts_response : ?hi_ts:Types.hit_list -> ?num_results:Types.integer -> ?next_token:Types.pagination_token -> unit -> Types.list_hi_ts_response
val make_list_hi_ts_request : ?max_results:Types.result_size -> ?next_token:Types.pagination_token -> unit -> Types.list_hi_ts_request
val make_bonus_payment : ?grant_time:Types.timestamp -> ?reason:Types.string_ -> ?assignment_id:Types.entity_id -> ?bonus_amount:Types.currency_amount -> ?worker_id:Types.customer_id -> unit -> Types.bonus_payment
val make_list_bonus_payments_response : ?bonus_payments:Types.bonus_payment_list -> ?next_token:Types.pagination_token -> ?num_results:Types.integer -> unit -> Types.list_bonus_payments_response
val make_list_bonus_payments_request : ?max_results:Types.result_size -> ?next_token:Types.pagination_token -> ?assignment_id:Types.entity_id -> ?hit_id:Types.entity_id -> unit -> Types.list_bonus_payments_request
val make_assignment : ?requester_feedback:Types.string_ -> ?answer:Types.string_ -> ?deadline:Types.timestamp -> ?rejection_time:Types.timestamp -> ?approval_time:Types.timestamp -> ?submit_time:Types.timestamp -> ?accept_time:Types.timestamp -> ?auto_approval_time:Types.timestamp -> ?assignment_status:Types.assignment_status -> ?hit_id:Types.entity_id -> ?worker_id:Types.customer_id -> ?assignment_id:Types.entity_id -> unit -> Types.assignment
val make_list_assignments_for_hit_response : ?assignments:Types.assignment_list -> ?num_results:Types.integer -> ?next_token:Types.pagination_token -> unit -> Types.list_assignments_for_hit_response
val make_list_assignments_for_hit_request : ?assignment_statuses:Types.assignment_status_list -> ?max_results:Types.result_size -> ?next_token:Types.pagination_token -> hit_id:Types.entity_id -> unit -> Types.list_assignments_for_hit_request
val make_get_qualification_type_response : ?qualification_type:Types.qualification_type -> unit -> Types.get_qualification_type_response
val make_get_qualification_type_request : qualification_type_id:Types.entity_id -> unit -> Types.get_qualification_type_request
val make_get_qualification_score_response : ?qualification:Types.qualification -> unit -> Types.get_qualification_score_response
val make_get_qualification_score_request : worker_id:Types.customer_id -> qualification_type_id:Types.entity_id -> unit -> Types.get_qualification_score_request
val make_get_hit_response : ?hi_t:Types.hi_t -> unit -> Types.get_hit_response
val make_get_hit_request : hit_id:Types.entity_id -> unit -> Types.get_hit_request
val make_get_file_upload_url_response : ?file_upload_ur_l:Types.string_ -> unit -> Types.get_file_upload_url_response
val make_get_file_upload_url_request : question_identifier:Types.string_ -> assignment_id:Types.entity_id -> unit -> Types.get_file_upload_url_request
val make_get_assignment_response : ?hi_t:Types.hi_t -> ?assignment:Types.assignment -> unit -> Types.get_assignment_response
val make_get_assignment_request : assignment_id:Types.entity_id -> unit -> Types.get_assignment_request
val make_get_account_balance_response : ?on_hold_balance:Types.currency_amount -> ?available_balance:Types.currency_amount -> unit -> Types.get_account_balance_response
val make_get_account_balance_request : unit -> unit
val make_disassociate_qualification_from_worker_response : unit -> unit
val make_disassociate_qualification_from_worker_request : ?reason:Types.string_ -> qualification_type_id:Types.entity_id -> worker_id:Types.customer_id -> unit -> Types.disassociate_qualification_from_worker_request
val make_delete_worker_block_response : unit -> unit
val make_delete_worker_block_request : ?reason:Types.string_ -> worker_id:Types.customer_id -> unit -> Types.delete_worker_block_request
val make_delete_qualification_type_response : unit -> unit
val make_delete_qualification_type_request : qualification_type_id:Types.entity_id -> unit -> Types.delete_qualification_type_request
val make_delete_hit_response : unit -> unit
val make_delete_hit_request : hit_id:Types.entity_id -> unit -> Types.delete_hit_request
val make_create_worker_block_response : unit -> unit
val make_create_worker_block_request : reason:Types.string_ -> worker_id:Types.customer_id -> unit -> Types.create_worker_block_request
val make_create_qualification_type_response : ?qualification_type:Types.qualification_type -> unit -> Types.create_qualification_type_response
val make_create_qualification_type_request : ?auto_granted_value:Types.integer -> ?auto_granted:Types.boolean_ -> ?test_duration_in_seconds:Types.long -> ?answer_key:Types.string_ -> ?test:Types.string_ -> ?retry_delay_in_seconds:Types.long -> ?keywords:Types.string_ -> qualification_type_status:Types.qualification_type_status -> description:Types.string_ -> name:Types.string_ -> unit -> Types.create_qualification_type_request
val make_create_hit_with_hit_type_response : ?hi_t:Types.hi_t -> unit -> Types.create_hit_with_hit_type_response
val make_hit_layout_parameter : value:Types.string_ -> name:Types.string_ -> unit -> Types.hit_layout_parameter
val make_create_hit_with_hit_type_request : ?hit_layout_parameters:Types.hit_layout_parameter_list -> ?hit_layout_id:Types.entity_id -> ?hit_review_policy:Types.review_policy -> ?assignment_review_policy:Types.review_policy -> ?unique_request_token:Types.idempotency_token -> ?requester_annotation:Types.string_ -> ?question:Types.string_ -> ?max_assignments:Types.integer -> lifetime_in_seconds:Types.long -> hit_type_id:Types.entity_id -> unit -> Types.create_hit_with_hit_type_request
val make_create_hit_type_response : ?hit_type_id:Types.entity_id -> unit -> Types.create_hit_type_response
val make_create_hit_type_request : ?qualification_requirements:Types.qualification_requirement_list -> ?keywords:Types.string_ -> ?auto_approval_delay_in_seconds:Types.long -> description:Types.string_ -> title:Types.string_ -> reward:Types.currency_amount -> assignment_duration_in_seconds:Types.long -> unit -> Types.create_hit_type_request
val make_create_hit_response : ?hi_t:Types.hi_t -> unit -> Types.create_hit_response
val make_create_hit_request : ?hit_layout_parameters:Types.hit_layout_parameter_list -> ?hit_layout_id:Types.entity_id -> ?hit_review_policy:Types.review_policy -> ?assignment_review_policy:Types.review_policy -> ?unique_request_token:Types.idempotency_token -> ?qualification_requirements:Types.qualification_requirement_list -> ?requester_annotation:Types.string_ -> ?question:Types.string_ -> ?keywords:Types.string_ -> ?auto_approval_delay_in_seconds:Types.long -> ?max_assignments:Types.integer -> description:Types.string_ -> title:Types.string_ -> reward:Types.currency_amount -> assignment_duration_in_seconds:Types.long -> lifetime_in_seconds:Types.long -> unit -> Types.create_hit_request
val make_create_additional_assignments_for_hit_response : unit -> unit
val make_create_additional_assignments_for_hit_request : ?unique_request_token:Types.idempotency_token -> number_of_additional_assignments:Types.integer -> hit_id:Types.entity_id -> unit -> Types.create_additional_assignments_for_hit_request
val make_associate_qualification_with_worker_response : unit -> unit
val make_associate_qualification_with_worker_request : ?send_notification:Types.boolean_ -> ?integer_value:Types.integer -> worker_id:Types.customer_id -> qualification_type_id:Types.entity_id -> unit -> Types.associate_qualification_with_worker_request
val make_approve_assignment_response : unit -> unit
val make_approve_assignment_request : ?override_rejection:Types.boolean_ -> ?requester_feedback:Types.string_ -> assignment_id:Types.entity_id -> unit -> Types.approve_assignment_request
val make_accept_qualification_request_response : unit -> unit
val make_accept_qualification_request_request : ?integer_value:Types.integer -> qualification_request_id:Types.string_ -> unit -> Types.accept_qualification_request_request

Operations

module AcceptQualificationRequest : sig ... end

The AcceptQualificationRequest operation approves a Worker's request for a Qualification.

module ApproveAssignment : sig ... end

The ApproveAssignment operation approves the results of a completed assignment.

The AssociateQualificationWithWorker operation gives a Worker a Qualification. AssociateQualificationWithWorker does not require that the Worker submit a Qualification request. It gives the Qualification directly to the Worker.

The CreateAdditionalAssignmentsForHIT operation increases the maximum number of assignments of an existing HIT.

module CreateHIT : sig ... end

The CreateHIT operation creates a new Human Intelligence Task (HIT). The new HIT is made available for Workers to find and accept on the Amazon Mechanical Turk website.

module CreateHITType : sig ... end

The CreateHITType operation creates a new HIT type. This operation allows you to define a standard set of HIT properties to use when creating HITs. If you register a HIT type with values that match an existing HIT type, the HIT type ID of the existing type will be returned.

module CreateHITWithHITType : sig ... end

The CreateHITWithHITType operation creates a new Human Intelligence Task (HIT) using an existing HITTypeID generated by the CreateHITType operation.

module CreateQualificationType : sig ... end

The CreateQualificationType operation creates a new Qualification type, which is represented by a QualificationType data structure.

module CreateWorkerBlock : sig ... end

The CreateWorkerBlock operation allows you to prevent a Worker from working on your HITs. For example, you can block a Worker who is producing poor quality work. You can block up to 100,000 Workers.

module DeleteHIT : sig ... end

The DeleteHIT operation is used to delete HIT that is no longer needed. Only the Requester who created the HIT can delete it.

module DeleteQualificationType : sig ... end

The DeleteQualificationType deletes a Qualification type and deletes any HIT types that are associated with the Qualification type.

module DeleteWorkerBlock : sig ... end

The DeleteWorkerBlock operation allows you to reinstate a blocked Worker to work on your HITs. This operation reverses the effects of the CreateWorkerBlock operation. You need the Worker ID to use this operation. If the Worker ID is missing or invalid, this operation fails and returns the message “WorkerId is invalid.” If the specified Worker is not blocked, this operation returns successfully.

The DisassociateQualificationFromWorker revokes a previously granted Qualification from a user.

module GetAccountBalance : sig ... end

The GetAccountBalance operation retrieves the Prepaid HITs balance in your Amazon Mechanical Turk account if you are a Prepaid Requester. Alternatively, this operation will retrieve the remaining available AWS Billing usage if you have enabled AWS Billing. Note: If you have enabled AWS Billing and still have a remaining Prepaid HITs balance, this balance can be viewed on the My Account page in the Requester console.

module GetAssignment : sig ... end

The GetAssignment operation retrieves the details of the specified Assignment.

module GetFileUploadURL : sig ... end

The GetFileUploadURL operation generates and returns a temporary URL. You use the temporary URL to retrieve a file uploaded by a Worker as an answer to a FileUploadAnswer question for a HIT. The temporary URL is generated the instant the GetFileUploadURL operation is called, and is valid for 60 seconds. You can get a temporary file upload URL any time until the HIT is disposed. After the HIT is disposed, any uploaded files are deleted, and cannot be retrieved. Pending Deprecation on December 12, 2017. The Answer Specification structure will no longer support the FileUploadAnswer element to be used for the QuestionForm data structure. Instead, we recommend that Requesters who want to create HITs asking Workers to upload files to use Amazon S3.

module GetHIT : sig ... end

The GetHIT operation retrieves the details of the specified HIT.

module GetQualificationScore : sig ... end

The GetQualificationScore operation returns the value of a Worker's Qualification for a given Qualification type.

module GetQualificationType : sig ... end

The GetQualificationTypeoperation retrieves information about a Qualification type using its ID.

module ListAssignmentsForHIT : sig ... end

The ListAssignmentsForHIT operation retrieves completed assignments for a HIT. You can use this operation to retrieve the results for a HIT.

module ListBonusPayments : sig ... end

The ListBonusPayments operation retrieves the amounts of bonuses you have paid to Workers for a given HIT or assignment.

module ListHITs : sig ... end

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.

module ListHITsForQualificationType : sig ... end

The ListHITsForQualificationType operation returns the HITs that use the given Qualification type for a Qualification requirement. The operation returns HITs of any status, except for HITs that have been deleted with the DeleteHIT operation or that have been auto-deleted.

module ListQualificationRequests : sig ... end

The ListQualificationRequests operation retrieves requests for Qualifications of a particular Qualification type. The owner of the Qualification type calls this operation to poll for pending requests, and accepts them using the AcceptQualification operation.

module ListQualificationTypes : sig ... end

The ListQualificationTypes operation returns a list of Qualification types, filtered by an optional search term.

module ListReviewableHITs : sig ... end

The ListReviewableHITs operation retrieves the HITs with Status equal to Reviewable or Status equal to Reviewing that belong to the Requester calling the operation.

module ListReviewPolicyResultsForHIT : sig ... end

The ListReviewPolicyResultsForHIT operation retrieves the computed results and the actions taken in the course of executing your Review Policies for a given HIT. For information about how to specify Review Policies when you call CreateHIT, see Review Policies. The ListReviewPolicyResultsForHIT operation can return results for both Assignment-level and HIT-level review results.

module ListWorkerBlocks : sig ... end

The ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your HITs.

The ListWorkersWithQualificationType operation returns all of the Workers that have been associated with a given Qualification type.

module NotifyWorkers : sig ... end

The NotifyWorkers operation sends an email to one or more Workers that you specify with the Worker ID. You can specify up to 100 Worker IDs to send the same message with a single call to the NotifyWorkers operation. The NotifyWorkers operation will send a notification email to a Worker only if you have previously approved or rejected work from the Worker.

module RejectAssignment : sig ... end

The RejectAssignment operation rejects the results of a completed assignment.

module RejectQualificationRequest : sig ... end

The RejectQualificationRequest operation rejects a user's request for a Qualification.

module SendBonus : sig ... end

The SendBonus operation issues a payment of money from your account to a Worker. This payment happens separately from the reward you pay to the Worker when you approve the Worker's assignment. The SendBonus operation requires the Worker's ID and the assignment ID as parameters to initiate payment of the bonus. You must include a message that explains the reason for the bonus payment, as the Worker may not be expecting the payment. Amazon Mechanical Turk collects a fee for bonus payments, similar to the HIT listing fee. This operation fails if your account does not have enough funds to pay for both the bonus and the fees.

module SendTestEventNotification : sig ... end

The SendTestEventNotification operation causes Amazon Mechanical Turk to send a notification message as if a HIT event occurred, according to the provided notification specification. This allows you to test notifications without setting up notifications for a real HIT type and trying to trigger them using the website. When you call this operation, the service attempts to send the test notification immediately.

module UpdateExpirationForHIT : sig ... end

The 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.

module UpdateHITReviewStatus : sig ... end

The UpdateHITReviewStatus operation updates the status of a HIT. If the status is Reviewable, this operation can update the status to Reviewing, or it can revert a Reviewing HIT back to the Reviewable status.

module UpdateHITTypeOfHIT : sig ... end

The UpdateHITTypeOfHIT operation allows you to change the HITType properties of a HIT. This operation disassociates the HIT from its old HITType properties and associates it with the new HITType properties. The HIT takes on the properties of the new HITType in place of the old ones.

module UpdateNotificationSettings : sig ... end

The UpdateNotificationSettings operation creates, updates, disables or re-enables notifications for a HIT type. If you call the UpdateNotificationSettings operation for a HIT type that already has a notification specification, the operation replaces the old specification with a new one. You can call the UpdateNotificationSettings operation to enable or disable notifications for the HIT type, without having to modify the notification specification itself by providing updates to the Active status without specifying a new notification specification. To change the Active status of a HIT type's notifications, the HIT type must already have a notification specification, or one must be provided in the same call to UpdateNotificationSettings.

module UpdateQualificationType : sig ... end
module Json_serializers : sig ... end
module Json_deserializers : sig ... end