ListFHIRExportJobs
Source:
src/AWS/HealthLake/ListFHIRExportJobs.ts
Runtime binding for the ListFHIRExportJobs operation (IAM action
healthlake:ListFHIRExportJobs), scoped to one FHIRDatastore.
Lists the bulk FHIR export jobs of the bound data store, optionally
filtered by name, status or submit-time window. Provide the implementation
with Effect.provide(AWS.HealthLake.ListFHIRExportJobsHttp).
Exporting FHIR Data
Section titled “Exporting FHIR Data”const listExports = yield* HealthLake.ListFHIRExportJobs(datastore);
const jobs = yield* listExports({ JobStatus: "IN_PROGRESS" });// jobs.ExportJobPropertiesList, jobs.NextToken