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 InferRxNorm jobs that you have submitted.
Synopsis
- data ListRxNormInferenceJobs = ListRxNormInferenceJobs' {}
- newListRxNormInferenceJobs :: ListRxNormInferenceJobs
- listRxNormInferenceJobs_nextToken :: Lens' ListRxNormInferenceJobs (Maybe Text)
- listRxNormInferenceJobs_filter :: Lens' ListRxNormInferenceJobs (Maybe ComprehendMedicalAsyncJobFilter)
- listRxNormInferenceJobs_maxResults :: Lens' ListRxNormInferenceJobs (Maybe Natural)
- data ListRxNormInferenceJobsResponse = ListRxNormInferenceJobsResponse' {}
- newListRxNormInferenceJobsResponse :: Int -> ListRxNormInferenceJobsResponse
- listRxNormInferenceJobsResponse_nextToken :: Lens' ListRxNormInferenceJobsResponse (Maybe Text)
- listRxNormInferenceJobsResponse_comprehendMedicalAsyncJobPropertiesList :: Lens' ListRxNormInferenceJobsResponse (Maybe [ComprehendMedicalAsyncJobProperties])
- listRxNormInferenceJobsResponse_httpStatus :: Lens' ListRxNormInferenceJobsResponse Int
Creating a Request
data ListRxNormInferenceJobs Source #
See: newListRxNormInferenceJobs
smart constructor.
ListRxNormInferenceJobs' | |
|
Instances
newListRxNormInferenceJobs :: ListRxNormInferenceJobs Source #
Create a value of ListRxNormInferenceJobs
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:ListRxNormInferenceJobs'
, listRxNormInferenceJobs_nextToken
- Identifies the next page of results to return.
$sel:filter':ListRxNormInferenceJobs'
, listRxNormInferenceJobs_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:ListRxNormInferenceJobs'
, listRxNormInferenceJobs_maxResults
- Identifies the next page of results to return.
Request Lenses
listRxNormInferenceJobs_nextToken :: Lens' ListRxNormInferenceJobs (Maybe Text) Source #
Identifies the next page of results to return.
listRxNormInferenceJobs_filter :: Lens' ListRxNormInferenceJobs (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.
listRxNormInferenceJobs_maxResults :: Lens' ListRxNormInferenceJobs (Maybe Natural) Source #
Identifies the next page of results to return.
Destructuring the Response
data ListRxNormInferenceJobsResponse Source #
See: newListRxNormInferenceJobsResponse
smart constructor.
ListRxNormInferenceJobsResponse' | |
|
Instances
newListRxNormInferenceJobsResponse Source #
Create a value of ListRxNormInferenceJobsResponse
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:ListRxNormInferenceJobs'
, listRxNormInferenceJobsResponse_nextToken
- Identifies the next page of results to return.
$sel:comprehendMedicalAsyncJobPropertiesList:ListRxNormInferenceJobsResponse'
, listRxNormInferenceJobsResponse_comprehendMedicalAsyncJobPropertiesList
- The maximum number of results to return in each page. The default is
100.
$sel:httpStatus:ListRxNormInferenceJobsResponse'
, listRxNormInferenceJobsResponse_httpStatus
- The response's http status code.
Response Lenses
listRxNormInferenceJobsResponse_nextToken :: Lens' ListRxNormInferenceJobsResponse (Maybe Text) Source #
Identifies the next page of results to return.
listRxNormInferenceJobsResponse_comprehendMedicalAsyncJobPropertiesList :: Lens' ListRxNormInferenceJobsResponse (Maybe [ComprehendMedicalAsyncJobProperties]) Source #
The maximum number of results to return in each page. The default is 100.
listRxNormInferenceJobsResponse_httpStatus :: Lens' ListRxNormInferenceJobsResponse Int Source #
The response's http status code.