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 medical entity detection jobs that you have submitted.
Synopsis
- data ListEntitiesDetectionV2Jobs = ListEntitiesDetectionV2Jobs' {}
- newListEntitiesDetectionV2Jobs :: ListEntitiesDetectionV2Jobs
- listEntitiesDetectionV2Jobs_nextToken :: Lens' ListEntitiesDetectionV2Jobs (Maybe Text)
- listEntitiesDetectionV2Jobs_filter :: Lens' ListEntitiesDetectionV2Jobs (Maybe ComprehendMedicalAsyncJobFilter)
- listEntitiesDetectionV2Jobs_maxResults :: Lens' ListEntitiesDetectionV2Jobs (Maybe Natural)
- data ListEntitiesDetectionV2JobsResponse = ListEntitiesDetectionV2JobsResponse' {}
- newListEntitiesDetectionV2JobsResponse :: Int -> ListEntitiesDetectionV2JobsResponse
- listEntitiesDetectionV2JobsResponse_nextToken :: Lens' ListEntitiesDetectionV2JobsResponse (Maybe Text)
- listEntitiesDetectionV2JobsResponse_comprehendMedicalAsyncJobPropertiesList :: Lens' ListEntitiesDetectionV2JobsResponse (Maybe [ComprehendMedicalAsyncJobProperties])
- listEntitiesDetectionV2JobsResponse_httpStatus :: Lens' ListEntitiesDetectionV2JobsResponse Int
Creating a Request
data ListEntitiesDetectionV2Jobs Source #
See: newListEntitiesDetectionV2Jobs
smart constructor.
ListEntitiesDetectionV2Jobs' | |
|
Instances
newListEntitiesDetectionV2Jobs :: ListEntitiesDetectionV2Jobs Source #
Create a value of ListEntitiesDetectionV2Jobs
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:ListEntitiesDetectionV2Jobs'
, listEntitiesDetectionV2Jobs_nextToken
- Identifies the next page of results to return.
$sel:filter':ListEntitiesDetectionV2Jobs'
, listEntitiesDetectionV2Jobs_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:ListEntitiesDetectionV2Jobs'
, listEntitiesDetectionV2Jobs_maxResults
- The maximum number of results to return in each page. The default is
100.
Request Lenses
listEntitiesDetectionV2Jobs_nextToken :: Lens' ListEntitiesDetectionV2Jobs (Maybe Text) Source #
Identifies the next page of results to return.
listEntitiesDetectionV2Jobs_filter :: Lens' ListEntitiesDetectionV2Jobs (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.
listEntitiesDetectionV2Jobs_maxResults :: Lens' ListEntitiesDetectionV2Jobs (Maybe Natural) Source #
The maximum number of results to return in each page. The default is 100.
Destructuring the Response
data ListEntitiesDetectionV2JobsResponse Source #
See: newListEntitiesDetectionV2JobsResponse
smart constructor.
ListEntitiesDetectionV2JobsResponse' | |
|
Instances
newListEntitiesDetectionV2JobsResponse Source #
Create a value of ListEntitiesDetectionV2JobsResponse
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:ListEntitiesDetectionV2Jobs'
, listEntitiesDetectionV2JobsResponse_nextToken
- Identifies the next page of results to return.
$sel:comprehendMedicalAsyncJobPropertiesList:ListEntitiesDetectionV2JobsResponse'
, listEntitiesDetectionV2JobsResponse_comprehendMedicalAsyncJobPropertiesList
- A list containing the properties of each job returned.
$sel:httpStatus:ListEntitiesDetectionV2JobsResponse'
, listEntitiesDetectionV2JobsResponse_httpStatus
- The response's http status code.
Response Lenses
listEntitiesDetectionV2JobsResponse_nextToken :: Lens' ListEntitiesDetectionV2JobsResponse (Maybe Text) Source #
Identifies the next page of results to return.
listEntitiesDetectionV2JobsResponse_comprehendMedicalAsyncJobPropertiesList :: Lens' ListEntitiesDetectionV2JobsResponse (Maybe [ComprehendMedicalAsyncJobProperties]) Source #
A list containing the properties of each job returned.
listEntitiesDetectionV2JobsResponse_httpStatus :: Lens' ListEntitiesDetectionV2JobsResponse Int Source #
The response's http status code.