Module Values.DeleteRunCacheRequestSource

Deletes a run cache and returns a response with no body if the operation is successful. This action removes the cache metadata stored in the service account, but does not delete the data in Amazon S3. You can access the cache data in Amazon S3, for inspection or to troubleshoot issues. You can remove old cache data using standard S3 Delete operations. For more information, see Deleting a run cache in the Amazon Web Services HealthOmics User Guide.

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

    Run cache identifier for the cache you want to delete.

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