Module Values.GetReadSetMetadataResponseSource

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

Sourcetype nonrec t = {
  1. id : ReadSetId.t option;
    (*

    The read set's ID.

    *)
  2. arn : ReadSetArn.t option;
    (*

    The read set's ARN.

    *)
  3. sequenceStoreId : SequenceStoreId.t option;
    (*

    The read set's sequence store ID.

    *)
  4. subjectId : SubjectId.t option;
    (*

    The read set's subject ID.

    *)
  5. sampleId : SampleId.t option;
    (*

    The read set's sample ID.

    *)
  6. status : ReadSetStatus.t option;
    (*

    The read set's status.

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

    The read set's name.

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

    The read set's description.

    *)
  9. fileType : FileType.t option;
    (*

    The read set's file type.

    *)
  10. creationTime : SyntheticTimestamp_date_time.t option;
    (*

    When the read set was created.

    *)
  11. sequenceInformation : SequenceInformation.t option;
    (*

    The read set's sequence information.

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

    The read set's genome reference ARN.

    *)
  13. files : ReadSetFiles.t option;
    (*

    The read set's files.

    *)
  14. statusMessage : ReadSetStatusMessage.t option;
    (*

    The status message for a read set. It provides more detail as to why the read set has a status.

    *)
  15. creationType : CreationType.t option;
    (*

    The creation type of the read set.

    *)
  16. etag : ETag.t option;
    (*

    The entity tag (ETag) is a hash of the object meant to represent its semantic content.

    *)
  17. creationJobId : CreationJobId.t option;
    (*

    The read set's creation job ID.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `RequestTimeoutException of RequestTimeoutException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ThrottlingException of ThrottlingException.t
  6. | `ValidationException of ValidationException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?id:??? -> ?arn:??? -> ?sequenceStoreId:??? -> ?subjectId:??? -> ?sampleId:??? -> ?status:??? -> ?name:??? -> ?description:??? -> ?fileType:??? -> ?creationTime:??? -> ?sequenceInformation:??? -> ?referenceArn:??? -> ?files:??? -> ?statusMessage:??? -> ?creationType:??? -> ?etag:??? -> ?creationJobId:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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