Module Values.DeleteReferenceRequestSource

Deletes a reference genome and returns a response with no body if the operation is successful. The read set associated with the reference genome must first be deleted before deleting the reference genome. After the reference genome is deleted, you can delete the reference store using the DeleteReferenceStore API operation. For more information, see Deleting HealthOmics reference and sequence stores in the Amazon Web Services HealthOmics User Guide.

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

    The reference's ID.

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

    The reference's 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