Values.DecreaseReplicationFactorRequestSourceRemoves one or more nodes from a DAX cluster. You cannot use DecreaseReplicationFactor to remove the last node in a DAX cluster. If you need to do this, use DeleteCluster instead.
type nonrec t = {clusterName : String_.t;The name of the DAX cluster from which you want to remove nodes.
*)newReplicationFactor : Integer.t;The new number of nodes for the DAX cluster.
*)availabilityZones : AvailabilityZoneList.t option;The Availability Zone(s) from which to remove nodes.
*)nodeIdsToRemove : NodeIdentifierList.t option;The unique identifiers of the nodes to be removed from the cluster.
*)}