Values.UpdateReplicationSetInputSourceAdd or delete Regions from your replication set.
type nonrec t = {actions : UpdateReplicationSetInputActionsList.t;An action to add or delete a Region.
*)arn : Arn.t;The Amazon Resource Name (ARN) of the replication set you're updating.
*)clientToken : ClientToken.t option;A token that ensures that the operation is called only once with the specified details.
*)}val make :
?clientToken:??? ->
actions:UpdateReplicationSetInputActionsList.t ->
arn:Arn.t ->
unit ->
tval 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 ]