Values.GetReadSetMetadataResponseSourceRetrieves the metadata for a read set from a sequence store in JSON format. This operation does not return tags. To retrieve the list of tags for a read set, use the ListTagsForResource API operation.
type nonrec t = {id : ReadSetId.t option;The read set's ID.
*)arn : ReadSetArn.t option;The read set's ARN.
*)sequenceStoreId : SequenceStoreId.t option;The read set's sequence store ID.
*)subjectId : SubjectId.t option;The read set's subject ID.
*)sampleId : SampleId.t option;The read set's sample ID.
*)status : ReadSetStatus.t option;The read set's status.
*)name : ReadSetName.t option;The read set's name.
*)description : ReadSetDescription.t option;The read set's description.
*)fileType : FileType.t option;The read set's file type.
*)creationTime : SyntheticTimestamp_date_time.t option;When the read set was created.
*)sequenceInformation : SequenceInformation.t option;The read set's sequence information.
*)referenceArn : ReferenceArn.t option;The read set's genome reference ARN.
*)files : ReadSetFiles.t option;The read set's files.
*)statusMessage : ReadSetStatusMessage.t option;The status message for a read set. It provides more detail as to why the read set has a status.
*)creationType : CreationType.t option;The creation type of the read set.
*)etag : ETag.t option;The entity tag (ETag) is a hash of the object meant to represent its semantic content.
*)creationJobId : CreationJobId.t option;The read set's creation job ID.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `RequestTimeoutException of RequestTimeoutException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?id:??? ->
?arn:??? ->
?sequenceStoreId:??? ->
?subjectId:??? ->
?sampleId:??? ->
?status:??? ->
?name:??? ->
?description:??? ->
?fileType:??? ->
?creationTime:??? ->
?sequenceInformation:??? ->
?referenceArn:??? ->
?files:??? ->
?statusMessage:??? ->
?creationType:??? ->
?etag:??? ->
?creationJobId:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `RequestTimeoutException of RequestTimeoutException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `RequestTimeoutException of RequestTimeoutException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ReadSetId.t
| `Structure of
(string
* [> `Enum of string
| `Long of Long.t
| `String of GeneratedFrom.t
| `Structure of
(string
* [> `Integer of FileInformationTotalPartsInteger.t
| `Long of FileInformationPartSizeLong.t
| `Structure of (string * [> `String of S3Uri.t ]) list ])
list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]