Values.ImportJobPropertiesSourceThe import job properties.
type nonrec t = {jobId : JobId.t option;The import job identifier.
*)jobName : JobName.t option;The import job name.
*)jobStatus : JobStatus.t option;The import job status.
*)submitTime : Timestamp.t option;The time the import job was submitted for processing.
*)endTime : Timestamp.t option;The time the import job was completed.
*)datastoreId : DatastoreId.t option;The data store identifier.
*)inputDataConfig : InputDataConfig.t option;The input data configuration supplied when the import job was created.
*)jobOutputDataConfig : OutputDataConfig.t option;jobProgressReport : JobProgressReport.t option;Displays the progress of the import job, including total resources scanned, total resources imported, and total size of data imported.
*)dataAccessRoleArn : IamRoleArn.t option;The Amazon Resource Name (ARN) that grants AWS HealthLake access to the input data.
*)message : Message.t option;An explanation of any errors that might have occurred during the FHIR import job.
*)validationLevel : ValidationLevel.t option;The validation level of the import job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of JobId.t
| `Structure of
(string
* [> `Double of GenericDouble.t
| `Long of GenericLong.t
| `String of S3Uri.t
| `Structure of (string * [> `String of S3Uri.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]