Module Values.UpdateReplicationSetActionSource

Details used when updating the replication set.

Sourcetype nonrec t = {
  1. addRegionAction : AddRegionAction.t option;
    (*

    Details about the Amazon Web Services Region that you're adding to the replication set.

    *)
  2. deleteRegionAction : DeleteRegionAction.t option;
    (*

    Details about the Amazon Web Services Region that you're deleting to the replication set.

    *)
}
Sourceval make : ?addRegionAction:??? -> ?deleteRegionAction:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of RegionName.t ]) list ]) 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