Values.DisassociateGlobalReplicationGroupResultSourceRemove a secondary cluster from the Global datastore using the Global datastore name. The secondary cluster will no longer receive updates from the primary cluster, but will remain as a standalone cluster in that Amazon region.
type disassociateGlobalReplicationGroupResult = {globalReplicationGroup : GlobalReplicationGroup.t option;}and t = {disassociateGlobalReplicationGroupResult : disassociateGlobalReplicationGroupResult;responseMetaData : responseMetaData;}type error = [ | `GlobalReplicationGroupNotFoundFault of GlobalReplicationGroupNotFoundFault.t| `InvalidGlobalReplicationGroupStateFault of
InvalidGlobalReplicationGroupStateFault.t| `InvalidParameterCombinationException of InvalidParameterCombinationException.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
| `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `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
| `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `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 ]