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 |
Lists all FHIR export jobs associated with an account and their statuses.
Synopsis
- data ListFHIRExportJobs = ListFHIRExportJobs' {}
- newListFHIRExportJobs :: Text -> ListFHIRExportJobs
- listFHIRExportJobs_submittedAfter :: Lens' ListFHIRExportJobs (Maybe UTCTime)
- listFHIRExportJobs_jobName :: Lens' ListFHIRExportJobs (Maybe Text)
- listFHIRExportJobs_submittedBefore :: Lens' ListFHIRExportJobs (Maybe UTCTime)
- listFHIRExportJobs_nextToken :: Lens' ListFHIRExportJobs (Maybe Text)
- listFHIRExportJobs_jobStatus :: Lens' ListFHIRExportJobs (Maybe JobStatus)
- listFHIRExportJobs_maxResults :: Lens' ListFHIRExportJobs (Maybe Natural)
- listFHIRExportJobs_datastoreId :: Lens' ListFHIRExportJobs Text
- data ListFHIRExportJobsResponse = ListFHIRExportJobsResponse' {}
- newListFHIRExportJobsResponse :: Int -> ListFHIRExportJobsResponse
- listFHIRExportJobsResponse_nextToken :: Lens' ListFHIRExportJobsResponse (Maybe Text)
- listFHIRExportJobsResponse_httpStatus :: Lens' ListFHIRExportJobsResponse Int
- listFHIRExportJobsResponse_exportJobPropertiesList :: Lens' ListFHIRExportJobsResponse [ExportJobProperties]
Creating a Request
data ListFHIRExportJobs Source #
See: newListFHIRExportJobs
smart constructor.
ListFHIRExportJobs' | |
|
Instances
newListFHIRExportJobs Source #
Create a value of ListFHIRExportJobs
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:submittedAfter:ListFHIRExportJobs'
, listFHIRExportJobs_submittedAfter
- This parameter limits the response to FHIR export jobs submitted after a
user specified date.
$sel:jobName:ListFHIRExportJobs'
, listFHIRExportJobs_jobName
- This parameter limits the response to the export job with the specified
job name.
$sel:submittedBefore:ListFHIRExportJobs'
, listFHIRExportJobs_submittedBefore
- This parameter limits the response to FHIR export jobs submitted before
a user specified date.
$sel:nextToken:ListFHIRExportJobs'
, listFHIRExportJobs_nextToken
- A pagination token used to identify the next page of results to return
for a ListFHIRExportJobs query.
$sel:jobStatus:ListFHIRExportJobs'
, listFHIRExportJobs_jobStatus
- This parameter limits the response to the export jobs with the specified
job status.
$sel:maxResults:ListFHIRExportJobs'
, listFHIRExportJobs_maxResults
- This parameter limits the number of results returned for a
ListFHIRExportJobs to a maximum quantity specified by the user.
$sel:datastoreId:ListFHIRExportJobs'
, listFHIRExportJobs_datastoreId
- This parameter limits the response to the export job with the specified
Data Store ID.
Request Lenses
listFHIRExportJobs_submittedAfter :: Lens' ListFHIRExportJobs (Maybe UTCTime) Source #
This parameter limits the response to FHIR export jobs submitted after a user specified date.
listFHIRExportJobs_jobName :: Lens' ListFHIRExportJobs (Maybe Text) Source #
This parameter limits the response to the export job with the specified job name.
listFHIRExportJobs_submittedBefore :: Lens' ListFHIRExportJobs (Maybe UTCTime) Source #
This parameter limits the response to FHIR export jobs submitted before a user specified date.
listFHIRExportJobs_nextToken :: Lens' ListFHIRExportJobs (Maybe Text) Source #
A pagination token used to identify the next page of results to return for a ListFHIRExportJobs query.
listFHIRExportJobs_jobStatus :: Lens' ListFHIRExportJobs (Maybe JobStatus) Source #
This parameter limits the response to the export jobs with the specified job status.
listFHIRExportJobs_maxResults :: Lens' ListFHIRExportJobs (Maybe Natural) Source #
This parameter limits the number of results returned for a ListFHIRExportJobs to a maximum quantity specified by the user.
listFHIRExportJobs_datastoreId :: Lens' ListFHIRExportJobs Text Source #
This parameter limits the response to the export job with the specified Data Store ID.
Destructuring the Response
data ListFHIRExportJobsResponse Source #
See: newListFHIRExportJobsResponse
smart constructor.
ListFHIRExportJobsResponse' | |
|
Instances
newListFHIRExportJobsResponse Source #
Create a value of ListFHIRExportJobsResponse
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:ListFHIRExportJobs'
, listFHIRExportJobsResponse_nextToken
- A pagination token used to identify the next page of results to return
for a ListFHIRExportJobs query.
$sel:httpStatus:ListFHIRExportJobsResponse'
, listFHIRExportJobsResponse_httpStatus
- The response's http status code.
$sel:exportJobPropertiesList:ListFHIRExportJobsResponse'
, listFHIRExportJobsResponse_exportJobPropertiesList
- The properties of listed FHIR export jobs, including the ID, ARN, name,
and the status of the job.
Response Lenses
listFHIRExportJobsResponse_nextToken :: Lens' ListFHIRExportJobsResponse (Maybe Text) Source #
A pagination token used to identify the next page of results to return for a ListFHIRExportJobs query.
listFHIRExportJobsResponse_httpStatus :: Lens' ListFHIRExportJobsResponse Int Source #
The response's http status code.
listFHIRExportJobsResponse_exportJobPropertiesList :: Lens' ListFHIRExportJobsResponse [ExportJobProperties] Source #
The properties of listed FHIR export jobs, including the ID, ARN, name, and the status of the job.