amazonka-mechanicalturk-1.5.0: Amazon Mechanical Turk SDK.

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

Network.AWS.MechanicalTurk.ListWorkersWithQualificationType

Contents

Description

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

Synopsis

Creating a Request

listWorkersWithQualificationType Source #

Creates a value of ListWorkersWithQualificationType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ListWorkersWithQualificationType Source #

See: listWorkersWithQualificationType smart constructor.

Instances

Eq ListWorkersWithQualificationType Source # 
Data ListWorkersWithQualificationType Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListWorkersWithQualificationType -> c ListWorkersWithQualificationType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListWorkersWithQualificationType #

toConstr :: ListWorkersWithQualificationType -> Constr #

dataTypeOf :: ListWorkersWithQualificationType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListWorkersWithQualificationType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListWorkersWithQualificationType) #

gmapT :: (forall b. Data b => b -> b) -> ListWorkersWithQualificationType -> ListWorkersWithQualificationType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListWorkersWithQualificationType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListWorkersWithQualificationType -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListWorkersWithQualificationType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListWorkersWithQualificationType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListWorkersWithQualificationType -> m ListWorkersWithQualificationType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListWorkersWithQualificationType -> m ListWorkersWithQualificationType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListWorkersWithQualificationType -> m ListWorkersWithQualificationType #

Read ListWorkersWithQualificationType Source # 
Show ListWorkersWithQualificationType Source # 
Generic ListWorkersWithQualificationType Source # 
Hashable ListWorkersWithQualificationType Source # 
ToJSON ListWorkersWithQualificationType Source # 
NFData ListWorkersWithQualificationType Source # 
AWSRequest ListWorkersWithQualificationType Source # 
ToQuery ListWorkersWithQualificationType Source # 
ToPath ListWorkersWithQualificationType Source # 
ToHeaders ListWorkersWithQualificationType Source # 
type Rep ListWorkersWithQualificationType Source # 
type Rep ListWorkersWithQualificationType = D1 (MetaData "ListWorkersWithQualificationType" "Network.AWS.MechanicalTurk.ListWorkersWithQualificationType" "amazonka-mechanicalturk-1.5.0-FaPkjSp7Fzg9knquA94uxS" False) (C1 (MetaCons "ListWorkersWithQualificationType'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_lwwqtStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe QualificationStatus))) (S1 (MetaSel (Just Symbol "_lwwqtNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_lwwqtMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))) (S1 (MetaSel (Just Symbol "_lwwqtQualificationTypeId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs ListWorkersWithQualificationType Source # 

Request Lenses

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

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

lwwqtMaxResults :: Lens' ListWorkersWithQualificationType (Maybe Natural) Source #

Limit the number of results returned.

lwwqtQualificationTypeId :: Lens' ListWorkersWithQualificationType Text Source #

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

Destructuring the Response

listWorkersWithQualificationTypeResponse Source #

Creates a value of ListWorkersWithQualificationTypeResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ListWorkersWithQualificationTypeResponse Source #

Instances

Eq ListWorkersWithQualificationTypeResponse Source # 
Data ListWorkersWithQualificationTypeResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListWorkersWithQualificationTypeResponse -> c ListWorkersWithQualificationTypeResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListWorkersWithQualificationTypeResponse #

toConstr :: ListWorkersWithQualificationTypeResponse -> Constr #

dataTypeOf :: ListWorkersWithQualificationTypeResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListWorkersWithQualificationTypeResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListWorkersWithQualificationTypeResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListWorkersWithQualificationTypeResponse -> ListWorkersWithQualificationTypeResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListWorkersWithQualificationTypeResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListWorkersWithQualificationTypeResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListWorkersWithQualificationTypeResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListWorkersWithQualificationTypeResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListWorkersWithQualificationTypeResponse -> m ListWorkersWithQualificationTypeResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListWorkersWithQualificationTypeResponse -> m ListWorkersWithQualificationTypeResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListWorkersWithQualificationTypeResponse -> m ListWorkersWithQualificationTypeResponse #

Read ListWorkersWithQualificationTypeResponse Source # 
Show ListWorkersWithQualificationTypeResponse Source # 
Generic ListWorkersWithQualificationTypeResponse Source # 
NFData ListWorkersWithQualificationTypeResponse Source # 
type Rep ListWorkersWithQualificationTypeResponse Source # 
type Rep ListWorkersWithQualificationTypeResponse = D1 (MetaData "ListWorkersWithQualificationTypeResponse" "Network.AWS.MechanicalTurk.ListWorkersWithQualificationType" "amazonka-mechanicalturk-1.5.0-FaPkjSp7Fzg9knquA94uxS" False) (C1 (MetaCons "ListWorkersWithQualificationTypeResponse'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_lwwqtrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lwwqtrsNumResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)))) ((:*:) (S1 (MetaSel (Just Symbol "_lwwqtrsQualifications") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Qualification]))) (S1 (MetaSel (Just Symbol "_lwwqtrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

lwwqtrsNumResults :: 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.

lwwqtrsQualifications :: Lens' ListWorkersWithQualificationTypeResponse [Qualification] Source #

The list of Qualification elements returned by this call.