Module Values.UpdateReplicationSetInputSource

Add or delete Regions from your replication set.

Sourcetype nonrec t = {
  1. actions : UpdateReplicationSetInputActionsList.t;
    (*

    An action to add or delete a Region.

    *)
  2. arn : Arn.t;
    (*

    The Amazon Resource Name (ARN) of the replication set you're updating.

    *)
  3. clientToken : ClientToken.t option;
    (*

    A token that ensures that the operation is called only once with the specified details.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> actions:UpdateReplicationSetInputActionsList.t -> arn:Arn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `String of RegionName.t ]) list ]) list ] list | `String of Arn.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