1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteSuppressedDestination`](crate::operation::delete_suppressed_destination::builders::DeleteSuppressedDestinationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`email_address(impl Into<String>)`](crate::operation::delete_suppressed_destination::builders::DeleteSuppressedDestinationFluentBuilder::email_address) / [`set_email_address(Option<String>)`](crate::operation::delete_suppressed_destination::builders::DeleteSuppressedDestinationFluentBuilder::set_email_address):<br>required: **true**<br><p>The suppressed email destination to remove from the account suppression list.</p><br>
    /// - On success, responds with [`DeleteSuppressedDestinationOutput`](crate::operation::delete_suppressed_destination::DeleteSuppressedDestinationOutput)
    /// - On failure, responds with [`SdkError<DeleteSuppressedDestinationError>`](crate::operation::delete_suppressed_destination::DeleteSuppressedDestinationError)
    pub fn delete_suppressed_destination(
        &self,
    ) -> crate::operation::delete_suppressed_destination::builders::DeleteSuppressedDestinationFluentBuilder {
        crate::operation::delete_suppressed_destination::builders::DeleteSuppressedDestinationFluentBuilder::new(self.handle.clone())
    }
}