Module Values.GetReadSetExportJobRequestSource

Retrieves status information about a read set export job and returns the data in JSON format. Use this operation to actively monitor the progress of an export job.

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

    The job's sequence store ID.

    *)
  2. id : ExportJobId.t;
    (*

    The job's ID.

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