Smaws_Client_RDS.RemoveFromGlobalClusterDetaches an Aurora secondary cluster from an Aurora global database cluster. The cluster becomes a standalone cluster with read-write capability instead of being read-only and receiving data from a primary cluster in a different Region.
This operation only applies to Aurora DB clusters.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterNotFoundFault of Types.db_cluster_not_found_fault
| `GlobalClusterNotFoundFault of Types.global_cluster_not_found_fault
| `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault
| `InvalidGlobalClusterStateFault of Types.invalid_global_cluster_state_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.remove_from_global_cluster_message ->
(Types.remove_from_global_cluster_result,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterNotFoundFault of Types.db_cluster_not_found_fault
| `GlobalClusterNotFoundFault of Types.global_cluster_not_found_fault
| `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault
| `InvalidGlobalClusterStateFault of
Types.invalid_global_cluster_state_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.remove_from_global_cluster_message ->
(Types.remove_from_global_cluster_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterNotFoundFault of Types.db_cluster_not_found_fault
| `GlobalClusterNotFoundFault of Types.global_cluster_not_found_fault
| `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault
| `InvalidGlobalClusterStateFault of
Types.invalid_global_cluster_state_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result