Module Smaws_Client_RDS.RemoveFromGlobalCluster

Detaches 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 ] -> string
val 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.result