// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteBaiduChannel`](crate::operation::delete_baidu_channel::builders::DeleteBaiduChannelFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`application_id(impl Into<String>)`](crate::operation::delete_baidu_channel::builders::DeleteBaiduChannelFluentBuilder::application_id) / [`set_application_id(Option<String>)`](crate::operation::delete_baidu_channel::builders::DeleteBaiduChannelFluentBuilder::set_application_id):<br>required: **true**<br><p>The unique identifier for the application. This identifier is displayed as the <b>Project ID</b> on the Amazon Pinpoint console.</p><br>
/// - On success, responds with [`DeleteBaiduChannelOutput`](crate::operation::delete_baidu_channel::DeleteBaiduChannelOutput) with field(s):
/// - [`baidu_channel_response(Option<BaiduChannelResponse>)`](crate::operation::delete_baidu_channel::DeleteBaiduChannelOutput::baidu_channel_response): <p>Provides information about the status and settings of the Baidu (Baidu Cloud Push) channel for an application.</p>
/// - On failure, responds with [`SdkError<DeleteBaiduChannelError>`](crate::operation::delete_baidu_channel::DeleteBaiduChannelError)
pub fn delete_baidu_channel(&self) -> crate::operation::delete_baidu_channel::builders::DeleteBaiduChannelFluentBuilder {
crate::operation::delete_baidu_channel::builders::DeleteBaiduChannelFluentBuilder::new(self.handle.clone())
}
}