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

Description

The ListWorkersWithQualificationType operation returns all of the Workers that have been associated with a given Qualification type.

This operation returns paginated results.

Synopsis

Creating a Request

data ListWorkersWithQualificationType Source #

See: newListWorkersWithQualificationType smart constructor.

Constructors

ListWorkersWithQualificationType' 

Fields

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.

Request Lenses

listWorkersWithQualificationType_status :: Lens' ListWorkersWithQualificationType (Maybe QualificationStatus) Source #

The status of the Qualifications to return. Can be Granted | Revoked.

listWorkersWithQualificationType_qualificationTypeId :: Lens' ListWorkersWithQualificationType Text Source #

The ID of the Qualification type of the Qualifications to return.

Destructuring the Response

data ListWorkersWithQualificationTypeResponse Source #

Constructors

ListWorkersWithQualificationTypeResponse' 

Fields

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.

Response Lenses

listWorkersWithQualificationTypeResponse_numResults :: Lens' ListWorkersWithQualificationTypeResponse (Maybe Int) Source #

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