Module Values.DeleteCacheClusterMessageSource

Represents the input of a DeleteCacheCluster operation.

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

    The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

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

    The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.

    *)
}
Sourceval context_ : string
Sourceval make : ?finalSnapshotIdentifier:??? -> cacheClusterId: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