Copyright | (c) 2013-2021 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 |
Gets a list of the PII entity detection jobs that you have submitted.
Synopsis
- data ListPiiEntitiesDetectionJobs = ListPiiEntitiesDetectionJobs' {}
- newListPiiEntitiesDetectionJobs :: ListPiiEntitiesDetectionJobs
- listPiiEntitiesDetectionJobs_nextToken :: Lens' ListPiiEntitiesDetectionJobs (Maybe Text)
- listPiiEntitiesDetectionJobs_filter :: Lens' ListPiiEntitiesDetectionJobs (Maybe PiiEntitiesDetectionJobFilter)
- listPiiEntitiesDetectionJobs_maxResults :: Lens' ListPiiEntitiesDetectionJobs (Maybe Natural)
- 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.
ListPiiEntitiesDetectionJobs' | |
|
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:nextToken:ListPiiEntitiesDetectionJobs'
, listPiiEntitiesDetectionJobs_nextToken
- Identifies the next page of results to return.
$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.
Request Lenses
listPiiEntitiesDetectionJobs_nextToken :: Lens' ListPiiEntitiesDetectionJobs (Maybe Text) Source #
Identifies the next page of results to return.
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.
Destructuring the Response
data ListPiiEntitiesDetectionJobsResponse Source #
See: newListPiiEntitiesDetectionJobsResponse
smart constructor.
ListPiiEntitiesDetectionJobsResponse' | |
|
Instances
newListPiiEntitiesDetectionJobsResponse Source #
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:
$sel:nextToken: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.