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 InferICD10CM jobs that you have submitted.
Synopsis
- data ListICD10CMInferenceJobs = ListICD10CMInferenceJobs' {}
- newListICD10CMInferenceJobs :: ListICD10CMInferenceJobs
- listICD10CMInferenceJobs_nextToken :: Lens' ListICD10CMInferenceJobs (Maybe Text)
- listICD10CMInferenceJobs_filter :: Lens' ListICD10CMInferenceJobs (Maybe ComprehendMedicalAsyncJobFilter)
- listICD10CMInferenceJobs_maxResults :: Lens' ListICD10CMInferenceJobs (Maybe Natural)
- data ListICD10CMInferenceJobsResponse = ListICD10CMInferenceJobsResponse' {}
- newListICD10CMInferenceJobsResponse :: Int -> ListICD10CMInferenceJobsResponse
- listICD10CMInferenceJobsResponse_nextToken :: Lens' ListICD10CMInferenceJobsResponse (Maybe Text)
- listICD10CMInferenceJobsResponse_comprehendMedicalAsyncJobPropertiesList :: Lens' ListICD10CMInferenceJobsResponse (Maybe [ComprehendMedicalAsyncJobProperties])
- listICD10CMInferenceJobsResponse_httpStatus :: Lens' ListICD10CMInferenceJobsResponse Int
Creating a Request
data ListICD10CMInferenceJobs Source #
See: newListICD10CMInferenceJobs
smart constructor.
ListICD10CMInferenceJobs' | |
|
Instances
newListICD10CMInferenceJobs :: ListICD10CMInferenceJobs Source #
Create a value of ListICD10CMInferenceJobs
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:ListICD10CMInferenceJobs'
, listICD10CMInferenceJobs_nextToken
- Identifies the next page of results to return.
$sel:filter':ListICD10CMInferenceJobs'
, listICD10CMInferenceJobs_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:ListICD10CMInferenceJobs'
, listICD10CMInferenceJobs_maxResults
- The maximum number of results to return in each page. The default is
100.
Request Lenses
listICD10CMInferenceJobs_nextToken :: Lens' ListICD10CMInferenceJobs (Maybe Text) Source #
Identifies the next page of results to return.
listICD10CMInferenceJobs_filter :: Lens' ListICD10CMInferenceJobs (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.
listICD10CMInferenceJobs_maxResults :: Lens' ListICD10CMInferenceJobs (Maybe Natural) Source #
The maximum number of results to return in each page. The default is 100.
Destructuring the Response
data ListICD10CMInferenceJobsResponse Source #
See: newListICD10CMInferenceJobsResponse
smart constructor.
ListICD10CMInferenceJobsResponse' | |
|
Instances
newListICD10CMInferenceJobsResponse Source #
Create a value of ListICD10CMInferenceJobsResponse
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:ListICD10CMInferenceJobs'
, listICD10CMInferenceJobsResponse_nextToken
- Identifies the next page of results to return.
$sel:comprehendMedicalAsyncJobPropertiesList:ListICD10CMInferenceJobsResponse'
, listICD10CMInferenceJobsResponse_comprehendMedicalAsyncJobPropertiesList
- A list containing the properties of each job that is returned.
$sel:httpStatus:ListICD10CMInferenceJobsResponse'
, listICD10CMInferenceJobsResponse_httpStatus
- The response's http status code.
Response Lenses
listICD10CMInferenceJobsResponse_nextToken :: Lens' ListICD10CMInferenceJobsResponse (Maybe Text) Source #
Identifies the next page of results to return.
listICD10CMInferenceJobsResponse_comprehendMedicalAsyncJobPropertiesList :: Lens' ListICD10CMInferenceJobsResponse (Maybe [ComprehendMedicalAsyncJobProperties]) Source #
A list containing the properties of each job that is returned.
listICD10CMInferenceJobsResponse_httpStatus :: Lens' ListICD10CMInferenceJobsResponse Int Source #
The response's http status code.