1
2
3
4
5
6
7
8
9
10
11
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteNotificationChannel`](crate::operation::delete_notification_channel::builders::DeleteNotificationChannelFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::delete_notification_channel::builders::DeleteNotificationChannelFluentBuilder::send) it.
    /// - On success, responds with [`DeleteNotificationChannelOutput`](crate::operation::delete_notification_channel::DeleteNotificationChannelOutput)
    /// - On failure, responds with [`SdkError<DeleteNotificationChannelError>`](crate::operation::delete_notification_channel::DeleteNotificationChannelError)
    pub fn delete_notification_channel(&self) -> crate::operation::delete_notification_channel::builders::DeleteNotificationChannelFluentBuilder {
        crate::operation::delete_notification_channel::builders::DeleteNotificationChannelFluentBuilder::new(self.handle.clone())
    }
}