Module Values.GetReferenceMetadataRequestSource

Retrieves metadata for a reference genome. This operation returns the number of parts, part size, and MD5 of an entire file. 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 : ReferenceId.t;
    (*

    The reference's ID.

    *)
  2. referenceStoreId : ReferenceStoreId.t;
    (*

    The reference's reference store ID.

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