Module Values.MatchingResponseSource

The flag that enables the matching process of duplicate profiles.

Sourcetype nonrec t = {
  1. enabled : OptionalBoolean.t option;
    (*

    The flag that enables the matching process of duplicate profiles.

    *)
  2. jobSchedule : JobSchedule.t option;
    (*

    The day and time when do you want to start the Identity Resolution Job every week.

    *)
  3. autoMerging : AutoMerging.t option;
    (*

    Configuration information about the auto-merging process.

    *)
  4. exportingConfig : ExportingConfig.t option;
    (*

    Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.

    *)
}
Sourceval make : ?enabled:??? -> ?jobSchedule:??? -> ?autoMerging:??? -> ?exportingConfig:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of OptionalBoolean.t | `Structure of (string * [> `Boolean of OptionalBoolean.t | `Double of Double0To1.t | `Enum of string | `String of JobScheduleTime.t | `Structure of (string * [> `Enum of string | `List of [> `List of [> `String of String1To255.t ] list ] list | `String of String1To255.t ]) list ]) list ]) 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