Values.ReloadReplicationTablesMessageSourcetype nonrec t = {replicationConfigArn : String_.t;The Amazon Resource Name of the replication config for which to reload tables.
*)tablesToReload : TableListToReload.t;The list of tables to reload.
*)reloadOption : ReloadOptionValue.t option;Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the replication.
*)}val make :
?reloadOption:??? ->
replicationConfigArn:String_.t ->
tablesToReload:TableListToReload.t ->
unit ->
t