Module Values_1.RemoveFromGlobalClusterMessageSource

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.

Sourcetype nonrec t = {
  1. globalClusterIdentifier : Values_0.GlobalClusterIdentifier.t;
    (*

    The cluster identifier to detach from the Aurora global database cluster.

    *)
  2. dbClusterIdentifier : Values_0.String_.t;
    (*

    The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database cluster.

    *)
}
Sourceval context_ : string
Sourceval make : globalClusterIdentifier:Values_0.GlobalClusterIdentifier.t -> dbClusterIdentifier:Values_0.String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.GlobalClusterIdentifier.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t