Module Values.PutConfigurationSetTrackingOptionsRequestSource

A request to add a custom domain for tracking open and click events to a configuration set.

Sourcetype nonrec t = {
  1. configurationSetName : ConfigurationSetName.t;
    (*

    The name of the configuration set that you want to add a custom tracking domain to.

    *)
  2. customRedirectDomain : CustomRedirectDomain.t option;
    (*

    The domain that you want to use to track open and click events.

    *)
}
Sourceval context_ : string
Sourceval make : ?customRedirectDomain:??? -> configurationSetName:ConfigurationSetName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ConfigurationSetName.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