Values.ExportJobPropertiesSourceThe properties of a FHIR export job.
type nonrec t = {jobId : JobId.t option;The export job identifier.
*)jobName : JobName.t option;The export job name.
*)jobStatus : JobStatus.t option;The export job status.
*)submitTime : Timestamp.t option;The time the export job was initiated.
*)endTime : Timestamp.t option;The time the export job completed.
*)datastoreId : DatastoreId.t option;The data store identifier from which files are being exported.
*)outputDataConfig : OutputDataConfig.t option;The output data configuration supplied when the export job was created.
*)dataAccessRoleArn : IamRoleArn.t option;The Amazon Resource Name (ARN) used during the initiation of the export job.
*)message : Message.t option;An explanation of any errors that might have occurred during the export job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of JobId.t
| `Structure of
(string
* [> `Structure of (string * [> `String of S3Uri.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]