Module Values.StopReplicationRequestSource

Stops replication for a Source Server. This action would make the Source Server unprotected, delete its existing snapshots and stop billing for it.

Sourcetype nonrec t = {
  1. sourceServerID : SourceServerID.t;
    (*

    The ID of the Source Server to stop replication for.

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