MTurkClient.php 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?php
  2. namespace Aws\MTurk;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon Mechanical Turk Requester Service** service.
  6. * @method \Aws\Result acceptQualificationRequest(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise acceptQualificationRequestAsync(array $args = [])
  8. * @method \Aws\Result approveAssignment(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise approveAssignmentAsync(array $args = [])
  10. * @method \Aws\Result associateQualificationWithWorker(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise associateQualificationWithWorkerAsync(array $args = [])
  12. * @method \Aws\Result createAdditionalAssignmentsForHIT(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createAdditionalAssignmentsForHITAsync(array $args = [])
  14. * @method \Aws\Result createHIT(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createHITAsync(array $args = [])
  16. * @method \Aws\Result createHITType(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createHITTypeAsync(array $args = [])
  18. * @method \Aws\Result createHITWithHITType(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise createHITWithHITTypeAsync(array $args = [])
  20. * @method \Aws\Result createQualificationType(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise createQualificationTypeAsync(array $args = [])
  22. * @method \Aws\Result createWorkerBlock(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise createWorkerBlockAsync(array $args = [])
  24. * @method \Aws\Result deleteHIT(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise deleteHITAsync(array $args = [])
  26. * @method \Aws\Result deleteQualificationType(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise deleteQualificationTypeAsync(array $args = [])
  28. * @method \Aws\Result deleteWorkerBlock(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise deleteWorkerBlockAsync(array $args = [])
  30. * @method \Aws\Result disassociateQualificationFromWorker(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise disassociateQualificationFromWorkerAsync(array $args = [])
  32. * @method \Aws\Result getAccountBalance(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise getAccountBalanceAsync(array $args = [])
  34. * @method \Aws\Result getAssignment(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise getAssignmentAsync(array $args = [])
  36. * @method \Aws\Result getFileUploadURL(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise getFileUploadURLAsync(array $args = [])
  38. * @method \Aws\Result getHIT(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise getHITAsync(array $args = [])
  40. * @method \Aws\Result getQualificationScore(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise getQualificationScoreAsync(array $args = [])
  42. * @method \Aws\Result getQualificationType(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise getQualificationTypeAsync(array $args = [])
  44. * @method \Aws\Result listAssignmentsForHIT(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise listAssignmentsForHITAsync(array $args = [])
  46. * @method \Aws\Result listBonusPayments(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise listBonusPaymentsAsync(array $args = [])
  48. * @method \Aws\Result listHITs(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise listHITsAsync(array $args = [])
  50. * @method \Aws\Result listHITsForQualificationType(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise listHITsForQualificationTypeAsync(array $args = [])
  52. * @method \Aws\Result listQualificationRequests(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise listQualificationRequestsAsync(array $args = [])
  54. * @method \Aws\Result listQualificationTypes(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise listQualificationTypesAsync(array $args = [])
  56. * @method \Aws\Result listReviewPolicyResultsForHIT(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise listReviewPolicyResultsForHITAsync(array $args = [])
  58. * @method \Aws\Result listReviewableHITs(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise listReviewableHITsAsync(array $args = [])
  60. * @method \Aws\Result listWorkerBlocks(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise listWorkerBlocksAsync(array $args = [])
  62. * @method \Aws\Result listWorkersWithQualificationType(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise listWorkersWithQualificationTypeAsync(array $args = [])
  64. * @method \Aws\Result notifyWorkers(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise notifyWorkersAsync(array $args = [])
  66. * @method \Aws\Result rejectAssignment(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise rejectAssignmentAsync(array $args = [])
  68. * @method \Aws\Result rejectQualificationRequest(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise rejectQualificationRequestAsync(array $args = [])
  70. * @method \Aws\Result sendBonus(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise sendBonusAsync(array $args = [])
  72. * @method \Aws\Result sendTestEventNotification(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise sendTestEventNotificationAsync(array $args = [])
  74. * @method \Aws\Result updateExpirationForHIT(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise updateExpirationForHITAsync(array $args = [])
  76. * @method \Aws\Result updateHITReviewStatus(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise updateHITReviewStatusAsync(array $args = [])
  78. * @method \Aws\Result updateHITTypeOfHIT(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise updateHITTypeOfHITAsync(array $args = [])
  80. * @method \Aws\Result updateNotificationSettings(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise updateNotificationSettingsAsync(array $args = [])
  82. * @method \Aws\Result updateQualificationType(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise updateQualificationTypeAsync(array $args = [])
  84. */
  85. class MTurkClient extends AwsClient {}