Values.StartAnnotationImportRequestSourceAmazon 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 an annotation import job.
type nonrec t = {destinationName : StoreName.t;A destination annotation store for the job.
*)roleArn : Arn.t;A service role for the job.
*)items : AnnotationImportItemSources.t;Items to import.
*)versionName : VersionName.t option;The name of the annotation store version.
*)formatOptions : FormatOptions.t option;Formatting options for the annotation file.
*)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 :
?versionName:??? ->
?formatOptions:??? ->
?runLeftNormalization:??? ->
?annotationFields:??? ->
destinationName:StoreName.t ->
roleArn:Arn.t ->
items:AnnotationImportItemSources.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
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of
(string
* [> `Boolean of QuoteAll.t
| `String of Separator.t ])
list ])
list ])
list ])
list ]