Module Values.StartReferenceImportJobRequestSource

Imports a reference genome from Amazon S3 into a specified reference store. You can have multiple reference genomes in a reference store. You can only import reference genomes one at a time into each reference store. Monitor the status of your reference import job by using the GetReferenceImportJob API operation.

Sourcetype nonrec t = {
  1. referenceStoreId : ReferenceStoreId.t;
    (*

    The job's reference store ID.

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

    A service role for the job.

    *)
  3. clientToken : ClientToken.t option;
    (*

    To ensure that jobs don't run multiple times, specify a unique token for each job.

    *)
  4. sources : StartReferenceImportJobRequestSourcesList.t;
    (*

    The job's source files.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> referenceStoreId:ReferenceStoreId.t -> roleArn:RoleArn.t -> sources:StartReferenceImportJobRequestSourcesList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of S3Uri.t ]) list ] list | `String of ReferenceStoreId.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