Module Values.GetReadSetMetadataRequestSource

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;
    (*

    The read set's ID.

    *)
  2. sequenceStoreId : SequenceStoreId.t;
    (*

    The read set's sequence store ID.

    *)
}
Sourceval context_ : string
Sourceval make : id:ReadSetId.t -> sequenceStoreId:SequenceStoreId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ReadSetId.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