libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MechanicalTurk

Description

Derived from API version 2017-01-17 of the AWS service descriptions, licensed under Apache 2.0.

Amazon Mechanical Turk API Reference

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2017-01-17 of the Amazon Mechanical Turk SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by MechanicalTurk.

ServiceFault

_ServiceFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

RequestError

_RequestError :: AsError a => Getting (First ServiceError) a ServiceError Source #

Your request is invalid.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

ApproveAssignment

data ApproveAssignment Source #

See: newApproveAssignment smart constructor.

Instances

Instances details
Eq ApproveAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ApproveAssignment

Read ApproveAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ApproveAssignment

Show ApproveAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ApproveAssignment

Generic ApproveAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ApproveAssignment

Associated Types

type Rep ApproveAssignment :: Type -> Type #

NFData ApproveAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ApproveAssignment

Methods

rnf :: ApproveAssignment -> () #

Hashable ApproveAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ApproveAssignment

ToJSON ApproveAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ApproveAssignment

AWSRequest ApproveAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ApproveAssignment

Associated Types

type AWSResponse ApproveAssignment #

ToHeaders ApproveAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ApproveAssignment

ToPath ApproveAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ApproveAssignment

ToQuery ApproveAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ApproveAssignment

type Rep ApproveAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ApproveAssignment

type Rep ApproveAssignment = D1 ('MetaData "ApproveAssignment" "Amazonka.MechanicalTurk.ApproveAssignment" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ApproveAssignment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "overrideRejection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "requesterFeedback") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assignmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ApproveAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ApproveAssignment

newApproveAssignment Source #

Create a value of ApproveAssignment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:overrideRejection:ApproveAssignment', approveAssignment_overrideRejection - A flag indicating that an assignment should be approved even if it was previously rejected. Defaults to False.

$sel:requesterFeedback:ApproveAssignment', approveAssignment_requesterFeedback - A message for the Worker, which the Worker can see in the Status section of the web site.

$sel:assignmentId:ApproveAssignment', approveAssignment_assignmentId - The ID of the assignment. The assignment must correspond to a HIT created by the Requester.

data ApproveAssignmentResponse Source #

See: newApproveAssignmentResponse smart constructor.

Instances

Instances details
Eq ApproveAssignmentResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ApproveAssignment

Read ApproveAssignmentResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ApproveAssignment

Show ApproveAssignmentResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ApproveAssignment

Generic ApproveAssignmentResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ApproveAssignment

Associated Types

type Rep ApproveAssignmentResponse :: Type -> Type #

NFData ApproveAssignmentResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ApproveAssignment

type Rep ApproveAssignmentResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ApproveAssignment

type Rep ApproveAssignmentResponse = D1 ('MetaData "ApproveAssignmentResponse" "Amazonka.MechanicalTurk.ApproveAssignment" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ApproveAssignmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newApproveAssignmentResponse Source #

Create a value of ApproveAssignmentResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:ApproveAssignmentResponse', approveAssignmentResponse_httpStatus - The response's http status code.

ListReviewPolicyResultsForHIT

data ListReviewPolicyResultsForHIT Source #

See: newListReviewPolicyResultsForHIT smart constructor.

Instances

Instances details
Eq ListReviewPolicyResultsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewPolicyResultsForHIT

Read ListReviewPolicyResultsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewPolicyResultsForHIT

Show ListReviewPolicyResultsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewPolicyResultsForHIT

Generic ListReviewPolicyResultsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewPolicyResultsForHIT

Associated Types

type Rep ListReviewPolicyResultsForHIT :: Type -> Type #

NFData ListReviewPolicyResultsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewPolicyResultsForHIT

Hashable ListReviewPolicyResultsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewPolicyResultsForHIT

ToJSON ListReviewPolicyResultsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewPolicyResultsForHIT

AWSRequest ListReviewPolicyResultsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewPolicyResultsForHIT

ToHeaders ListReviewPolicyResultsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewPolicyResultsForHIT

ToPath ListReviewPolicyResultsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewPolicyResultsForHIT

ToQuery ListReviewPolicyResultsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewPolicyResultsForHIT

type Rep ListReviewPolicyResultsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewPolicyResultsForHIT

type Rep ListReviewPolicyResultsForHIT = D1 ('MetaData "ListReviewPolicyResultsForHIT" "Amazonka.MechanicalTurk.ListReviewPolicyResultsForHIT" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ListReviewPolicyResultsForHIT'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "retrieveResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "policyLevels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReviewPolicyLevel])) :*: S1 ('MetaSel ('Just "retrieveActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "hITId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ListReviewPolicyResultsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewPolicyResultsForHIT

newListReviewPolicyResultsForHIT Source #

Create a value of ListReviewPolicyResultsForHIT with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:retrieveResults:ListReviewPolicyResultsForHIT', listReviewPolicyResultsForHIT_retrieveResults - Specify if the operation should retrieve a list of the results computed by the Review Policies.

$sel:policyLevels:ListReviewPolicyResultsForHIT', listReviewPolicyResultsForHIT_policyLevels - The Policy Level(s) to retrieve review results for - HIT or Assignment. If omitted, the default behavior is to retrieve all data for both policy levels. For a list of all the described policies, see Review Policies.

$sel:retrieveActions:ListReviewPolicyResultsForHIT', listReviewPolicyResultsForHIT_retrieveActions - Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their outcomes.

$sel:nextToken:ListReviewPolicyResultsForHIT', listReviewPolicyResultsForHIT_nextToken - Pagination token

$sel:maxResults:ListReviewPolicyResultsForHIT', listReviewPolicyResultsForHIT_maxResults - Limit the number of results returned.

$sel:hITId:ListReviewPolicyResultsForHIT', listReviewPolicyResultsForHIT_hITId - The unique identifier of the HIT to retrieve review results for.

data ListReviewPolicyResultsForHITResponse Source #

Instances

Instances details
Eq ListReviewPolicyResultsForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewPolicyResultsForHIT

Read ListReviewPolicyResultsForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewPolicyResultsForHIT

Show ListReviewPolicyResultsForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewPolicyResultsForHIT

Generic ListReviewPolicyResultsForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewPolicyResultsForHIT

NFData ListReviewPolicyResultsForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewPolicyResultsForHIT

type Rep ListReviewPolicyResultsForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewPolicyResultsForHIT

type Rep ListReviewPolicyResultsForHITResponse = D1 ('MetaData "ListReviewPolicyResultsForHITResponse" "Amazonka.MechanicalTurk.ListReviewPolicyResultsForHIT" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ListReviewPolicyResultsForHITResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hITReviewPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReviewPolicy)) :*: (S1 ('MetaSel ('Just "hITReviewReport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReviewReport)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "assignmentReviewReport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReviewReport)) :*: S1 ('MetaSel ('Just "hITId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "assignmentReviewPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReviewPolicy)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newListReviewPolicyResultsForHITResponse Source #

Create a value of ListReviewPolicyResultsForHITResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hITReviewPolicy:ListReviewPolicyResultsForHITResponse', listReviewPolicyResultsForHITResponse_hITReviewPolicy - The name of the HIT-level Review Policy. This contains only the PolicyName element.

$sel:hITReviewReport:ListReviewPolicyResultsForHITResponse', listReviewPolicyResultsForHITResponse_hITReviewReport - Contains both ReviewResult and ReviewAction elements for a particular HIT.

$sel:nextToken:ListReviewPolicyResultsForHIT', listReviewPolicyResultsForHITResponse_nextToken - Undocumented member.

$sel:assignmentReviewReport:ListReviewPolicyResultsForHITResponse', listReviewPolicyResultsForHITResponse_assignmentReviewReport - Contains both ReviewResult and ReviewAction elements for an Assignment.

$sel:hITId:ListReviewPolicyResultsForHIT', listReviewPolicyResultsForHITResponse_hITId - The HITId of the HIT for which results have been returned.

$sel:assignmentReviewPolicy:ListReviewPolicyResultsForHITResponse', listReviewPolicyResultsForHITResponse_assignmentReviewPolicy - The name of the Assignment-level Review Policy. This contains only the PolicyName element.

$sel:httpStatus:ListReviewPolicyResultsForHITResponse', listReviewPolicyResultsForHITResponse_httpStatus - The response's http status code.

ListHITs (Paginated)

data ListHITs Source #

See: newListHITs smart constructor.

Constructors

ListHITs' (Maybe Text) (Maybe Natural) 

Instances

Instances details
Eq ListHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITs

Read ListHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITs

Show ListHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITs

Generic ListHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITs

Associated Types

type Rep ListHITs :: Type -> Type #

Methods

from :: ListHITs -> Rep ListHITs x #

to :: Rep ListHITs x -> ListHITs #

NFData ListHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITs

Methods

rnf :: ListHITs -> () #

Hashable ListHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITs

Methods

hashWithSalt :: Int -> ListHITs -> Int #

hash :: ListHITs -> Int #

ToJSON ListHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITs

AWSPager ListHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITs

AWSRequest ListHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITs

Associated Types

type AWSResponse ListHITs #

ToHeaders ListHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITs

Methods

toHeaders :: ListHITs -> [Header] #

ToPath ListHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITs

ToQuery ListHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITs

type Rep ListHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITs

type Rep ListHITs = D1 ('MetaData "ListHITs" "Amazonka.MechanicalTurk.ListHITs" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ListHITs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITs

newListHITs :: ListHITs Source #

Create a value of ListHITs with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListHITs', listHITs_nextToken - Pagination token

$sel:maxResults:ListHITs', listHITs_maxResults - Undocumented member.

data ListHITsResponse Source #

See: newListHITsResponse smart constructor.

Instances

Instances details
Eq ListHITsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITs

Read ListHITsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITs

Show ListHITsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITs

Generic ListHITsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITs

Associated Types

type Rep ListHITsResponse :: Type -> Type #

NFData ListHITsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITs

Methods

rnf :: ListHITsResponse -> () #

type Rep ListHITsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITs

type Rep ListHITsResponse = D1 ('MetaData "ListHITsResponse" "Amazonka.MechanicalTurk.ListHITs" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ListHITsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "numResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "hITs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HIT])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListHITsResponse Source #

Create a value of ListHITsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListHITs', listHITsResponse_nextToken - Undocumented member.

$sel:numResults:ListHITsResponse', listHITsResponse_numResults - The number of HITs on this page in the filtered results list, equivalent to the number of HITs being returned by this call.

$sel:hITs:ListHITsResponse', listHITsResponse_hITs - The list of HIT elements returned by the query.

$sel:httpStatus:ListHITsResponse', listHITsResponse_httpStatus - The response's http status code.

ListWorkersWithQualificationType (Paginated)

data ListWorkersWithQualificationType Source #

See: newListWorkersWithQualificationType smart constructor.

Instances

Instances details
Eq ListWorkersWithQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkersWithQualificationType

Read ListWorkersWithQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkersWithQualificationType

Show ListWorkersWithQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkersWithQualificationType

Generic ListWorkersWithQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkersWithQualificationType

Associated Types

type Rep ListWorkersWithQualificationType :: Type -> Type #

NFData ListWorkersWithQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkersWithQualificationType

Hashable ListWorkersWithQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkersWithQualificationType

ToJSON ListWorkersWithQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkersWithQualificationType

AWSPager ListWorkersWithQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkersWithQualificationType

AWSRequest ListWorkersWithQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkersWithQualificationType

ToHeaders ListWorkersWithQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkersWithQualificationType

ToPath ListWorkersWithQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkersWithQualificationType

ToQuery ListWorkersWithQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkersWithQualificationType

type Rep ListWorkersWithQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkersWithQualificationType

type Rep ListWorkersWithQualificationType = D1 ('MetaData "ListWorkersWithQualificationType" "Amazonka.MechanicalTurk.ListWorkersWithQualificationType" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ListWorkersWithQualificationType'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe QualificationStatus)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "qualificationTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListWorkersWithQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkersWithQualificationType

newListWorkersWithQualificationType Source #

Create a value of ListWorkersWithQualificationType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:ListWorkersWithQualificationType', listWorkersWithQualificationType_status - The status of the Qualifications to return. Can be Granted | Revoked.

$sel:nextToken:ListWorkersWithQualificationType', listWorkersWithQualificationType_nextToken - Pagination Token

$sel:maxResults:ListWorkersWithQualificationType', listWorkersWithQualificationType_maxResults - Limit the number of results returned.

$sel:qualificationTypeId:ListWorkersWithQualificationType', listWorkersWithQualificationType_qualificationTypeId - The ID of the Qualification type of the Qualifications to return.

data ListWorkersWithQualificationTypeResponse Source #

Instances

Instances details
Eq ListWorkersWithQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkersWithQualificationType

Read ListWorkersWithQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkersWithQualificationType

Show ListWorkersWithQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkersWithQualificationType

Generic ListWorkersWithQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkersWithQualificationType

NFData ListWorkersWithQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkersWithQualificationType

type Rep ListWorkersWithQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkersWithQualificationType

type Rep ListWorkersWithQualificationTypeResponse = D1 ('MetaData "ListWorkersWithQualificationTypeResponse" "Amazonka.MechanicalTurk.ListWorkersWithQualificationType" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ListWorkersWithQualificationTypeResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "numResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "qualifications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Qualification])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListWorkersWithQualificationTypeResponse Source #

Create a value of ListWorkersWithQualificationTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListWorkersWithQualificationType', listWorkersWithQualificationTypeResponse_nextToken - Undocumented member.

$sel:numResults:ListWorkersWithQualificationTypeResponse', listWorkersWithQualificationTypeResponse_numResults - The number of Qualifications on this page in the filtered results list, equivalent to the number of Qualifications being returned by this call.

$sel:qualifications:ListWorkersWithQualificationTypeResponse', listWorkersWithQualificationTypeResponse_qualifications - The list of Qualification elements returned by this call.

$sel:httpStatus:ListWorkersWithQualificationTypeResponse', listWorkersWithQualificationTypeResponse_httpStatus - The response's http status code.

DeleteHIT

data DeleteHIT Source #

See: newDeleteHIT smart constructor.

Constructors

DeleteHIT' Text 

Instances

Instances details
Eq DeleteHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteHIT

Read DeleteHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteHIT

Show DeleteHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteHIT

Generic DeleteHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteHIT

Associated Types

type Rep DeleteHIT :: Type -> Type #

NFData DeleteHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteHIT

Methods

rnf :: DeleteHIT -> () #

Hashable DeleteHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteHIT

ToJSON DeleteHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteHIT

AWSRequest DeleteHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteHIT

Associated Types

type AWSResponse DeleteHIT #

ToHeaders DeleteHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteHIT

Methods

toHeaders :: DeleteHIT -> [Header] #

ToPath DeleteHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteHIT

ToQuery DeleteHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteHIT

type Rep DeleteHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteHIT

type Rep DeleteHIT = D1 ('MetaData "DeleteHIT" "Amazonka.MechanicalTurk.DeleteHIT" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "DeleteHIT'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hITId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteHIT

newDeleteHIT Source #

Create a value of DeleteHIT with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hITId:DeleteHIT', deleteHIT_hITId - The ID of the HIT to be deleted.

data DeleteHITResponse Source #

See: newDeleteHITResponse smart constructor.

Constructors

DeleteHITResponse' Int 

Instances

Instances details
Eq DeleteHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteHIT

Read DeleteHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteHIT

Show DeleteHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteHIT

Generic DeleteHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteHIT

Associated Types

type Rep DeleteHITResponse :: Type -> Type #

NFData DeleteHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteHIT

Methods

rnf :: DeleteHITResponse -> () #

type Rep DeleteHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteHIT

type Rep DeleteHITResponse = D1 ('MetaData "DeleteHITResponse" "Amazonka.MechanicalTurk.DeleteHIT" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "DeleteHITResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteHITResponse Source #

Create a value of DeleteHITResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteHITResponse', deleteHITResponse_httpStatus - The response's http status code.

ListReviewableHITs (Paginated)

data ListReviewableHITs Source #

See: newListReviewableHITs smart constructor.

Instances

Instances details
Eq ListReviewableHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewableHITs

Read ListReviewableHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewableHITs

Show ListReviewableHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewableHITs

Generic ListReviewableHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewableHITs

Associated Types

type Rep ListReviewableHITs :: Type -> Type #

NFData ListReviewableHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewableHITs

Methods

rnf :: ListReviewableHITs -> () #

Hashable ListReviewableHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewableHITs

ToJSON ListReviewableHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewableHITs

AWSPager ListReviewableHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewableHITs

AWSRequest ListReviewableHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewableHITs

Associated Types

type AWSResponse ListReviewableHITs #

ToHeaders ListReviewableHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewableHITs

ToPath ListReviewableHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewableHITs

ToQuery ListReviewableHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewableHITs

type Rep ListReviewableHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewableHITs

type Rep ListReviewableHITs = D1 ('MetaData "ListReviewableHITs" "Amazonka.MechanicalTurk.ListReviewableHITs" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ListReviewableHITs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReviewableHITStatus)) :*: S1 ('MetaSel ('Just "hITTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListReviewableHITs Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewableHITs

newListReviewableHITs :: ListReviewableHITs Source #

Create a value of ListReviewableHITs with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:ListReviewableHITs', listReviewableHITs_status - Can be either Reviewable or Reviewing. Reviewable is the default value.

$sel:hITTypeId:ListReviewableHITs', listReviewableHITs_hITTypeId - The ID of the HIT type of the HITs to consider for the query. If not specified, all HITs for the Reviewer are considered

$sel:nextToken:ListReviewableHITs', listReviewableHITs_nextToken - Pagination Token

$sel:maxResults:ListReviewableHITs', listReviewableHITs_maxResults - Limit the number of results returned.

data ListReviewableHITsResponse Source #

See: newListReviewableHITsResponse smart constructor.

Instances

Instances details
Eq ListReviewableHITsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewableHITs

Read ListReviewableHITsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewableHITs

Show ListReviewableHITsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewableHITs

Generic ListReviewableHITsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewableHITs

Associated Types

type Rep ListReviewableHITsResponse :: Type -> Type #

NFData ListReviewableHITsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewableHITs

type Rep ListReviewableHITsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListReviewableHITs

type Rep ListReviewableHITsResponse = D1 ('MetaData "ListReviewableHITsResponse" "Amazonka.MechanicalTurk.ListReviewableHITs" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ListReviewableHITsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "numResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "hITs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HIT])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListReviewableHITsResponse Source #

Create a value of ListReviewableHITsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListReviewableHITs', listReviewableHITsResponse_nextToken - Undocumented member.

$sel:numResults:ListReviewableHITsResponse', listReviewableHITsResponse_numResults - The number of HITs on this page in the filtered results list, equivalent to the number of HITs being returned by this call.

$sel:hITs:ListReviewableHITsResponse', listReviewableHITsResponse_hITs - The list of HIT elements returned by the query.

$sel:httpStatus:ListReviewableHITsResponse', listReviewableHITsResponse_httpStatus - The response's http status code.

GetAssignment

data GetAssignment Source #

See: newGetAssignment smart constructor.

Constructors

GetAssignment' Text 

Instances

Instances details
Eq GetAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAssignment

Read GetAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAssignment

Show GetAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAssignment

Generic GetAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAssignment

Associated Types

type Rep GetAssignment :: Type -> Type #

NFData GetAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAssignment

Methods

rnf :: GetAssignment -> () #

Hashable GetAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAssignment

ToJSON GetAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAssignment

AWSRequest GetAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAssignment

Associated Types

type AWSResponse GetAssignment #

ToHeaders GetAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAssignment

ToPath GetAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAssignment

ToQuery GetAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAssignment

type Rep GetAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAssignment

type Rep GetAssignment = D1 ('MetaData "GetAssignment" "Amazonka.MechanicalTurk.GetAssignment" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "GetAssignment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assignmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAssignment

newGetAssignment Source #

Create a value of GetAssignment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assignmentId:GetAssignment', getAssignment_assignmentId - The ID of the Assignment to be retrieved.

data GetAssignmentResponse Source #

See: newGetAssignmentResponse smart constructor.

Instances

Instances details
Eq GetAssignmentResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAssignment

Read GetAssignmentResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAssignment

Show GetAssignmentResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAssignment

Generic GetAssignmentResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAssignment

Associated Types

type Rep GetAssignmentResponse :: Type -> Type #

NFData GetAssignmentResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAssignment

Methods

rnf :: GetAssignmentResponse -> () #

type Rep GetAssignmentResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAssignment

type Rep GetAssignmentResponse = D1 ('MetaData "GetAssignmentResponse" "Amazonka.MechanicalTurk.GetAssignment" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "GetAssignmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HIT)) :*: (S1 ('MetaSel ('Just "assignment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Assignment)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetAssignmentResponse Source #

Create a value of GetAssignmentResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hit:GetAssignmentResponse', getAssignmentResponse_hit - The HIT associated with this assignment. The response includes one HIT element.

$sel:assignment:GetAssignmentResponse', getAssignmentResponse_assignment - The assignment. The response includes one Assignment element.

$sel:httpStatus:GetAssignmentResponse', getAssignmentResponse_httpStatus - The response's http status code.

DeleteQualificationType

data DeleteQualificationType Source #

See: newDeleteQualificationType smart constructor.

Instances

Instances details
Eq DeleteQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteQualificationType

Read DeleteQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteQualificationType

Show DeleteQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteQualificationType

Generic DeleteQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteQualificationType

Associated Types

type Rep DeleteQualificationType :: Type -> Type #

NFData DeleteQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteQualificationType

Methods

rnf :: DeleteQualificationType -> () #

Hashable DeleteQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteQualificationType

ToJSON DeleteQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteQualificationType

AWSRequest DeleteQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteQualificationType

ToHeaders DeleteQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteQualificationType

ToPath DeleteQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteQualificationType

ToQuery DeleteQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteQualificationType

type Rep DeleteQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteQualificationType

type Rep DeleteQualificationType = D1 ('MetaData "DeleteQualificationType" "Amazonka.MechanicalTurk.DeleteQualificationType" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "DeleteQualificationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "qualificationTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteQualificationType

newDeleteQualificationType Source #

Create a value of DeleteQualificationType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:qualificationTypeId:DeleteQualificationType', deleteQualificationType_qualificationTypeId - The ID of the QualificationType to dispose.

data DeleteQualificationTypeResponse Source #

See: newDeleteQualificationTypeResponse smart constructor.

Instances

Instances details
Eq DeleteQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteQualificationType

Read DeleteQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteQualificationType

Show DeleteQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteQualificationType

Generic DeleteQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteQualificationType

Associated Types

type Rep DeleteQualificationTypeResponse :: Type -> Type #

NFData DeleteQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteQualificationType

type Rep DeleteQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteQualificationType

type Rep DeleteQualificationTypeResponse = D1 ('MetaData "DeleteQualificationTypeResponse" "Amazonka.MechanicalTurk.DeleteQualificationType" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "DeleteQualificationTypeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteQualificationTypeResponse Source #

Create a value of DeleteQualificationTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteQualificationTypeResponse', deleteQualificationTypeResponse_httpStatus - The response's http status code.

UpdateQualificationType

data UpdateQualificationType Source #

See: newUpdateQualificationType smart constructor.

Instances

Instances details
Eq UpdateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateQualificationType

Read UpdateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateQualificationType

Show UpdateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateQualificationType

Generic UpdateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateQualificationType

Associated Types

type Rep UpdateQualificationType :: Type -> Type #

NFData UpdateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateQualificationType

Methods

rnf :: UpdateQualificationType -> () #

Hashable UpdateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateQualificationType

ToJSON UpdateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateQualificationType

AWSRequest UpdateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateQualificationType

ToHeaders UpdateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateQualificationType

ToPath UpdateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateQualificationType

ToQuery UpdateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateQualificationType

type Rep UpdateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateQualificationType

type Rep UpdateQualificationType = D1 ('MetaData "UpdateQualificationType" "Amazonka.MechanicalTurk.UpdateQualificationType" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "UpdateQualificationType'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "testDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "qualificationTypeStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe QualificationTypeStatus))) :*: (S1 ('MetaSel ('Just "answerKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "test") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "autoGranted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "autoGrantedValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "retryDelayInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "qualificationTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse UpdateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateQualificationType

newUpdateQualificationType Source #

Create a value of UpdateQualificationType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:testDurationInSeconds:UpdateQualificationType', updateQualificationType_testDurationInSeconds - The number of seconds the Worker has to complete the Qualification test, starting from the time the Worker requests the Qualification.

$sel:qualificationTypeStatus:UpdateQualificationType', updateQualificationType_qualificationTypeStatus - The new status of the Qualification type - Active | Inactive

$sel:answerKey:UpdateQualificationType', updateQualificationType_answerKey - The answers to the Qualification test specified in the Test parameter, in the form of an AnswerKey data structure.

$sel:test:UpdateQualificationType', updateQualificationType_test - The questions for the Qualification test a Worker must answer correctly to obtain a Qualification of this type. If this parameter is specified, TestDurationInSeconds must also be specified.

Constraints: Must not be longer than 65535 bytes. Must be a QuestionForm data structure. This parameter cannot be specified if AutoGranted is true.

Constraints: None. If not specified, the Worker may request the Qualification without answering any questions.

$sel:autoGranted:UpdateQualificationType', updateQualificationType_autoGranted - Specifies whether requests for the Qualification type are granted immediately, without prompting the Worker with a Qualification test.

Constraints: If the Test parameter is specified, this parameter cannot be true.

$sel:autoGrantedValue:UpdateQualificationType', updateQualificationType_autoGrantedValue - The Qualification value to use for automatically granted Qualifications. This parameter is used only if the AutoGranted parameter is true.

$sel:description:UpdateQualificationType', updateQualificationType_description - The new description of the Qualification type.

$sel:retryDelayInSeconds:UpdateQualificationType', updateQualificationType_retryDelayInSeconds - The amount of time, in seconds, that Workers must wait after requesting a Qualification of the specified Qualification type before they can retry the Qualification request. It is not possible to disable retries for a Qualification type after it has been created with retries enabled. If you want to disable retries, you must dispose of the existing retry-enabled Qualification type using DisposeQualificationType and then create a new Qualification type with retries disabled using CreateQualificationType.

$sel:qualificationTypeId:UpdateQualificationType', updateQualificationType_qualificationTypeId - The ID of the Qualification type to update.

data UpdateQualificationTypeResponse Source #

See: newUpdateQualificationTypeResponse smart constructor.

Instances

Instances details
Eq UpdateQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateQualificationType

Read UpdateQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateQualificationType

Show UpdateQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateQualificationType

Generic UpdateQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateQualificationType

Associated Types

type Rep UpdateQualificationTypeResponse :: Type -> Type #

NFData UpdateQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateQualificationType

type Rep UpdateQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateQualificationType

type Rep UpdateQualificationTypeResponse = D1 ('MetaData "UpdateQualificationTypeResponse" "Amazonka.MechanicalTurk.UpdateQualificationType" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "UpdateQualificationTypeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "qualificationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe QualificationType)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateQualificationTypeResponse Source #

Create a value of UpdateQualificationTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:qualificationType:UpdateQualificationTypeResponse', updateQualificationTypeResponse_qualificationType - Contains a QualificationType data structure.

$sel:httpStatus:UpdateQualificationTypeResponse', updateQualificationTypeResponse_httpStatus - The response's http status code.

ListQualificationTypes (Paginated)

data ListQualificationTypes Source #

See: newListQualificationTypes smart constructor.

Instances

Instances details
Eq ListQualificationTypes Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationTypes

Read ListQualificationTypes Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationTypes

Show ListQualificationTypes Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationTypes

Generic ListQualificationTypes Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationTypes

Associated Types

type Rep ListQualificationTypes :: Type -> Type #

NFData ListQualificationTypes Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationTypes

Methods

rnf :: ListQualificationTypes -> () #

Hashable ListQualificationTypes Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationTypes

ToJSON ListQualificationTypes Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationTypes

AWSPager ListQualificationTypes Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationTypes

AWSRequest ListQualificationTypes Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationTypes

Associated Types

type AWSResponse ListQualificationTypes #

ToHeaders ListQualificationTypes Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationTypes

ToPath ListQualificationTypes Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationTypes

ToQuery ListQualificationTypes Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationTypes

type Rep ListQualificationTypes Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationTypes

type Rep ListQualificationTypes = D1 ('MetaData "ListQualificationTypes" "Amazonka.MechanicalTurk.ListQualificationTypes" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ListQualificationTypes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "mustBeOwnedByCaller") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "query") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "mustBeRequestable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))))
type AWSResponse ListQualificationTypes Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationTypes

newListQualificationTypes Source #

Create a value of ListQualificationTypes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:mustBeOwnedByCaller:ListQualificationTypes', listQualificationTypes_mustBeOwnedByCaller - Specifies that only Qualification types that the Requester created are returned. If false, the operation returns all Qualification types.

$sel:nextToken:ListQualificationTypes', listQualificationTypes_nextToken - Undocumented member.

$sel:query:ListQualificationTypes', listQualificationTypes_query - A text query against all of the searchable attributes of Qualification types.

$sel:maxResults:ListQualificationTypes', listQualificationTypes_maxResults - The maximum number of results to return in a single call.

$sel:mustBeRequestable:ListQualificationTypes', listQualificationTypes_mustBeRequestable - Specifies that only Qualification types that a user can request through the Amazon Mechanical Turk web site, such as by taking a Qualification test, are returned as results of the search. Some Qualification types, such as those assigned automatically by the system, cannot be requested directly by users. If false, all Qualification types, including those managed by the system, are considered. Valid values are True | False.

data ListQualificationTypesResponse Source #

See: newListQualificationTypesResponse smart constructor.

Instances

Instances details
Eq ListQualificationTypesResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationTypes

Read ListQualificationTypesResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationTypes

Show ListQualificationTypesResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationTypes

Generic ListQualificationTypesResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationTypes

Associated Types

type Rep ListQualificationTypesResponse :: Type -> Type #

NFData ListQualificationTypesResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationTypes

type Rep ListQualificationTypesResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationTypes

type Rep ListQualificationTypesResponse = D1 ('MetaData "ListQualificationTypesResponse" "Amazonka.MechanicalTurk.ListQualificationTypes" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ListQualificationTypesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "qualificationTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [QualificationType])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "numResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListQualificationTypesResponse Source #

Create a value of ListQualificationTypesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:qualificationTypes:ListQualificationTypesResponse', listQualificationTypesResponse_qualificationTypes - The list of QualificationType elements returned by the query.

$sel:nextToken:ListQualificationTypes', listQualificationTypesResponse_nextToken - Undocumented member.

$sel:numResults:ListQualificationTypesResponse', listQualificationTypesResponse_numResults - The number of Qualification types on this page in the filtered results list, equivalent to the number of types this operation returns.

$sel:httpStatus:ListQualificationTypesResponse', listQualificationTypesResponse_httpStatus - The response's http status code.

UpdateHITTypeOfHIT

data UpdateHITTypeOfHIT Source #

See: newUpdateHITTypeOfHIT smart constructor.

Instances

Instances details
Eq UpdateHITTypeOfHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITTypeOfHIT

Read UpdateHITTypeOfHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITTypeOfHIT

Show UpdateHITTypeOfHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITTypeOfHIT

Generic UpdateHITTypeOfHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITTypeOfHIT

Associated Types

type Rep UpdateHITTypeOfHIT :: Type -> Type #

NFData UpdateHITTypeOfHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITTypeOfHIT

Methods

rnf :: UpdateHITTypeOfHIT -> () #

Hashable UpdateHITTypeOfHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITTypeOfHIT

ToJSON UpdateHITTypeOfHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITTypeOfHIT

AWSRequest UpdateHITTypeOfHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITTypeOfHIT

Associated Types

type AWSResponse UpdateHITTypeOfHIT #

ToHeaders UpdateHITTypeOfHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITTypeOfHIT

ToPath UpdateHITTypeOfHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITTypeOfHIT

ToQuery UpdateHITTypeOfHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITTypeOfHIT

type Rep UpdateHITTypeOfHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITTypeOfHIT

type Rep UpdateHITTypeOfHIT = D1 ('MetaData "UpdateHITTypeOfHIT" "Amazonka.MechanicalTurk.UpdateHITTypeOfHIT" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "UpdateHITTypeOfHIT'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hITId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "hITTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateHITTypeOfHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITTypeOfHIT

newUpdateHITTypeOfHIT Source #

Create a value of UpdateHITTypeOfHIT with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hITId:UpdateHITTypeOfHIT', updateHITTypeOfHIT_hITId - The HIT to update.

$sel:hITTypeId:UpdateHITTypeOfHIT', updateHITTypeOfHIT_hITTypeId - The ID of the new HIT type.

data UpdateHITTypeOfHITResponse Source #

See: newUpdateHITTypeOfHITResponse smart constructor.

Instances

Instances details
Eq UpdateHITTypeOfHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITTypeOfHIT

Read UpdateHITTypeOfHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITTypeOfHIT

Show UpdateHITTypeOfHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITTypeOfHIT

Generic UpdateHITTypeOfHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITTypeOfHIT

Associated Types

type Rep UpdateHITTypeOfHITResponse :: Type -> Type #

NFData UpdateHITTypeOfHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITTypeOfHIT

type Rep UpdateHITTypeOfHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITTypeOfHIT

type Rep UpdateHITTypeOfHITResponse = D1 ('MetaData "UpdateHITTypeOfHITResponse" "Amazonka.MechanicalTurk.UpdateHITTypeOfHIT" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "UpdateHITTypeOfHITResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateHITTypeOfHITResponse Source #

Create a value of UpdateHITTypeOfHITResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UpdateHITTypeOfHITResponse', updateHITTypeOfHITResponse_httpStatus - The response's http status code.

DisassociateQualificationFromWorker

data DisassociateQualificationFromWorker Source #

Instances

Instances details
Eq DisassociateQualificationFromWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DisassociateQualificationFromWorker

Read DisassociateQualificationFromWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DisassociateQualificationFromWorker

Show DisassociateQualificationFromWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DisassociateQualificationFromWorker

Generic DisassociateQualificationFromWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DisassociateQualificationFromWorker

NFData DisassociateQualificationFromWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DisassociateQualificationFromWorker

Hashable DisassociateQualificationFromWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DisassociateQualificationFromWorker

ToJSON DisassociateQualificationFromWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DisassociateQualificationFromWorker

AWSRequest DisassociateQualificationFromWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DisassociateQualificationFromWorker

ToHeaders DisassociateQualificationFromWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DisassociateQualificationFromWorker

ToPath DisassociateQualificationFromWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DisassociateQualificationFromWorker

ToQuery DisassociateQualificationFromWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DisassociateQualificationFromWorker

type Rep DisassociateQualificationFromWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DisassociateQualificationFromWorker

type Rep DisassociateQualificationFromWorker = D1 ('MetaData "DisassociateQualificationFromWorker" "Amazonka.MechanicalTurk.DisassociateQualificationFromWorker" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "DisassociateQualificationFromWorker'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "workerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "qualificationTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DisassociateQualificationFromWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DisassociateQualificationFromWorker

newDisassociateQualificationFromWorker Source #

Create a value of DisassociateQualificationFromWorker with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:reason:DisassociateQualificationFromWorker', disassociateQualificationFromWorker_reason - A text message that explains why the Qualification was revoked. The user who had the Qualification sees this message.

$sel:workerId:DisassociateQualificationFromWorker', disassociateQualificationFromWorker_workerId - The ID of the Worker who possesses the Qualification to be revoked.

$sel:qualificationTypeId:DisassociateQualificationFromWorker', disassociateQualificationFromWorker_qualificationTypeId - The ID of the Qualification type of the Qualification to be revoked.

data DisassociateQualificationFromWorkerResponse Source #

Instances

Instances details
Eq DisassociateQualificationFromWorkerResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DisassociateQualificationFromWorker

Read DisassociateQualificationFromWorkerResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DisassociateQualificationFromWorker

Show DisassociateQualificationFromWorkerResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DisassociateQualificationFromWorker

Generic DisassociateQualificationFromWorkerResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DisassociateQualificationFromWorker

NFData DisassociateQualificationFromWorkerResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DisassociateQualificationFromWorker

type Rep DisassociateQualificationFromWorkerResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DisassociateQualificationFromWorker

type Rep DisassociateQualificationFromWorkerResponse = D1 ('MetaData "DisassociateQualificationFromWorkerResponse" "Amazonka.MechanicalTurk.DisassociateQualificationFromWorker" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "DisassociateQualificationFromWorkerResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateQualificationFromWorkerResponse Source #

Create a value of DisassociateQualificationFromWorkerResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DisassociateQualificationFromWorkerResponse', disassociateQualificationFromWorkerResponse_httpStatus - The response's http status code.

SendTestEventNotification

data SendTestEventNotification Source #

See: newSendTestEventNotification smart constructor.

Instances

Instances details
Eq SendTestEventNotification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendTestEventNotification

Read SendTestEventNotification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendTestEventNotification

Show SendTestEventNotification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendTestEventNotification

Generic SendTestEventNotification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendTestEventNotification

Associated Types

type Rep SendTestEventNotification :: Type -> Type #

NFData SendTestEventNotification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendTestEventNotification

Hashable SendTestEventNotification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendTestEventNotification

ToJSON SendTestEventNotification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendTestEventNotification

AWSRequest SendTestEventNotification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendTestEventNotification

ToHeaders SendTestEventNotification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendTestEventNotification

ToPath SendTestEventNotification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendTestEventNotification

ToQuery SendTestEventNotification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendTestEventNotification

type Rep SendTestEventNotification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendTestEventNotification

type Rep SendTestEventNotification = D1 ('MetaData "SendTestEventNotification" "Amazonka.MechanicalTurk.SendTestEventNotification" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "SendTestEventNotification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NotificationSpecification) :*: S1 ('MetaSel ('Just "testEventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EventType)))
type AWSResponse SendTestEventNotification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendTestEventNotification

newSendTestEventNotification Source #

Create a value of SendTestEventNotification with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:notification:SendTestEventNotification', sendTestEventNotification_notification - The notification specification to test. This value is identical to the value you would provide to the UpdateNotificationSettings operation when you establish the notification specification for a HIT type.

$sel:testEventType:SendTestEventNotification', sendTestEventNotification_testEventType - The event to simulate to test the notification specification. This event is included in the test message even if the notification specification does not include the event type. The notification specification does not filter out the test event.

data SendTestEventNotificationResponse Source #

See: newSendTestEventNotificationResponse smart constructor.

Instances

Instances details
Eq SendTestEventNotificationResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendTestEventNotification

Read SendTestEventNotificationResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendTestEventNotification

Show SendTestEventNotificationResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendTestEventNotification

Generic SendTestEventNotificationResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendTestEventNotification

Associated Types

type Rep SendTestEventNotificationResponse :: Type -> Type #

NFData SendTestEventNotificationResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendTestEventNotification

type Rep SendTestEventNotificationResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendTestEventNotification

type Rep SendTestEventNotificationResponse = D1 ('MetaData "SendTestEventNotificationResponse" "Amazonka.MechanicalTurk.SendTestEventNotification" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "SendTestEventNotificationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newSendTestEventNotificationResponse Source #

Create a value of SendTestEventNotificationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:SendTestEventNotificationResponse', sendTestEventNotificationResponse_httpStatus - The response's http status code.

NotifyWorkers

data NotifyWorkers Source #

See: newNotifyWorkers smart constructor.

Constructors

NotifyWorkers' Text Text [Text] 

Instances

Instances details
Eq NotifyWorkers Source # 
Instance details

Defined in Amazonka.MechanicalTurk.NotifyWorkers

Read NotifyWorkers Source # 
Instance details

Defined in Amazonka.MechanicalTurk.NotifyWorkers

Show NotifyWorkers Source # 
Instance details

Defined in Amazonka.MechanicalTurk.NotifyWorkers

Generic NotifyWorkers Source # 
Instance details

Defined in Amazonka.MechanicalTurk.NotifyWorkers

Associated Types

type Rep NotifyWorkers :: Type -> Type #

NFData NotifyWorkers Source # 
Instance details

Defined in Amazonka.MechanicalTurk.NotifyWorkers

Methods

rnf :: NotifyWorkers -> () #

Hashable NotifyWorkers Source # 
Instance details

Defined in Amazonka.MechanicalTurk.NotifyWorkers

ToJSON NotifyWorkers Source # 
Instance details

Defined in Amazonka.MechanicalTurk.NotifyWorkers

AWSRequest NotifyWorkers Source # 
Instance details

Defined in Amazonka.MechanicalTurk.NotifyWorkers

Associated Types

type AWSResponse NotifyWorkers #

ToHeaders NotifyWorkers Source # 
Instance details

Defined in Amazonka.MechanicalTurk.NotifyWorkers

ToPath NotifyWorkers Source # 
Instance details

Defined in Amazonka.MechanicalTurk.NotifyWorkers

ToQuery NotifyWorkers Source # 
Instance details

Defined in Amazonka.MechanicalTurk.NotifyWorkers

type Rep NotifyWorkers Source # 
Instance details

Defined in Amazonka.MechanicalTurk.NotifyWorkers

type Rep NotifyWorkers = D1 ('MetaData "NotifyWorkers" "Amazonka.MechanicalTurk.NotifyWorkers" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "NotifyWorkers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "messageText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workerIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))
type AWSResponse NotifyWorkers Source # 
Instance details

Defined in Amazonka.MechanicalTurk.NotifyWorkers

newNotifyWorkers Source #

Create a value of NotifyWorkers with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:subject:NotifyWorkers', notifyWorkers_subject - The subject line of the email message to send. Can include up to 200 characters.

$sel:messageText:NotifyWorkers', notifyWorkers_messageText - The text of the email message to send. Can include up to 4,096 characters

$sel:workerIds:NotifyWorkers', notifyWorkers_workerIds - A list of Worker IDs you wish to notify. You can notify upto 100 Workers at a time.

data NotifyWorkersResponse Source #

See: newNotifyWorkersResponse smart constructor.

Instances

Instances details
Eq NotifyWorkersResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.NotifyWorkers

Read NotifyWorkersResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.NotifyWorkers

Show NotifyWorkersResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.NotifyWorkers

Generic NotifyWorkersResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.NotifyWorkers

Associated Types

type Rep NotifyWorkersResponse :: Type -> Type #

NFData NotifyWorkersResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.NotifyWorkers

Methods

rnf :: NotifyWorkersResponse -> () #

type Rep NotifyWorkersResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.NotifyWorkers

type Rep NotifyWorkersResponse = D1 ('MetaData "NotifyWorkersResponse" "Amazonka.MechanicalTurk.NotifyWorkers" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "NotifyWorkersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notifyWorkersFailureStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NotifyWorkersFailureStatus])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newNotifyWorkersResponse Source #

Create a value of NotifyWorkersResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:notifyWorkersFailureStatuses:NotifyWorkersResponse', notifyWorkersResponse_notifyWorkersFailureStatuses - When MTurk sends notifications to the list of Workers, it returns back any failures it encounters in this list of NotifyWorkersFailureStatus objects.

$sel:httpStatus:NotifyWorkersResponse', notifyWorkersResponse_httpStatus - The response's http status code.

CreateHITWithHITType

data CreateHITWithHITType Source #

See: newCreateHITWithHITType smart constructor.

Instances

Instances details
Eq CreateHITWithHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITWithHITType

Read CreateHITWithHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITWithHITType

Show CreateHITWithHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITWithHITType

Generic CreateHITWithHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITWithHITType

Associated Types

type Rep CreateHITWithHITType :: Type -> Type #

NFData CreateHITWithHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITWithHITType

Methods

rnf :: CreateHITWithHITType -> () #

Hashable CreateHITWithHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITWithHITType

ToJSON CreateHITWithHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITWithHITType

AWSRequest CreateHITWithHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITWithHITType

Associated Types

type AWSResponse CreateHITWithHITType #

ToHeaders CreateHITWithHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITWithHITType

ToPath CreateHITWithHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITWithHITType

ToQuery CreateHITWithHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITWithHITType

type Rep CreateHITWithHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITWithHITType

type Rep CreateHITWithHITType = D1 ('MetaData "CreateHITWithHITType" "Amazonka.MechanicalTurk.CreateHITWithHITType" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "CreateHITWithHITType'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "hITReviewPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReviewPolicy)) :*: S1 ('MetaSel ('Just "uniqueRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "requesterAnnotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxAssignments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "hITLayoutId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "hITLayoutParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HITLayoutParameter])) :*: S1 ('MetaSel ('Just "question") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "assignmentReviewPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReviewPolicy)) :*: (S1 ('MetaSel ('Just "hITTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "lifetimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))))
type AWSResponse CreateHITWithHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITWithHITType

newCreateHITWithHITType Source #

Create a value of CreateHITWithHITType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hITReviewPolicy:CreateHITWithHITType', createHITWithHITType_hITReviewPolicy - The HIT-level Review Policy applies to the HIT. You can specify for Mechanical Turk to take various actions based on the policy.

$sel:uniqueRequestToken:CreateHITWithHITType', createHITWithHITType_uniqueRequestToken - A unique identifier for this request which allows you to retry the call on error without creating duplicate HITs. This is useful in cases such as network timeouts where it is unclear whether or not the call succeeded on the server. If the HIT already exists in the system from a previous call using the same UniqueRequestToken, subsequent calls will return a AWS.MechanicalTurk.HitAlreadyExists error with a message containing the HITId.

Note: It is your responsibility to ensure uniqueness of the token. The unique token expires after 24 hours. Subsequent calls using the same UniqueRequestToken made after the 24 hour limit could create duplicate HITs.

$sel:requesterAnnotation:CreateHITWithHITType', createHITWithHITType_requesterAnnotation - An arbitrary data field. The RequesterAnnotation parameter lets your application attach arbitrary data to the HIT for tracking purposes. For example, this parameter could be an identifier internal to the Requester's application that corresponds with the HIT.

The RequesterAnnotation parameter for a HIT is only visible to the Requester who created the HIT. It is not shown to the Worker, or any other Requester.

The RequesterAnnotation parameter may be different for each HIT you submit. It does not affect how your HITs are grouped.

$sel:maxAssignments:CreateHITWithHITType', createHITWithHITType_maxAssignments - The number of times the HIT can be accepted and completed before the HIT becomes unavailable.

$sel:hITLayoutId:CreateHITWithHITType', createHITWithHITType_hITLayoutId - The HITLayoutId allows you to use a pre-existing HIT design with placeholder values and create an additional HIT by providing those values as HITLayoutParameters.

Constraints: Either a Question parameter or a HITLayoutId parameter must be provided.

$sel:hITLayoutParameters:CreateHITWithHITType', createHITWithHITType_hITLayoutParameters - If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter structure. For more information, see HITLayout.

$sel:question:CreateHITWithHITType', createHITWithHITType_question - The data the person completing the HIT uses to produce the results.

Constraints: Must be a QuestionForm data structure, an ExternalQuestion data structure, or an HTMLQuestion data structure. The XML question data must not be larger than 64 kilobytes (65,535 bytes) in size, including whitespace.

Either a Question parameter or a HITLayoutId parameter must be provided.

$sel:assignmentReviewPolicy:CreateHITWithHITType', createHITWithHITType_assignmentReviewPolicy - The Assignment-level Review Policy applies to the assignments under the HIT. You can specify for Mechanical Turk to take various actions based on the policy.

$sel:hITTypeId:CreateHITWithHITType', createHITWithHITType_hITTypeId - The HIT type ID you want to create this HIT with.

$sel:lifetimeInSeconds:CreateHITWithHITType', createHITWithHITType_lifetimeInSeconds - An amount of time, in seconds, after which the HIT is no longer available for users to accept. After the lifetime of the HIT elapses, the HIT no longer appears in HIT searches, even if not all of the assignments for the HIT have been accepted.

data CreateHITWithHITTypeResponse Source #

See: newCreateHITWithHITTypeResponse smart constructor.

Instances

Instances details
Eq CreateHITWithHITTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITWithHITType

Read CreateHITWithHITTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITWithHITType

Show CreateHITWithHITTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITWithHITType

Generic CreateHITWithHITTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITWithHITType

Associated Types

type Rep CreateHITWithHITTypeResponse :: Type -> Type #

NFData CreateHITWithHITTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITWithHITType

type Rep CreateHITWithHITTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITWithHITType

type Rep CreateHITWithHITTypeResponse = D1 ('MetaData "CreateHITWithHITTypeResponse" "Amazonka.MechanicalTurk.CreateHITWithHITType" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "CreateHITWithHITTypeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HIT)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateHITWithHITTypeResponse Source #

Create a value of CreateHITWithHITTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hit:CreateHITWithHITTypeResponse', createHITWithHITTypeResponse_hit - Contains the newly created HIT data. For a description of the HIT data structure as it appears in responses, see the HIT Data Structure documentation.

$sel:httpStatus:CreateHITWithHITTypeResponse', createHITWithHITTypeResponse_httpStatus - The response's http status code.

CreateHITType

data CreateHITType Source #

See: newCreateHITType smart constructor.

Instances

Instances details
Eq CreateHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITType

Read CreateHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITType

Show CreateHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITType

Generic CreateHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITType

Associated Types

type Rep CreateHITType :: Type -> Type #

NFData CreateHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITType

Methods

rnf :: CreateHITType -> () #

Hashable CreateHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITType

ToJSON CreateHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITType

AWSRequest CreateHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITType

Associated Types

type AWSResponse CreateHITType #

ToHeaders CreateHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITType

ToPath CreateHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITType

ToQuery CreateHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITType

type Rep CreateHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITType

type Rep CreateHITType = D1 ('MetaData "CreateHITType" "Amazonka.MechanicalTurk.CreateHITType" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "CreateHITType'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "autoApprovalDelayInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "keywords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "qualificationRequirements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [QualificationRequirement])))) :*: ((S1 ('MetaSel ('Just "assignmentDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "reward") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateHITType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITType

newCreateHITType Source #

Create a value of CreateHITType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoApprovalDelayInSeconds:CreateHITType', createHITType_autoApprovalDelayInSeconds - The number of seconds after an assignment for the HIT has been submitted, after which the assignment is considered Approved automatically unless the Requester explicitly rejects it.

$sel:keywords:CreateHITType', createHITType_keywords - One or more words or phrases that describe the HIT, separated by commas. These words are used in searches to find HITs.

$sel:qualificationRequirements:CreateHITType', createHITType_qualificationRequirements - Conditions that a Worker's Qualifications must meet in order to accept the HIT. A HIT can have between zero and ten Qualification requirements. All requirements must be met in order for a Worker to accept the HIT. Additionally, other actions can be restricted using the ActionsGuarded field on each QualificationRequirement structure.

$sel:assignmentDurationInSeconds:CreateHITType', createHITType_assignmentDurationInSeconds - The amount of time, in seconds, that a Worker has to complete the HIT after accepting it. If a Worker does not complete the assignment within the specified duration, the assignment is considered abandoned. If the HIT is still active (that is, its lifetime has not elapsed), the assignment becomes available for other users to find and accept.

$sel:reward:CreateHITType', createHITType_reward - The amount of money the Requester will pay a Worker for successfully completing the HIT.

$sel:title:CreateHITType', createHITType_title - The title of the HIT. A title should be short and descriptive about the kind of task the HIT contains. On the Amazon Mechanical Turk web site, the HIT title appears in search results, and everywhere the HIT is mentioned.

$sel:description:CreateHITType', createHITType_description - A general description of the HIT. A description includes detailed information about the kind of task the HIT contains. On the Amazon Mechanical Turk web site, the HIT description appears in the expanded view of search results, and in the HIT and assignment screens. A good description gives the user enough information to evaluate the HIT before accepting it.

data CreateHITTypeResponse Source #

See: newCreateHITTypeResponse smart constructor.

Instances

Instances details
Eq CreateHITTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITType

Read CreateHITTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITType

Show CreateHITTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITType

Generic CreateHITTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITType

Associated Types

type Rep CreateHITTypeResponse :: Type -> Type #

NFData CreateHITTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITType

Methods

rnf :: CreateHITTypeResponse -> () #

type Rep CreateHITTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHITType

type Rep CreateHITTypeResponse = D1 ('MetaData "CreateHITTypeResponse" "Amazonka.MechanicalTurk.CreateHITType" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "CreateHITTypeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hITTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateHITTypeResponse Source #

Create a value of CreateHITTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hITTypeId:CreateHITTypeResponse', createHITTypeResponse_hITTypeId - The ID of the newly registered HIT type.

$sel:httpStatus:CreateHITTypeResponse', createHITTypeResponse_httpStatus - The response's http status code.

SendBonus

data SendBonus Source #

See: newSendBonus smart constructor.

Instances

Instances details
Eq SendBonus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendBonus

Read SendBonus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendBonus

Show SendBonus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendBonus

Generic SendBonus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendBonus

Associated Types

type Rep SendBonus :: Type -> Type #

NFData SendBonus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendBonus

Methods

rnf :: SendBonus -> () #

Hashable SendBonus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendBonus

ToJSON SendBonus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendBonus

AWSRequest SendBonus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendBonus

Associated Types

type AWSResponse SendBonus #

ToHeaders SendBonus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendBonus

Methods

toHeaders :: SendBonus -> [Header] #

ToPath SendBonus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendBonus

ToQuery SendBonus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendBonus

type Rep SendBonus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendBonus

type Rep SendBonus = D1 ('MetaData "SendBonus" "Amazonka.MechanicalTurk.SendBonus" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "SendBonus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "uniqueRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "bonusAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "assignmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse SendBonus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendBonus

newSendBonus Source #

Create a value of SendBonus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:uniqueRequestToken:SendBonus', sendBonus_uniqueRequestToken - A unique identifier for this request, which allows you to retry the call on error without granting multiple bonuses. This is useful in cases such as network timeouts where it is unclear whether or not the call succeeded on the server. If the bonus already exists in the system from a previous call using the same UniqueRequestToken, subsequent calls will return an error with a message containing the request ID.

$sel:workerId:SendBonus', sendBonus_workerId - The ID of the Worker being paid the bonus.

$sel:bonusAmount:SendBonus', sendBonus_bonusAmount - The Bonus amount is a US Dollar amount specified using a string (for example, "5" represents $5.00 USD and "101.42" represents $101.42 USD). Do not include currency symbols or currency codes.

$sel:assignmentId:SendBonus', sendBonus_assignmentId - The ID of the assignment for which this bonus is paid.

$sel:reason:SendBonus', sendBonus_reason - A message that explains the reason for the bonus payment. The Worker receiving the bonus can see this message.

data SendBonusResponse Source #

See: newSendBonusResponse smart constructor.

Constructors

SendBonusResponse' Int 

Instances

Instances details
Eq SendBonusResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendBonus

Read SendBonusResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendBonus

Show SendBonusResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendBonus

Generic SendBonusResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendBonus

Associated Types

type Rep SendBonusResponse :: Type -> Type #

NFData SendBonusResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendBonus

Methods

rnf :: SendBonusResponse -> () #

type Rep SendBonusResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.SendBonus

type Rep SendBonusResponse = D1 ('MetaData "SendBonusResponse" "Amazonka.MechanicalTurk.SendBonus" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "SendBonusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newSendBonusResponse Source #

Create a value of SendBonusResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:SendBonusResponse', sendBonusResponse_httpStatus - The response's http status code.

ListQualificationRequests (Paginated)

data ListQualificationRequests Source #

See: newListQualificationRequests smart constructor.

Instances

Instances details
Eq ListQualificationRequests Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationRequests

Read ListQualificationRequests Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationRequests

Show ListQualificationRequests Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationRequests

Generic ListQualificationRequests Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationRequests

Associated Types

type Rep ListQualificationRequests :: Type -> Type #

NFData ListQualificationRequests Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationRequests

Hashable ListQualificationRequests Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationRequests

ToJSON ListQualificationRequests Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationRequests

AWSPager ListQualificationRequests Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationRequests

AWSRequest ListQualificationRequests Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationRequests

ToHeaders ListQualificationRequests Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationRequests

ToPath ListQualificationRequests Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationRequests

ToQuery ListQualificationRequests Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationRequests

type Rep ListQualificationRequests Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationRequests

type Rep ListQualificationRequests = D1 ('MetaData "ListQualificationRequests" "Amazonka.MechanicalTurk.ListQualificationRequests" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ListQualificationRequests'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "qualificationTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListQualificationRequests Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationRequests

newListQualificationRequests :: ListQualificationRequests Source #

Create a value of ListQualificationRequests with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListQualificationRequests', listQualificationRequests_nextToken - Undocumented member.

$sel:qualificationTypeId:ListQualificationRequests', listQualificationRequests_qualificationTypeId - The ID of the QualificationType.

$sel:maxResults:ListQualificationRequests', listQualificationRequests_maxResults - The maximum number of results to return in a single call.

data ListQualificationRequestsResponse Source #

See: newListQualificationRequestsResponse smart constructor.

Instances

Instances details
Eq ListQualificationRequestsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationRequests

Read ListQualificationRequestsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationRequests

Show ListQualificationRequestsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationRequests

Generic ListQualificationRequestsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationRequests

Associated Types

type Rep ListQualificationRequestsResponse :: Type -> Type #

NFData ListQualificationRequestsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationRequests

type Rep ListQualificationRequestsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListQualificationRequests

type Rep ListQualificationRequestsResponse = D1 ('MetaData "ListQualificationRequestsResponse" "Amazonka.MechanicalTurk.ListQualificationRequests" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ListQualificationRequestsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "qualificationRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [QualificationRequest])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "numResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListQualificationRequestsResponse Source #

Create a value of ListQualificationRequestsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:qualificationRequests:ListQualificationRequestsResponse', listQualificationRequestsResponse_qualificationRequests - The Qualification request. The response includes one QualificationRequest element for each Qualification request returned by the query.

$sel:nextToken:ListQualificationRequests', listQualificationRequestsResponse_nextToken - Undocumented member.

$sel:numResults:ListQualificationRequestsResponse', listQualificationRequestsResponse_numResults - The number of Qualification requests on this page in the filtered results list, equivalent to the number of Qualification requests being returned by this call.

$sel:httpStatus:ListQualificationRequestsResponse', listQualificationRequestsResponse_httpStatus - The response's http status code.

UpdateExpirationForHIT

data UpdateExpirationForHIT Source #

See: newUpdateExpirationForHIT smart constructor.

Instances

Instances details
Eq UpdateExpirationForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateExpirationForHIT

Read UpdateExpirationForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateExpirationForHIT

Show UpdateExpirationForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateExpirationForHIT

Generic UpdateExpirationForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateExpirationForHIT

Associated Types

type Rep UpdateExpirationForHIT :: Type -> Type #

NFData UpdateExpirationForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateExpirationForHIT

Methods

rnf :: UpdateExpirationForHIT -> () #

Hashable UpdateExpirationForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateExpirationForHIT

ToJSON UpdateExpirationForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateExpirationForHIT

AWSRequest UpdateExpirationForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateExpirationForHIT

Associated Types

type AWSResponse UpdateExpirationForHIT #

ToHeaders UpdateExpirationForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateExpirationForHIT

ToPath UpdateExpirationForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateExpirationForHIT

ToQuery UpdateExpirationForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateExpirationForHIT

type Rep UpdateExpirationForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateExpirationForHIT

type Rep UpdateExpirationForHIT = D1 ('MetaData "UpdateExpirationForHIT" "Amazonka.MechanicalTurk.UpdateExpirationForHIT" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "UpdateExpirationForHIT'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hITId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "expireAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))
type AWSResponse UpdateExpirationForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateExpirationForHIT

newUpdateExpirationForHIT Source #

Create a value of UpdateExpirationForHIT with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hITId:UpdateExpirationForHIT', updateExpirationForHIT_hITId - The HIT to update.

$sel:expireAt:UpdateExpirationForHIT', updateExpirationForHIT_expireAt - The date and time at which you want the HIT to expire

data UpdateExpirationForHITResponse Source #

See: newUpdateExpirationForHITResponse smart constructor.

Instances

Instances details
Eq UpdateExpirationForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateExpirationForHIT

Read UpdateExpirationForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateExpirationForHIT

Show UpdateExpirationForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateExpirationForHIT

Generic UpdateExpirationForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateExpirationForHIT

Associated Types

type Rep UpdateExpirationForHITResponse :: Type -> Type #

NFData UpdateExpirationForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateExpirationForHIT

type Rep UpdateExpirationForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateExpirationForHIT

type Rep UpdateExpirationForHITResponse = D1 ('MetaData "UpdateExpirationForHITResponse" "Amazonka.MechanicalTurk.UpdateExpirationForHIT" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "UpdateExpirationForHITResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateExpirationForHITResponse Source #

Create a value of UpdateExpirationForHITResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UpdateExpirationForHITResponse', updateExpirationForHITResponse_httpStatus - The response's http status code.

RejectAssignment

data RejectAssignment Source #

See: newRejectAssignment smart constructor.

Instances

Instances details
Eq RejectAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectAssignment

Read RejectAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectAssignment

Show RejectAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectAssignment

Generic RejectAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectAssignment

Associated Types

type Rep RejectAssignment :: Type -> Type #

NFData RejectAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectAssignment

Methods

rnf :: RejectAssignment -> () #

Hashable RejectAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectAssignment

ToJSON RejectAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectAssignment

AWSRequest RejectAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectAssignment

Associated Types

type AWSResponse RejectAssignment #

ToHeaders RejectAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectAssignment

ToPath RejectAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectAssignment

ToQuery RejectAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectAssignment

type Rep RejectAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectAssignment

type Rep RejectAssignment = D1 ('MetaData "RejectAssignment" "Amazonka.MechanicalTurk.RejectAssignment" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "RejectAssignment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assignmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "requesterFeedback") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse RejectAssignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectAssignment

newRejectAssignment Source #

Create a value of RejectAssignment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assignmentId:RejectAssignment', rejectAssignment_assignmentId - The ID of the assignment. The assignment must correspond to a HIT created by the Requester.

$sel:requesterFeedback:RejectAssignment', rejectAssignment_requesterFeedback - A message for the Worker, which the Worker can see in the Status section of the web site.

data RejectAssignmentResponse Source #

See: newRejectAssignmentResponse smart constructor.

Instances

Instances details
Eq RejectAssignmentResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectAssignment

Read RejectAssignmentResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectAssignment

Show RejectAssignmentResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectAssignment

Generic RejectAssignmentResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectAssignment

Associated Types

type Rep RejectAssignmentResponse :: Type -> Type #

NFData RejectAssignmentResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectAssignment

type Rep RejectAssignmentResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectAssignment

type Rep RejectAssignmentResponse = D1 ('MetaData "RejectAssignmentResponse" "Amazonka.MechanicalTurk.RejectAssignment" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "RejectAssignmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRejectAssignmentResponse Source #

Create a value of RejectAssignmentResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:RejectAssignmentResponse', rejectAssignmentResponse_httpStatus - The response's http status code.

ListAssignmentsForHIT (Paginated)

data ListAssignmentsForHIT Source #

See: newListAssignmentsForHIT smart constructor.

Instances

Instances details
Eq ListAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListAssignmentsForHIT

Read ListAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListAssignmentsForHIT

Show ListAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListAssignmentsForHIT

Generic ListAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListAssignmentsForHIT

Associated Types

type Rep ListAssignmentsForHIT :: Type -> Type #

NFData ListAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListAssignmentsForHIT

Methods

rnf :: ListAssignmentsForHIT -> () #

Hashable ListAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListAssignmentsForHIT

ToJSON ListAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListAssignmentsForHIT

AWSPager ListAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListAssignmentsForHIT

AWSRequest ListAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListAssignmentsForHIT

Associated Types

type AWSResponse ListAssignmentsForHIT #

ToHeaders ListAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListAssignmentsForHIT

ToPath ListAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListAssignmentsForHIT

ToQuery ListAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListAssignmentsForHIT

type Rep ListAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListAssignmentsForHIT

type Rep ListAssignmentsForHIT = D1 ('MetaData "ListAssignmentsForHIT" "Amazonka.MechanicalTurk.ListAssignmentsForHIT" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ListAssignmentsForHIT'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "assignmentStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssignmentStatus])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "hITId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListAssignmentsForHIT

newListAssignmentsForHIT Source #

Create a value of ListAssignmentsForHIT with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assignmentStatuses:ListAssignmentsForHIT', listAssignmentsForHIT_assignmentStatuses - The status of the assignments to return: Submitted | Approved | Rejected

$sel:nextToken:ListAssignmentsForHIT', listAssignmentsForHIT_nextToken - Pagination token

$sel:maxResults:ListAssignmentsForHIT', listAssignmentsForHIT_maxResults - Undocumented member.

$sel:hITId:ListAssignmentsForHIT', listAssignmentsForHIT_hITId - The ID of the HIT.

data ListAssignmentsForHITResponse Source #

See: newListAssignmentsForHITResponse smart constructor.

Instances

Instances details
Eq ListAssignmentsForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListAssignmentsForHIT

Read ListAssignmentsForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListAssignmentsForHIT

Show ListAssignmentsForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListAssignmentsForHIT

Generic ListAssignmentsForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListAssignmentsForHIT

Associated Types

type Rep ListAssignmentsForHITResponse :: Type -> Type #

NFData ListAssignmentsForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListAssignmentsForHIT

type Rep ListAssignmentsForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListAssignmentsForHIT

type Rep ListAssignmentsForHITResponse = D1 ('MetaData "ListAssignmentsForHITResponse" "Amazonka.MechanicalTurk.ListAssignmentsForHIT" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ListAssignmentsForHITResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "numResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "assignments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Assignment])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAssignmentsForHITResponse Source #

Create a value of ListAssignmentsForHITResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListAssignmentsForHIT', listAssignmentsForHITResponse_nextToken - Undocumented member.

$sel:numResults:ListAssignmentsForHITResponse', listAssignmentsForHITResponse_numResults - The number of assignments on the page in the filtered results list, equivalent to the number of assignments returned by this call.

$sel:assignments:ListAssignmentsForHITResponse', listAssignmentsForHITResponse_assignments - The collection of Assignment data structures returned by this call.

$sel:httpStatus:ListAssignmentsForHITResponse', listAssignmentsForHITResponse_httpStatus - The response's http status code.

RejectQualificationRequest

data RejectQualificationRequest Source #

See: newRejectQualificationRequest smart constructor.

Instances

Instances details
Eq RejectQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectQualificationRequest

Read RejectQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectQualificationRequest

Show RejectQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectQualificationRequest

Generic RejectQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectQualificationRequest

Associated Types

type Rep RejectQualificationRequest :: Type -> Type #

NFData RejectQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectQualificationRequest

Hashable RejectQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectQualificationRequest

ToJSON RejectQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectQualificationRequest

AWSRequest RejectQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectQualificationRequest

ToHeaders RejectQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectQualificationRequest

ToPath RejectQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectQualificationRequest

ToQuery RejectQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectQualificationRequest

type Rep RejectQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectQualificationRequest

type Rep RejectQualificationRequest = D1 ('MetaData "RejectQualificationRequest" "Amazonka.MechanicalTurk.RejectQualificationRequest" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "RejectQualificationRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "qualificationRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse RejectQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectQualificationRequest

newRejectQualificationRequest Source #

Create a value of RejectQualificationRequest with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:reason:RejectQualificationRequest', rejectQualificationRequest_reason - A text message explaining why the request was rejected, to be shown to the Worker who made the request.

$sel:qualificationRequestId:RejectQualificationRequest', rejectQualificationRequest_qualificationRequestId - The ID of the Qualification request, as returned by the ListQualificationRequests operation.

data RejectQualificationRequestResponse Source #

Instances

Instances details
Eq RejectQualificationRequestResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectQualificationRequest

Read RejectQualificationRequestResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectQualificationRequest

Show RejectQualificationRequestResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectQualificationRequest

Generic RejectQualificationRequestResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectQualificationRequest

Associated Types

type Rep RejectQualificationRequestResponse :: Type -> Type #

NFData RejectQualificationRequestResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectQualificationRequest

type Rep RejectQualificationRequestResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.RejectQualificationRequest

type Rep RejectQualificationRequestResponse = D1 ('MetaData "RejectQualificationRequestResponse" "Amazonka.MechanicalTurk.RejectQualificationRequest" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "RejectQualificationRequestResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRejectQualificationRequestResponse Source #

Create a value of RejectQualificationRequestResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:RejectQualificationRequestResponse', rejectQualificationRequestResponse_httpStatus - The response's http status code.

GetQualificationScore

data GetQualificationScore Source #

See: newGetQualificationScore smart constructor.

Instances

Instances details
Eq GetQualificationScore Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationScore

Read GetQualificationScore Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationScore

Show GetQualificationScore Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationScore

Generic GetQualificationScore Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationScore

Associated Types

type Rep GetQualificationScore :: Type -> Type #

NFData GetQualificationScore Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationScore

Methods

rnf :: GetQualificationScore -> () #

Hashable GetQualificationScore Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationScore

ToJSON GetQualificationScore Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationScore

AWSRequest GetQualificationScore Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationScore

Associated Types

type AWSResponse GetQualificationScore #

ToHeaders GetQualificationScore Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationScore

ToPath GetQualificationScore Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationScore

ToQuery GetQualificationScore Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationScore

type Rep GetQualificationScore Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationScore

type Rep GetQualificationScore = D1 ('MetaData "GetQualificationScore" "Amazonka.MechanicalTurk.GetQualificationScore" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "GetQualificationScore'" 'PrefixI 'True) (S1 ('MetaSel ('Just "qualificationTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetQualificationScore Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationScore

newGetQualificationScore Source #

Create a value of GetQualificationScore with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:qualificationTypeId:GetQualificationScore', getQualificationScore_qualificationTypeId - The ID of the QualificationType.

$sel:workerId:GetQualificationScore', getQualificationScore_workerId - The ID of the Worker whose Qualification is being updated.

data GetQualificationScoreResponse Source #

See: newGetQualificationScoreResponse smart constructor.

Instances

Instances details
Eq GetQualificationScoreResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationScore

Read GetQualificationScoreResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationScore

Show GetQualificationScoreResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationScore

Generic GetQualificationScoreResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationScore

Associated Types

type Rep GetQualificationScoreResponse :: Type -> Type #

NFData GetQualificationScoreResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationScore

type Rep GetQualificationScoreResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationScore

type Rep GetQualificationScoreResponse = D1 ('MetaData "GetQualificationScoreResponse" "Amazonka.MechanicalTurk.GetQualificationScore" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "GetQualificationScoreResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "qualification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Qualification)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetQualificationScoreResponse Source #

Create a value of GetQualificationScoreResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:qualification:GetQualificationScoreResponse', getQualificationScoreResponse_qualification - The Qualification data structure of the Qualification assigned to a user, including the Qualification type and the value (score).

$sel:httpStatus:GetQualificationScoreResponse', getQualificationScoreResponse_httpStatus - The response's http status code.

GetQualificationType

data GetQualificationType Source #

See: newGetQualificationType smart constructor.

Instances

Instances details
Eq GetQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationType

Read GetQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationType

Show GetQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationType

Generic GetQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationType

Associated Types

type Rep GetQualificationType :: Type -> Type #

NFData GetQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationType

Methods

rnf :: GetQualificationType -> () #

Hashable GetQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationType

ToJSON GetQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationType

AWSRequest GetQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationType

Associated Types

type AWSResponse GetQualificationType #

ToHeaders GetQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationType

ToPath GetQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationType

ToQuery GetQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationType

type Rep GetQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationType

type Rep GetQualificationType = D1 ('MetaData "GetQualificationType" "Amazonka.MechanicalTurk.GetQualificationType" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "GetQualificationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "qualificationTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationType

newGetQualificationType Source #

Create a value of GetQualificationType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:qualificationTypeId:GetQualificationType', getQualificationType_qualificationTypeId - The ID of the QualificationType.

data GetQualificationTypeResponse Source #

See: newGetQualificationTypeResponse smart constructor.

Instances

Instances details
Eq GetQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationType

Read GetQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationType

Show GetQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationType

Generic GetQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationType

Associated Types

type Rep GetQualificationTypeResponse :: Type -> Type #

NFData GetQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationType

type Rep GetQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetQualificationType

type Rep GetQualificationTypeResponse = D1 ('MetaData "GetQualificationTypeResponse" "Amazonka.MechanicalTurk.GetQualificationType" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "GetQualificationTypeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "qualificationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe QualificationType)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetQualificationTypeResponse Source #

Create a value of GetQualificationTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:qualificationType:GetQualificationTypeResponse', getQualificationTypeResponse_qualificationType - The returned Qualification Type

$sel:httpStatus:GetQualificationTypeResponse', getQualificationTypeResponse_httpStatus - The response's http status code.

UpdateHITReviewStatus

data UpdateHITReviewStatus Source #

See: newUpdateHITReviewStatus smart constructor.

Instances

Instances details
Eq UpdateHITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITReviewStatus

Read UpdateHITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITReviewStatus

Show UpdateHITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITReviewStatus

Generic UpdateHITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITReviewStatus

Associated Types

type Rep UpdateHITReviewStatus :: Type -> Type #

NFData UpdateHITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITReviewStatus

Methods

rnf :: UpdateHITReviewStatus -> () #

Hashable UpdateHITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITReviewStatus

ToJSON UpdateHITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITReviewStatus

AWSRequest UpdateHITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITReviewStatus

Associated Types

type AWSResponse UpdateHITReviewStatus #

ToHeaders UpdateHITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITReviewStatus

ToPath UpdateHITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITReviewStatus

ToQuery UpdateHITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITReviewStatus

type Rep UpdateHITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITReviewStatus

type Rep UpdateHITReviewStatus = D1 ('MetaData "UpdateHITReviewStatus" "Amazonka.MechanicalTurk.UpdateHITReviewStatus" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "UpdateHITReviewStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "revert") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "hITId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateHITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITReviewStatus

newUpdateHITReviewStatus Source #

Create a value of UpdateHITReviewStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:revert:UpdateHITReviewStatus', updateHITReviewStatus_revert - Specifies how to update the HIT status. Default is False.

  • Setting this to false will only transition a HIT from Reviewable to Reviewing
  • Setting this to true will only transition a HIT from Reviewing to Reviewable

$sel:hITId:UpdateHITReviewStatus', updateHITReviewStatus_hITId - The ID of the HIT to update.

data UpdateHITReviewStatusResponse Source #

See: newUpdateHITReviewStatusResponse smart constructor.

Instances

Instances details
Eq UpdateHITReviewStatusResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITReviewStatus

Read UpdateHITReviewStatusResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITReviewStatus

Show UpdateHITReviewStatusResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITReviewStatus

Generic UpdateHITReviewStatusResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITReviewStatus

Associated Types

type Rep UpdateHITReviewStatusResponse :: Type -> Type #

NFData UpdateHITReviewStatusResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITReviewStatus

type Rep UpdateHITReviewStatusResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateHITReviewStatus

type Rep UpdateHITReviewStatusResponse = D1 ('MetaData "UpdateHITReviewStatusResponse" "Amazonka.MechanicalTurk.UpdateHITReviewStatus" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "UpdateHITReviewStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateHITReviewStatusResponse Source #

Create a value of UpdateHITReviewStatusResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UpdateHITReviewStatusResponse', updateHITReviewStatusResponse_httpStatus - The response's http status code.

CreateQualificationType

data CreateQualificationType Source #

See: newCreateQualificationType smart constructor.

Instances

Instances details
Eq CreateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateQualificationType

Read CreateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateQualificationType

Show CreateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateQualificationType

Generic CreateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateQualificationType

Associated Types

type Rep CreateQualificationType :: Type -> Type #

NFData CreateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateQualificationType

Methods

rnf :: CreateQualificationType -> () #

Hashable CreateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateQualificationType

ToJSON CreateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateQualificationType

AWSRequest CreateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateQualificationType

ToHeaders CreateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateQualificationType

ToPath CreateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateQualificationType

ToQuery CreateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateQualificationType

type Rep CreateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateQualificationType

type Rep CreateQualificationType = D1 ('MetaData "CreateQualificationType" "Amazonka.MechanicalTurk.CreateQualificationType" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "CreateQualificationType'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "testDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "answerKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "test") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "keywords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "autoGranted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "autoGrantedValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "retryDelayInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "qualificationTypeStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 QualificationTypeStatus))))))
type AWSResponse CreateQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateQualificationType

newCreateQualificationType Source #

Create a value of CreateQualificationType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:testDurationInSeconds:CreateQualificationType', createQualificationType_testDurationInSeconds - The number of seconds the Worker has to complete the Qualification test, starting from the time the Worker requests the Qualification.

$sel:answerKey:CreateQualificationType', createQualificationType_answerKey - The answers to the Qualification test specified in the Test parameter, in the form of an AnswerKey data structure.

Constraints: Must not be longer than 65535 bytes.

Constraints: None. If not specified, you must process Qualification requests manually.

$sel:test:CreateQualificationType', createQualificationType_test - The questions for the Qualification test a Worker must answer correctly to obtain a Qualification of this type. If this parameter is specified, TestDurationInSeconds must also be specified.

Constraints: Must not be longer than 65535 bytes. Must be a QuestionForm data structure. This parameter cannot be specified if AutoGranted is true.

Constraints: None. If not specified, the Worker may request the Qualification without answering any questions.

$sel:keywords:CreateQualificationType', createQualificationType_keywords - One or more words or phrases that describe the Qualification type, separated by commas. The keywords of a type make the type easier to find during a search.

$sel:autoGranted:CreateQualificationType', createQualificationType_autoGranted - Specifies whether requests for the Qualification type are granted immediately, without prompting the Worker with a Qualification test.

Constraints: If the Test parameter is specified, this parameter cannot be true.

$sel:autoGrantedValue:CreateQualificationType', createQualificationType_autoGrantedValue - The Qualification value to use for automatically granted Qualifications. This parameter is used only if the AutoGranted parameter is true.

$sel:retryDelayInSeconds:CreateQualificationType', createQualificationType_retryDelayInSeconds - The number of seconds that a Worker must wait after requesting a Qualification of the Qualification type before the worker can retry the Qualification request.

Constraints: None. If not specified, retries are disabled and Workers can request a Qualification of this type only once, even if the Worker has not been granted the Qualification. It is not possible to disable retries for a Qualification type after it has been created with retries enabled. If you want to disable retries, you must delete existing retry-enabled Qualification type and then create a new Qualification type with retries disabled.

$sel:name:CreateQualificationType', createQualificationType_name - The name you give to the Qualification type. The type name is used to represent the Qualification to Workers, and to find the type using a Qualification type search. It must be unique across all of your Qualification types.

$sel:description:CreateQualificationType', createQualificationType_description - A long description for the Qualification type. On the Amazon Mechanical Turk website, the long description is displayed when a Worker examines a Qualification type.

$sel:qualificationTypeStatus:CreateQualificationType', createQualificationType_qualificationTypeStatus - The initial status of the Qualification type.

Constraints: Valid values are: Active | Inactive

data CreateQualificationTypeResponse Source #

See: newCreateQualificationTypeResponse smart constructor.

Instances

Instances details
Eq CreateQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateQualificationType

Read CreateQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateQualificationType

Show CreateQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateQualificationType

Generic CreateQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateQualificationType

Associated Types

type Rep CreateQualificationTypeResponse :: Type -> Type #

NFData CreateQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateQualificationType

type Rep CreateQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateQualificationType

type Rep CreateQualificationTypeResponse = D1 ('MetaData "CreateQualificationTypeResponse" "Amazonka.MechanicalTurk.CreateQualificationType" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "CreateQualificationTypeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "qualificationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe QualificationType)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateQualificationTypeResponse Source #

Create a value of CreateQualificationTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:qualificationType:CreateQualificationTypeResponse', createQualificationTypeResponse_qualificationType - The created Qualification type, returned as a QualificationType data structure.

$sel:httpStatus:CreateQualificationTypeResponse', createQualificationTypeResponse_httpStatus - The response's http status code.

AcceptQualificationRequest

data AcceptQualificationRequest Source #

See: newAcceptQualificationRequest smart constructor.

Instances

Instances details
Eq AcceptQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AcceptQualificationRequest

Read AcceptQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AcceptQualificationRequest

Show AcceptQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AcceptQualificationRequest

Generic AcceptQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AcceptQualificationRequest

Associated Types

type Rep AcceptQualificationRequest :: Type -> Type #

NFData AcceptQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AcceptQualificationRequest

Hashable AcceptQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AcceptQualificationRequest

ToJSON AcceptQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AcceptQualificationRequest

AWSRequest AcceptQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AcceptQualificationRequest

ToHeaders AcceptQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AcceptQualificationRequest

ToPath AcceptQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AcceptQualificationRequest

ToQuery AcceptQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AcceptQualificationRequest

type Rep AcceptQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AcceptQualificationRequest

type Rep AcceptQualificationRequest = D1 ('MetaData "AcceptQualificationRequest" "Amazonka.MechanicalTurk.AcceptQualificationRequest" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "AcceptQualificationRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "integerValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "qualificationRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse AcceptQualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AcceptQualificationRequest

newAcceptQualificationRequest Source #

Create a value of AcceptQualificationRequest with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:integerValue:AcceptQualificationRequest', acceptQualificationRequest_integerValue - The value of the Qualification. You can omit this value if you are using the presence or absence of the Qualification as the basis for a HIT requirement.

$sel:qualificationRequestId:AcceptQualificationRequest', acceptQualificationRequest_qualificationRequestId - The ID of the Qualification request, as returned by the GetQualificationRequests operation.

data AcceptQualificationRequestResponse Source #

Instances

Instances details
Eq AcceptQualificationRequestResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AcceptQualificationRequest

Read AcceptQualificationRequestResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AcceptQualificationRequest

Show AcceptQualificationRequestResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AcceptQualificationRequest

Generic AcceptQualificationRequestResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AcceptQualificationRequest

Associated Types

type Rep AcceptQualificationRequestResponse :: Type -> Type #

NFData AcceptQualificationRequestResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AcceptQualificationRequest

type Rep AcceptQualificationRequestResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AcceptQualificationRequest

type Rep AcceptQualificationRequestResponse = D1 ('MetaData "AcceptQualificationRequestResponse" "Amazonka.MechanicalTurk.AcceptQualificationRequest" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "AcceptQualificationRequestResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAcceptQualificationRequestResponse Source #

Create a value of AcceptQualificationRequestResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:AcceptQualificationRequestResponse', acceptQualificationRequestResponse_httpStatus - The response's http status code.

GetFileUploadURL

data GetFileUploadURL Source #

See: newGetFileUploadURL smart constructor.

Instances

Instances details
Eq GetFileUploadURL Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetFileUploadURL

Read GetFileUploadURL Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetFileUploadURL

Show GetFileUploadURL Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetFileUploadURL

Generic GetFileUploadURL Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetFileUploadURL

Associated Types

type Rep GetFileUploadURL :: Type -> Type #

NFData GetFileUploadURL Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetFileUploadURL

Methods

rnf :: GetFileUploadURL -> () #

Hashable GetFileUploadURL Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetFileUploadURL

ToJSON GetFileUploadURL Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetFileUploadURL

AWSRequest GetFileUploadURL Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetFileUploadURL

Associated Types

type AWSResponse GetFileUploadURL #

ToHeaders GetFileUploadURL Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetFileUploadURL

ToPath GetFileUploadURL Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetFileUploadURL

ToQuery GetFileUploadURL Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetFileUploadURL

type Rep GetFileUploadURL Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetFileUploadURL

type Rep GetFileUploadURL = D1 ('MetaData "GetFileUploadURL" "Amazonka.MechanicalTurk.GetFileUploadURL" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "GetFileUploadURL'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assignmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "questionIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetFileUploadURL Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetFileUploadURL

newGetFileUploadURL Source #

Create a value of GetFileUploadURL with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assignmentId:GetFileUploadURL', getFileUploadURL_assignmentId - The ID of the assignment that contains the question with a FileUploadAnswer.

$sel:questionIdentifier:GetFileUploadURL', getFileUploadURL_questionIdentifier - The identifier of the question with a FileUploadAnswer, as specified in the QuestionForm of the HIT.

data GetFileUploadURLResponse Source #

See: newGetFileUploadURLResponse smart constructor.

Instances

Instances details
Eq GetFileUploadURLResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetFileUploadURL

Read GetFileUploadURLResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetFileUploadURL

Show GetFileUploadURLResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetFileUploadURL

Generic GetFileUploadURLResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetFileUploadURL

Associated Types

type Rep GetFileUploadURLResponse :: Type -> Type #

NFData GetFileUploadURLResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetFileUploadURL

type Rep GetFileUploadURLResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetFileUploadURL

type Rep GetFileUploadURLResponse = D1 ('MetaData "GetFileUploadURLResponse" "Amazonka.MechanicalTurk.GetFileUploadURL" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "GetFileUploadURLResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileUploadURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetFileUploadURLResponse Source #

Create a value of GetFileUploadURLResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fileUploadURL:GetFileUploadURLResponse', getFileUploadURLResponse_fileUploadURL - A temporary URL for the file that the Worker uploaded for the answer.

$sel:httpStatus:GetFileUploadURLResponse', getFileUploadURLResponse_httpStatus - The response's http status code.

CreateAdditionalAssignmentsForHIT

data CreateAdditionalAssignmentsForHIT Source #

See: newCreateAdditionalAssignmentsForHIT smart constructor.

Instances

Instances details
Eq CreateAdditionalAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateAdditionalAssignmentsForHIT

Read CreateAdditionalAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateAdditionalAssignmentsForHIT

Show CreateAdditionalAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateAdditionalAssignmentsForHIT

Generic CreateAdditionalAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateAdditionalAssignmentsForHIT

Associated Types

type Rep CreateAdditionalAssignmentsForHIT :: Type -> Type #

NFData CreateAdditionalAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateAdditionalAssignmentsForHIT

Hashable CreateAdditionalAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateAdditionalAssignmentsForHIT

ToJSON CreateAdditionalAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateAdditionalAssignmentsForHIT

AWSRequest CreateAdditionalAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateAdditionalAssignmentsForHIT

ToHeaders CreateAdditionalAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateAdditionalAssignmentsForHIT

ToPath CreateAdditionalAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateAdditionalAssignmentsForHIT

ToQuery CreateAdditionalAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateAdditionalAssignmentsForHIT

type Rep CreateAdditionalAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateAdditionalAssignmentsForHIT

type Rep CreateAdditionalAssignmentsForHIT = D1 ('MetaData "CreateAdditionalAssignmentsForHIT" "Amazonka.MechanicalTurk.CreateAdditionalAssignmentsForHIT" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "CreateAdditionalAssignmentsForHIT'" 'PrefixI 'True) (S1 ('MetaSel ('Just "uniqueRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "hITId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "numberOfAdditionalAssignments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))
type AWSResponse CreateAdditionalAssignmentsForHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateAdditionalAssignmentsForHIT

newCreateAdditionalAssignmentsForHIT Source #

Create a value of CreateAdditionalAssignmentsForHIT with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:uniqueRequestToken:CreateAdditionalAssignmentsForHIT', createAdditionalAssignmentsForHIT_uniqueRequestToken - A unique identifier for this request, which allows you to retry the call on error without extending the HIT multiple times. This is useful in cases such as network timeouts where it is unclear whether or not the call succeeded on the server. If the extend HIT already exists in the system from a previous call using the same UniqueRequestToken, subsequent calls will return an error with a message containing the request ID.

$sel:hITId:CreateAdditionalAssignmentsForHIT', createAdditionalAssignmentsForHIT_hITId - The ID of the HIT to extend.

$sel:numberOfAdditionalAssignments:CreateAdditionalAssignmentsForHIT', createAdditionalAssignmentsForHIT_numberOfAdditionalAssignments - The number of additional assignments to request for this HIT.

data CreateAdditionalAssignmentsForHITResponse Source #

Instances

Instances details
Eq CreateAdditionalAssignmentsForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateAdditionalAssignmentsForHIT

Read CreateAdditionalAssignmentsForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateAdditionalAssignmentsForHIT

Show CreateAdditionalAssignmentsForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateAdditionalAssignmentsForHIT

Generic CreateAdditionalAssignmentsForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateAdditionalAssignmentsForHIT

NFData CreateAdditionalAssignmentsForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateAdditionalAssignmentsForHIT

type Rep CreateAdditionalAssignmentsForHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateAdditionalAssignmentsForHIT

type Rep CreateAdditionalAssignmentsForHITResponse = D1 ('MetaData "CreateAdditionalAssignmentsForHITResponse" "Amazonka.MechanicalTurk.CreateAdditionalAssignmentsForHIT" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "CreateAdditionalAssignmentsForHITResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateAdditionalAssignmentsForHITResponse Source #

Create a value of CreateAdditionalAssignmentsForHITResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:CreateAdditionalAssignmentsForHITResponse', createAdditionalAssignmentsForHITResponse_httpStatus - The response's http status code.

GetHIT

data GetHIT Source #

See: newGetHIT smart constructor.

Constructors

GetHIT' Text 

Instances

Instances details
Eq GetHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetHIT

Methods

(==) :: GetHIT -> GetHIT -> Bool #

(/=) :: GetHIT -> GetHIT -> Bool #

Read GetHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetHIT

Show GetHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetHIT

Generic GetHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetHIT

Associated Types

type Rep GetHIT :: Type -> Type #

Methods

from :: GetHIT -> Rep GetHIT x #

to :: Rep GetHIT x -> GetHIT #

NFData GetHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetHIT

Methods

rnf :: GetHIT -> () #

Hashable GetHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetHIT

Methods

hashWithSalt :: Int -> GetHIT -> Int #

hash :: GetHIT -> Int #

ToJSON GetHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetHIT

AWSRequest GetHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetHIT

Associated Types

type AWSResponse GetHIT #

ToHeaders GetHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetHIT

Methods

toHeaders :: GetHIT -> [Header] #

ToPath GetHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetHIT

Methods

toPath :: GetHIT -> ByteString #

ToQuery GetHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetHIT

type Rep GetHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetHIT

type Rep GetHIT = D1 ('MetaData "GetHIT" "Amazonka.MechanicalTurk.GetHIT" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "GetHIT'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hITId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetHIT

newGetHIT Source #

Create a value of GetHIT with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hITId:GetHIT', getHIT_hITId - The ID of the HIT to be retrieved.

data GetHITResponse Source #

See: newGetHITResponse smart constructor.

Constructors

GetHITResponse' (Maybe HIT) Int 

Instances

Instances details
Eq GetHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetHIT

Read GetHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetHIT

Show GetHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetHIT

Generic GetHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetHIT

Associated Types

type Rep GetHITResponse :: Type -> Type #

NFData GetHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetHIT

Methods

rnf :: GetHITResponse -> () #

type Rep GetHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetHIT

type Rep GetHITResponse = D1 ('MetaData "GetHITResponse" "Amazonka.MechanicalTurk.GetHIT" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "GetHITResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HIT)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetHITResponse Source #

Create a value of GetHITResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hit:GetHITResponse', getHITResponse_hit - Contains the requested HIT data.

$sel:httpStatus:GetHITResponse', getHITResponse_httpStatus - The response's http status code.

CreateWorkerBlock

data CreateWorkerBlock Source #

See: newCreateWorkerBlock smart constructor.

Instances

Instances details
Eq CreateWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateWorkerBlock

Read CreateWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateWorkerBlock

Show CreateWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateWorkerBlock

Generic CreateWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateWorkerBlock

Associated Types

type Rep CreateWorkerBlock :: Type -> Type #

NFData CreateWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateWorkerBlock

Methods

rnf :: CreateWorkerBlock -> () #

Hashable CreateWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateWorkerBlock

ToJSON CreateWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateWorkerBlock

AWSRequest CreateWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateWorkerBlock

Associated Types

type AWSResponse CreateWorkerBlock #

ToHeaders CreateWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateWorkerBlock

ToPath CreateWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateWorkerBlock

ToQuery CreateWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateWorkerBlock

type Rep CreateWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateWorkerBlock

type Rep CreateWorkerBlock = D1 ('MetaData "CreateWorkerBlock" "Amazonka.MechanicalTurk.CreateWorkerBlock" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "CreateWorkerBlock'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CreateWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateWorkerBlock

newCreateWorkerBlock Source #

Create a value of CreateWorkerBlock with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:workerId:CreateWorkerBlock', createWorkerBlock_workerId - The ID of the Worker to block.

$sel:reason:CreateWorkerBlock', createWorkerBlock_reason - A message explaining the reason for blocking the Worker. This parameter enables you to keep track of your Workers. The Worker does not see this message.

data CreateWorkerBlockResponse Source #

See: newCreateWorkerBlockResponse smart constructor.

Instances

Instances details
Eq CreateWorkerBlockResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateWorkerBlock

Read CreateWorkerBlockResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateWorkerBlock

Show CreateWorkerBlockResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateWorkerBlock

Generic CreateWorkerBlockResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateWorkerBlock

Associated Types

type Rep CreateWorkerBlockResponse :: Type -> Type #

NFData CreateWorkerBlockResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateWorkerBlock

type Rep CreateWorkerBlockResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateWorkerBlock

type Rep CreateWorkerBlockResponse = D1 ('MetaData "CreateWorkerBlockResponse" "Amazonka.MechanicalTurk.CreateWorkerBlock" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "CreateWorkerBlockResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateWorkerBlockResponse Source #

Create a value of CreateWorkerBlockResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:CreateWorkerBlockResponse', createWorkerBlockResponse_httpStatus - The response's http status code.

ListHITsForQualificationType (Paginated)

data ListHITsForQualificationType Source #

See: newListHITsForQualificationType smart constructor.

Instances

Instances details
Eq ListHITsForQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITsForQualificationType

Read ListHITsForQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITsForQualificationType

Show ListHITsForQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITsForQualificationType

Generic ListHITsForQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITsForQualificationType

Associated Types

type Rep ListHITsForQualificationType :: Type -> Type #

NFData ListHITsForQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITsForQualificationType

Hashable ListHITsForQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITsForQualificationType

ToJSON ListHITsForQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITsForQualificationType

AWSPager ListHITsForQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITsForQualificationType

AWSRequest ListHITsForQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITsForQualificationType

ToHeaders ListHITsForQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITsForQualificationType

ToPath ListHITsForQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITsForQualificationType

ToQuery ListHITsForQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITsForQualificationType

type Rep ListHITsForQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITsForQualificationType

type Rep ListHITsForQualificationType = D1 ('MetaData "ListHITsForQualificationType" "Amazonka.MechanicalTurk.ListHITsForQualificationType" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ListHITsForQualificationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "qualificationTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListHITsForQualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITsForQualificationType

newListHITsForQualificationType Source #

Create a value of ListHITsForQualificationType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListHITsForQualificationType', listHITsForQualificationType_nextToken - Pagination Token

$sel:maxResults:ListHITsForQualificationType', listHITsForQualificationType_maxResults - Limit the number of results returned.

$sel:qualificationTypeId:ListHITsForQualificationType', listHITsForQualificationType_qualificationTypeId - The ID of the Qualification type to use when querying HITs.

data ListHITsForQualificationTypeResponse Source #

Instances

Instances details
Eq ListHITsForQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITsForQualificationType

Read ListHITsForQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITsForQualificationType

Show ListHITsForQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITsForQualificationType

Generic ListHITsForQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITsForQualificationType

NFData ListHITsForQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITsForQualificationType

type Rep ListHITsForQualificationTypeResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListHITsForQualificationType

type Rep ListHITsForQualificationTypeResponse = D1 ('MetaData "ListHITsForQualificationTypeResponse" "Amazonka.MechanicalTurk.ListHITsForQualificationType" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ListHITsForQualificationTypeResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "numResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "hITs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HIT])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListHITsForQualificationTypeResponse Source #

Create a value of ListHITsForQualificationTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListHITsForQualificationType', listHITsForQualificationTypeResponse_nextToken - Undocumented member.

$sel:numResults:ListHITsForQualificationTypeResponse', listHITsForQualificationTypeResponse_numResults - The number of HITs on this page in the filtered results list, equivalent to the number of HITs being returned by this call.

$sel:hITs:ListHITsForQualificationTypeResponse', listHITsForQualificationTypeResponse_hITs - The list of HIT elements returned by the query.

$sel:httpStatus:ListHITsForQualificationTypeResponse', listHITsForQualificationTypeResponse_httpStatus - The response's http status code.

ListBonusPayments (Paginated)

data ListBonusPayments Source #

See: newListBonusPayments smart constructor.

Instances

Instances details
Eq ListBonusPayments Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListBonusPayments

Read ListBonusPayments Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListBonusPayments

Show ListBonusPayments Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListBonusPayments

Generic ListBonusPayments Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListBonusPayments

Associated Types

type Rep ListBonusPayments :: Type -> Type #

NFData ListBonusPayments Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListBonusPayments

Methods

rnf :: ListBonusPayments -> () #

Hashable ListBonusPayments Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListBonusPayments

ToJSON ListBonusPayments Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListBonusPayments

AWSPager ListBonusPayments Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListBonusPayments

AWSRequest ListBonusPayments Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListBonusPayments

Associated Types

type AWSResponse ListBonusPayments #

ToHeaders ListBonusPayments Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListBonusPayments

ToPath ListBonusPayments Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListBonusPayments

ToQuery ListBonusPayments Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListBonusPayments

type Rep ListBonusPayments Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListBonusPayments

type Rep ListBonusPayments = D1 ('MetaData "ListBonusPayments" "Amazonka.MechanicalTurk.ListBonusPayments" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ListBonusPayments'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hITId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "assignmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListBonusPayments Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListBonusPayments

newListBonusPayments :: ListBonusPayments Source #

Create a value of ListBonusPayments with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListBonusPayments', listBonusPayments_nextToken - Pagination token

$sel:hITId:ListBonusPayments', listBonusPayments_hITId - The ID of the HIT associated with the bonus payments to retrieve. If not specified, all bonus payments for all assignments for the given HIT are returned. Either the HITId parameter or the AssignmentId parameter must be specified

$sel:assignmentId:ListBonusPayments', listBonusPayments_assignmentId - The ID of the assignment associated with the bonus payments to retrieve. If specified, only bonus payments for the given assignment are returned. Either the HITId parameter or the AssignmentId parameter must be specified

$sel:maxResults:ListBonusPayments', listBonusPayments_maxResults - Undocumented member.

data ListBonusPaymentsResponse Source #

See: newListBonusPaymentsResponse smart constructor.

Instances

Instances details
Eq ListBonusPaymentsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListBonusPayments

Read ListBonusPaymentsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListBonusPayments

Show ListBonusPaymentsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListBonusPayments

Generic ListBonusPaymentsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListBonusPayments

Associated Types

type Rep ListBonusPaymentsResponse :: Type -> Type #

NFData ListBonusPaymentsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListBonusPayments

type Rep ListBonusPaymentsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListBonusPayments

type Rep ListBonusPaymentsResponse = D1 ('MetaData "ListBonusPaymentsResponse" "Amazonka.MechanicalTurk.ListBonusPayments" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ListBonusPaymentsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bonusPayments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BonusPayment])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "numResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListBonusPaymentsResponse Source #

Create a value of ListBonusPaymentsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:bonusPayments:ListBonusPaymentsResponse', listBonusPaymentsResponse_bonusPayments - A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.

$sel:nextToken:ListBonusPayments', listBonusPaymentsResponse_nextToken - Undocumented member.

$sel:numResults:ListBonusPaymentsResponse', listBonusPaymentsResponse_numResults - The number of bonus payments on this page in the filtered results list, equivalent to the number of bonus payments being returned by this call.

$sel:httpStatus:ListBonusPaymentsResponse', listBonusPaymentsResponse_httpStatus - The response's http status code.

ListWorkerBlocks (Paginated)

data ListWorkerBlocks Source #

See: newListWorkerBlocks smart constructor.

Instances

Instances details
Eq ListWorkerBlocks Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkerBlocks

Read ListWorkerBlocks Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkerBlocks

Show ListWorkerBlocks Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkerBlocks

Generic ListWorkerBlocks Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkerBlocks

Associated Types

type Rep ListWorkerBlocks :: Type -> Type #

NFData ListWorkerBlocks Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkerBlocks

Methods

rnf :: ListWorkerBlocks -> () #

Hashable ListWorkerBlocks Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkerBlocks

ToJSON ListWorkerBlocks Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkerBlocks

AWSPager ListWorkerBlocks Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkerBlocks

AWSRequest ListWorkerBlocks Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkerBlocks

Associated Types

type AWSResponse ListWorkerBlocks #

ToHeaders ListWorkerBlocks Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkerBlocks

ToPath ListWorkerBlocks Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkerBlocks

ToQuery ListWorkerBlocks Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkerBlocks

type Rep ListWorkerBlocks Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkerBlocks

type Rep ListWorkerBlocks = D1 ('MetaData "ListWorkerBlocks" "Amazonka.MechanicalTurk.ListWorkerBlocks" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ListWorkerBlocks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListWorkerBlocks Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkerBlocks

newListWorkerBlocks :: ListWorkerBlocks Source #

Create a value of ListWorkerBlocks with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListWorkerBlocks', listWorkerBlocks_nextToken - Pagination token

$sel:maxResults:ListWorkerBlocks', listWorkerBlocks_maxResults - Undocumented member.

data ListWorkerBlocksResponse Source #

See: newListWorkerBlocksResponse smart constructor.

Instances

Instances details
Eq ListWorkerBlocksResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkerBlocks

Read ListWorkerBlocksResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkerBlocks

Show ListWorkerBlocksResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkerBlocks

Generic ListWorkerBlocksResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkerBlocks

Associated Types

type Rep ListWorkerBlocksResponse :: Type -> Type #

NFData ListWorkerBlocksResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkerBlocks

type Rep ListWorkerBlocksResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.ListWorkerBlocks

type Rep ListWorkerBlocksResponse = D1 ('MetaData "ListWorkerBlocksResponse" "Amazonka.MechanicalTurk.ListWorkerBlocks" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ListWorkerBlocksResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "workerBlocks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WorkerBlock])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "numResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListWorkerBlocksResponse Source #

Create a value of ListWorkerBlocksResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:workerBlocks:ListWorkerBlocksResponse', listWorkerBlocksResponse_workerBlocks - The list of WorkerBlocks, containing the collection of Worker IDs and reasons for blocking.

$sel:nextToken:ListWorkerBlocks', listWorkerBlocksResponse_nextToken - Undocumented member.

$sel:numResults:ListWorkerBlocksResponse', listWorkerBlocksResponse_numResults - The number of assignments on the page in the filtered results list, equivalent to the number of assignments returned by this call.

$sel:httpStatus:ListWorkerBlocksResponse', listWorkerBlocksResponse_httpStatus - The response's http status code.

DeleteWorkerBlock

data DeleteWorkerBlock Source #

See: newDeleteWorkerBlock smart constructor.

Instances

Instances details
Eq DeleteWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteWorkerBlock

Read DeleteWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteWorkerBlock

Show DeleteWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteWorkerBlock

Generic DeleteWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteWorkerBlock

Associated Types

type Rep DeleteWorkerBlock :: Type -> Type #

NFData DeleteWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteWorkerBlock

Methods

rnf :: DeleteWorkerBlock -> () #

Hashable DeleteWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteWorkerBlock

ToJSON DeleteWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteWorkerBlock

AWSRequest DeleteWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteWorkerBlock

Associated Types

type AWSResponse DeleteWorkerBlock #

ToHeaders DeleteWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteWorkerBlock

ToPath DeleteWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteWorkerBlock

ToQuery DeleteWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteWorkerBlock

type Rep DeleteWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteWorkerBlock

type Rep DeleteWorkerBlock = D1 ('MetaData "DeleteWorkerBlock" "Amazonka.MechanicalTurk.DeleteWorkerBlock" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "DeleteWorkerBlock'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteWorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteWorkerBlock

newDeleteWorkerBlock Source #

Create a value of DeleteWorkerBlock with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:reason:DeleteWorkerBlock', deleteWorkerBlock_reason - A message that explains the reason for unblocking the Worker. The Worker does not see this message.

$sel:workerId:DeleteWorkerBlock', deleteWorkerBlock_workerId - The ID of the Worker to unblock.

data DeleteWorkerBlockResponse Source #

See: newDeleteWorkerBlockResponse smart constructor.

Instances

Instances details
Eq DeleteWorkerBlockResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteWorkerBlock

Read DeleteWorkerBlockResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteWorkerBlock

Show DeleteWorkerBlockResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteWorkerBlock

Generic DeleteWorkerBlockResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteWorkerBlock

Associated Types

type Rep DeleteWorkerBlockResponse :: Type -> Type #

NFData DeleteWorkerBlockResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteWorkerBlock

type Rep DeleteWorkerBlockResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.DeleteWorkerBlock

type Rep DeleteWorkerBlockResponse = D1 ('MetaData "DeleteWorkerBlockResponse" "Amazonka.MechanicalTurk.DeleteWorkerBlock" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "DeleteWorkerBlockResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteWorkerBlockResponse Source #

Create a value of DeleteWorkerBlockResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteWorkerBlockResponse', deleteWorkerBlockResponse_httpStatus - The response's http status code.

UpdateNotificationSettings

data UpdateNotificationSettings Source #

See: newUpdateNotificationSettings smart constructor.

Instances

Instances details
Eq UpdateNotificationSettings Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateNotificationSettings

Read UpdateNotificationSettings Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateNotificationSettings

Show UpdateNotificationSettings Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateNotificationSettings

Generic UpdateNotificationSettings Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateNotificationSettings

Associated Types

type Rep UpdateNotificationSettings :: Type -> Type #

NFData UpdateNotificationSettings Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateNotificationSettings

Hashable UpdateNotificationSettings Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateNotificationSettings

ToJSON UpdateNotificationSettings Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateNotificationSettings

AWSRequest UpdateNotificationSettings Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateNotificationSettings

ToHeaders UpdateNotificationSettings Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateNotificationSettings

ToPath UpdateNotificationSettings Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateNotificationSettings

ToQuery UpdateNotificationSettings Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateNotificationSettings

type Rep UpdateNotificationSettings Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateNotificationSettings

type Rep UpdateNotificationSettings = D1 ('MetaData "UpdateNotificationSettings" "Amazonka.MechanicalTurk.UpdateNotificationSettings" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "UpdateNotificationSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotificationSpecification)) :*: (S1 ('MetaSel ('Just "active") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "hITTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateNotificationSettings Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateNotificationSettings

newUpdateNotificationSettings Source #

Create a value of UpdateNotificationSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:notification:UpdateNotificationSettings', updateNotificationSettings_notification - The notification specification for the HIT type.

$sel:active:UpdateNotificationSettings', updateNotificationSettings_active - Specifies whether notifications are sent for HITs of this HIT type, according to the notification specification. You must specify either the Notification parameter or the Active parameter for the call to UpdateNotificationSettings to succeed.

$sel:hITTypeId:UpdateNotificationSettings', updateNotificationSettings_hITTypeId - The ID of the HIT type whose notification specification is being updated.

data UpdateNotificationSettingsResponse Source #

Instances

Instances details
Eq UpdateNotificationSettingsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateNotificationSettings

Read UpdateNotificationSettingsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateNotificationSettings

Show UpdateNotificationSettingsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateNotificationSettings

Generic UpdateNotificationSettingsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateNotificationSettings

Associated Types

type Rep UpdateNotificationSettingsResponse :: Type -> Type #

NFData UpdateNotificationSettingsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateNotificationSettings

type Rep UpdateNotificationSettingsResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.UpdateNotificationSettings

type Rep UpdateNotificationSettingsResponse = D1 ('MetaData "UpdateNotificationSettingsResponse" "Amazonka.MechanicalTurk.UpdateNotificationSettings" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "UpdateNotificationSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateNotificationSettingsResponse Source #

Create a value of UpdateNotificationSettingsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UpdateNotificationSettingsResponse', updateNotificationSettingsResponse_httpStatus - The response's http status code.

AssociateQualificationWithWorker

data AssociateQualificationWithWorker Source #

See: newAssociateQualificationWithWorker smart constructor.

Instances

Instances details
Eq AssociateQualificationWithWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AssociateQualificationWithWorker

Read AssociateQualificationWithWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AssociateQualificationWithWorker

Show AssociateQualificationWithWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AssociateQualificationWithWorker

Generic AssociateQualificationWithWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AssociateQualificationWithWorker

Associated Types

type Rep AssociateQualificationWithWorker :: Type -> Type #

NFData AssociateQualificationWithWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AssociateQualificationWithWorker

Hashable AssociateQualificationWithWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AssociateQualificationWithWorker

ToJSON AssociateQualificationWithWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AssociateQualificationWithWorker

AWSRequest AssociateQualificationWithWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AssociateQualificationWithWorker

ToHeaders AssociateQualificationWithWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AssociateQualificationWithWorker

ToPath AssociateQualificationWithWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AssociateQualificationWithWorker

ToQuery AssociateQualificationWithWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AssociateQualificationWithWorker

type Rep AssociateQualificationWithWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AssociateQualificationWithWorker

type Rep AssociateQualificationWithWorker = D1 ('MetaData "AssociateQualificationWithWorker" "Amazonka.MechanicalTurk.AssociateQualificationWithWorker" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "AssociateQualificationWithWorker'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "integerValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "sendNotification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "qualificationTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse AssociateQualificationWithWorker Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AssociateQualificationWithWorker

newAssociateQualificationWithWorker Source #

Create a value of AssociateQualificationWithWorker with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:integerValue:AssociateQualificationWithWorker', associateQualificationWithWorker_integerValue - The value of the Qualification to assign.

$sel:sendNotification:AssociateQualificationWithWorker', associateQualificationWithWorker_sendNotification - Specifies whether to send a notification email message to the Worker saying that the qualification was assigned to the Worker. Note: this is true by default.

$sel:qualificationTypeId:AssociateQualificationWithWorker', associateQualificationWithWorker_qualificationTypeId - The ID of the Qualification type to use for the assigned Qualification.

$sel:workerId:AssociateQualificationWithWorker', associateQualificationWithWorker_workerId - The ID of the Worker to whom the Qualification is being assigned. Worker IDs are included with submitted HIT assignments and Qualification requests.

data AssociateQualificationWithWorkerResponse Source #

Instances

Instances details
Eq AssociateQualificationWithWorkerResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AssociateQualificationWithWorker

Read AssociateQualificationWithWorkerResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AssociateQualificationWithWorker

Show AssociateQualificationWithWorkerResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AssociateQualificationWithWorker

Generic AssociateQualificationWithWorkerResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AssociateQualificationWithWorker

NFData AssociateQualificationWithWorkerResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AssociateQualificationWithWorker

type Rep AssociateQualificationWithWorkerResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.AssociateQualificationWithWorker

type Rep AssociateQualificationWithWorkerResponse = D1 ('MetaData "AssociateQualificationWithWorkerResponse" "Amazonka.MechanicalTurk.AssociateQualificationWithWorker" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "AssociateQualificationWithWorkerResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateQualificationWithWorkerResponse Source #

Create a value of AssociateQualificationWithWorkerResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:AssociateQualificationWithWorkerResponse', associateQualificationWithWorkerResponse_httpStatus - The response's http status code.

CreateHIT

data CreateHIT Source #

See: newCreateHIT smart constructor.

Instances

Instances details
Eq CreateHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHIT

Read CreateHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHIT

Show CreateHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHIT

Generic CreateHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHIT

Associated Types

type Rep CreateHIT :: Type -> Type #

NFData CreateHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHIT

Methods

rnf :: CreateHIT -> () #

Hashable CreateHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHIT

ToJSON CreateHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHIT

AWSRequest CreateHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHIT

Associated Types

type AWSResponse CreateHIT #

ToHeaders CreateHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHIT

Methods

toHeaders :: CreateHIT -> [Header] #

ToPath CreateHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHIT

ToQuery CreateHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHIT

type Rep CreateHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHIT

type Rep CreateHIT = D1 ('MetaData "CreateHIT" "Amazonka.MechanicalTurk.CreateHIT" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "CreateHIT'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "hITReviewPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReviewPolicy)) :*: S1 ('MetaSel ('Just "uniqueRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "autoApprovalDelayInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "requesterAnnotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "maxAssignments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "keywords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "hITLayoutId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hITLayoutParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HITLayoutParameter]))))) :*: (((S1 ('MetaSel ('Just "qualificationRequirements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [QualificationRequirement])) :*: S1 ('MetaSel ('Just "question") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "assignmentReviewPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReviewPolicy)) :*: S1 ('MetaSel ('Just "lifetimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))) :*: ((S1 ('MetaSel ('Just "assignmentDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "reward") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse CreateHIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHIT

newCreateHIT Source #

Create a value of CreateHIT with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hITReviewPolicy:CreateHIT', createHIT_hITReviewPolicy - The HIT-level Review Policy applies to the HIT. You can specify for Mechanical Turk to take various actions based on the policy.

$sel:uniqueRequestToken:CreateHIT', createHIT_uniqueRequestToken - A unique identifier for this request which allows you to retry the call on error without creating duplicate HITs. This is useful in cases such as network timeouts where it is unclear whether or not the call succeeded on the server. If the HIT already exists in the system from a previous call using the same UniqueRequestToken, subsequent calls will return a AWS.MechanicalTurk.HitAlreadyExists error with a message containing the HITId.

Note: It is your responsibility to ensure uniqueness of the token. The unique token expires after 24 hours. Subsequent calls using the same UniqueRequestToken made after the 24 hour limit could create duplicate HITs.

$sel:autoApprovalDelayInSeconds:CreateHIT', createHIT_autoApprovalDelayInSeconds - The number of seconds after an assignment for the HIT has been submitted, after which the assignment is considered Approved automatically unless the Requester explicitly rejects it.

$sel:requesterAnnotation:CreateHIT', createHIT_requesterAnnotation - An arbitrary data field. The RequesterAnnotation parameter lets your application attach arbitrary data to the HIT for tracking purposes. For example, this parameter could be an identifier internal to the Requester's application that corresponds with the HIT.

The RequesterAnnotation parameter for a HIT is only visible to the Requester who created the HIT. It is not shown to the Worker, or any other Requester.

The RequesterAnnotation parameter may be different for each HIT you submit. It does not affect how your HITs are grouped.

$sel:maxAssignments:CreateHIT', createHIT_maxAssignments - The number of times the HIT can be accepted and completed before the HIT becomes unavailable.

$sel:keywords:CreateHIT', createHIT_keywords - One or more words or phrases that describe the HIT, separated by commas. These words are used in searches to find HITs.

$sel:hITLayoutId:CreateHIT', createHIT_hITLayoutId - The HITLayoutId allows you to use a pre-existing HIT design with placeholder values and create an additional HIT by providing those values as HITLayoutParameters.

Constraints: Either a Question parameter or a HITLayoutId parameter must be provided.

$sel:hITLayoutParameters:CreateHIT', createHIT_hITLayoutParameters - If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter structure. For more information, see HITLayout.

$sel:qualificationRequirements:CreateHIT', createHIT_qualificationRequirements - Conditions that a Worker's Qualifications must meet in order to accept the HIT. A HIT can have between zero and ten Qualification requirements. All requirements must be met in order for a Worker to accept the HIT. Additionally, other actions can be restricted using the ActionsGuarded field on each QualificationRequirement structure.

$sel:question:CreateHIT', createHIT_question - The data the person completing the HIT uses to produce the results.

Constraints: Must be a QuestionForm data structure, an ExternalQuestion data structure, or an HTMLQuestion data structure. The XML question data must not be larger than 64 kilobytes (65,535 bytes) in size, including whitespace.

Either a Question parameter or a HITLayoutId parameter must be provided.

$sel:assignmentReviewPolicy:CreateHIT', createHIT_assignmentReviewPolicy - The Assignment-level Review Policy applies to the assignments under the HIT. You can specify for Mechanical Turk to take various actions based on the policy.

$sel:lifetimeInSeconds:CreateHIT', createHIT_lifetimeInSeconds - An amount of time, in seconds, after which the HIT is no longer available for users to accept. After the lifetime of the HIT elapses, the HIT no longer appears in HIT searches, even if not all of the assignments for the HIT have been accepted.

$sel:assignmentDurationInSeconds:CreateHIT', createHIT_assignmentDurationInSeconds - The amount of time, in seconds, that a Worker has to complete the HIT after accepting it. If a Worker does not complete the assignment within the specified duration, the assignment is considered abandoned. If the HIT is still active (that is, its lifetime has not elapsed), the assignment becomes available for other users to find and accept.

$sel:reward:CreateHIT', createHIT_reward - The amount of money the Requester will pay a Worker for successfully completing the HIT.

$sel:title:CreateHIT', createHIT_title - The title of the HIT. A title should be short and descriptive about the kind of task the HIT contains. On the Amazon Mechanical Turk web site, the HIT title appears in search results, and everywhere the HIT is mentioned.

$sel:description:CreateHIT', createHIT_description - A general description of the HIT. A description includes detailed information about the kind of task the HIT contains. On the Amazon Mechanical Turk web site, the HIT description appears in the expanded view of search results, and in the HIT and assignment screens. A good description gives the user enough information to evaluate the HIT before accepting it.

data CreateHITResponse Source #

See: newCreateHITResponse smart constructor.

Instances

Instances details
Eq CreateHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHIT

Read CreateHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHIT

Show CreateHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHIT

Generic CreateHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHIT

Associated Types

type Rep CreateHITResponse :: Type -> Type #

NFData CreateHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHIT

Methods

rnf :: CreateHITResponse -> () #

type Rep CreateHITResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.CreateHIT

type Rep CreateHITResponse = D1 ('MetaData "CreateHITResponse" "Amazonka.MechanicalTurk.CreateHIT" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "CreateHITResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HIT)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateHITResponse Source #

Create a value of CreateHITResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hit:CreateHITResponse', createHITResponse_hit - Contains the newly created HIT data. For a description of the HIT data structure as it appears in responses, see the HIT Data Structure documentation.

$sel:httpStatus:CreateHITResponse', createHITResponse_httpStatus - The response's http status code.

GetAccountBalance

data GetAccountBalance Source #

See: newGetAccountBalance smart constructor.

Constructors

GetAccountBalance' 

Instances

Instances details
Eq GetAccountBalance Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAccountBalance

Read GetAccountBalance Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAccountBalance

Show GetAccountBalance Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAccountBalance

Generic GetAccountBalance Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAccountBalance

Associated Types

type Rep GetAccountBalance :: Type -> Type #

NFData GetAccountBalance Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAccountBalance

Methods

rnf :: GetAccountBalance -> () #

Hashable GetAccountBalance Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAccountBalance

ToJSON GetAccountBalance Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAccountBalance

AWSRequest GetAccountBalance Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAccountBalance

Associated Types

type AWSResponse GetAccountBalance #

ToHeaders GetAccountBalance Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAccountBalance

ToPath GetAccountBalance Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAccountBalance

ToQuery GetAccountBalance Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAccountBalance

type Rep GetAccountBalance Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAccountBalance

type Rep GetAccountBalance = D1 ('MetaData "GetAccountBalance" "Amazonka.MechanicalTurk.GetAccountBalance" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "GetAccountBalance'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetAccountBalance Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAccountBalance

newGetAccountBalance :: GetAccountBalance Source #

Create a value of GetAccountBalance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data GetAccountBalanceResponse Source #

See: newGetAccountBalanceResponse smart constructor.

Instances

Instances details
Eq GetAccountBalanceResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAccountBalance

Read GetAccountBalanceResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAccountBalance

Show GetAccountBalanceResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAccountBalance

Generic GetAccountBalanceResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAccountBalance

Associated Types

type Rep GetAccountBalanceResponse :: Type -> Type #

NFData GetAccountBalanceResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAccountBalance

type Rep GetAccountBalanceResponse Source # 
Instance details

Defined in Amazonka.MechanicalTurk.GetAccountBalance

type Rep GetAccountBalanceResponse = D1 ('MetaData "GetAccountBalanceResponse" "Amazonka.MechanicalTurk.GetAccountBalance" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "GetAccountBalanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "availableBalance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "onHoldBalance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetAccountBalanceResponse Source #

Create a value of GetAccountBalanceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:availableBalance:GetAccountBalanceResponse', getAccountBalanceResponse_availableBalance - Undocumented member.

$sel:onHoldBalance:GetAccountBalanceResponse', getAccountBalanceResponse_onHoldBalance - Undocumented member.

$sel:httpStatus:GetAccountBalanceResponse', getAccountBalanceResponse_httpStatus - The response's http status code.

Types

AssignmentStatus

newtype AssignmentStatus Source #

Instances

Instances details
Eq AssignmentStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.AssignmentStatus

Ord AssignmentStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.AssignmentStatus

Read AssignmentStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.AssignmentStatus

Show AssignmentStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.AssignmentStatus

Generic AssignmentStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.AssignmentStatus

Associated Types

type Rep AssignmentStatus :: Type -> Type #

NFData AssignmentStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.AssignmentStatus

Methods

rnf :: AssignmentStatus -> () #

Hashable AssignmentStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.AssignmentStatus

ToJSON AssignmentStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.AssignmentStatus

ToJSONKey AssignmentStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.AssignmentStatus

FromJSON AssignmentStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.AssignmentStatus

FromJSONKey AssignmentStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.AssignmentStatus

ToLog AssignmentStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.AssignmentStatus

ToHeader AssignmentStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.AssignmentStatus

ToQuery AssignmentStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.AssignmentStatus

FromXML AssignmentStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.AssignmentStatus

ToXML AssignmentStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.AssignmentStatus

ToByteString AssignmentStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.AssignmentStatus

FromText AssignmentStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.AssignmentStatus

ToText AssignmentStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.AssignmentStatus

type Rep AssignmentStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.AssignmentStatus

type Rep AssignmentStatus = D1 ('MetaData "AssignmentStatus" "Amazonka.MechanicalTurk.Types.AssignmentStatus" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'True) (C1 ('MetaCons "AssignmentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssignmentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Comparator

newtype Comparator Source #

Constructors

Comparator' 

Fields

Instances

Instances details
Eq Comparator Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Comparator

Ord Comparator Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Comparator

Read Comparator Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Comparator

Show Comparator Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Comparator

Generic Comparator Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Comparator

Associated Types

type Rep Comparator :: Type -> Type #

NFData Comparator Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Comparator

Methods

rnf :: Comparator -> () #

Hashable Comparator Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Comparator

ToJSON Comparator Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Comparator

ToJSONKey Comparator Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Comparator

FromJSON Comparator Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Comparator

FromJSONKey Comparator Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Comparator

ToLog Comparator Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Comparator

ToHeader Comparator Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Comparator

ToQuery Comparator Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Comparator

FromXML Comparator Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Comparator

ToXML Comparator Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Comparator

Methods

toXML :: Comparator -> XML #

ToByteString Comparator Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Comparator

FromText Comparator Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Comparator

ToText Comparator Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Comparator

Methods

toText :: Comparator -> Text #

type Rep Comparator Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Comparator

type Rep Comparator = D1 ('MetaData "Comparator" "Amazonka.MechanicalTurk.Types.Comparator" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'True) (C1 ('MetaCons "Comparator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromComparator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EventType

newtype EventType Source #

Constructors

EventType' 

Fields

Instances

Instances details
Eq EventType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.EventType

Ord EventType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.EventType

Read EventType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.EventType

Show EventType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.EventType

Generic EventType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.EventType

Associated Types

type Rep EventType :: Type -> Type #

NFData EventType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.EventType

Methods

rnf :: EventType -> () #

Hashable EventType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.EventType

ToJSON EventType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.EventType

ToJSONKey EventType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.EventType

FromJSON EventType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.EventType

FromJSONKey EventType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.EventType

ToLog EventType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.EventType

ToHeader EventType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.EventType

ToQuery EventType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.EventType

FromXML EventType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.EventType

ToXML EventType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.EventType

Methods

toXML :: EventType -> XML #

ToByteString EventType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.EventType

Methods

toBS :: EventType -> ByteString #

FromText EventType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.EventType

ToText EventType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.EventType

Methods

toText :: EventType -> Text #

type Rep EventType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.EventType

type Rep EventType = D1 ('MetaData "EventType" "Amazonka.MechanicalTurk.Types.EventType" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'True) (C1 ('MetaCons "EventType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HITAccessActions

newtype HITAccessActions Source #

Instances

Instances details
Eq HITAccessActions Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITAccessActions

Ord HITAccessActions Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITAccessActions

Read HITAccessActions Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITAccessActions

Show HITAccessActions Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITAccessActions

Generic HITAccessActions Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITAccessActions

Associated Types

type Rep HITAccessActions :: Type -> Type #

NFData HITAccessActions Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITAccessActions

Methods

rnf :: HITAccessActions -> () #

Hashable HITAccessActions Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITAccessActions

ToJSON HITAccessActions Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITAccessActions

ToJSONKey HITAccessActions Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITAccessActions

FromJSON HITAccessActions Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITAccessActions

FromJSONKey HITAccessActions Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITAccessActions

ToLog HITAccessActions Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITAccessActions

ToHeader HITAccessActions Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITAccessActions

ToQuery HITAccessActions Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITAccessActions

FromXML HITAccessActions Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITAccessActions

ToXML HITAccessActions Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITAccessActions

ToByteString HITAccessActions Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITAccessActions

FromText HITAccessActions Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITAccessActions

ToText HITAccessActions Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITAccessActions

type Rep HITAccessActions Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITAccessActions

type Rep HITAccessActions = D1 ('MetaData "HITAccessActions" "Amazonka.MechanicalTurk.Types.HITAccessActions" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'True) (C1 ('MetaCons "HITAccessActions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHITAccessActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HITReviewStatus

newtype HITReviewStatus Source #

Constructors

HITReviewStatus' 

Instances

Instances details
Eq HITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITReviewStatus

Ord HITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITReviewStatus

Read HITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITReviewStatus

Show HITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITReviewStatus

Generic HITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITReviewStatus

Associated Types

type Rep HITReviewStatus :: Type -> Type #

NFData HITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITReviewStatus

Methods

rnf :: HITReviewStatus -> () #

Hashable HITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITReviewStatus

ToJSON HITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITReviewStatus

ToJSONKey HITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITReviewStatus

FromJSON HITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITReviewStatus

FromJSONKey HITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITReviewStatus

ToLog HITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITReviewStatus

ToHeader HITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITReviewStatus

ToQuery HITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITReviewStatus

FromXML HITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITReviewStatus

ToXML HITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITReviewStatus

Methods

toXML :: HITReviewStatus -> XML #

ToByteString HITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITReviewStatus

FromText HITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITReviewStatus

ToText HITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITReviewStatus

type Rep HITReviewStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITReviewStatus

type Rep HITReviewStatus = D1 ('MetaData "HITReviewStatus" "Amazonka.MechanicalTurk.Types.HITReviewStatus" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'True) (C1 ('MetaCons "HITReviewStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHITReviewStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HITStatus

newtype HITStatus Source #

Constructors

HITStatus' 

Fields

Instances

Instances details
Eq HITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITStatus

Ord HITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITStatus

Read HITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITStatus

Show HITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITStatus

Generic HITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITStatus

Associated Types

type Rep HITStatus :: Type -> Type #

NFData HITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITStatus

Methods

rnf :: HITStatus -> () #

Hashable HITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITStatus

ToJSON HITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITStatus

ToJSONKey HITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITStatus

FromJSON HITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITStatus

FromJSONKey HITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITStatus

ToLog HITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITStatus

ToHeader HITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITStatus

ToQuery HITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITStatus

FromXML HITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITStatus

ToXML HITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITStatus

Methods

toXML :: HITStatus -> XML #

ToByteString HITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITStatus

Methods

toBS :: HITStatus -> ByteString #

FromText HITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITStatus

ToText HITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITStatus

Methods

toText :: HITStatus -> Text #

type Rep HITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITStatus

type Rep HITStatus = D1 ('MetaData "HITStatus" "Amazonka.MechanicalTurk.Types.HITStatus" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'True) (C1 ('MetaCons "HITStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHITStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NotificationTransport

newtype NotificationTransport Source #

Instances

Instances details
Eq NotificationTransport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationTransport

Ord NotificationTransport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationTransport

Read NotificationTransport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationTransport

Show NotificationTransport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationTransport

Generic NotificationTransport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationTransport

Associated Types

type Rep NotificationTransport :: Type -> Type #

NFData NotificationTransport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationTransport

Methods

rnf :: NotificationTransport -> () #

Hashable NotificationTransport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationTransport

ToJSON NotificationTransport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationTransport

ToJSONKey NotificationTransport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationTransport

FromJSON NotificationTransport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationTransport

FromJSONKey NotificationTransport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationTransport

ToLog NotificationTransport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationTransport

ToHeader NotificationTransport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationTransport

ToQuery NotificationTransport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationTransport

FromXML NotificationTransport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationTransport

ToXML NotificationTransport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationTransport

ToByteString NotificationTransport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationTransport

FromText NotificationTransport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationTransport

ToText NotificationTransport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationTransport

type Rep NotificationTransport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationTransport

type Rep NotificationTransport = D1 ('MetaData "NotificationTransport" "Amazonka.MechanicalTurk.Types.NotificationTransport" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'True) (C1 ('MetaCons "NotificationTransport'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNotificationTransport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NotifyWorkersFailureCode

newtype NotifyWorkersFailureCode Source #

Instances

Instances details
Eq NotifyWorkersFailureCode Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureCode

Ord NotifyWorkersFailureCode Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureCode

Read NotifyWorkersFailureCode Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureCode

Show NotifyWorkersFailureCode Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureCode

Generic NotifyWorkersFailureCode Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureCode

Associated Types

type Rep NotifyWorkersFailureCode :: Type -> Type #

NFData NotifyWorkersFailureCode Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureCode

Hashable NotifyWorkersFailureCode Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureCode

ToJSON NotifyWorkersFailureCode Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureCode

ToJSONKey NotifyWorkersFailureCode Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureCode

FromJSON NotifyWorkersFailureCode Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureCode

FromJSONKey NotifyWorkersFailureCode Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureCode

ToLog NotifyWorkersFailureCode Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureCode

ToHeader NotifyWorkersFailureCode Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureCode

ToQuery NotifyWorkersFailureCode Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureCode

FromXML NotifyWorkersFailureCode Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureCode

ToXML NotifyWorkersFailureCode Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureCode

ToByteString NotifyWorkersFailureCode Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureCode

FromText NotifyWorkersFailureCode Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureCode

ToText NotifyWorkersFailureCode Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureCode

type Rep NotifyWorkersFailureCode Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureCode

type Rep NotifyWorkersFailureCode = D1 ('MetaData "NotifyWorkersFailureCode" "Amazonka.MechanicalTurk.Types.NotifyWorkersFailureCode" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'True) (C1 ('MetaCons "NotifyWorkersFailureCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNotifyWorkersFailureCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

QualificationStatus

newtype QualificationStatus Source #

Instances

Instances details
Eq QualificationStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationStatus

Ord QualificationStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationStatus

Read QualificationStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationStatus

Show QualificationStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationStatus

Generic QualificationStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationStatus

Associated Types

type Rep QualificationStatus :: Type -> Type #

NFData QualificationStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationStatus

Methods

rnf :: QualificationStatus -> () #

Hashable QualificationStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationStatus

ToJSON QualificationStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationStatus

ToJSONKey QualificationStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationStatus

FromJSON QualificationStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationStatus

FromJSONKey QualificationStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationStatus

ToLog QualificationStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationStatus

ToHeader QualificationStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationStatus

ToQuery QualificationStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationStatus

FromXML QualificationStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationStatus

ToXML QualificationStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationStatus

ToByteString QualificationStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationStatus

FromText QualificationStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationStatus

ToText QualificationStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationStatus

type Rep QualificationStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationStatus

type Rep QualificationStatus = D1 ('MetaData "QualificationStatus" "Amazonka.MechanicalTurk.Types.QualificationStatus" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'True) (C1 ('MetaCons "QualificationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromQualificationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

QualificationTypeStatus

newtype QualificationTypeStatus Source #

Instances

Instances details
Eq QualificationTypeStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationTypeStatus

Ord QualificationTypeStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationTypeStatus

Read QualificationTypeStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationTypeStatus

Show QualificationTypeStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationTypeStatus

Generic QualificationTypeStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationTypeStatus

Associated Types

type Rep QualificationTypeStatus :: Type -> Type #

NFData QualificationTypeStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationTypeStatus

Methods

rnf :: QualificationTypeStatus -> () #

Hashable QualificationTypeStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationTypeStatus

ToJSON QualificationTypeStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationTypeStatus

ToJSONKey QualificationTypeStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationTypeStatus

FromJSON QualificationTypeStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationTypeStatus

FromJSONKey QualificationTypeStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationTypeStatus

ToLog QualificationTypeStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationTypeStatus

ToHeader QualificationTypeStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationTypeStatus

ToQuery QualificationTypeStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationTypeStatus

FromXML QualificationTypeStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationTypeStatus

ToXML QualificationTypeStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationTypeStatus

ToByteString QualificationTypeStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationTypeStatus

FromText QualificationTypeStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationTypeStatus

ToText QualificationTypeStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationTypeStatus

type Rep QualificationTypeStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationTypeStatus

type Rep QualificationTypeStatus = D1 ('MetaData "QualificationTypeStatus" "Amazonka.MechanicalTurk.Types.QualificationTypeStatus" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'True) (C1 ('MetaCons "QualificationTypeStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromQualificationTypeStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReviewActionStatus

newtype ReviewActionStatus Source #

Instances

Instances details
Eq ReviewActionStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionStatus

Ord ReviewActionStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionStatus

Read ReviewActionStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionStatus

Show ReviewActionStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionStatus

Generic ReviewActionStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionStatus

Associated Types

type Rep ReviewActionStatus :: Type -> Type #

NFData ReviewActionStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionStatus

Methods

rnf :: ReviewActionStatus -> () #

Hashable ReviewActionStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionStatus

ToJSON ReviewActionStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionStatus

ToJSONKey ReviewActionStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionStatus

FromJSON ReviewActionStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionStatus

FromJSONKey ReviewActionStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionStatus

ToLog ReviewActionStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionStatus

ToHeader ReviewActionStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionStatus

ToQuery ReviewActionStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionStatus

FromXML ReviewActionStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionStatus

ToXML ReviewActionStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionStatus

ToByteString ReviewActionStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionStatus

FromText ReviewActionStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionStatus

ToText ReviewActionStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionStatus

type Rep ReviewActionStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionStatus

type Rep ReviewActionStatus = D1 ('MetaData "ReviewActionStatus" "Amazonka.MechanicalTurk.Types.ReviewActionStatus" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'True) (C1 ('MetaCons "ReviewActionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReviewActionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReviewPolicyLevel

newtype ReviewPolicyLevel Source #

Instances

Instances details
Eq ReviewPolicyLevel Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicyLevel

Ord ReviewPolicyLevel Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicyLevel

Read ReviewPolicyLevel Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicyLevel

Show ReviewPolicyLevel Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicyLevel

Generic ReviewPolicyLevel Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicyLevel

Associated Types

type Rep ReviewPolicyLevel :: Type -> Type #

NFData ReviewPolicyLevel Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicyLevel

Methods

rnf :: ReviewPolicyLevel -> () #

Hashable ReviewPolicyLevel Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicyLevel

ToJSON ReviewPolicyLevel Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicyLevel

ToJSONKey ReviewPolicyLevel Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicyLevel

FromJSON ReviewPolicyLevel Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicyLevel

FromJSONKey ReviewPolicyLevel Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicyLevel

ToLog ReviewPolicyLevel Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicyLevel

ToHeader ReviewPolicyLevel Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicyLevel

ToQuery ReviewPolicyLevel Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicyLevel

FromXML ReviewPolicyLevel Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicyLevel

ToXML ReviewPolicyLevel Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicyLevel

ToByteString ReviewPolicyLevel Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicyLevel

FromText ReviewPolicyLevel Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicyLevel

ToText ReviewPolicyLevel Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicyLevel

type Rep ReviewPolicyLevel Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicyLevel

type Rep ReviewPolicyLevel = D1 ('MetaData "ReviewPolicyLevel" "Amazonka.MechanicalTurk.Types.ReviewPolicyLevel" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'True) (C1 ('MetaCons "ReviewPolicyLevel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReviewPolicyLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReviewableHITStatus

newtype ReviewableHITStatus Source #

Instances

Instances details
Eq ReviewableHITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewableHITStatus

Ord ReviewableHITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewableHITStatus

Read ReviewableHITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewableHITStatus

Show ReviewableHITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewableHITStatus

Generic ReviewableHITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewableHITStatus

Associated Types

type Rep ReviewableHITStatus :: Type -> Type #

NFData ReviewableHITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewableHITStatus

Methods

rnf :: ReviewableHITStatus -> () #

Hashable ReviewableHITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewableHITStatus

ToJSON ReviewableHITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewableHITStatus

ToJSONKey ReviewableHITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewableHITStatus

FromJSON ReviewableHITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewableHITStatus

FromJSONKey ReviewableHITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewableHITStatus

ToLog ReviewableHITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewableHITStatus

ToHeader ReviewableHITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewableHITStatus

ToQuery ReviewableHITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewableHITStatus

FromXML ReviewableHITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewableHITStatus

ToXML ReviewableHITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewableHITStatus

ToByteString ReviewableHITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewableHITStatus

FromText ReviewableHITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewableHITStatus

ToText ReviewableHITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewableHITStatus

type Rep ReviewableHITStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewableHITStatus

type Rep ReviewableHITStatus = D1 ('MetaData "ReviewableHITStatus" "Amazonka.MechanicalTurk.Types.ReviewableHITStatus" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'True) (C1 ('MetaCons "ReviewableHITStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReviewableHITStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Assignment

data Assignment Source #

The Assignment data structure represents a single assignment of a HIT to a Worker. The assignment tracks the Worker's efforts to complete the HIT, and contains the results for later retrieval.

See: newAssignment smart constructor.

Instances

Instances details
Eq Assignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Assignment

Read Assignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Assignment

Show Assignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Assignment

Generic Assignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Assignment

Associated Types

type Rep Assignment :: Type -> Type #

NFData Assignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Assignment

Methods

rnf :: Assignment -> () #

Hashable Assignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Assignment

FromJSON Assignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Assignment

type Rep Assignment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Assignment

type Rep Assignment = D1 ('MetaData "Assignment" "Amazonka.MechanicalTurk.Types.Assignment" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "Assignment'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "acceptTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "answer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assignmentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssignmentStatus)))) :*: (S1 ('MetaSel ('Just "requesterFeedback") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deadline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "approvalTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "rejectionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "autoApprovalTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "hITId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "workerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "assignmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "submitTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))))

newAssignment :: Assignment Source #

Create a value of Assignment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:acceptTime:Assignment', assignment_acceptTime - The date and time the Worker accepted the assignment.

$sel:answer:Assignment', assignment_answer - The Worker's answers submitted for the HIT contained in a QuestionFormAnswers document, if the Worker provides an answer. If the Worker does not provide any answers, Answer may contain a QuestionFormAnswers document, or Answer may be empty.

$sel:assignmentStatus:Assignment', assignment_assignmentStatus - The status of the assignment.

$sel:requesterFeedback:Assignment', assignment_requesterFeedback - The feedback string included with the call to the ApproveAssignment operation or the RejectAssignment operation, if the Requester approved or rejected the assignment and specified feedback.

$sel:deadline:Assignment', assignment_deadline - The date and time of the deadline for the assignment. This value is derived from the deadline specification for the HIT and the date and time the Worker accepted the HIT.

$sel:approvalTime:Assignment', assignment_approvalTime - If the Worker has submitted results and the Requester has approved the results, ApprovalTime is the date and time the Requester approved the results. This value is omitted from the assignment if the Requester has not yet approved the results.

$sel:rejectionTime:Assignment', assignment_rejectionTime - If the Worker has submitted results and the Requester has rejected the results, RejectionTime is the date and time the Requester rejected the results.

$sel:autoApprovalTime:Assignment', assignment_autoApprovalTime - If results have been submitted, AutoApprovalTime is the date and time the results of the assignment results are considered Approved automatically if they have not already been explicitly approved or rejected by the Requester. This value is derived from the auto-approval delay specified by the Requester in the HIT. This value is omitted from the assignment if the Worker has not yet submitted results.

$sel:hITId:Assignment', assignment_hITId - The ID of the HIT.

$sel:workerId:Assignment', assignment_workerId - The ID of the Worker who accepted the HIT.

$sel:assignmentId:Assignment', assignment_assignmentId - A unique identifier for the assignment.

$sel:submitTime:Assignment', assignment_submitTime - If the Worker has submitted results, SubmitTime is the date and time the assignment was submitted. This value is omitted from the assignment if the Worker has not yet submitted results.

BonusPayment

data BonusPayment Source #

An object representing a Bonus payment paid to a Worker.

See: newBonusPayment smart constructor.

Instances

Instances details
Eq BonusPayment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.BonusPayment

Read BonusPayment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.BonusPayment

Show BonusPayment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.BonusPayment

Generic BonusPayment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.BonusPayment

Associated Types

type Rep BonusPayment :: Type -> Type #

NFData BonusPayment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.BonusPayment

Methods

rnf :: BonusPayment -> () #

Hashable BonusPayment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.BonusPayment

FromJSON BonusPayment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.BonusPayment

type Rep BonusPayment Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.BonusPayment

type Rep BonusPayment = D1 ('MetaData "BonusPayment" "Amazonka.MechanicalTurk.Types.BonusPayment" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "BonusPayment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "grantTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "workerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "assignmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bonusAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newBonusPayment :: BonusPayment Source #

Create a value of BonusPayment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:reason:BonusPayment', bonusPayment_reason - The Reason text given when the bonus was granted, if any.

$sel:grantTime:BonusPayment', bonusPayment_grantTime - The date and time of when the bonus was granted.

$sel:workerId:BonusPayment', bonusPayment_workerId - The ID of the Worker to whom the bonus was paid.

$sel:assignmentId:BonusPayment', bonusPayment_assignmentId - The ID of the assignment associated with this bonus payment.

$sel:bonusAmount:BonusPayment', bonusPayment_bonusAmount - Undocumented member.

HIT

data HIT Source #

The HIT data structure represents a single HIT, including all the information necessary for a Worker to accept and complete the HIT.

See: newHIT smart constructor.

Instances

Instances details
Eq HIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HIT

Methods

(==) :: HIT -> HIT -> Bool #

(/=) :: HIT -> HIT -> Bool #

Read HIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HIT

Show HIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HIT

Methods

showsPrec :: Int -> HIT -> ShowS #

show :: HIT -> String #

showList :: [HIT] -> ShowS #

Generic HIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HIT

Associated Types

type Rep HIT :: Type -> Type #

Methods

from :: HIT -> Rep HIT x #

to :: Rep HIT x -> HIT #

NFData HIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HIT

Methods

rnf :: HIT -> () #

Hashable HIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HIT

Methods

hashWithSalt :: Int -> HIT -> Int #

hash :: HIT -> Int #

FromJSON HIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HIT

type Rep HIT Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HIT

type Rep HIT = D1 ('MetaData "HIT" "Amazonka.MechanicalTurk.Types.HIT" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "HIT'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "hITGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "numberOfAssignmentsPending") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "hITTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "expiration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "autoApprovalDelayInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "requesterAnnotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "hITStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HITStatus)) :*: (S1 ('MetaSel ('Just "maxAssignments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "numberOfAssignmentsCompleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))) :*: (((S1 ('MetaSel ('Just "reward") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "keywords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "hITLayoutId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "qualificationRequirements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [QualificationRequirement])) :*: S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "hITId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "hITReviewStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HITReviewStatus)) :*: S1 ('MetaSel ('Just "numberOfAssignmentsAvailable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "question") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assignmentDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))))))

newHIT :: HIT Source #

Create a value of HIT with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:HIT', hit_creationTime - The date and time the HIT was created.

$sel:hITGroupId:HIT', hit_hITGroupId - The ID of the HIT Group of this HIT.

$sel:numberOfAssignmentsPending:HIT', hit_numberOfAssignmentsPending - The number of assignments for this HIT that are being previewed or have been accepted by Workers, but have not yet been submitted, returned, or abandoned.

$sel:hITTypeId:HIT', hit_hITTypeId - The ID of the HIT type of this HIT

$sel:expiration:HIT', hit_expiration - The date and time the HIT expires.

$sel:autoApprovalDelayInSeconds:HIT', hit_autoApprovalDelayInSeconds - The amount of time, in seconds, after the Worker submits an assignment for the HIT that the results are automatically approved by Amazon Mechanical Turk. This is the amount of time the Requester has to reject an assignment submitted by a Worker before the assignment is auto-approved and the Worker is paid.

$sel:requesterAnnotation:HIT', hit_requesterAnnotation - An arbitrary data field the Requester who created the HIT can use. This field is visible only to the creator of the HIT.

$sel:hITStatus:HIT', hit_hITStatus - The status of the HIT and its assignments. Valid Values are Assignable | Unassignable | Reviewable | Reviewing | Disposed.

$sel:maxAssignments:HIT', hit_maxAssignments - The number of times the HIT can be accepted and completed before the HIT becomes unavailable.

$sel:numberOfAssignmentsCompleted:HIT', hit_numberOfAssignmentsCompleted - The number of assignments for this HIT that have been approved or rejected.

$sel:reward:HIT', hit_reward - Undocumented member.

$sel:keywords:HIT', hit_keywords - One or more words or phrases that describe the HIT, separated by commas. Search terms similar to the keywords of a HIT are more likely to have the HIT in the search results.

$sel:hITLayoutId:HIT', hit_hITLayoutId - The ID of the HIT Layout of this HIT.

$sel:qualificationRequirements:HIT', hit_qualificationRequirements - Conditions that a Worker's Qualifications must meet in order to accept the HIT. A HIT can have between zero and ten Qualification requirements. All requirements must be met in order for a Worker to accept the HIT. Additionally, other actions can be restricted using the ActionsGuarded field on each QualificationRequirement structure.

$sel:title:HIT', hit_title - The title of the HIT.

$sel:hITId:HIT', hit_hITId - A unique identifier for the HIT.

$sel:hITReviewStatus:HIT', hit_hITReviewStatus - Indicates the review status of the HIT. Valid Values are NotReviewed | MarkedForReview | ReviewedAppropriate | ReviewedInappropriate.

$sel:numberOfAssignmentsAvailable:HIT', hit_numberOfAssignmentsAvailable - The number of assignments for this HIT that are available for Workers to accept.

$sel:description:HIT', hit_description - A general description of the HIT.

$sel:question:HIT', hit_question - The data the Worker completing the HIT uses produce the results. This is either either a QuestionForm, HTMLQuestion or an ExternalQuestion data structure.

$sel:assignmentDurationInSeconds:HIT', hit_assignmentDurationInSeconds - The length of time, in seconds, that a Worker has to complete the HIT after accepting it.

HITLayoutParameter

data HITLayoutParameter Source #

The HITLayoutParameter data structure defines parameter values used with a HITLayout. A HITLayout is a reusable Amazon Mechanical Turk project template used to provide Human Intelligence Task (HIT) question data for CreateHIT.

See: newHITLayoutParameter smart constructor.

Instances

Instances details
Eq HITLayoutParameter Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITLayoutParameter

Read HITLayoutParameter Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITLayoutParameter

Show HITLayoutParameter Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITLayoutParameter

Generic HITLayoutParameter Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITLayoutParameter

Associated Types

type Rep HITLayoutParameter :: Type -> Type #

NFData HITLayoutParameter Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITLayoutParameter

Methods

rnf :: HITLayoutParameter -> () #

Hashable HITLayoutParameter Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITLayoutParameter

ToJSON HITLayoutParameter Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITLayoutParameter

type Rep HITLayoutParameter Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.HITLayoutParameter

type Rep HITLayoutParameter = D1 ('MetaData "HITLayoutParameter" "Amazonka.MechanicalTurk.Types.HITLayoutParameter" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "HITLayoutParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newHITLayoutParameter Source #

Create a value of HITLayoutParameter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:HITLayoutParameter', hITLayoutParameter_name - The name of the parameter in the HITLayout.

$sel:value:HITLayoutParameter', hITLayoutParameter_value - The value substituted for the parameter referenced in the HITLayout.

Locale

data Locale Source #

The Locale data structure represents a geographical region or location.

See: newLocale smart constructor.

Constructors

Locale' (Maybe Text) Text 

Instances

Instances details
Eq Locale Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Locale

Methods

(==) :: Locale -> Locale -> Bool #

(/=) :: Locale -> Locale -> Bool #

Read Locale Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Locale

Show Locale Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Locale

Generic Locale Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Locale

Associated Types

type Rep Locale :: Type -> Type #

Methods

from :: Locale -> Rep Locale x #

to :: Rep Locale x -> Locale #

NFData Locale Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Locale

Methods

rnf :: Locale -> () #

Hashable Locale Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Locale

Methods

hashWithSalt :: Int -> Locale -> Int #

hash :: Locale -> Int #

ToJSON Locale Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Locale

FromJSON Locale Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Locale

type Rep Locale Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Locale

type Rep Locale = D1 ('MetaData "Locale" "Amazonka.MechanicalTurk.Types.Locale" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "Locale'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subdivision") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "country") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLocale Source #

Create a value of Locale with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:subdivision:Locale', locale_subdivision - The state or subdivision of the locale. A valid ISO 3166-2 subdivision code. For example, the code WA refers to the state of Washington.

$sel:country:Locale', locale_country - The country of the locale. Must be a valid ISO 3166 country code. For example, the code US refers to the United States of America.

NotificationSpecification

data NotificationSpecification Source #

The NotificationSpecification data structure describes a HIT event notification for a HIT type.

See: newNotificationSpecification smart constructor.

Instances

Instances details
Eq NotificationSpecification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationSpecification

Read NotificationSpecification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationSpecification

Show NotificationSpecification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationSpecification

Generic NotificationSpecification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationSpecification

Associated Types

type Rep NotificationSpecification :: Type -> Type #

NFData NotificationSpecification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationSpecification

Hashable NotificationSpecification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationSpecification

ToJSON NotificationSpecification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationSpecification

type Rep NotificationSpecification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotificationSpecification

type Rep NotificationSpecification = D1 ('MetaData "NotificationSpecification" "Amazonka.MechanicalTurk.Types.NotificationSpecification" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "NotificationSpecification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "transport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NotificationTransport)) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "eventTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [EventType]))))

newNotificationSpecification Source #

Create a value of NotificationSpecification with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:destination:NotificationSpecification', notificationSpecification_destination - The target for notification messages. The Destination’s format is determined by the specified Transport:

  • When Transport is Email, the Destination is your email address.
  • When Transport is SQS, the Destination is your queue URL.
  • When Transport is SNS, the Destination is the ARN of your topic.

$sel:transport:NotificationSpecification', notificationSpecification_transport - The method Amazon Mechanical Turk uses to send the notification. Valid Values: Email | SQS | SNS.

$sel:version:NotificationSpecification', notificationSpecification_version - The version of the Notification API to use. Valid value is 2006-05-05.

$sel:eventTypes:NotificationSpecification', notificationSpecification_eventTypes - The list of events that should cause notifications to be sent. Valid Values: AssignmentAccepted | AssignmentAbandoned | AssignmentReturned | AssignmentSubmitted | AssignmentRejected | AssignmentApproved | HITCreated | HITExtended | HITDisposed | HITReviewable | HITExpired | Ping. The Ping event is only valid for the SendTestEventNotification operation.

NotifyWorkersFailureStatus

data NotifyWorkersFailureStatus Source #

When MTurk encounters an issue with notifying the Workers you specified, it returns back this object with failure details.

See: newNotifyWorkersFailureStatus smart constructor.

Instances

Instances details
Eq NotifyWorkersFailureStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureStatus

Read NotifyWorkersFailureStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureStatus

Show NotifyWorkersFailureStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureStatus

Generic NotifyWorkersFailureStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureStatus

Associated Types

type Rep NotifyWorkersFailureStatus :: Type -> Type #

NFData NotifyWorkersFailureStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureStatus

Hashable NotifyWorkersFailureStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureStatus

FromJSON NotifyWorkersFailureStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureStatus

type Rep NotifyWorkersFailureStatus Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.NotifyWorkersFailureStatus

type Rep NotifyWorkersFailureStatus = D1 ('MetaData "NotifyWorkersFailureStatus" "Amazonka.MechanicalTurk.Types.NotifyWorkersFailureStatus" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "NotifyWorkersFailureStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notifyWorkersFailureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "notifyWorkersFailureCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotifyWorkersFailureCode)) :*: S1 ('MetaSel ('Just "workerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newNotifyWorkersFailureStatus :: NotifyWorkersFailureStatus Source #

Create a value of NotifyWorkersFailureStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:notifyWorkersFailureMessage:NotifyWorkersFailureStatus', notifyWorkersFailureStatus_notifyWorkersFailureMessage - A message detailing the reason the Worker could not be notified.

$sel:notifyWorkersFailureCode:NotifyWorkersFailureStatus', notifyWorkersFailureStatus_notifyWorkersFailureCode - Encoded value for the failure type.

$sel:workerId:NotifyWorkersFailureStatus', notifyWorkersFailureStatus_workerId - The ID of the Worker.

ParameterMapEntry

data ParameterMapEntry Source #

This data structure is the data type for the AnswerKey parameter of the ScoreMyKnownAnswers/2011-09-01 Review Policy.

See: newParameterMapEntry smart constructor.

Constructors

ParameterMapEntry' (Maybe [Text]) (Maybe Text) 

Instances

Instances details
Eq ParameterMapEntry Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ParameterMapEntry

Read ParameterMapEntry Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ParameterMapEntry

Show ParameterMapEntry Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ParameterMapEntry

Generic ParameterMapEntry Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ParameterMapEntry

Associated Types

type Rep ParameterMapEntry :: Type -> Type #

NFData ParameterMapEntry Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ParameterMapEntry

Methods

rnf :: ParameterMapEntry -> () #

Hashable ParameterMapEntry Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ParameterMapEntry

ToJSON ParameterMapEntry Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ParameterMapEntry

FromJSON ParameterMapEntry Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ParameterMapEntry

type Rep ParameterMapEntry Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ParameterMapEntry

type Rep ParameterMapEntry = D1 ('MetaData "ParameterMapEntry" "Amazonka.MechanicalTurk.Types.ParameterMapEntry" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ParameterMapEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newParameterMapEntry :: ParameterMapEntry Source #

Create a value of ParameterMapEntry with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:values:ParameterMapEntry', parameterMapEntry_values - The list of answers to the question specified in the MapEntry Key element. The Worker must match all values in order for the answer to be scored correctly.

$sel:key:ParameterMapEntry', parameterMapEntry_key - The QuestionID from the HIT that is used to identify which question requires Mechanical Turk to score as part of the ScoreMyKnownAnswers/2011-09-01 Review Policy.

PolicyParameter

data PolicyParameter Source #

Name of the parameter from the Review policy.

See: newPolicyParameter smart constructor.

Instances

Instances details
Eq PolicyParameter Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.PolicyParameter

Read PolicyParameter Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.PolicyParameter

Show PolicyParameter Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.PolicyParameter

Generic PolicyParameter Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.PolicyParameter

Associated Types

type Rep PolicyParameter :: Type -> Type #

NFData PolicyParameter Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.PolicyParameter

Methods

rnf :: PolicyParameter -> () #

Hashable PolicyParameter Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.PolicyParameter

ToJSON PolicyParameter Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.PolicyParameter

FromJSON PolicyParameter Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.PolicyParameter

type Rep PolicyParameter Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.PolicyParameter

type Rep PolicyParameter = D1 ('MetaData "PolicyParameter" "Amazonka.MechanicalTurk.Types.PolicyParameter" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "PolicyParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "mapEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ParameterMapEntry])) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPolicyParameter :: PolicyParameter Source #

Create a value of PolicyParameter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:values:PolicyParameter', policyParameter_values - The list of values of the Parameter

$sel:mapEntries:PolicyParameter', policyParameter_mapEntries - List of ParameterMapEntry objects.

$sel:key:PolicyParameter', policyParameter_key - Name of the parameter from the list of Review Polices.

Qualification

data Qualification Source #

The Qualification data structure represents a Qualification assigned to a user, including the Qualification type and the value (score).

See: newQualification smart constructor.

Instances

Instances details
Eq Qualification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Qualification

Read Qualification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Qualification

Show Qualification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Qualification

Generic Qualification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Qualification

Associated Types

type Rep Qualification :: Type -> Type #

NFData Qualification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Qualification

Methods

rnf :: Qualification -> () #

Hashable Qualification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Qualification

FromJSON Qualification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Qualification

type Rep Qualification Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.Qualification

type Rep Qualification = D1 ('MetaData "Qualification" "Amazonka.MechanicalTurk.Types.Qualification" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "Qualification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe QualificationStatus)) :*: (S1 ('MetaSel ('Just "integerValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "localeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Locale)))) :*: (S1 ('MetaSel ('Just "qualificationTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "grantTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "workerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newQualification :: Qualification Source #

Create a value of Qualification with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:Qualification', qualification_status - The status of the Qualification. Valid values are Granted | Revoked.

$sel:integerValue:Qualification', qualification_integerValue - The value (score) of the Qualification, if the Qualification has an integer value.

$sel:localeValue:Qualification', qualification_localeValue - Undocumented member.

$sel:qualificationTypeId:Qualification', qualification_qualificationTypeId - The ID of the Qualification type for the Qualification.

$sel:grantTime:Qualification', qualification_grantTime - The date and time the Qualification was granted to the Worker. If the Worker's Qualification was revoked, and then re-granted based on a new Qualification request, GrantTime is the date and time of the last call to the AcceptQualificationRequest operation.

$sel:workerId:Qualification', qualification_workerId - The ID of the Worker who possesses the Qualification.

QualificationRequest

data QualificationRequest Source #

The QualificationRequest data structure represents a request a Worker has made for a Qualification.

See: newQualificationRequest smart constructor.

Instances

Instances details
Eq QualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationRequest

Read QualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationRequest

Show QualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationRequest

Generic QualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationRequest

Associated Types

type Rep QualificationRequest :: Type -> Type #

NFData QualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationRequest

Methods

rnf :: QualificationRequest -> () #

Hashable QualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationRequest

FromJSON QualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationRequest

type Rep QualificationRequest Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationRequest

type Rep QualificationRequest = D1 ('MetaData "QualificationRequest" "Amazonka.MechanicalTurk.Types.QualificationRequest" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "QualificationRequest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "qualificationRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "test") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "qualificationTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "answer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "workerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "submitTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newQualificationRequest :: QualificationRequest Source #

Create a value of QualificationRequest with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:qualificationRequestId:QualificationRequest', qualificationRequest_qualificationRequestId - The ID of the Qualification request, a unique identifier generated when the request was submitted.

$sel:test:QualificationRequest', qualificationRequest_test - The contents of the Qualification test that was presented to the Worker, if the type has a test and the Worker has submitted answers. This value is identical to the QuestionForm associated with the Qualification type at the time the Worker requests the Qualification.

$sel:qualificationTypeId:QualificationRequest', qualificationRequest_qualificationTypeId - The ID of the Qualification type the Worker is requesting, as returned by the CreateQualificationType operation.

$sel:answer:QualificationRequest', qualificationRequest_answer - The Worker's answers for the Qualification type's test contained in a QuestionFormAnswers document, if the type has a test and the Worker has submitted answers. If the Worker does not provide any answers, Answer may be empty.

$sel:workerId:QualificationRequest', qualificationRequest_workerId - The ID of the Worker requesting the Qualification.

$sel:submitTime:QualificationRequest', qualificationRequest_submitTime - The date and time the Qualification request had a status of Submitted. This is either the time the Worker submitted answers for a Qualification test, or the time the Worker requested the Qualification if the Qualification type does not have a test.

QualificationRequirement

data QualificationRequirement Source #

The QualificationRequirement data structure describes a Qualification that a Worker must have before the Worker is allowed to accept a HIT. A requirement may optionally state that a Worker must have the Qualification in order to preview the HIT, or see the HIT in search results.

See: newQualificationRequirement smart constructor.

Instances

Instances details
Eq QualificationRequirement Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationRequirement

Read QualificationRequirement Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationRequirement

Show QualificationRequirement Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationRequirement

Generic QualificationRequirement Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationRequirement

Associated Types

type Rep QualificationRequirement :: Type -> Type #

NFData QualificationRequirement Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationRequirement

Hashable QualificationRequirement Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationRequirement

ToJSON QualificationRequirement Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationRequirement

FromJSON QualificationRequirement Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationRequirement

type Rep QualificationRequirement Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationRequirement

type Rep QualificationRequirement = D1 ('MetaData "QualificationRequirement" "Amazonka.MechanicalTurk.Types.QualificationRequirement" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "QualificationRequirement'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "localeValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Locale])) :*: (S1 ('MetaSel ('Just "actionsGuarded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HITAccessActions)) :*: S1 ('MetaSel ('Just "requiredToPreview") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "integerValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Int])) :*: (S1 ('MetaSel ('Just "qualificationTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "comparator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Comparator)))))

newQualificationRequirement Source #

Create a value of QualificationRequirement with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:localeValues:QualificationRequirement', qualificationRequirement_localeValues - The locale value to compare against the Qualification's value. The local value must be a valid ISO 3166 country code or supports ISO 3166-2 subdivisions. LocaleValue can only be used with a Worker_Locale QualificationType ID. LocaleValue can only be used with the EqualTo, NotEqualTo, In, and NotIn comparators. You must only use a single LocaleValue element when using the EqualTo or NotEqualTo comparators. When performing a set comparison by using the In or the NotIn comparator, you can use up to 30 LocaleValue elements in a QualificationRequirement data structure.

$sel:actionsGuarded:QualificationRequirement', qualificationRequirement_actionsGuarded - Setting this attribute prevents Workers whose Qualifications do not meet this QualificationRequirement from taking the specified action. Valid arguments include "Accept" (Worker cannot accept the HIT, but can preview the HIT and see it in their search results), "PreviewAndAccept" (Worker cannot accept or preview the HIT, but can see the HIT in their search results), and "DiscoverPreviewAndAccept" (Worker cannot accept, preview, or see the HIT in their search results). It's possible for you to create a HIT with multiple QualificationRequirements (which can have different values for the ActionGuarded attribute). In this case, the Worker is only permitted to perform an action when they have met all QualificationRequirements guarding the action. The actions in the order of least restrictive to most restrictive are Discover, Preview and Accept. For example, if a Worker meets all QualificationRequirements that are set to DiscoverPreviewAndAccept, but do not meet all requirements that are set with PreviewAndAccept, then the Worker will be able to Discover, i.e. see the HIT in their search result, but will not be able to Preview or Accept the HIT. ActionsGuarded should not be used in combination with the RequiredToPreview field.

$sel:requiredToPreview:QualificationRequirement', qualificationRequirement_requiredToPreview - DEPRECATED: Use the ActionsGuarded field instead. If RequiredToPreview is true, the question data for the HIT will not be shown when a Worker whose Qualifications do not meet this requirement tries to preview the HIT. That is, a Worker's Qualifications must meet all of the requirements for which RequiredToPreview is true in order to preview the HIT. If a Worker meets all of the requirements where RequiredToPreview is true (or if there are no such requirements), but does not meet all of the requirements for the HIT, the Worker will be allowed to preview the HIT's question data, but will not be allowed to accept and complete the HIT. The default is false. This should not be used in combination with the ActionsGuarded field.

$sel:integerValues:QualificationRequirement', qualificationRequirement_integerValues - The integer value to compare against the Qualification's value. IntegerValue must not be present if Comparator is Exists or DoesNotExist. IntegerValue can only be used if the Qualification type has an integer value; it cannot be used with the Worker_Locale QualificationType ID. When performing a set comparison by using the In or the NotIn comparator, you can use up to 15 IntegerValue elements in a QualificationRequirement data structure.

$sel:qualificationTypeId:QualificationRequirement', qualificationRequirement_qualificationTypeId - The ID of the Qualification type for the requirement.

$sel:comparator:QualificationRequirement', qualificationRequirement_comparator - The kind of comparison to make against a Qualification's value. You can compare a Qualification's value to an IntegerValue to see if it is LessThan, LessThanOrEqualTo, GreaterThan, GreaterThanOrEqualTo, EqualTo, or NotEqualTo the IntegerValue. You can compare it to a LocaleValue to see if it is EqualTo, or NotEqualTo the LocaleValue. You can check to see if the value is In or NotIn a set of IntegerValue or LocaleValue values. Lastly, a Qualification requirement can also test if a Qualification Exists or DoesNotExist in the user's profile, regardless of its value.

QualificationType

data QualificationType Source #

The QualificationType data structure represents a Qualification type, a description of a property of a Worker that must match the requirements of a HIT for the Worker to be able to accept the HIT. The type also describes how a Worker can obtain a Qualification of that type, such as through a Qualification test.

See: newQualificationType smart constructor.

Instances

Instances details
Eq QualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationType

Read QualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationType

Show QualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationType

Generic QualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationType

Associated Types

type Rep QualificationType :: Type -> Type #

NFData QualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationType

Methods

rnf :: QualificationType -> () #

Hashable QualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationType

FromJSON QualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationType

type Rep QualificationType Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.QualificationType

type Rep QualificationType = D1 ('MetaData "QualificationType" "Amazonka.MechanicalTurk.Types.QualificationType" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "QualificationType'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "testDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "qualificationTypeStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe QualificationTypeStatus)))) :*: (S1 ('MetaSel ('Just "answerKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "test") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "qualificationTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "keywords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "autoGranted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "autoGrantedValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "isRequestable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "retryDelayInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))))

newQualificationType :: QualificationType Source #

Create a value of QualificationType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:QualificationType', qualificationType_creationTime - The date and time the Qualification type was created.

$sel:testDurationInSeconds:QualificationType', qualificationType_testDurationInSeconds - The amount of time, in seconds, given to a Worker to complete the Qualification test, beginning from the time the Worker requests the Qualification.

$sel:qualificationTypeStatus:QualificationType', qualificationType_qualificationTypeStatus - The status of the Qualification type. A Qualification type's status determines if users can apply to receive a Qualification of this type, and if HITs can be created with requirements based on this type. Valid values are Active | Inactive.

$sel:answerKey:QualificationType', qualificationType_answerKey - The answers to the Qualification test specified in the Test parameter.

$sel:test:QualificationType', qualificationType_test - The questions for a Qualification test associated with this Qualification type that a user can take to obtain a Qualification of this type. This parameter must be specified if AnswerKey is present. A Qualification type cannot have both a specified Test parameter and an AutoGranted value of true.

$sel:qualificationTypeId:QualificationType', qualificationType_qualificationTypeId - A unique identifier for the Qualification type. A Qualification type is given a Qualification type ID when you call the CreateQualificationType operation.

$sel:name:QualificationType', qualificationType_name - The name of the Qualification type. The type name is used to identify the type, and to find the type using a Qualification type search.

$sel:keywords:QualificationType', qualificationType_keywords - One or more words or phrases that describe theQualification type, separated by commas. The Keywords make the type easier to find using a search.

$sel:autoGranted:QualificationType', qualificationType_autoGranted - Specifies that requests for the Qualification type are granted immediately, without prompting the Worker with a Qualification test. Valid values are True | False.

$sel:autoGrantedValue:QualificationType', qualificationType_autoGrantedValue - The Qualification integer value to use for automatically granted Qualifications, if AutoGranted is true. This is 1 by default.

$sel:description:QualificationType', qualificationType_description - A long description for the Qualification type.

$sel:isRequestable:QualificationType', qualificationType_isRequestable - Specifies whether the Qualification type is one that a user can request through the Amazon Mechanical Turk web site, such as by taking a Qualification test. This value is False for Qualifications assigned automatically by the system. Valid values are True | False.

$sel:retryDelayInSeconds:QualificationType', qualificationType_retryDelayInSeconds - The amount of time, in seconds, Workers must wait after taking the Qualification test before they can take it again. Workers can take a Qualification test multiple times if they were not granted the Qualification from a previous attempt, or if the test offers a gradient score and they want a better score. If not specified, retries are disabled and Workers can request a Qualification only once.

ReviewActionDetail

data ReviewActionDetail Source #

Both the AssignmentReviewReport and the HITReviewReport elements contains the ReviewActionDetail data structure. This structure is returned multiple times for each action specified in the Review Policy.

See: newReviewActionDetail smart constructor.

Instances

Instances details
Eq ReviewActionDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionDetail

Read ReviewActionDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionDetail

Show ReviewActionDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionDetail

Generic ReviewActionDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionDetail

Associated Types

type Rep ReviewActionDetail :: Type -> Type #

NFData ReviewActionDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionDetail

Methods

rnf :: ReviewActionDetail -> () #

Hashable ReviewActionDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionDetail

FromJSON ReviewActionDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionDetail

type Rep ReviewActionDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionDetail

type Rep ReviewActionDetail = D1 ('MetaData "ReviewActionDetail" "Amazonka.MechanicalTurk.Types.ReviewActionDetail" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ReviewActionDetail'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReviewActionStatus)) :*: S1 ('MetaSel ('Just "targetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "actionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "result") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "actionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "completeTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newReviewActionDetail :: ReviewActionDetail Source #

Create a value of ReviewActionDetail with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:ReviewActionDetail', reviewActionDetail_status - The current disposition of the action: INTENDED, SUCCEEDED, FAILED, or CANCELLED.

$sel:targetId:ReviewActionDetail', reviewActionDetail_targetId - The specific HITId or AssignmentID targeted by the action.

$sel:actionId:ReviewActionDetail', reviewActionDetail_actionId - The unique identifier for the action.

$sel:targetType:ReviewActionDetail', reviewActionDetail_targetType - The type of object in TargetId.

$sel:result:ReviewActionDetail', reviewActionDetail_result - A description of the outcome of the review.

$sel:actionName:ReviewActionDetail', reviewActionDetail_actionName - The nature of the action itself. The Review Policy is responsible for examining the HIT and Assignments, emitting results, and deciding which other actions will be necessary.

$sel:completeTime:ReviewActionDetail', reviewActionDetail_completeTime - The date when the action was completed.

$sel:errorCode:ReviewActionDetail', reviewActionDetail_errorCode - Present only when the Results have a FAILED Status.

ReviewPolicy

data ReviewPolicy Source #

HIT Review Policy data structures represent HIT review policies, which you specify when you create a HIT.

See: newReviewPolicy smart constructor.

Instances

Instances details
Eq ReviewPolicy Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicy

Read ReviewPolicy Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicy

Show ReviewPolicy Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicy

Generic ReviewPolicy Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicy

Associated Types

type Rep ReviewPolicy :: Type -> Type #

NFData ReviewPolicy Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicy

Methods

rnf :: ReviewPolicy -> () #

Hashable ReviewPolicy Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicy

ToJSON ReviewPolicy Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicy

FromJSON ReviewPolicy Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicy

type Rep ReviewPolicy Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewPolicy

type Rep ReviewPolicy = D1 ('MetaData "ReviewPolicy" "Amazonka.MechanicalTurk.Types.ReviewPolicy" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ReviewPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PolicyParameter])) :*: S1 ('MetaSel ('Just "policyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newReviewPolicy Source #

Create a value of ReviewPolicy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:parameters:ReviewPolicy', reviewPolicy_parameters - Name of the parameter from the Review policy.

$sel:policyName:ReviewPolicy', reviewPolicy_policyName - Name of a Review Policy: SimplePlurality/2011-09-01 or ScoreMyKnownAnswers/2011-09-01

ReviewReport

data ReviewReport Source #

Contains both ReviewResult and ReviewAction elements for a particular HIT.

See: newReviewReport smart constructor.

Instances

Instances details
Eq ReviewReport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewReport

Read ReviewReport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewReport

Show ReviewReport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewReport

Generic ReviewReport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewReport

Associated Types

type Rep ReviewReport :: Type -> Type #

NFData ReviewReport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewReport

Methods

rnf :: ReviewReport -> () #

Hashable ReviewReport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewReport

FromJSON ReviewReport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewReport

type Rep ReviewReport Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewReport

type Rep ReviewReport = D1 ('MetaData "ReviewReport" "Amazonka.MechanicalTurk.Types.ReviewReport" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ReviewReport'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reviewActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReviewActionDetail])) :*: S1 ('MetaSel ('Just "reviewResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReviewResultDetail]))))

newReviewReport :: ReviewReport Source #

Create a value of ReviewReport with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:reviewActions:ReviewReport', reviewReport_reviewActions - A list of ReviewAction objects for each action specified in the Review Policy.

$sel:reviewResults:ReviewReport', reviewReport_reviewResults - A list of ReviewResults objects for each action specified in the Review Policy.

ReviewResultDetail

data ReviewResultDetail Source #

This data structure is returned multiple times for each result specified in the Review Policy.

See: newReviewResultDetail smart constructor.

Instances

Instances details
Eq ReviewResultDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewResultDetail

Read ReviewResultDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewResultDetail

Show ReviewResultDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewResultDetail

Generic ReviewResultDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewResultDetail

Associated Types

type Rep ReviewResultDetail :: Type -> Type #

NFData ReviewResultDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewResultDetail

Methods

rnf :: ReviewResultDetail -> () #

Hashable ReviewResultDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewResultDetail

FromJSON ReviewResultDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewResultDetail

type Rep ReviewResultDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewResultDetail

type Rep ReviewResultDetail = D1 ('MetaData "ReviewResultDetail" "Amazonka.MechanicalTurk.Types.ReviewResultDetail" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "ReviewResultDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "actionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subjectType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "questionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subjectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newReviewResultDetail :: ReviewResultDetail Source #

Create a value of ReviewResultDetail with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:value:ReviewResultDetail', reviewResultDetail_value - The values of Key provided by the review policies you have selected.

$sel:actionId:ReviewResultDetail', reviewResultDetail_actionId - A unique identifier of the Review action result.

$sel:subjectType:ReviewResultDetail', reviewResultDetail_subjectType - The type of the object from the SubjectId field.

$sel:key:ReviewResultDetail', reviewResultDetail_key - Key identifies the particular piece of reviewed information.

$sel:questionId:ReviewResultDetail', reviewResultDetail_questionId - Specifies the QuestionId the result is describing. Depending on whether the TargetType is a HIT or Assignment this results could specify multiple values. If TargetType is HIT and QuestionId is absent, then the result describes results of the HIT, including the HIT agreement score. If ObjectType is Assignment and QuestionId is absent, then the result describes the Worker's performance on the HIT.

$sel:subjectId:ReviewResultDetail', reviewResultDetail_subjectId - The HITID or AssignmentId about which this result was taken. Note that HIT-level Review Policies will often emit results about both the HIT itself and its Assignments, while Assignment-level review policies generally only emit results about the Assignment itself.

WorkerBlock

data WorkerBlock Source #

The WorkerBlock data structure represents a Worker who has been blocked. It has two elements: the WorkerId and the Reason for the block.

See: newWorkerBlock smart constructor.

Constructors

WorkerBlock' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq WorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.WorkerBlock

Read WorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.WorkerBlock

Show WorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.WorkerBlock

Generic WorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.WorkerBlock

Associated Types

type Rep WorkerBlock :: Type -> Type #

NFData WorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.WorkerBlock

Methods

rnf :: WorkerBlock -> () #

Hashable WorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.WorkerBlock

FromJSON WorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.WorkerBlock

type Rep WorkerBlock Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.WorkerBlock

type Rep WorkerBlock = D1 ('MetaData "WorkerBlock" "Amazonka.MechanicalTurk.Types.WorkerBlock" "libZSservicesZSamazonka-mechanicalturkZSamazonka-mechanicalturk" 'False) (C1 ('MetaCons "WorkerBlock'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newWorkerBlock :: WorkerBlock Source #

Create a value of WorkerBlock with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:reason:WorkerBlock', workerBlock_reason - A message explaining the reason the Worker was blocked.

$sel:workerId:WorkerBlock', workerBlock_workerId - The ID of the Worker who accepted the HIT.