Values.UpdateReplicationSetActionSourceDetails used when updating the replication set.
type nonrec t = {addRegionAction : AddRegionAction.t option;Details about the Amazon Web Services Region that you're adding to the replication set.
*)deleteRegionAction : DeleteRegionAction.t option;Details about the Amazon Web Services Region that you're deleting to the replication set.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of RegionName.t ]) list ])
list ]