Values.StartReadSetImportJobSourceItemSourceA source for a read set import job.
type nonrec t = {sourceFiles : SourceFiles.t;The source files' location in Amazon S3.
*)sourceFileType : FileType.t;The source's file type.
*)subjectId : SubjectId.t;The source's subject ID.
*)sampleId : SampleId.t;The source's sample ID.
*)generatedFrom : GeneratedFrom.t option;Where the source originated.
*)referenceArn : ReferenceArn.t option;The source's reference ARN.
*)name : ReadSetName.t option;The source's name.
*)description : ReadSetDescription.t option;The source's description.
*)}val make :
?generatedFrom:??? ->
?referenceArn:??? ->
?name:??? ->
?description:??? ->
?tags:??? ->
sourceFiles:SourceFiles.t ->
sourceFileType:FileType.t ->
subjectId:SubjectId.t ->
sampleId:SampleId.t ->
unit ->
tval to_value :
t ->
[> `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 ]