Module Values.StartReadSetImportJobSourceItemSource

A source for a read set import job.

Sourcetype nonrec t = {
  1. sourceFiles : SourceFiles.t;
    (*

    The source files' location in Amazon S3.

    *)
  2. sourceFileType : FileType.t;
    (*

    The source's file type.

    *)
  3. subjectId : SubjectId.t;
    (*

    The source's subject ID.

    *)
  4. sampleId : SampleId.t;
    (*

    The source's sample ID.

    *)
  5. generatedFrom : GeneratedFrom.t option;
    (*

    Where the source originated.

    *)
  6. referenceArn : ReferenceArn.t option;
    (*

    The source's reference ARN.

    *)
  7. name : ReadSetName.t option;
    (*

    The source's name.

    *)
  8. description : ReadSetDescription.t option;
    (*

    The source's description.

    *)
  9. tags : TagMap.t option;
    (*

    The source's tags.

    *)
}
Sourceval context_ : string
Sourceval make : ?generatedFrom:??? -> ?referenceArn:??? -> ?name:??? -> ?description:??? -> ?tags:??? -> sourceFiles:SourceFiles.t -> sourceFileType:FileType.t -> subjectId:SubjectId.t -> sampleId:SampleId.t -> unit -> t
Sourceval 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 ]
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