Module Values.StartAnnotationImportRequestSource

Amazon 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.

Sourcetype nonrec t = {
  1. destinationName : StoreName.t;
    (*

    A destination annotation store for the job.

    *)
  2. roleArn : Arn.t;
    (*

    A service role for the job.

    *)
  3. items : AnnotationImportItemSources.t;
    (*

    Items to import.

    *)
  4. versionName : VersionName.t option;
    (*

    The name of the annotation store version.

    *)
  5. formatOptions : FormatOptions.t option;
    (*

    Formatting options for the annotation file.

    *)
  6. runLeftNormalization : RunLeftNormalization.t option;
    (*

    The job's left normalization setting.

    *)
  7. annotationFields : AnnotationFieldMap.t option;
    (*

    The annotation schema generated by the parsed annotation data.

    *)
}
Sourceval context_ : string
Sourceval make : ?versionName:??? -> ?formatOptions:??? -> ?runLeftNormalization:??? -> ?annotationFields:??? -> destinationName:StoreName.t -> roleArn:Arn.t -> items:AnnotationImportItemSources.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t