Module Values.StartVariantImportRequestSource

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 a variant import job.

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

    The destination variant store for the job.

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

    A service role for the job.

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

    Items to import.

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

    The job's left normalization setting.

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

    The annotation schema generated by the parsed annotation data.

    *)
}
Sourceval context_ : string
Sourceval make : ?runLeftNormalization:??? -> ?annotationFields:??? -> destinationName:StoreName.t -> roleArn:Arn.t -> items:VariantImportItemSources.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 ]) 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