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