pub struct DeleteConfigurationSetTrackingOptions { /* private fields */ }
Expand description
Fluent builder constructing a request to DeleteConfigurationSetTrackingOptions
.
Deletes 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.
Deleting this kind of association will result in emails sent using the specified configuration set to capture open and click events using the standard, Amazon SES-operated domains.
Implementations§
source§impl DeleteConfigurationSetTrackingOptions
impl DeleteConfigurationSetTrackingOptions
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DeleteConfigurationSetTrackingOptions, AwsResponseRetryClassifier>, SdkError<DeleteConfigurationSetTrackingOptionsError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DeleteConfigurationSetTrackingOptions, AwsResponseRetryClassifier>, SdkError<DeleteConfigurationSetTrackingOptionsError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<DeleteConfigurationSetTrackingOptionsOutput, SdkError<DeleteConfigurationSetTrackingOptionsError>>
pub async fn send(
self
) -> Result<DeleteConfigurationSetTrackingOptionsOutput, SdkError<DeleteConfigurationSetTrackingOptionsError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn configuration_set_name(self, input: impl Into<String>) -> Self
pub fn configuration_set_name(self, input: impl Into<String>) -> Self
The name of the configuration set from which you want to delete the tracking options.
sourcepub fn set_configuration_set_name(self, input: Option<String>) -> Self
pub fn set_configuration_set_name(self, input: Option<String>) -> Self
The name of the configuration set from which you want to delete the tracking options.
Trait Implementations§
source§impl Clone for DeleteConfigurationSetTrackingOptions
impl Clone for DeleteConfigurationSetTrackingOptions
source§fn clone(&self) -> DeleteConfigurationSetTrackingOptions
fn clone(&self) -> DeleteConfigurationSetTrackingOptions
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more