Values.StartReferenceImportJobRequestSourceImports 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.
type nonrec t = {referenceStoreId : ReferenceStoreId.t;The job's reference store ID.
*)roleArn : RoleArn.t;A service role for the job.
*)clientToken : ClientToken.t option;To ensure that jobs don't run multiple times, specify a unique token for each job.
*)sources : StartReferenceImportJobRequestSourcesList.t;The job's source files.
*)}val make :
?clientToken:??? ->
referenceStoreId:ReferenceStoreId.t ->
roleArn:RoleArn.t ->
sources:StartReferenceImportJobRequestSourcesList.t ->
unit ->
tval 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 ]