| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Comprehend.ListPiiEntitiesDetectionJobs
Description
Gets a list of the PII entity detection jobs that you have submitted.
This operation returns paginated results.
Synopsis
- data ListPiiEntitiesDetectionJobs = ListPiiEntitiesDetectionJobs' {}
- newListPiiEntitiesDetectionJobs :: ListPiiEntitiesDetectionJobs
- listPiiEntitiesDetectionJobs_filter :: Lens' ListPiiEntitiesDetectionJobs (Maybe PiiEntitiesDetectionJobFilter)
- listPiiEntitiesDetectionJobs_maxResults :: Lens' ListPiiEntitiesDetectionJobs (Maybe Natural)
- listPiiEntitiesDetectionJobs_nextToken :: Lens' ListPiiEntitiesDetectionJobs (Maybe Text)
- data ListPiiEntitiesDetectionJobsResponse = ListPiiEntitiesDetectionJobsResponse' {}
- newListPiiEntitiesDetectionJobsResponse :: Int -> ListPiiEntitiesDetectionJobsResponse
- listPiiEntitiesDetectionJobsResponse_nextToken :: Lens' ListPiiEntitiesDetectionJobsResponse (Maybe Text)
- listPiiEntitiesDetectionJobsResponse_piiEntitiesDetectionJobPropertiesList :: Lens' ListPiiEntitiesDetectionJobsResponse (Maybe [PiiEntitiesDetectionJobProperties])
- listPiiEntitiesDetectionJobsResponse_httpStatus :: Lens' ListPiiEntitiesDetectionJobsResponse Int
Creating a Request
data ListPiiEntitiesDetectionJobs Source #
See: newListPiiEntitiesDetectionJobs smart constructor.
Constructors
| ListPiiEntitiesDetectionJobs' | |
Fields
| |
Instances
newListPiiEntitiesDetectionJobs :: ListPiiEntitiesDetectionJobs Source #
Create a value of ListPiiEntitiesDetectionJobs 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:filter':ListPiiEntitiesDetectionJobs', listPiiEntitiesDetectionJobs_filter - Filters the jobs that are returned. You can filter jobs on their name,
status, or the date and time that they were submitted. You can only set
one filter at a time.
$sel:maxResults:ListPiiEntitiesDetectionJobs', listPiiEntitiesDetectionJobs_maxResults - The maximum number of results to return in each page.
ListPiiEntitiesDetectionJobs, listPiiEntitiesDetectionJobs_nextToken - Identifies the next page of results to return.
Request Lenses
listPiiEntitiesDetectionJobs_filter :: Lens' ListPiiEntitiesDetectionJobs (Maybe PiiEntitiesDetectionJobFilter) Source #
Filters the jobs that are returned. You can filter jobs on their name, status, or the date and time that they were submitted. You can only set one filter at a time.
listPiiEntitiesDetectionJobs_maxResults :: Lens' ListPiiEntitiesDetectionJobs (Maybe Natural) Source #
The maximum number of results to return in each page.
listPiiEntitiesDetectionJobs_nextToken :: Lens' ListPiiEntitiesDetectionJobs (Maybe Text) Source #
Identifies the next page of results to return.
Destructuring the Response
data ListPiiEntitiesDetectionJobsResponse Source #
See: newListPiiEntitiesDetectionJobsResponse smart constructor.
Constructors
| ListPiiEntitiesDetectionJobsResponse' | |
Fields
| |
Instances
newListPiiEntitiesDetectionJobsResponse Source #
Arguments
| :: Int | |
| -> ListPiiEntitiesDetectionJobsResponse |
Create a value of ListPiiEntitiesDetectionJobsResponse 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:
ListPiiEntitiesDetectionJobs, listPiiEntitiesDetectionJobsResponse_nextToken - Identifies the next page of results to return.
$sel:piiEntitiesDetectionJobPropertiesList:ListPiiEntitiesDetectionJobsResponse', listPiiEntitiesDetectionJobsResponse_piiEntitiesDetectionJobPropertiesList - A list containing the properties of each job that is returned.
$sel:httpStatus:ListPiiEntitiesDetectionJobsResponse', listPiiEntitiesDetectionJobsResponse_httpStatus - The response's http status code.
Response Lenses
listPiiEntitiesDetectionJobsResponse_nextToken :: Lens' ListPiiEntitiesDetectionJobsResponse (Maybe Text) Source #
Identifies the next page of results to return.
listPiiEntitiesDetectionJobsResponse_piiEntitiesDetectionJobPropertiesList :: Lens' ListPiiEntitiesDetectionJobsResponse (Maybe [PiiEntitiesDetectionJobProperties]) Source #
A list containing the properties of each job that is returned.
listPiiEntitiesDetectionJobsResponse_httpStatus :: Lens' ListPiiEntitiesDetectionJobsResponse Int Source #
The response's http status code.