Values.RemoveFromGlobalClusterMessageSourceRepresents the input to RemoveFromGlobalCluster.
type nonrec t = {globalClusterIdentifier : GlobalClusterIdentifier.t;The cluster identifier to detach from the Amazon DocumentDB global cluster.
*)dbClusterIdentifier : String_.t;The Amazon Resource Name (ARN) identifying the cluster that was detached from the Amazon DocumentDB global cluster.
*)}val make :
globalClusterIdentifier:GlobalClusterIdentifier.t ->
dbClusterIdentifier:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of GlobalClusterIdentifier.t ]) list ]