Module Values.DeleteSequenceStoreRequestSource

Deletes a sequence store and returns a response with no body if the operation is successful. You can only delete a sequence store when it does not contain any read sets. Use the BatchDeleteReadSet API operation to ensure that all read sets in the sequence store are deleted. When a sequence store is deleted, all tags associated with the store are also deleted. For more information, see Deleting HealthOmics reference and sequence stores in the Amazon Web Services HealthOmics User Guide.

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

    The sequence store's ID.

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