Module Values.RemoveFromGlobalClusterMessageSource

Detaches a Neptune DB cluster from a Neptune global database. A secondary cluster becomes a normal standalone cluster with read-write capability instead of being read-only, and no longer receives data from the primary cluster.

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

    The identifier of the Neptune global database from which to detach the specified Neptune DB cluster.

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

    The Amazon Resource Name (ARN) identifying the cluster to be detached from the Neptune global database cluster.

    *)
}
Sourceval context_ : string
Sourceval make : globalClusterIdentifier:GlobalClusterIdentifier.t -> dbClusterIdentifier:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of 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