Module Values.GetReferenceMetadataResponseSource

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

    The reference's ID.

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

    The reference's ARN.

    *)
  3. referenceStoreId : ReferenceStoreId.t option;
    (*

    The reference's reference store ID.

    *)
  4. md5 : Md5.t option;
    (*

    The reference's MD5 checksum.

    *)
  5. status : ReferenceStatus.t option;
    (*

    The reference's status.

    *)
  6. name : ReferenceName.t option;
    (*

    The reference's name.

    *)
  7. description : ReferenceDescription.t option;
    (*

    The reference's description.

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

    When the reference was created.

    *)
  9. updateTime : SyntheticTimestamp_date_time.t option;
    (*

    When the reference was updated.

    *)
  10. files : ReferenceFiles.t option;
    (*

    The reference's files.

    *)
  11. creationType : ReferenceCreationType.t option;
    (*

    The reference's creation type.

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

    The reference'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:??? -> ?referenceStoreId:??? -> ?md5:??? -> ?status:??? -> ?name:??? -> ?description:??? -> ?creationTime:??? -> ?updateTime:??? -> ?files:??? -> ?creationType:??? -> ?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 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 ]
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