Module Values.TrackingOptionsSource

A domain that is used to redirect email recipients to an Amazon SES-operated domain. This domain captures open and click events generated by Amazon SES emails. For more information, see Configuring Custom Domains to Handle Open and Click Tracking in the Amazon SES Developer Guide.

Sourcetype nonrec t = {
  1. customRedirectDomain : CustomRedirectDomain.t option;
    (*

    The custom subdomain that is used to redirect email recipients to the Amazon SES event tracking domain.

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