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 protected health information (PHI) detection jobs that you have submitted.
Synopsis
- data ListPHIDetectionJobs = ListPHIDetectionJobs' {}
- newListPHIDetectionJobs :: ListPHIDetectionJobs
- listPHIDetectionJobs_nextToken :: Lens' ListPHIDetectionJobs (Maybe Text)
- listPHIDetectionJobs_filter :: Lens' ListPHIDetectionJobs (Maybe ComprehendMedicalAsyncJobFilter)
- listPHIDetectionJobs_maxResults :: Lens' ListPHIDetectionJobs (Maybe Natural)
- data ListPHIDetectionJobsResponse = ListPHIDetectionJobsResponse' {}
- newListPHIDetectionJobsResponse :: Int -> ListPHIDetectionJobsResponse
- listPHIDetectionJobsResponse_nextToken :: Lens' ListPHIDetectionJobsResponse (Maybe Text)
- listPHIDetectionJobsResponse_comprehendMedicalAsyncJobPropertiesList :: Lens' ListPHIDetectionJobsResponse (Maybe [ComprehendMedicalAsyncJobProperties])
- listPHIDetectionJobsResponse_httpStatus :: Lens' ListPHIDetectionJobsResponse Int
Creating a Request
data ListPHIDetectionJobs Source #
See: newListPHIDetectionJobs
smart constructor.
ListPHIDetectionJobs' | |
|
Instances
newListPHIDetectionJobs :: ListPHIDetectionJobs Source #
Create a value of ListPHIDetectionJobs
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:ListPHIDetectionJobs'
, listPHIDetectionJobs_nextToken
- Identifies the next page of results to return.
$sel:filter':ListPHIDetectionJobs'
, listPHIDetectionJobs_filter
- Filters the jobs that are returned. You can filter jobs based on their
names, status, or the date and time that they were submitted. You can
only set one filter at a time.
$sel:maxResults:ListPHIDetectionJobs'
, listPHIDetectionJobs_maxResults
- The maximum number of results to return in each page. The default is
100.
Request Lenses
listPHIDetectionJobs_nextToken :: Lens' ListPHIDetectionJobs (Maybe Text) Source #
Identifies the next page of results to return.
listPHIDetectionJobs_filter :: Lens' ListPHIDetectionJobs (Maybe ComprehendMedicalAsyncJobFilter) Source #
Filters the jobs that are returned. You can filter jobs based on their names, status, or the date and time that they were submitted. You can only set one filter at a time.
listPHIDetectionJobs_maxResults :: Lens' ListPHIDetectionJobs (Maybe Natural) Source #
The maximum number of results to return in each page. The default is 100.
Destructuring the Response
data ListPHIDetectionJobsResponse Source #
See: newListPHIDetectionJobsResponse
smart constructor.
ListPHIDetectionJobsResponse' | |
|
Instances
newListPHIDetectionJobsResponse Source #
Create a value of ListPHIDetectionJobsResponse
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:ListPHIDetectionJobs'
, listPHIDetectionJobsResponse_nextToken
- Identifies the next page of results to return.
$sel:comprehendMedicalAsyncJobPropertiesList:ListPHIDetectionJobsResponse'
, listPHIDetectionJobsResponse_comprehendMedicalAsyncJobPropertiesList
- A list containing the properties of each job returned.
$sel:httpStatus:ListPHIDetectionJobsResponse'
, listPHIDetectionJobsResponse_httpStatus
- The response's http status code.
Response Lenses
listPHIDetectionJobsResponse_nextToken :: Lens' ListPHIDetectionJobsResponse (Maybe Text) Source #
Identifies the next page of results to return.
listPHIDetectionJobsResponse_comprehendMedicalAsyncJobPropertiesList :: Lens' ListPHIDetectionJobsResponse (Maybe [ComprehendMedicalAsyncJobProperties]) Source #
A list containing the properties of each job returned.
listPHIDetectionJobsResponse_httpStatus :: Lens' ListPHIDetectionJobsResponse Int Source #
The response's http status code.