// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteEmailChannel`](crate::operation::delete_email_channel::builders::DeleteEmailChannelFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`application_id(impl ::std::convert::Into<String>)`](crate::operation::delete_email_channel::builders::DeleteEmailChannelFluentBuilder::application_id) / [`set_application_id(Option<String>)`](crate::operation::delete_email_channel::builders::DeleteEmailChannelFluentBuilder::set_application_id): <p>The unique identifier for the application. This identifier is displayed as the <b>Project ID</b> on the Amazon Pinpoint console.</p>
/// - On success, responds with [`DeleteEmailChannelOutput`](crate::operation::delete_email_channel::DeleteEmailChannelOutput) with field(s):
/// - [`email_channel_response(Option<EmailChannelResponse>)`](crate::operation::delete_email_channel::DeleteEmailChannelOutput::email_channel_response): <p>Provides information about the status and settings of the email channel for an application.</p>
/// - On failure, responds with [`SdkError<DeleteEmailChannelError>`](crate::operation::delete_email_channel::DeleteEmailChannelError)
pub fn delete_email_channel(
&self,
) -> crate::operation::delete_email_channel::builders::DeleteEmailChannelFluentBuilder {
crate::operation::delete_email_channel::builders::DeleteEmailChannelFluentBuilder::new(
self.handle.clone(),
)
}
}