Module Values.ReloadReplicationTablesMessageSource

Sourcetype nonrec t = {
  1. replicationConfigArn : String_.t;
    (*

    The Amazon Resource Name of the replication config for which to reload tables.

    *)
  2. tablesToReload : TableListToReload.t;
    (*

    The list of tables to reload.

    *)
  3. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?reloadOption:??? -> replicationConfigArn:String_.t -> tablesToReload:TableListToReload.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t ]) 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