Module Values.GetReadSetImportJobRequestSource

Gets detailed and status information about a read set import job and returns the data in JSON format.

Sourcetype nonrec t = {
  1. id : ImportJobId.t;
    (*

    The job's ID.

    *)
  2. sequenceStoreId : SequenceStoreId.t;
    (*

    The job's sequence store ID.

    *)
}
Sourceval context_ : string
Sourceval make : id:ImportJobId.t -> sequenceStoreId:SequenceStoreId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ImportJobId.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