| Copyright | (c) 2013-2017 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.ListWorkersWithQualificationType
Description
The ListWorkersWithQualificationType operation returns all of the Workers that have been associated with a given Qualification type.
- listWorkersWithQualificationType :: Text -> ListWorkersWithQualificationType
- data ListWorkersWithQualificationType
- lwwqtStatus :: Lens' ListWorkersWithQualificationType (Maybe QualificationStatus)
- lwwqtNextToken :: Lens' ListWorkersWithQualificationType (Maybe Text)
- lwwqtMaxResults :: Lens' ListWorkersWithQualificationType (Maybe Natural)
- lwwqtQualificationTypeId :: Lens' ListWorkersWithQualificationType Text
- listWorkersWithQualificationTypeResponse :: Int -> ListWorkersWithQualificationTypeResponse
- data ListWorkersWithQualificationTypeResponse
- lwwqtrsNextToken :: Lens' ListWorkersWithQualificationTypeResponse (Maybe Text)
- lwwqtrsNumResults :: Lens' ListWorkersWithQualificationTypeResponse (Maybe Int)
- lwwqtrsQualifications :: Lens' ListWorkersWithQualificationTypeResponse [Qualification]
- lwwqtrsResponseStatus :: Lens' ListWorkersWithQualificationTypeResponse Int
Creating a Request
listWorkersWithQualificationType Source #
Arguments
| :: Text | |
| -> ListWorkersWithQualificationType |
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:
lwwqtStatus- The status of the Qualifications to return. Can beGranted | Revoked.lwwqtNextToken- Pagination TokenlwwqtMaxResults- Limit the number of results returned.lwwqtQualificationTypeId- The ID of the Qualification type of the Qualifications to return.
data ListWorkersWithQualificationType Source #
See: listWorkersWithQualificationType smart constructor.
Instances
Request Lenses
lwwqtStatus :: Lens' ListWorkersWithQualificationType (Maybe QualificationStatus) Source #
The status of the Qualifications to return. Can be Granted | Revoked .
lwwqtNextToken :: Lens' ListWorkersWithQualificationType (Maybe Text) Source #
Pagination Token
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:
lwwqtrsNextToken- Undocumented member.lwwqtrsNumResults- The number of Qualifications on this page in the filtered results list, equivalent to the number of Qualifications being returned by this call.lwwqtrsQualifications- The list of Qualification elements returned by this call.lwwqtrsResponseStatus- -- | The response status code.
data ListWorkersWithQualificationTypeResponse Source #
See: listWorkersWithQualificationTypeResponse smart constructor.
Instances
Response Lenses
lwwqtrsNextToken :: Lens' ListWorkersWithQualificationTypeResponse (Maybe Text) Source #
Undocumented member.
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.
lwwqtrsResponseStatus :: Lens' ListWorkersWithQualificationTypeResponse Int Source #
- - | The response status code.