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 [`DeleteChannel`](crate::operation::delete_channel::builders::DeleteChannelFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`channel(impl Into<String>)`](crate::operation::delete_channel::builders::DeleteChannelFluentBuilder::channel) / [`set_channel(Option<String>)`](crate::operation::delete_channel::builders::DeleteChannelFluentBuilder::set_channel):<br>required: **true**<br><p>The ARN or the <code>UUID</code> value of the channel that you want to delete.</p><br>
    /// - On success, responds with [`DeleteChannelOutput`](crate::operation::delete_channel::DeleteChannelOutput)
    /// - On failure, responds with [`SdkError<DeleteChannelError>`](crate::operation::delete_channel::DeleteChannelError)
    pub fn delete_channel(&self) -> crate::operation::delete_channel::builders::DeleteChannelFluentBuilder {
        crate::operation::delete_channel::builders::DeleteChannelFluentBuilder::new(self.handle.clone())
    }
}