Values.ImportReadSetSourceItemSourceA source for an import read set job.
type nonrec t = {sourceFiles : SourceFiles.t option;The source files' location in Amazon S3.
*)sourceFileType : FileType.t option;The source's file type.
*)status : ReadSetImportJobItemStatus.t option;The source's status.
*)statusMessage : JobStatusMessage.t option;The source's status message.
*)subjectId : SubjectId.t option;The source's subject ID.
*)sampleId : SampleId.t option;The source's sample ID.
*)generatedFrom : GeneratedFrom.t option;Where the source originated.
*)referenceArn : ReferenceArn.t option;The source's genome reference ARN.
*)name : ReadSetName.t option;The source's name.
*)description : ReadSetDescription.t option;The source's description.
*)readSetId : ReadSetId.t option;The source's read set ID.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of JobStatusMessage.t
| `Structure of (string * [> `String of S3Uri.t ]) list ])
list ]