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

Contents

Description

The GetQualificationScore operation returns the value of a Worker's Qualification for a given Qualification type.

To get a Worker's Qualification, you must know the Worker's ID. The Worker's ID is included in the assignment data returned by the ListAssignmentsForHIT operation.

Only the owner of a Qualification type can query the value of a Worker's Qualification of that type.

Synopsis

Creating a Request

getQualificationScore Source #

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

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

data GetQualificationScore Source #

See: getQualificationScore smart constructor.

Instances

Eq GetQualificationScore Source # 
Data GetQualificationScore Source # 

Methods

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

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

toConstr :: GetQualificationScore -> Constr #

dataTypeOf :: GetQualificationScore -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetQualificationScore Source # 
Show GetQualificationScore Source # 
Generic GetQualificationScore Source # 
Hashable GetQualificationScore Source # 
ToJSON GetQualificationScore Source # 
NFData GetQualificationScore Source # 

Methods

rnf :: GetQualificationScore -> () #

AWSRequest GetQualificationScore Source # 
ToQuery GetQualificationScore Source # 
ToPath GetQualificationScore Source # 
ToHeaders GetQualificationScore Source # 
type Rep GetQualificationScore Source # 
type Rep GetQualificationScore = D1 (MetaData "GetQualificationScore" "Network.AWS.MechanicalTurk.GetQualificationScore" "amazonka-mechanicalturk-1.5.0-FaPkjSp7Fzg9knquA94uxS" False) (C1 (MetaCons "GetQualificationScore'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gqsQualificationTypeId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_gqsWorkerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs GetQualificationScore Source # 

Request Lenses

gqsQualificationTypeId :: Lens' GetQualificationScore Text Source #

The ID of the QualificationType.

gqsWorkerId :: Lens' GetQualificationScore Text Source #

The ID of the Worker whose Qualification is being updated.

Destructuring the Response

getQualificationScoreResponse Source #

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

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

  • gqsrsQualification - The Qualification data structure of the Qualification assigned to a user, including the Qualification type and the value (score).
  • gqsrsResponseStatus - -- | The response status code.

data GetQualificationScoreResponse Source #

See: getQualificationScoreResponse smart constructor.

Instances

Eq GetQualificationScoreResponse Source # 
Data GetQualificationScoreResponse Source # 

Methods

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

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

toConstr :: GetQualificationScoreResponse -> Constr #

dataTypeOf :: GetQualificationScoreResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetQualificationScoreResponse Source # 
Show GetQualificationScoreResponse Source # 
Generic GetQualificationScoreResponse Source # 
NFData GetQualificationScoreResponse Source # 
type Rep GetQualificationScoreResponse Source # 
type Rep GetQualificationScoreResponse = D1 (MetaData "GetQualificationScoreResponse" "Network.AWS.MechanicalTurk.GetQualificationScore" "amazonka-mechanicalturk-1.5.0-FaPkjSp7Fzg9knquA94uxS" False) (C1 (MetaCons "GetQualificationScoreResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gqsrsQualification") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Qualification))) (S1 (MetaSel (Just Symbol "_gqsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

gqsrsQualification :: Lens' GetQualificationScoreResponse (Maybe Qualification) Source #

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