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.ListHITsForQualificationType

Description

The ListHITsForQualificationType operation returns the HITs that use the given Qualification type for a Qualification requirement. The operation returns HITs of any status, except for HITs that have been deleted with the DeleteHIT operation or that have been auto-deleted.

This operation returns paginated results.

Synopsis

Creating a Request

data ListHITsForQualificationType Source #

See: newListHITsForQualificationType smart constructor.

Constructors

ListHITsForQualificationType' 

Fields

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.

Request Lenses

listHITsForQualificationType_qualificationTypeId :: Lens' ListHITsForQualificationType Text Source #

The ID of the Qualification type to use when querying HITs.

Destructuring the Response

data ListHITsForQualificationTypeResponse Source #

Constructors

ListHITsForQualificationTypeResponse' 

Fields

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.

Response Lenses

listHITsForQualificationTypeResponse_numResults :: Lens' ListHITsForQualificationTypeResponse (Maybe Int) Source #

The number of HITs on this page in the filtered results list, equivalent to the number of HITs being returned by this call.