Module Values.StartReadSetActivationJobRequestSource

Activates 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.

Sourcetype nonrec t = {
  1. sequenceStoreId : SequenceStoreId.t;
    (*

    The read set's sequence store ID.

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

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

    *)
  3. sources : StartReadSetActivationJobRequestSourcesList.t;
    (*

    The job's source files.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> sequenceStoreId:SequenceStoreId.t -> sources:StartReadSetActivationJobRequestSourcesList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of ReadSetId.t ]) list ] list | `String of SequenceStoreId.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