healthlake_list_fhir_export_jobs: Lists all FHIR export jobs associated with an account and...

View source: R/healthlake_operations.R

healthlake_list_fhir_export_jobsR Documentation

Lists all FHIR export jobs associated with an account and their statuses

Description

Lists all FHIR export jobs associated with an account and their statuses.

See https://www.paws-r-sdk.com/docs/healthlake_list_fhir_export_jobs/ for full documentation.

Usage

healthlake_list_fhir_export_jobs(
  DatastoreId,
  NextToken = NULL,
  MaxResults = NULL,
  JobName = NULL,
  JobStatus = NULL,
  SubmittedBefore = NULL,
  SubmittedAfter = NULL
)

Arguments

DatastoreId

[required] This parameter limits the response to the export job with the specified data store ID.

NextToken

A pagination token used to identify the next page of results to return for a ListFHIRExportJobs query.

MaxResults

This parameter limits the number of results returned for a ListFHIRExportJobs to a maximum quantity specified by the user.

JobName

This parameter limits the response to the export job with the specified job name.

JobStatus

This parameter limits the response to the export jobs with the specified job status.

SubmittedBefore

This parameter limits the response to FHIR export jobs submitted before a user specified date.

SubmittedAfter

This parameter limits the response to FHIR export jobs submitted after a user specified date.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.