Values.StartVariantImportRequestSourceAmazon Web Services HealthOmics variant stores and annotation stores are no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see Amazon Web Services HealthOmics variant store and annotation store availability change. Starts a variant import job.
type nonrec t = {destinationName : StoreName.t;The destination variant store for the job.
*)roleArn : Arn.t;A service role for the job.
*)items : VariantImportItemSources.t;Items to import.
*)runLeftNormalization : RunLeftNormalization.t option;The job's left normalization setting.
*)annotationFields : AnnotationFieldMap.t option;The annotation schema generated by the parsed annotation data.
*)}val make :
?runLeftNormalization:??? ->
?annotationFields:??? ->
destinationName:StoreName.t ->
roleArn:Arn.t ->
items:VariantImportItemSources.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of RunLeftNormalization.t
| `List of
[> `Structure of (string * [> `String of S3Uri.t ]) list ] list
| `Map of
([> `String of AnnotationFieldMapKeyString.t ]
* [> `String of AnnotationFieldMapValueString.t ])
list
| `String of StoreName.t ])
list ]