| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.MechanicalTurk.GetQualificationType
Description
The GetQualificationType operation retrieves information about a Qualification type using its ID.
- getQualificationType :: Text -> GetQualificationType
- data GetQualificationType
- gqtQualificationTypeId :: Lens' GetQualificationType Text
- getQualificationTypeResponse :: Int -> GetQualificationTypeResponse
- data GetQualificationTypeResponse
- gqtrsQualificationType :: Lens' GetQualificationTypeResponse (Maybe QualificationType)
- gqtrsResponseStatus :: Lens' GetQualificationTypeResponse Int
Creating a Request
Arguments
| :: Text | |
| -> GetQualificationType |
Creates a value of GetQualificationType with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gqtQualificationTypeId- The ID of the QualificationType.
data GetQualificationType Source #
See: getQualificationType smart constructor.
Instances
Request Lenses
gqtQualificationTypeId :: Lens' GetQualificationType Text Source #
The ID of the QualificationType.
Destructuring the Response
getQualificationTypeResponse Source #
Arguments
| :: Int | |
| -> GetQualificationTypeResponse |
Creates a value of GetQualificationTypeResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gqtrsQualificationType- The returned Qualification TypegqtrsResponseStatus- -- | The response status code.
data GetQualificationTypeResponse Source #
See: getQualificationTypeResponse smart constructor.
Instances
Response Lenses
gqtrsQualificationType :: Lens' GetQualificationTypeResponse (Maybe QualificationType) Source #
The returned Qualification Type
gqtrsResponseStatus :: Lens' GetQualificationTypeResponse Int Source #
- - | The response status code.