Values.RebootCacheClusterMessageSourceRepresents the input of a RebootCacheCluster operation.
type nonrec t = {cacheClusterId : String_.t;The cluster identifier. This parameter is stored as a lowercase string.
*)cacheNodeIdsToReboot : CacheNodeIdsList.t;A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.
*)}