Values.StartReadSetImportJobRequestSourceImports a read set from the sequence store. Read set import jobs support a maximum of 100 read sets of different types. Monitor the progress of your read set import job by calling the GetReadSetImportJob API operation.
type nonrec t = {sequenceStoreId : SequenceStoreId.t;The read set's sequence 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 : StartReadSetImportJobRequestSourcesList.t;The job's source files.
*)}val make :
?clientToken:??? ->
sequenceStoreId:SequenceStoreId.t ->
roleArn:RoleArn.t ->
sources:StartReadSetImportJobRequestSourcesList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ])
list
| `String of SubjectId.t
| `Structure of (string * [> `String of S3Uri.t ]) list ])
list ]
list
| `String of SequenceStoreId.t ])
list ]