Smaws_Client_SES.UpdateConfigurationSetTrackingOptionsModifies an association between a configuration set and a custom domain for open and click event tracking.
By default, images and links used for tracking open and click events are hosted on domains operated by Amazon SES. You can configure a subdomain of your own to handle these events. For information about using custom domains, see the Amazon SES Developer Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ConfigurationSetDoesNotExistException of
Types.configuration_set_does_not_exist_exception
| `InvalidTrackingOptionsException of
Types.invalid_tracking_options_exception
| `TrackingOptionsDoesNotExistException of
Types.tracking_options_does_not_exist_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.update_configuration_set_tracking_options_request ->
(Types.update_configuration_set_tracking_options_response,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ConfigurationSetDoesNotExistException of
Types.configuration_set_does_not_exist_exception
| `InvalidTrackingOptionsException of
Types.invalid_tracking_options_exception
| `TrackingOptionsDoesNotExistException of
Types.tracking_options_does_not_exist_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.update_configuration_set_tracking_options_request ->
(Types.update_configuration_set_tracking_options_response
Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ConfigurationSetDoesNotExistException of
Types.configuration_set_does_not_exist_exception
| `InvalidTrackingOptionsException of
Types.invalid_tracking_options_exception
| `TrackingOptionsDoesNotExistException of
Types.tracking_options_does_not_exist_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result