Values.RebalanceSlotsInGlobalReplicationGroupResultSourceRedistribute slots to ensure uniform distribution across existing shards in the cluster.
type rebalanceSlotsInGlobalReplicationGroupResult = {globalReplicationGroup : GlobalReplicationGroup.t option;}and t = {rebalanceSlotsInGlobalReplicationGroupResult : rebalanceSlotsInGlobalReplicationGroupResult;responseMetaData : responseMetaData;}type error = [ | `GlobalReplicationGroupNotFoundFault of GlobalReplicationGroupNotFoundFault.t| `InvalidGlobalReplicationGroupStateFault of
InvalidGlobalReplicationGroupStateFault.t| `InvalidParameterValueException of InvalidParameterValueException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `GlobalReplicationGroupNotFoundFault of unit
| `InvalidGlobalReplicationGroupStateFault of unit
| `InvalidParameterValueException of InvalidParameterValueException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `GlobalReplicationGroupNotFoundFault of unit
| `InvalidGlobalReplicationGroupStateFault of unit
| `InvalidParameterValueException of InvalidParameterValueException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `List of
[> `Structure of
(string
* [> `Enum of string | `String of String_.t ])
list ]
list
| `String of String_.t ])
list ])
list ])
list ]