1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteEmailTemplate`](crate::operation::delete_email_template::builders::DeleteEmailTemplateFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`template_name(impl Into<String>)`](crate::operation::delete_email_template::builders::DeleteEmailTemplateFluentBuilder::template_name) / [`set_template_name(Option<String>)`](crate::operation::delete_email_template::builders::DeleteEmailTemplateFluentBuilder::set_template_name):<br>required: **true**<br><p>The name of the template to be deleted.</p><br>
    /// - On success, responds with [`DeleteEmailTemplateOutput`](crate::operation::delete_email_template::DeleteEmailTemplateOutput)
    /// - On failure, responds with [`SdkError<DeleteEmailTemplateError>`](crate::operation::delete_email_template::DeleteEmailTemplateError)
    pub fn delete_email_template(&self) -> crate::operation::delete_email_template::builders::DeleteEmailTemplateFluentBuilder {
        crate::operation::delete_email_template::builders::DeleteEmailTemplateFluentBuilder::new(self.handle.clone())
    }
}