R/mturk_interfaces.R

Defines functions update_qualification_type_output update_qualification_type_input update_notification_settings_output update_notification_settings_input update_hit_type_of_hit_output update_hit_type_of_hit_input update_hit_review_status_output update_hit_review_status_input update_expiration_for_hit_output update_expiration_for_hit_input send_test_event_notification_output send_test_event_notification_input send_bonus_output send_bonus_input reject_qualification_request_output reject_qualification_request_input reject_assignment_output reject_assignment_input notify_workers_output notify_workers_input list_workers_with_qualification_type_output list_workers_with_qualification_type_input list_worker_blocks_output list_worker_blocks_input list_reviewable_hi_ts_output list_reviewable_hi_ts_input list_review_policy_results_for_hit_output list_review_policy_results_for_hit_input list_qualification_types_output list_qualification_types_input list_qualification_requests_output list_qualification_requests_input list_hi_ts_for_qualification_type_output list_hi_ts_for_qualification_type_input list_hi_ts_output list_hi_ts_input list_bonus_payments_output list_bonus_payments_input list_assignments_for_hit_output list_assignments_for_hit_input get_qualification_type_output get_qualification_type_input get_qualification_score_output get_qualification_score_input get_hit_output get_hit_input get_file_upload_url_output get_file_upload_url_input get_assignment_output get_assignment_input get_account_balance_output get_account_balance_input disassociate_qualification_from_worker_output disassociate_qualification_from_worker_input delete_worker_block_output delete_worker_block_input delete_qualification_type_output delete_qualification_type_input delete_hit_output delete_hit_input create_worker_block_output create_worker_block_input create_qualification_type_output create_qualification_type_input create_hit_with_hit_type_output create_hit_with_hit_type_input create_hit_type_output create_hit_type_input create_hit_output create_hit_input create_additional_assignments_for_hit_output create_additional_assignments_for_hit_input associate_qualification_with_worker_output associate_qualification_with_worker_input approve_assignment_output approve_assignment_input accept_qualification_request_output accept_qualification_request_input

# This file is generated by make.paws. Please do not edit here.
#' @importFrom paws.common populate
#' @include mturk_service.R
NULL

.mturk$accept_qualification_request_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QualificationRequestId = structure(logical(0), tags = list(type = "string")), IntegerValue = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$accept_qualification_request_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$approve_assignment_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AssignmentId = structure(logical(0), tags = list(type = "string")), RequesterFeedback = structure(logical(0), tags = list(type = "string")), OverrideRejection = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$approve_assignment_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$associate_qualification_with_worker_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QualificationTypeId = structure(logical(0), tags = list(type = "string")), WorkerId = structure(logical(0), tags = list(type = "string")), IntegerValue = structure(logical(0), tags = list(type = "integer")), SendNotification = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$associate_qualification_with_worker_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$create_additional_assignments_for_hit_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HITId = structure(logical(0), tags = list(type = "string")), NumberOfAdditionalAssignments = structure(logical(0), tags = list(type = "integer")), UniqueRequestToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$create_additional_assignments_for_hit_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$create_hit_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MaxAssignments = structure(logical(0), tags = list(type = "integer")), AutoApprovalDelayInSeconds = structure(logical(0), tags = list(type = "long")), LifetimeInSeconds = structure(logical(0), tags = list(type = "long")), AssignmentDurationInSeconds = structure(logical(0), tags = list(type = "long")), Reward = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), Keywords = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Question = structure(logical(0), tags = list(type = "string")), RequesterAnnotation = structure(logical(0), tags = list(type = "string")), QualificationRequirements = structure(list(structure(list(QualificationTypeId = structure(logical(0), tags = list(type = "string")), Comparator = structure(logical(0), tags = list(type = "string")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "integer"))), tags = list(type = "list")), LocaleValues = structure(list(structure(list(Country = structure(logical(0), tags = list(type = "string")), Subdivision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RequiredToPreview = structure(logical(0), tags = list(deprecated = TRUE, type = "boolean")), ActionsGuarded = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), UniqueRequestToken = structure(logical(0), tags = list(type = "string")), AssignmentReviewPolicy = structure(list(PolicyName = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), MapEntries = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HITReviewPolicy = structure(list(PolicyName = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), MapEntries = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HITLayoutId = structure(logical(0), tags = list(type = "string")), HITLayoutParameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$create_hit_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HIT = structure(list(HITId = structure(logical(0), tags = list(type = "string")), HITTypeId = structure(logical(0), tags = list(type = "string")), HITGroupId = structure(logical(0), tags = list(type = "string")), HITLayoutId = structure(logical(0), tags = list(type = "string")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), Title = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Question = structure(logical(0), tags = list(type = "string")), Keywords = structure(logical(0), tags = list(type = "string")), HITStatus = structure(logical(0), tags = list(type = "string")), MaxAssignments = structure(logical(0), tags = list(type = "integer")), Reward = structure(logical(0), tags = list(type = "string")), AutoApprovalDelayInSeconds = structure(logical(0), tags = list(type = "long")), Expiration = structure(logical(0), tags = list(type = "timestamp")), AssignmentDurationInSeconds = structure(logical(0), tags = list(type = "long")), RequesterAnnotation = structure(logical(0), tags = list(type = "string")), QualificationRequirements = structure(list(structure(list(QualificationTypeId = structure(logical(0), tags = list(type = "string")), Comparator = structure(logical(0), tags = list(type = "string")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "integer"))), tags = list(type = "list")), LocaleValues = structure(list(structure(list(Country = structure(logical(0), tags = list(type = "string")), Subdivision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RequiredToPreview = structure(logical(0), tags = list(deprecated = TRUE, type = "boolean")), ActionsGuarded = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), HITReviewStatus = structure(logical(0), tags = list(type = "string")), NumberOfAssignmentsPending = structure(logical(0), tags = list(type = "integer")), NumberOfAssignmentsAvailable = structure(logical(0), tags = list(type = "integer")), NumberOfAssignmentsCompleted = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$create_hit_type_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AutoApprovalDelayInSeconds = structure(logical(0), tags = list(type = "long")), AssignmentDurationInSeconds = structure(logical(0), tags = list(type = "long")), Reward = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), Keywords = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), QualificationRequirements = structure(list(structure(list(QualificationTypeId = structure(logical(0), tags = list(type = "string")), Comparator = structure(logical(0), tags = list(type = "string")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "integer"))), tags = list(type = "list")), LocaleValues = structure(list(structure(list(Country = structure(logical(0), tags = list(type = "string")), Subdivision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RequiredToPreview = structure(logical(0), tags = list(deprecated = TRUE, type = "boolean")), ActionsGuarded = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$create_hit_type_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HITTypeId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$create_hit_with_hit_type_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HITTypeId = structure(logical(0), tags = list(type = "string")), MaxAssignments = structure(logical(0), tags = list(type = "integer")), LifetimeInSeconds = structure(logical(0), tags = list(type = "long")), Question = structure(logical(0), tags = list(type = "string")), RequesterAnnotation = structure(logical(0), tags = list(type = "string")), UniqueRequestToken = structure(logical(0), tags = list(type = "string")), AssignmentReviewPolicy = structure(list(PolicyName = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), MapEntries = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HITReviewPolicy = structure(list(PolicyName = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), MapEntries = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HITLayoutId = structure(logical(0), tags = list(type = "string")), HITLayoutParameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$create_hit_with_hit_type_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HIT = structure(list(HITId = structure(logical(0), tags = list(type = "string")), HITTypeId = structure(logical(0), tags = list(type = "string")), HITGroupId = structure(logical(0), tags = list(type = "string")), HITLayoutId = structure(logical(0), tags = list(type = "string")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), Title = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Question = structure(logical(0), tags = list(type = "string")), Keywords = structure(logical(0), tags = list(type = "string")), HITStatus = structure(logical(0), tags = list(type = "string")), MaxAssignments = structure(logical(0), tags = list(type = "integer")), Reward = structure(logical(0), tags = list(type = "string")), AutoApprovalDelayInSeconds = structure(logical(0), tags = list(type = "long")), Expiration = structure(logical(0), tags = list(type = "timestamp")), AssignmentDurationInSeconds = structure(logical(0), tags = list(type = "long")), RequesterAnnotation = structure(logical(0), tags = list(type = "string")), QualificationRequirements = structure(list(structure(list(QualificationTypeId = structure(logical(0), tags = list(type = "string")), Comparator = structure(logical(0), tags = list(type = "string")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "integer"))), tags = list(type = "list")), LocaleValues = structure(list(structure(list(Country = structure(logical(0), tags = list(type = "string")), Subdivision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RequiredToPreview = structure(logical(0), tags = list(deprecated = TRUE, type = "boolean")), ActionsGuarded = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), HITReviewStatus = structure(logical(0), tags = list(type = "string")), NumberOfAssignmentsPending = structure(logical(0), tags = list(type = "integer")), NumberOfAssignmentsAvailable = structure(logical(0), tags = list(type = "integer")), NumberOfAssignmentsCompleted = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$create_qualification_type_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Name = structure(logical(0), tags = list(type = "string")), Keywords = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), QualificationTypeStatus = structure(logical(0), tags = list(type = "string")), RetryDelayInSeconds = structure(logical(0), tags = list(type = "long")), Test = structure(logical(0), tags = list(type = "string")), AnswerKey = structure(logical(0), tags = list(type = "string")), TestDurationInSeconds = structure(logical(0), tags = list(type = "long")), AutoGranted = structure(logical(0), tags = list(type = "boolean")), AutoGrantedValue = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$create_qualification_type_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QualificationType = structure(list(QualificationTypeId = structure(logical(0), tags = list(type = "string")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Keywords = structure(logical(0), tags = list(type = "string")), QualificationTypeStatus = structure(logical(0), tags = list(type = "string")), Test = structure(logical(0), tags = list(type = "string")), TestDurationInSeconds = structure(logical(0), tags = list(type = "long")), AnswerKey = structure(logical(0), tags = list(type = "string")), RetryDelayInSeconds = structure(logical(0), tags = list(type = "long")), IsRequestable = structure(logical(0), tags = list(type = "boolean")), AutoGranted = structure(logical(0), tags = list(type = "boolean")), AutoGrantedValue = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$create_worker_block_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(WorkerId = structure(logical(0), tags = list(type = "string")), Reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$create_worker_block_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$delete_hit_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HITId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$delete_hit_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$delete_qualification_type_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QualificationTypeId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$delete_qualification_type_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$delete_worker_block_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(WorkerId = structure(logical(0), tags = list(type = "string")), Reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$delete_worker_block_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$disassociate_qualification_from_worker_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(WorkerId = structure(logical(0), tags = list(type = "string")), QualificationTypeId = structure(logical(0), tags = list(type = "string")), Reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$disassociate_qualification_from_worker_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$get_account_balance_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$get_account_balance_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AvailableBalance = structure(logical(0), tags = list(type = "string")), OnHoldBalance = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$get_assignment_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AssignmentId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$get_assignment_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Assignment = structure(list(AssignmentId = structure(logical(0), tags = list(type = "string")), WorkerId = structure(logical(0), tags = list(type = "string")), HITId = structure(logical(0), tags = list(type = "string")), AssignmentStatus = structure(logical(0), tags = list(type = "string")), AutoApprovalTime = structure(logical(0), tags = list(type = "timestamp")), AcceptTime = structure(logical(0), tags = list(type = "timestamp")), SubmitTime = structure(logical(0), tags = list(type = "timestamp")), ApprovalTime = structure(logical(0), tags = list(type = "timestamp")), RejectionTime = structure(logical(0), tags = list(type = "timestamp")), Deadline = structure(logical(0), tags = list(type = "timestamp")), Answer = structure(logical(0), tags = list(type = "string")), RequesterFeedback = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HIT = structure(list(HITId = structure(logical(0), tags = list(type = "string")), HITTypeId = structure(logical(0), tags = list(type = "string")), HITGroupId = structure(logical(0), tags = list(type = "string")), HITLayoutId = structure(logical(0), tags = list(type = "string")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), Title = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Question = structure(logical(0), tags = list(type = "string")), Keywords = structure(logical(0), tags = list(type = "string")), HITStatus = structure(logical(0), tags = list(type = "string")), MaxAssignments = structure(logical(0), tags = list(type = "integer")), Reward = structure(logical(0), tags = list(type = "string")), AutoApprovalDelayInSeconds = structure(logical(0), tags = list(type = "long")), Expiration = structure(logical(0), tags = list(type = "timestamp")), AssignmentDurationInSeconds = structure(logical(0), tags = list(type = "long")), RequesterAnnotation = structure(logical(0), tags = list(type = "string")), QualificationRequirements = structure(list(structure(list(QualificationTypeId = structure(logical(0), tags = list(type = "string")), Comparator = structure(logical(0), tags = list(type = "string")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "integer"))), tags = list(type = "list")), LocaleValues = structure(list(structure(list(Country = structure(logical(0), tags = list(type = "string")), Subdivision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RequiredToPreview = structure(logical(0), tags = list(deprecated = TRUE, type = "boolean")), ActionsGuarded = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), HITReviewStatus = structure(logical(0), tags = list(type = "string")), NumberOfAssignmentsPending = structure(logical(0), tags = list(type = "integer")), NumberOfAssignmentsAvailable = structure(logical(0), tags = list(type = "integer")), NumberOfAssignmentsCompleted = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$get_file_upload_url_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AssignmentId = structure(logical(0), tags = list(type = "string")), QuestionIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$get_file_upload_url_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(FileUploadURL = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$get_hit_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HITId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$get_hit_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HIT = structure(list(HITId = structure(logical(0), tags = list(type = "string")), HITTypeId = structure(logical(0), tags = list(type = "string")), HITGroupId = structure(logical(0), tags = list(type = "string")), HITLayoutId = structure(logical(0), tags = list(type = "string")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), Title = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Question = structure(logical(0), tags = list(type = "string")), Keywords = structure(logical(0), tags = list(type = "string")), HITStatus = structure(logical(0), tags = list(type = "string")), MaxAssignments = structure(logical(0), tags = list(type = "integer")), Reward = structure(logical(0), tags = list(type = "string")), AutoApprovalDelayInSeconds = structure(logical(0), tags = list(type = "long")), Expiration = structure(logical(0), tags = list(type = "timestamp")), AssignmentDurationInSeconds = structure(logical(0), tags = list(type = "long")), RequesterAnnotation = structure(logical(0), tags = list(type = "string")), QualificationRequirements = structure(list(structure(list(QualificationTypeId = structure(logical(0), tags = list(type = "string")), Comparator = structure(logical(0), tags = list(type = "string")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "integer"))), tags = list(type = "list")), LocaleValues = structure(list(structure(list(Country = structure(logical(0), tags = list(type = "string")), Subdivision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RequiredToPreview = structure(logical(0), tags = list(deprecated = TRUE, type = "boolean")), ActionsGuarded = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), HITReviewStatus = structure(logical(0), tags = list(type = "string")), NumberOfAssignmentsPending = structure(logical(0), tags = list(type = "integer")), NumberOfAssignmentsAvailable = structure(logical(0), tags = list(type = "integer")), NumberOfAssignmentsCompleted = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$get_qualification_score_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QualificationTypeId = structure(logical(0), tags = list(type = "string")), WorkerId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$get_qualification_score_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Qualification = structure(list(QualificationTypeId = structure(logical(0), tags = list(type = "string")), WorkerId = structure(logical(0), tags = list(type = "string")), GrantTime = structure(logical(0), tags = list(type = "timestamp")), IntegerValue = structure(logical(0), tags = list(type = "integer")), LocaleValue = structure(list(Country = structure(logical(0), tags = list(type = "string")), Subdivision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$get_qualification_type_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QualificationTypeId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$get_qualification_type_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QualificationType = structure(list(QualificationTypeId = structure(logical(0), tags = list(type = "string")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Keywords = structure(logical(0), tags = list(type = "string")), QualificationTypeStatus = structure(logical(0), tags = list(type = "string")), Test = structure(logical(0), tags = list(type = "string")), TestDurationInSeconds = structure(logical(0), tags = list(type = "long")), AnswerKey = structure(logical(0), tags = list(type = "string")), RetryDelayInSeconds = structure(logical(0), tags = list(type = "long")), IsRequestable = structure(logical(0), tags = list(type = "boolean")), AutoGranted = structure(logical(0), tags = list(type = "boolean")), AutoGrantedValue = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$list_assignments_for_hit_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HITId = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer")), AssignmentStatuses = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$list_assignments_for_hit_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), NumResults = structure(logical(0), tags = list(type = "integer")), Assignments = structure(list(structure(list(AssignmentId = structure(logical(0), tags = list(type = "string")), WorkerId = structure(logical(0), tags = list(type = "string")), HITId = structure(logical(0), tags = list(type = "string")), AssignmentStatus = structure(logical(0), tags = list(type = "string")), AutoApprovalTime = structure(logical(0), tags = list(type = "timestamp")), AcceptTime = structure(logical(0), tags = list(type = "timestamp")), SubmitTime = structure(logical(0), tags = list(type = "timestamp")), ApprovalTime = structure(logical(0), tags = list(type = "timestamp")), RejectionTime = structure(logical(0), tags = list(type = "timestamp")), Deadline = structure(logical(0), tags = list(type = "timestamp")), Answer = structure(logical(0), tags = list(type = "string")), RequesterFeedback = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$list_bonus_payments_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HITId = structure(logical(0), tags = list(type = "string")), AssignmentId = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$list_bonus_payments_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NumResults = structure(logical(0), tags = list(type = "integer")), NextToken = structure(logical(0), tags = list(type = "string")), BonusPayments = structure(list(structure(list(WorkerId = structure(logical(0), tags = list(type = "string")), BonusAmount = structure(logical(0), tags = list(type = "string")), AssignmentId = structure(logical(0), tags = list(type = "string")), Reason = structure(logical(0), tags = list(type = "string")), GrantTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$list_hi_ts_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$list_hi_ts_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), NumResults = structure(logical(0), tags = list(type = "integer")), HITs = structure(list(structure(list(HITId = structure(logical(0), tags = list(type = "string")), HITTypeId = structure(logical(0), tags = list(type = "string")), HITGroupId = structure(logical(0), tags = list(type = "string")), HITLayoutId = structure(logical(0), tags = list(type = "string")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), Title = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Question = structure(logical(0), tags = list(type = "string")), Keywords = structure(logical(0), tags = list(type = "string")), HITStatus = structure(logical(0), tags = list(type = "string")), MaxAssignments = structure(logical(0), tags = list(type = "integer")), Reward = structure(logical(0), tags = list(type = "string")), AutoApprovalDelayInSeconds = structure(logical(0), tags = list(type = "long")), Expiration = structure(logical(0), tags = list(type = "timestamp")), AssignmentDurationInSeconds = structure(logical(0), tags = list(type = "long")), RequesterAnnotation = structure(logical(0), tags = list(type = "string")), QualificationRequirements = structure(list(structure(list(QualificationTypeId = structure(logical(0), tags = list(type = "string")), Comparator = structure(logical(0), tags = list(type = "string")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "integer"))), tags = list(type = "list")), LocaleValues = structure(list(structure(list(Country = structure(logical(0), tags = list(type = "string")), Subdivision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RequiredToPreview = structure(logical(0), tags = list(deprecated = TRUE, type = "boolean")), ActionsGuarded = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), HITReviewStatus = structure(logical(0), tags = list(type = "string")), NumberOfAssignmentsPending = structure(logical(0), tags = list(type = "integer")), NumberOfAssignmentsAvailable = structure(logical(0), tags = list(type = "integer")), NumberOfAssignmentsCompleted = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$list_hi_ts_for_qualification_type_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QualificationTypeId = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$list_hi_ts_for_qualification_type_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), NumResults = structure(logical(0), tags = list(type = "integer")), HITs = structure(list(structure(list(HITId = structure(logical(0), tags = list(type = "string")), HITTypeId = structure(logical(0), tags = list(type = "string")), HITGroupId = structure(logical(0), tags = list(type = "string")), HITLayoutId = structure(logical(0), tags = list(type = "string")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), Title = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Question = structure(logical(0), tags = list(type = "string")), Keywords = structure(logical(0), tags = list(type = "string")), HITStatus = structure(logical(0), tags = list(type = "string")), MaxAssignments = structure(logical(0), tags = list(type = "integer")), Reward = structure(logical(0), tags = list(type = "string")), AutoApprovalDelayInSeconds = structure(logical(0), tags = list(type = "long")), Expiration = structure(logical(0), tags = list(type = "timestamp")), AssignmentDurationInSeconds = structure(logical(0), tags = list(type = "long")), RequesterAnnotation = structure(logical(0), tags = list(type = "string")), QualificationRequirements = structure(list(structure(list(QualificationTypeId = structure(logical(0), tags = list(type = "string")), Comparator = structure(logical(0), tags = list(type = "string")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "integer"))), tags = list(type = "list")), LocaleValues = structure(list(structure(list(Country = structure(logical(0), tags = list(type = "string")), Subdivision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RequiredToPreview = structure(logical(0), tags = list(deprecated = TRUE, type = "boolean")), ActionsGuarded = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), HITReviewStatus = structure(logical(0), tags = list(type = "string")), NumberOfAssignmentsPending = structure(logical(0), tags = list(type = "integer")), NumberOfAssignmentsAvailable = structure(logical(0), tags = list(type = "integer")), NumberOfAssignmentsCompleted = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$list_qualification_requests_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QualificationTypeId = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$list_qualification_requests_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NumResults = structure(logical(0), tags = list(type = "integer")), NextToken = structure(logical(0), tags = list(type = "string")), QualificationRequests = structure(list(structure(list(QualificationRequestId = structure(logical(0), tags = list(type = "string")), QualificationTypeId = structure(logical(0), tags = list(type = "string")), WorkerId = structure(logical(0), tags = list(type = "string")), Test = structure(logical(0), tags = list(type = "string")), Answer = structure(logical(0), tags = list(type = "string")), SubmitTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$list_qualification_types_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Query = structure(logical(0), tags = list(type = "string")), MustBeRequestable = structure(logical(0), tags = list(type = "boolean")), MustBeOwnedByCaller = structure(logical(0), tags = list(type = "boolean")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$list_qualification_types_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NumResults = structure(logical(0), tags = list(type = "integer")), NextToken = structure(logical(0), tags = list(type = "string")), QualificationTypes = structure(list(structure(list(QualificationTypeId = structure(logical(0), tags = list(type = "string")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Keywords = structure(logical(0), tags = list(type = "string")), QualificationTypeStatus = structure(logical(0), tags = list(type = "string")), Test = structure(logical(0), tags = list(type = "string")), TestDurationInSeconds = structure(logical(0), tags = list(type = "long")), AnswerKey = structure(logical(0), tags = list(type = "string")), RetryDelayInSeconds = structure(logical(0), tags = list(type = "long")), IsRequestable = structure(logical(0), tags = list(type = "boolean")), AutoGranted = structure(logical(0), tags = list(type = "boolean")), AutoGrantedValue = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$list_review_policy_results_for_hit_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HITId = structure(logical(0), tags = list(type = "string")), PolicyLevels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RetrieveActions = structure(logical(0), tags = list(type = "boolean")), RetrieveResults = structure(logical(0), tags = list(type = "boolean")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$list_review_policy_results_for_hit_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HITId = structure(logical(0), tags = list(type = "string")), AssignmentReviewPolicy = structure(list(PolicyName = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), MapEntries = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HITReviewPolicy = structure(list(PolicyName = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), MapEntries = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AssignmentReviewReport = structure(list(ReviewResults = structure(list(structure(list(ActionId = structure(logical(0), tags = list(type = "string")), SubjectId = structure(logical(0), tags = list(type = "string")), SubjectType = structure(logical(0), tags = list(type = "string")), QuestionId = structure(logical(0), tags = list(type = "string")), Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ReviewActions = structure(list(structure(list(ActionId = structure(logical(0), tags = list(type = "string")), ActionName = structure(logical(0), tags = list(type = "string")), TargetId = structure(logical(0), tags = list(type = "string")), TargetType = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), CompleteTime = structure(logical(0), tags = list(type = "timestamp")), Result = structure(logical(0), tags = list(type = "string")), ErrorCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HITReviewReport = structure(list(ReviewResults = structure(list(structure(list(ActionId = structure(logical(0), tags = list(type = "string")), SubjectId = structure(logical(0), tags = list(type = "string")), SubjectType = structure(logical(0), tags = list(type = "string")), QuestionId = structure(logical(0), tags = list(type = "string")), Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ReviewActions = structure(list(structure(list(ActionId = structure(logical(0), tags = list(type = "string")), ActionName = structure(logical(0), tags = list(type = "string")), TargetId = structure(logical(0), tags = list(type = "string")), TargetType = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), CompleteTime = structure(logical(0), tags = list(type = "timestamp")), Result = structure(logical(0), tags = list(type = "string")), ErrorCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$list_reviewable_hi_ts_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HITTypeId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$list_reviewable_hi_ts_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), NumResults = structure(logical(0), tags = list(type = "integer")), HITs = structure(list(structure(list(HITId = structure(logical(0), tags = list(type = "string")), HITTypeId = structure(logical(0), tags = list(type = "string")), HITGroupId = structure(logical(0), tags = list(type = "string")), HITLayoutId = structure(logical(0), tags = list(type = "string")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), Title = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Question = structure(logical(0), tags = list(type = "string")), Keywords = structure(logical(0), tags = list(type = "string")), HITStatus = structure(logical(0), tags = list(type = "string")), MaxAssignments = structure(logical(0), tags = list(type = "integer")), Reward = structure(logical(0), tags = list(type = "string")), AutoApprovalDelayInSeconds = structure(logical(0), tags = list(type = "long")), Expiration = structure(logical(0), tags = list(type = "timestamp")), AssignmentDurationInSeconds = structure(logical(0), tags = list(type = "long")), RequesterAnnotation = structure(logical(0), tags = list(type = "string")), QualificationRequirements = structure(list(structure(list(QualificationTypeId = structure(logical(0), tags = list(type = "string")), Comparator = structure(logical(0), tags = list(type = "string")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "integer"))), tags = list(type = "list")), LocaleValues = structure(list(structure(list(Country = structure(logical(0), tags = list(type = "string")), Subdivision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RequiredToPreview = structure(logical(0), tags = list(deprecated = TRUE, type = "boolean")), ActionsGuarded = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), HITReviewStatus = structure(logical(0), tags = list(type = "string")), NumberOfAssignmentsPending = structure(logical(0), tags = list(type = "integer")), NumberOfAssignmentsAvailable = structure(logical(0), tags = list(type = "integer")), NumberOfAssignmentsCompleted = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$list_worker_blocks_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$list_worker_blocks_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), NumResults = structure(logical(0), tags = list(type = "integer")), WorkerBlocks = structure(list(structure(list(WorkerId = structure(logical(0), tags = list(type = "string")), Reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$list_workers_with_qualification_type_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QualificationTypeId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$list_workers_with_qualification_type_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), NumResults = structure(logical(0), tags = list(type = "integer")), Qualifications = structure(list(structure(list(QualificationTypeId = structure(logical(0), tags = list(type = "string")), WorkerId = structure(logical(0), tags = list(type = "string")), GrantTime = structure(logical(0), tags = list(type = "timestamp")), IntegerValue = structure(logical(0), tags = list(type = "integer")), LocaleValue = structure(list(Country = structure(logical(0), tags = list(type = "string")), Subdivision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$notify_workers_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Subject = structure(logical(0), tags = list(type = "string")), MessageText = structure(logical(0), tags = list(type = "string")), WorkerIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$notify_workers_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NotifyWorkersFailureStatuses = structure(list(structure(list(NotifyWorkersFailureCode = structure(logical(0), tags = list(type = "string")), NotifyWorkersFailureMessage = structure(logical(0), tags = list(type = "string")), WorkerId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$reject_assignment_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AssignmentId = structure(logical(0), tags = list(type = "string")), RequesterFeedback = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$reject_assignment_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$reject_qualification_request_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QualificationRequestId = structure(logical(0), tags = list(type = "string")), Reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$reject_qualification_request_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$send_bonus_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(WorkerId = structure(logical(0), tags = list(type = "string")), BonusAmount = structure(logical(0), tags = list(type = "string")), AssignmentId = structure(logical(0), tags = list(type = "string")), Reason = structure(logical(0), tags = list(type = "string")), UniqueRequestToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$send_bonus_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$send_test_event_notification_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Notification = structure(list(Destination = structure(logical(0), tags = list(type = "string")), Transport = structure(logical(0), tags = list(type = "string")), Version = structure(logical(0), tags = list(type = "string")), EventTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TestEventType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$send_test_event_notification_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$update_expiration_for_hit_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HITId = structure(logical(0), tags = list(type = "string")), ExpireAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$update_expiration_for_hit_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$update_hit_review_status_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HITId = structure(logical(0), tags = list(type = "string")), Revert = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$update_hit_review_status_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$update_hit_type_of_hit_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HITId = structure(logical(0), tags = list(type = "string")), HITTypeId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$update_hit_type_of_hit_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$update_notification_settings_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HITTypeId = structure(logical(0), tags = list(type = "string")), Notification = structure(list(Destination = structure(logical(0), tags = list(type = "string")), Transport = structure(logical(0), tags = list(type = "string")), Version = structure(logical(0), tags = list(type = "string")), EventTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Active = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$update_notification_settings_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$update_qualification_type_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QualificationTypeId = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), QualificationTypeStatus = structure(logical(0), tags = list(type = "string")), Test = structure(logical(0), tags = list(type = "string")), AnswerKey = structure(logical(0), tags = list(type = "string")), TestDurationInSeconds = structure(logical(0), tags = list(type = "long")), RetryDelayInSeconds = structure(logical(0), tags = list(type = "long")), AutoGranted = structure(logical(0), tags = list(type = "boolean")), AutoGrantedValue = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.mturk$update_qualification_type_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QualificationType = structure(list(QualificationTypeId = structure(logical(0), tags = list(type = "string")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Keywords = structure(logical(0), tags = list(type = "string")), QualificationTypeStatus = structure(logical(0), tags = list(type = "string")), Test = structure(logical(0), tags = list(type = "string")), TestDurationInSeconds = structure(logical(0), tags = list(type = "long")), AnswerKey = structure(logical(0), tags = list(type = "string")), RetryDelayInSeconds = structure(logical(0), tags = list(type = "long")), IsRequestable = structure(logical(0), tags = list(type = "boolean")), AutoGranted = structure(logical(0), tags = list(type = "boolean")), AutoGrantedValue = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

Try the paws.analytics package in your browser

Any scripts or data that you put into this service are public.

paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.