Values.AnnotationImportJobItemSourceAn annotation import job.
type nonrec t = {id : String_.t option;The job's ID.
*)destinationName : String_.t option;The job's destination annotation store.
*)versionName : VersionName.t option;The name of the annotation store version.
*)roleArn : Arn.t option;The job's service role ARN.
*)status : JobStatus.t option;The job's status.
*)creationTime : CreationTime.t option;When the job was created.
*)updateTime : UpdateTime.t option;When the job was updated.
*)completionTime : CompletionTime.t option;When the job completed.
*)runLeftNormalization : RunLeftNormalization.t option;The job's left normalization setting.
*)annotationFields : AnnotationFieldMap.t option;The annotation schema generated by the parsed annotation data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of RunLeftNormalization.t
| `Enum of string
| `Map of
([> `String of AnnotationFieldMapKeyString.t ]
* [> `String of AnnotationFieldMapValueString.t ])
list
| `String of String_.t
| `Timestamp of CreationTime.t ])
list ]