Module Values.DeleteServerlessCacheRequestSource

Deletes a specified existing serverless cache. CreateServerlessCacheSnapshot permission is required to create a final snapshot. Without this permission, the API call will fail with an Access Denied exception.

Sourcetype nonrec t = {
  1. serverlessCacheName : String_.t;
    (*

    The identifier of the serverless cache to be deleted.

    *)
  2. finalSnapshotName : String_.t option;
    (*

    Name of the final snapshot to be taken before the serverless cache is deleted. Available for Valkey, Redis OSS and Serverless Memcached only. Default: NULL, i.e. a final snapshot is not taken.

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