Module Values.StartReadSetImportJobRequestSource

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

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

    The read set's sequence store ID.

    *)
  2. roleArn : RoleArn.t;
    (*

    A service role for the job.

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

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

    *)
  4. sources : StartReadSetImportJobRequestSourcesList.t;
    (*

    The job's source files.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> sequenceStoreId:SequenceStoreId.t -> roleArn:RoleArn.t -> sources:StartReadSetImportJobRequestSourcesList.t -> unit -> t
Sourceval 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 ]
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