Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/MTurk/MTurkClient.php
Строк: 123
<?php
namespace AwsMTurk;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon Mechanical Turk Requester Service** service.
* @method AwsResult acceptQualificationRequest(array $args = [])
* @method GuzzleHttpPromisePromise acceptQualificationRequestAsync(array $args = [])
* @method AwsResult approveAssignment(array $args = [])
* @method GuzzleHttpPromisePromise approveAssignmentAsync(array $args = [])
* @method AwsResult associateQualificationWithWorker(array $args = [])
* @method GuzzleHttpPromisePromise associateQualificationWithWorkerAsync(array $args = [])
* @method AwsResult createAdditionalAssignmentsForHIT(array $args = [])
* @method GuzzleHttpPromisePromise createAdditionalAssignmentsForHITAsync(array $args = [])
* @method AwsResult createHIT(array $args = [])
* @method GuzzleHttpPromisePromise createHITAsync(array $args = [])
* @method AwsResult createHITType(array $args = [])
* @method GuzzleHttpPromisePromise createHITTypeAsync(array $args = [])
* @method AwsResult createHITWithHITType(array $args = [])
* @method GuzzleHttpPromisePromise createHITWithHITTypeAsync(array $args = [])
* @method AwsResult createQualificationType(array $args = [])
* @method GuzzleHttpPromisePromise createQualificationTypeAsync(array $args = [])
* @method AwsResult createWorkerBlock(array $args = [])
* @method GuzzleHttpPromisePromise createWorkerBlockAsync(array $args = [])
* @method AwsResult deleteHIT(array $args = [])
* @method GuzzleHttpPromisePromise deleteHITAsync(array $args = [])
* @method AwsResult deleteQualificationType(array $args = [])
* @method GuzzleHttpPromisePromise deleteQualificationTypeAsync(array $args = [])
* @method AwsResult deleteWorkerBlock(array $args = [])
* @method GuzzleHttpPromisePromise deleteWorkerBlockAsync(array $args = [])
* @method AwsResult disassociateQualificationFromWorker(array $args = [])
* @method GuzzleHttpPromisePromise disassociateQualificationFromWorkerAsync(array $args = [])
* @method AwsResult getAccountBalance(array $args = [])
* @method GuzzleHttpPromisePromise getAccountBalanceAsync(array $args = [])
* @method AwsResult getAssignment(array $args = [])
* @method GuzzleHttpPromisePromise getAssignmentAsync(array $args = [])
* @method AwsResult getFileUploadURL(array $args = [])
* @method GuzzleHttpPromisePromise getFileUploadURLAsync(array $args = [])
* @method AwsResult getHIT(array $args = [])
* @method GuzzleHttpPromisePromise getHITAsync(array $args = [])
* @method AwsResult getQualificationScore(array $args = [])
* @method GuzzleHttpPromisePromise getQualificationScoreAsync(array $args = [])
* @method AwsResult getQualificationType(array $args = [])
* @method GuzzleHttpPromisePromise getQualificationTypeAsync(array $args = [])
* @method AwsResult listAssignmentsForHIT(array $args = [])
* @method GuzzleHttpPromisePromise listAssignmentsForHITAsync(array $args = [])
* @method AwsResult listBonusPayments(array $args = [])
* @method GuzzleHttpPromisePromise listBonusPaymentsAsync(array $args = [])
* @method AwsResult listHITs(array $args = [])
* @method GuzzleHttpPromisePromise listHITsAsync(array $args = [])
* @method AwsResult listHITsForQualificationType(array $args = [])
* @method GuzzleHttpPromisePromise listHITsForQualificationTypeAsync(array $args = [])
* @method AwsResult listQualificationRequests(array $args = [])
* @method GuzzleHttpPromisePromise listQualificationRequestsAsync(array $args = [])
* @method AwsResult listQualificationTypes(array $args = [])
* @method GuzzleHttpPromisePromise listQualificationTypesAsync(array $args = [])
* @method AwsResult listReviewPolicyResultsForHIT(array $args = [])
* @method GuzzleHttpPromisePromise listReviewPolicyResultsForHITAsync(array $args = [])
* @method AwsResult listReviewableHITs(array $args = [])
* @method GuzzleHttpPromisePromise listReviewableHITsAsync(array $args = [])
* @method AwsResult listWorkerBlocks(array $args = [])
* @method GuzzleHttpPromisePromise listWorkerBlocksAsync(array $args = [])
* @method AwsResult listWorkersWithQualificationType(array $args = [])
* @method GuzzleHttpPromisePromise listWorkersWithQualificationTypeAsync(array $args = [])
* @method AwsResult notifyWorkers(array $args = [])
* @method GuzzleHttpPromisePromise notifyWorkersAsync(array $args = [])
* @method AwsResult rejectAssignment(array $args = [])
* @method GuzzleHttpPromisePromise rejectAssignmentAsync(array $args = [])
* @method AwsResult rejectQualificationRequest(array $args = [])
* @method GuzzleHttpPromisePromise rejectQualificationRequestAsync(array $args = [])
* @method AwsResult sendBonus(array $args = [])
* @method GuzzleHttpPromisePromise sendBonusAsync(array $args = [])
* @method AwsResult sendTestEventNotification(array $args = [])
* @method GuzzleHttpPromisePromise sendTestEventNotificationAsync(array $args = [])
* @method AwsResult updateExpirationForHIT(array $args = [])
* @method GuzzleHttpPromisePromise updateExpirationForHITAsync(array $args = [])
* @method AwsResult updateHITReviewStatus(array $args = [])
* @method GuzzleHttpPromisePromise updateHITReviewStatusAsync(array $args = [])
* @method AwsResult updateHITTypeOfHIT(array $args = [])
* @method GuzzleHttpPromisePromise updateHITTypeOfHITAsync(array $args = [])
* @method AwsResult updateNotificationSettings(array $args = [])
* @method GuzzleHttpPromisePromise updateNotificationSettingsAsync(array $args = [])
* @method AwsResult updateQualificationType(array $args = [])
* @method GuzzleHttpPromisePromise updateQualificationTypeAsync(array $args = [])
*/
class MTurkClient extends AwsClient {}