Values.ReplicaUpdateSourceRepresents one of the following: A new replica to be added to an existing global table. New parameters for an existing replica. An existing replica to be removed from an existing global table.
type nonrec t = {create : CreateReplicaAction.t option;The parameters required for creating a replica on an existing global table.
*)delete : DeleteReplicaAction.t option;The name of the existing replica to be removed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of RegionName.t ]) list ])
list ]