PNG
IHDR ; IDATxܻn0K
)(pA7LeG{ §㻢|ذaÆ
6lذaÆ
6lذaÆ
6lom$^yذag5 bÆ
6lذaÆ
6lذa{
6lذaÆ
`}HFkm,mӪôô!x|'ܢ˟;E:9&ᶒ}{v]n&6
h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%tMז -lG6mrz2s%9s@-k9=)kB5\+͂ZsٲRn~GRCwIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL /F*\Ԕ#"5m2[S=gnaPeғL
lذaÆ
6l^ḵaÆ
6lذaÆ
6lذa;
_ذaÆ
6lذaÆ
6lذaÆ
R IENDB`
package Paws::MTurk;
use Moose;
sub service { 'mturk-requester' }
sub signing_name { 'mturk-requester' }
sub version { '2017-01-17' }
sub target_prefix { 'MTurkRequesterServiceV20170117' }
sub json_version { "1.1" }
has max_attempts => (is => 'ro', isa => 'Int', default => 5);
has retry => (is => 'ro', isa => 'HashRef', default => sub {
{ base => 'rand', type => 'exponential', growth_factor => 2 }
});
has retriables => (is => 'ro', isa => 'ArrayRef', default => sub { [
] });
with 'Paws::API::Caller', 'Paws::API::EndpointResolver', 'Paws::Net::V4Signature', 'Paws::Net::JsonCaller';
sub AcceptQualificationRequest {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::AcceptQualificationRequest', @_);
return $self->caller->do_call($self, $call_object);
}
sub ApproveAssignment {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::ApproveAssignment', @_);
return $self->caller->do_call($self, $call_object);
}
sub AssociateQualificationWithWorker {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::AssociateQualificationWithWorker', @_);
return $self->caller->do_call($self, $call_object);
}
sub CreateAdditionalAssignmentsForHIT {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::CreateAdditionalAssignmentsForHIT', @_);
return $self->caller->do_call($self, $call_object);
}
sub CreateHIT {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::CreateHIT', @_);
return $self->caller->do_call($self, $call_object);
}
sub CreateHITType {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::CreateHITType', @_);
return $self->caller->do_call($self, $call_object);
}
sub CreateHITWithHITType {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::CreateHITWithHITType', @_);
return $self->caller->do_call($self, $call_object);
}
sub CreateQualificationType {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::CreateQualificationType', @_);
return $self->caller->do_call($self, $call_object);
}
sub CreateWorkerBlock {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::CreateWorkerBlock', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeleteHIT {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::DeleteHIT', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeleteQualificationType {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::DeleteQualificationType', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeleteWorkerBlock {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::DeleteWorkerBlock', @_);
return $self->caller->do_call($self, $call_object);
}
sub DisassociateQualificationFromWorker {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::DisassociateQualificationFromWorker', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetAccountBalance {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::GetAccountBalance', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetAssignment {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::GetAssignment', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetFileUploadURL {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::GetFileUploadURL', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetHIT {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::GetHIT', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetQualificationScore {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::GetQualificationScore', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetQualificationType {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::GetQualificationType', @_);
return $self->caller->do_call($self, $call_object);
}
sub ListAssignmentsForHIT {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::ListAssignmentsForHIT', @_);
return $self->caller->do_call($self, $call_object);
}
sub ListBonusPayments {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::ListBonusPayments', @_);
return $self->caller->do_call($self, $call_object);
}
sub ListHITs {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::ListHITs', @_);
return $self->caller->do_call($self, $call_object);
}
sub ListHITsForQualificationType {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::ListHITsForQualificationType', @_);
return $self->caller->do_call($self, $call_object);
}
sub ListQualificationRequests {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::ListQualificationRequests', @_);
return $self->caller->do_call($self, $call_object);
}
sub ListQualificationTypes {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::ListQualificationTypes', @_);
return $self->caller->do_call($self, $call_object);
}
sub ListReviewableHITs {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::ListReviewableHITs', @_);
return $self->caller->do_call($self, $call_object);
}
sub ListReviewPolicyResultsForHIT {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::ListReviewPolicyResultsForHIT', @_);
return $self->caller->do_call($self, $call_object);
}
sub ListWorkerBlocks {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::ListWorkerBlocks', @_);
return $self->caller->do_call($self, $call_object);
}
sub ListWorkersWithQualificationType {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::ListWorkersWithQualificationType', @_);
return $self->caller->do_call($self, $call_object);
}
sub NotifyWorkers {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::NotifyWorkers', @_);
return $self->caller->do_call($self, $call_object);
}
sub RejectAssignment {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::RejectAssignment', @_);
return $self->caller->do_call($self, $call_object);
}
sub RejectQualificationRequest {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::RejectQualificationRequest', @_);
return $self->caller->do_call($self, $call_object);
}
sub SendBonus {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::SendBonus', @_);
return $self->caller->do_call($self, $call_object);
}
sub SendTestEventNotification {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::SendTestEventNotification', @_);
return $self->caller->do_call($self, $call_object);
}
sub UpdateExpirationForHIT {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::UpdateExpirationForHIT', @_);
return $self->caller->do_call($self, $call_object);
}
sub UpdateHITReviewStatus {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::UpdateHITReviewStatus', @_);
return $self->caller->do_call($self, $call_object);
}
sub UpdateHITTypeOfHIT {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::UpdateHITTypeOfHIT', @_);
return $self->caller->do_call($self, $call_object);
}
sub UpdateNotificationSettings {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::UpdateNotificationSettings', @_);
return $self->caller->do_call($self, $call_object);
}
sub UpdateQualificationType {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::MTurk::UpdateQualificationType', @_);
return $self->caller->do_call($self, $call_object);
}
sub ListAllAssignmentsForHIT {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->ListAssignmentsForHIT(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->ListAssignmentsForHIT(@_, NextToken => $next_result->NextToken);
push @{ $result->Assignments }, @{ $next_result->Assignments };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'Assignments') foreach (@{ $result->Assignments });
$result = $self->ListAssignmentsForHIT(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'Assignments') foreach (@{ $result->Assignments });
}
return undef
}
sub ListAllBonusPayments {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->ListBonusPayments(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->ListBonusPayments(@_, NextToken => $next_result->NextToken);
push @{ $result->BonusPayments }, @{ $next_result->BonusPayments };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'BonusPayments') foreach (@{ $result->BonusPayments });
$result = $self->ListBonusPayments(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'BonusPayments') foreach (@{ $result->BonusPayments });
}
return undef
}
sub ListAllHITs {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->ListHITs(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->ListHITs(@_, NextToken => $next_result->NextToken);
push @{ $result->HITs }, @{ $next_result->HITs };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'HITs') foreach (@{ $result->HITs });
$result = $self->ListHITs(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'HITs') foreach (@{ $result->HITs });
}
return undef
}
sub ListAllHITsForQualificationType {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->ListHITsForQualificationType(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->ListHITsForQualificationType(@_, NextToken => $next_result->NextToken);
push @{ $result->HITs }, @{ $next_result->HITs };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'HITs') foreach (@{ $result->HITs });
$result = $self->ListHITsForQualificationType(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'HITs') foreach (@{ $result->HITs });
}
return undef
}
sub ListAllQualificationRequests {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->ListQualificationRequests(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->ListQualificationRequests(@_, NextToken => $next_result->NextToken);
push @{ $result->QualificationRequests }, @{ $next_result->QualificationRequests };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'QualificationRequests') foreach (@{ $result->QualificationRequests });
$result = $self->ListQualificationRequests(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'QualificationRequests') foreach (@{ $result->QualificationRequests });
}
return undef
}
sub ListAllQualificationTypes {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->ListQualificationTypes(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->ListQualificationTypes(@_, NextToken => $next_result->NextToken);
push @{ $result->QualificationTypes }, @{ $next_result->QualificationTypes };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'QualificationTypes') foreach (@{ $result->QualificationTypes });
$result = $self->ListQualificationTypes(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'QualificationTypes') foreach (@{ $result->QualificationTypes });
}
return undef
}
sub ListAllReviewableHITs {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->ListReviewableHITs(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->ListReviewableHITs(@_, NextToken => $next_result->NextToken);
push @{ $result->HITs }, @{ $next_result->HITs };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'HITs') foreach (@{ $result->HITs });
$result = $self->ListReviewableHITs(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'HITs') foreach (@{ $result->HITs });
}
return undef
}
sub ListAllWorkerBlocks {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->ListWorkerBlocks(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->ListWorkerBlocks(@_, NextToken => $next_result->NextToken);
push @{ $result->WorkerBlocks }, @{ $next_result->WorkerBlocks };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'WorkerBlocks') foreach (@{ $result->WorkerBlocks });
$result = $self->ListWorkerBlocks(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'WorkerBlocks') foreach (@{ $result->WorkerBlocks });
}
return undef
}
sub ListAllWorkersWithQualificationType {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->ListWorkersWithQualificationType(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->ListWorkersWithQualificationType(@_, NextToken => $next_result->NextToken);
push @{ $result->Qualifications }, @{ $next_result->Qualifications };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'Qualifications') foreach (@{ $result->Qualifications });
$result = $self->ListWorkersWithQualificationType(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'Qualifications') foreach (@{ $result->Qualifications });
}
return undef
}
sub operations { qw/AcceptQualificationRequest ApproveAssignment AssociateQualificationWithWorker CreateAdditionalAssignmentsForHIT CreateHIT CreateHITType CreateHITWithHITType CreateQualificationType CreateWorkerBlock DeleteHIT DeleteQualificationType DeleteWorkerBlock DisassociateQualificationFromWorker GetAccountBalance GetAssignment GetFileUploadURL GetHIT GetQualificationScore GetQualificationType ListAssignmentsForHIT ListBonusPayments ListHITs ListHITsForQualificationType ListQualificationRequests ListQualificationTypes ListReviewableHITs ListReviewPolicyResultsForHIT ListWorkerBlocks ListWorkersWithQualificationType NotifyWorkers RejectAssignment RejectQualificationRequest SendBonus SendTestEventNotification UpdateExpirationForHIT UpdateHITReviewStatus UpdateHITTypeOfHIT UpdateNotificationSettings UpdateQualificationType / }
1;
### main pod documentation begin ###
=head1 NAME
Paws::MTurk - Perl Interface to AWS Amazon Mechanical Turk
=head1 SYNOPSIS
use Paws;
my $obj = Paws->service('MTurk');
my $res = $obj->Method(
Arg1 => $val1,
Arg2 => [ 'V1', 'V2' ],
# if Arg3 is an object, the HashRef will be used as arguments to the constructor
# of the arguments type
Arg3 => { Att1 => 'Val1' },
# if Arg4 is an array of objects, the HashRefs will be passed as arguments to
# the constructor of the arguments type
Arg4 => [ { Att1 => 'Val1' }, { Att1 => 'Val2' } ],
);
=head1 DESCRIPTION
Amazon Mechanical Turk API Reference
For the AWS API documentation, see L
=head1 METHODS
=head2 AcceptQualificationRequest
=over
=item QualificationRequestId => Str
=item [IntegerValue => Int]
=back
Each argument is described in detail in: L
Returns: a L instance
The C operation approves a Worker's request
for a Qualification.
Only the owner of the Qualification type can grant a Qualification
request for that type.
A successful request for the C operation
returns with no errors and an empty body.
=head2 ApproveAssignment
=over
=item AssignmentId => Str
=item [OverrideRejection => Bool]
=item [RequesterFeedback => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
The C operation approves the results of a completed
assignment.
Approving an assignment initiates two payments from the Requester's
Amazon.com account
=over
=item *
The Worker who submitted the results is paid the reward specified in
the HIT.
=item *
Amazon Mechanical Turk fees are debited.
=back
If the Requester's account does not have adequate funds for these
payments, the call to ApproveAssignment returns an exception, and the
approval is not processed. You can include an optional feedback message
with the approval, which the Worker can see in the Status section of
the web site.
You can also call this operation for assignments that were previous
rejected and approve them by explicitly overriding the previous
rejection. This only works on rejected assignments that were submitted
within the previous 30 days and only if the assignment's related HIT
has not been deleted.
=head2 AssociateQualificationWithWorker
=over
=item QualificationTypeId => Str
=item WorkerId => Str
=item [IntegerValue => Int]
=item [SendNotification => Bool]
=back
Each argument is described in detail in: L
Returns: a L instance
The C operation gives a Worker a
Qualification. C does not require
that the Worker submit a Qualification request. It gives the
Qualification directly to the Worker.
You can only assign a Qualification of a Qualification type that you
created (using the C operation).
Note: C does not affect any pending
Qualification requests for the Qualification by the Worker. If you
assign a Qualification to a Worker, then later grant a Qualification
request made by the Worker, the granting of the request may modify the
Qualification score. To resolve a pending Qualification request without
affecting the Qualification the Worker already has, reject the request
with the C operation.
=head2 CreateAdditionalAssignmentsForHIT
=over
=item HITId => Str
=item NumberOfAdditionalAssignments => Int
=item [UniqueRequestToken => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
The C operation increases the
maximum number of assignments of an existing HIT.
To extend the maximum number of assignments, specify the number of
additional assignments.
=over
=item *
HITs created with fewer than 10 assignments cannot be extended to have
10 or more assignments. Attempting to add assignments in a way that
brings the total number of assignments for a HIT from fewer than 10
assignments to 10 or more assignments will result in an
C exception.
=item *
HITs that were created before July 22, 2015 cannot be extended.
Attempting to extend HITs that were created before July 22, 2015 will
result in an C exception.
=back
=head2 CreateHIT
=over
=item AssignmentDurationInSeconds => Int
=item Description => Str
=item LifetimeInSeconds => Int
=item Reward => Str
=item Title => Str
=item [AssignmentReviewPolicy => L]
=item [AutoApprovalDelayInSeconds => Int]
=item [HITLayoutId => Str]
=item [HITLayoutParameters => ArrayRef[L]]
=item [HITReviewPolicy => L]
=item [Keywords => Str]
=item [MaxAssignments => Int]
=item [QualificationRequirements => ArrayRef[L]]
=item [Question => Str]
=item [RequesterAnnotation => Str]
=item [UniqueRequestToken => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
The C 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.
This operation allows you to specify a new HIT by passing in values for
the properties of the HIT, such as its title, reward amount and number
of assignments. When you pass these values to C, a new HIT
is created for you, with a new C. The HITTypeID can be used
to create additional HITs in the future without needing to specify
common parameters such as the title, description and reward amount each
time.
An alternative way to create HITs is to first generate a HITTypeID
using the C operation and then call the
C operation. This is the recommended best
practice for Requesters who are creating large numbers of HITs.
CreateHIT also supports several ways to provide question data: by
providing a value for the C parameter that fully specifies
the contents of the HIT, or by providing a C and
associated C.
If a HIT is created with 10 or more maximum assignments, there is an
additional fee. For more information, see Amazon Mechanical Turk
Pricing (https://requester.mturk.com/pricing).
=head2 CreateHITType
=over
=item AssignmentDurationInSeconds => Int
=item Description => Str
=item Reward => Str
=item Title => Str
=item [AutoApprovalDelayInSeconds => Int]
=item [Keywords => Str]
=item [QualificationRequirements => ArrayRef[L]]
=back
Each argument is described in detail in: L
Returns: a L instance
The C 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.
=head2 CreateHITWithHITType
=over
=item HITTypeId => Str
=item LifetimeInSeconds => Int
=item [AssignmentReviewPolicy => L]
=item [HITLayoutId => Str]
=item [HITLayoutParameters => ArrayRef[L]]
=item [HITReviewPolicy => L]
=item [MaxAssignments => Int]
=item [Question => Str]
=item [RequesterAnnotation => Str]
=item [UniqueRequestToken => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
The C operation creates a new Human Intelligence
Task (HIT) using an existing HITTypeID generated by the
C operation.
This is an alternative way to create HITs from the C
operation. This is the recommended best practice for Requesters who are
creating large numbers of HITs.
CreateHITWithHITType also supports several ways to provide question
data: by providing a value for the C parameter that fully
specifies the contents of the HIT, or by providing a C and
associated C.
If a HIT is created with 10 or more maximum assignments, there is an
additional fee. For more information, see Amazon Mechanical Turk
Pricing (https://requester.mturk.com/pricing).
=head2 CreateQualificationType
=over
=item Description => Str
=item Name => Str
=item QualificationTypeStatus => Str
=item [AnswerKey => Str]
=item [AutoGranted => Bool]
=item [AutoGrantedValue => Int]
=item [Keywords => Str]
=item [RetryDelayInSeconds => Int]
=item [Test => Str]
=item [TestDurationInSeconds => Int]
=back
Each argument is described in detail in: L
Returns: a L instance
The C operation creates a new Qualification
type, which is represented by a C data structure.
=head2 CreateWorkerBlock
=over
=item Reason => Str
=item WorkerId => Str
=back
Each argument is described in detail in: L
Returns: a L instance
The C 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.
=head2 DeleteHIT
=over
=item HITId => Str
=back
Each argument is described in detail in: L
Returns: a L instance
The C operation is used to delete HIT that is no longer
needed. Only the Requester who created the HIT can delete it.
You can only dispose of HITs that are in the C state, with
all of their submitted assignments already either approved or rejected.
If you call the DeleteHIT operation on a HIT that is not in the
C state (for example, that has not expired, or still has
active assignments), or on a HIT that is Reviewable but without all of
its submitted assignments already approved or rejected, the service
will return an error.
=over
=item *
HITs are automatically disposed of after 120 days.
=item *
After you dispose of a HIT, you can no longer approve the HIT's
rejected assignments.
=item *
Disposed HITs are not returned in results for the ListHITs operation.
=item *
Disposing HITs can improve the performance of operations such as
ListReviewableHITs and ListHITs.
=back
=head2 DeleteQualificationType
=over
=item QualificationTypeId => Str
=back
Each argument is described in detail in: L
Returns: a L instance
The C deletes a Qualification type and deletes
any HIT types that are associated with the Qualification type.
This operation does not revoke Qualifications already assigned to
Workers because the Qualifications might be needed for active HITs. If
there are any pending requests for the Qualification type, Amazon
Mechanical Turk rejects those requests. After you delete a
Qualification type, you can no longer use it to create HITs or HIT
types.
DeleteQualificationType must wait for all the HITs that use the deleted
Qualification type to be deleted before completing. It may take up to
48 hours before DeleteQualificationType completes and the unique name
of the Qualification type is available for reuse with
CreateQualificationType.
=head2 DeleteWorkerBlock
=over
=item WorkerId => Str
=item [Reason => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
The C 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 EWorkerId is invalid.E If the
specified Worker is not blocked, this operation returns successfully.
=head2 DisassociateQualificationFromWorker
=over
=item QualificationTypeId => Str
=item WorkerId => Str
=item [Reason => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
The C revokes a previously granted
Qualification from a user.
You can provide a text message explaining why the Qualification was
revoked. The user who had the Qualification can see this message.
=head2 GetAccountBalance
Each argument is described in detail in: L
Returns: a L instance
The C 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.
=head2 GetAssignment
=over
=item AssignmentId => Str
=back
Each argument is described in detail in: L
Returns: a L instance
The C operation retrieves the details of the specified
Assignment.
=head2 GetFileUploadURL
=over
=item AssignmentId => Str
=item QuestionIdentifier => Str
=back
Each argument is described in detail in: L
Returns: a L instance
The C 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 C 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.
=head2 GetHIT
=over
=item HITId => Str
=back
Each argument is described in detail in: L
Returns: a L instance
The C operation retrieves the details of the specified HIT.
=head2 GetQualificationScore
=over
=item QualificationTypeId => Str
=item WorkerId => Str
=back
Each argument is described in detail in: L
Returns: a L instance
The C operation returns the value of a Worker's
Qualification for a given Qualification type.
To get a Worker's Qualification, you must know the Worker's ID. The
Worker's ID is included in the assignment data returned by the
C operation.
Only the owner of a Qualification type can query the value of a
Worker's Qualification of that type.
=head2 GetQualificationType
=over
=item QualificationTypeId => Str
=back
Each argument is described in detail in: L
Returns: a L instance
The Coperation retrieves information about a
Qualification type using its ID.
=head2 ListAssignmentsForHIT
=over
=item HITId => Str
=item [AssignmentStatuses => ArrayRef[Str|Undef]]
=item [MaxResults => Int]
=item [NextToken => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
The C operation retrieves completed assignments
for a HIT. You can use this operation to retrieve the results for a
HIT.
You can get assignments for a HIT at any time, even if the HIT is not
yet Reviewable. If a HIT requested multiple assignments, and has
received some results but has not yet become Reviewable, you can still
retrieve the partial results with this operation.
Use the AssignmentStatus parameter to control which set of assignments
for a HIT are returned. The ListAssignmentsForHIT operation can return
submitted assignments awaiting approval, or it can return assignments
that have already been approved or rejected. You can set
AssignmentStatus=Approved,Rejected to get assignments that have already
been approved and rejected together in one result set.
Only the Requester who created the HIT can retrieve the assignments for
that HIT.
Results are sorted and divided into numbered pages and the operation
returns a single page of results. You can use the parameters of the
operation to control sorting and pagination.
=head2 ListBonusPayments
=over
=item [AssignmentId => Str]
=item [HITId => Str]
=item [MaxResults => Int]
=item [NextToken => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
The C operation retrieves the amounts of bonuses you
have paid to Workers for a given HIT or assignment.
=head2 ListHITs
=over
=item [MaxResults => Int]
=item [NextToken => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
The C 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.
=head2 ListHITsForQualificationType
=over
=item QualificationTypeId => Str
=item [MaxResults => Int]
=item [NextToken => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
The C 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 C operation or that have been auto-deleted.
=head2 ListQualificationRequests
=over
=item [MaxResults => Int]
=item [NextToken => Str]
=item [QualificationTypeId => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
The C 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.
=head2 ListQualificationTypes
=over
=item MustBeRequestable => Bool
=item [MaxResults => Int]
=item [MustBeOwnedByCaller => Bool]
=item [NextToken => Str]
=item [Query => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
The C operation returns a list of Qualification
types, filtered by an optional search term.
=head2 ListReviewableHITs
=over
=item [HITTypeId => Str]
=item [MaxResults => Int]
=item [NextToken => Str]
=item [Status => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
The C operation retrieves the HITs with Status
equal to Reviewable or Status equal to Reviewing that belong to the
Requester calling the operation.
=head2 ListReviewPolicyResultsForHIT
=over
=item HITId => Str
=item [MaxResults => Int]
=item [NextToken => Str]
=item [PolicyLevels => ArrayRef[Str|Undef]]
=item [RetrieveActions => Bool]
=item [RetrieveResults => Bool]
=back
Each argument is described in detail in: L
Returns: a L instance
The C 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.
=head2 ListWorkerBlocks
=over
=item [MaxResults => Int]
=item [NextToken => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
The C operation retrieves a list of Workers who are
blocked from working on your HITs.
=head2 ListWorkersWithQualificationType
=over
=item QualificationTypeId => Str
=item [MaxResults => Int]
=item [NextToken => Str]
=item [Status => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
The C operation returns all of the
Workers that have been associated with a given Qualification type.
=head2 NotifyWorkers
=over
=item MessageText => Str
=item Subject => Str
=item WorkerIds => ArrayRef[Str|Undef]
=back
Each argument is described in detail in: L
Returns: a L instance
The C 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.
=head2 RejectAssignment
=over
=item AssignmentId => Str
=item RequesterFeedback => Str
=back
Each argument is described in detail in: L
Returns: a L instance
The C operation rejects the results of a completed
assignment.
You can include an optional feedback message with the rejection, which
the Worker can see in the Status section of the web site. When you
include a feedback message with the rejection, it helps the Worker
understand why the assignment was rejected, and can improve the quality
of the results the Worker submits in the future.
Only the Requester who created the HIT can reject an assignment for the
HIT.
=head2 RejectQualificationRequest
=over
=item QualificationRequestId => Str
=item [Reason => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
The C operation rejects a user's request
for a Qualification.
You can provide a text message explaining why the request was rejected.
The Worker who made the request can see this message.
=head2 SendBonus
=over
=item AssignmentId => Str
=item BonusAmount => Str
=item Reason => Str
=item WorkerId => Str
=item [UniqueRequestToken => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
The C 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.
=head2 SendTestEventNotification
=over
=item Notification => L
=item TestEventType => Str
=back
Each argument is described in detail in: L
Returns: a L instance
The C 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.
=head2 UpdateExpirationForHIT
=over
=item ExpireAt => Str
=item HITId => Str
=back
Each argument is described in detail in: L
Returns: a L instance
The C 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.
=head2 UpdateHITReviewStatus
=over
=item HITId => Str
=item [Revert => Bool]
=back
Each argument is described in detail in: L
Returns: a L instance
The C 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.
=head2 UpdateHITTypeOfHIT
=over
=item HITId => Str
=item HITTypeId => Str
=back
Each argument is described in detail in: L
Returns: a L instance
The C 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.
=head2 UpdateNotificationSettings
=over
=item HITTypeId => Str
=item [Active => Bool]
=item [Notification => L]
=back
Each argument is described in detail in: L
Returns: a L instance
The C 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
C.
=head2 UpdateQualificationType
=over
=item QualificationTypeId => Str
=item [AnswerKey => Str]
=item [AutoGranted => Bool]
=item [AutoGrantedValue => Int]
=item [Description => Str]
=item [QualificationTypeStatus => Str]
=item [RetryDelayInSeconds => Int]
=item [Test => Str]
=item [TestDurationInSeconds => Int]
=back
Each argument is described in detail in: L
Returns: a L instance
The C operation modifies the attributes of an
existing Qualification type, which is represented by a
QualificationType data structure. Only the owner of a Qualification
type can modify its attributes.
Most attributes of a Qualification type can be changed after the type
has been created. However, the Name and Keywords fields cannot be
modified. The RetryDelayInSeconds parameter can be modified or added to
change the delay or to enable retries, but RetryDelayInSeconds cannot
be used to disable retries.
You can use this operation to update the test for a Qualification type.
The test is updated based on the values specified for the Test,
TestDurationInSeconds and AnswerKey parameters. All three parameters
specify the updated test. If you are updating the test for a type, you
must specify the Test and TestDurationInSeconds parameters. The
AnswerKey parameter is optional; omitting it specifies that the updated
test does not have an answer key.
If you omit the Test parameter, the test for the Qualification type is
unchanged. There is no way to remove a test from a Qualification type
that has one. If the type already has a test, you cannot update it to
be AutoGranted. If the Qualification type does not have a test and one
is provided by an update, the type will henceforth have a test.
If you want to update the test duration or answer key for an existing
test without changing the questions, you must specify a Test parameter
with the original questions, along with the updated values.
If you provide an updated Test but no AnswerKey, the new test will not
have an answer key. Requests for such Qualifications must be granted
manually.
You can also update the AutoGranted and AutoGrantedValue attributes of
the Qualification type.
=head1 PAGINATORS
Paginator methods are helpers that repetively call methods that return partial results
=head2 ListAllAssignmentsForHIT(sub { },HITId => Str, [AssignmentStatuses => ArrayRef[Str|Undef], MaxResults => Int, NextToken => Str])
=head2 ListAllAssignmentsForHIT(HITId => Str, [AssignmentStatuses => ArrayRef[Str|Undef], MaxResults => Int, NextToken => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- Assignments, passing the object as the first parameter, and the string 'Assignments' as the second parameter
If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
=head2 ListAllBonusPayments(sub { },[AssignmentId => Str, HITId => Str, MaxResults => Int, NextToken => Str])
=head2 ListAllBonusPayments([AssignmentId => Str, HITId => Str, MaxResults => Int, NextToken => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- BonusPayments, passing the object as the first parameter, and the string 'BonusPayments' as the second parameter
If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
=head2 ListAllHITs(sub { },[MaxResults => Int, NextToken => Str])
=head2 ListAllHITs([MaxResults => Int, NextToken => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- HITs, passing the object as the first parameter, and the string 'HITs' as the second parameter
If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
=head2 ListAllHITsForQualificationType(sub { },QualificationTypeId => Str, [MaxResults => Int, NextToken => Str])
=head2 ListAllHITsForQualificationType(QualificationTypeId => Str, [MaxResults => Int, NextToken => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- HITs, passing the object as the first parameter, and the string 'HITs' as the second parameter
If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
=head2 ListAllQualificationRequests(sub { },[MaxResults => Int, NextToken => Str, QualificationTypeId => Str])
=head2 ListAllQualificationRequests([MaxResults => Int, NextToken => Str, QualificationTypeId => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- QualificationRequests, passing the object as the first parameter, and the string 'QualificationRequests' as the second parameter
If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
=head2 ListAllQualificationTypes(sub { },MustBeRequestable => Bool, [MaxResults => Int, MustBeOwnedByCaller => Bool, NextToken => Str, Query => Str])
=head2 ListAllQualificationTypes(MustBeRequestable => Bool, [MaxResults => Int, MustBeOwnedByCaller => Bool, NextToken => Str, Query => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- QualificationTypes, passing the object as the first parameter, and the string 'QualificationTypes' as the second parameter
If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
=head2 ListAllReviewableHITs(sub { },[HITTypeId => Str, MaxResults => Int, NextToken => Str, Status => Str])
=head2 ListAllReviewableHITs([HITTypeId => Str, MaxResults => Int, NextToken => Str, Status => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- HITs, passing the object as the first parameter, and the string 'HITs' as the second parameter
If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
=head2 ListAllWorkerBlocks(sub { },[MaxResults => Int, NextToken => Str])
=head2 ListAllWorkerBlocks([MaxResults => Int, NextToken => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- WorkerBlocks, passing the object as the first parameter, and the string 'WorkerBlocks' as the second parameter
If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
=head2 ListAllWorkersWithQualificationType(sub { },QualificationTypeId => Str, [MaxResults => Int, NextToken => Str, Status => Str])
=head2 ListAllWorkersWithQualificationType(QualificationTypeId => Str, [MaxResults => Int, NextToken => Str, Status => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- Qualifications, passing the object as the first parameter, and the string 'Qualifications' as the second parameter
If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
=head1 SEE ALSO
This service class forms part of L
=head1 BUGS and CONTRIBUTIONS
The source code is located here: L
Please report bugs to: L
=cut