Values.ImportFileEnrichmentSourceDetails about an import file enrichment job.
type nonrec t = {jobID : ImportFileEnrichmentJobID.t option;The unique identifier of the import file enrichment job.
*)createdAt : Timestamp.t option;The timestamp when the enrichment job was created.
*)endedAt : Timestamp.t option;The timestamp when the enrichment job completed or failed.
*)status : ImportFileEnrichmentStatus.t option;The current status of the import file enrichment job.
*)statusDetails : LargeBoundedString.t option;Detailed status information about the enrichment job.
*)checksum : Checksum.t option;The checksum of the enriched file for integrity verification.
*)s3BucketTarget : EnrichmentTargetS3Configuration.t option;The target S3 configuration for the enriched import file.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ImportFileEnrichmentJobID.t
| `Structure of
(string * [> `Enum of string | `String of Hash.t ]) list
| `Timestamp of Timestamp.t ])
list ]