Values.GetReferenceMetadataResponseSourceRetrieves 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.
type nonrec t = {id : ReferenceId.t option;The reference's ID.
*)arn : ReferenceArn.t option;The reference's ARN.
*)referenceStoreId : ReferenceStoreId.t option;The reference's reference store ID.
*)md5 : Md5.t option;The reference's MD5 checksum.
*)status : ReferenceStatus.t option;The reference's status.
*)name : ReferenceName.t option;The reference's name.
*)description : ReferenceDescription.t option;The reference's description.
*)creationTime : SyntheticTimestamp_date_time.t option;When the reference was created.
*)updateTime : SyntheticTimestamp_date_time.t option;When the reference was updated.
*)files : ReferenceFiles.t option;The reference's files.
*)creationType : ReferenceCreationType.t option;The reference's creation type.
*)creationJobId : CreationJobId.t option;The reference'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 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 ReferenceId.t
| `Structure of
(string
* [> `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 ]