Values.StartReadSetActivationJobRequestSourceActivates an archived read set and returns its metadata in a JSON formatted output. AWS HealthOmics automatically archives unused read sets after 30 days. To monitor the status of your read set activation job, use the GetReadSetActivationJob operation. To learn more, see Activating read sets in the Amazon Web Services HealthOmics User Guide.
type nonrec t = {sequenceStoreId : SequenceStoreId.t;The read set's sequence store ID.
*)clientToken : ClientToken.t option;To ensure that jobs don't run multiple times, specify a unique token for each job.
*)sources : StartReadSetActivationJobRequestSourcesList.t;The job's source files.
*)}val make :
?clientToken:??? ->
sequenceStoreId:SequenceStoreId.t ->
sources:StartReadSetActivationJobRequestSourcesList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of ReadSetId.t ]) list ]
list
| `String of SequenceStoreId.t ])
list ]