Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

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