Lists all FHIR import jobs associated with an account and their statuses.
See https://www.paws-r-sdk.com/docs/healthlake_list_fhir_import_jobs/ for full documentation.
healthlake_list_fhir_import_jobs(
DatastoreId,
NextToken = NULL,
MaxResults = NULL,
JobName = NULL,
JobStatus = NULL,
SubmittedBefore = NULL,
SubmittedAfter = NULL
)
[required] This parameter limits the response to the import job with the specified Data Store ID.
A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.
This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity specified by the user.
This parameter limits the response to the import job with the specified job name.
This parameter limits the response to the import job with the specified job status.
This parameter limits the response to FHIR import jobs submitted before a user specified date.
This parameter limits the response to FHIR import jobs submitted after a user specified date.