1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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_arn(impl Into<String>)`](crate::operation::delete_channel::builders::DeleteChannelFluentBuilder::channel_arn) / [`set_channel_arn(Option<String>)`](crate::operation::delete_channel::builders::DeleteChannelFluentBuilder::set_channel_arn):<br>required: **true**<br><p>The ARN of the channel being deleted.</p><br>
    ///   - [`chime_bearer(impl Into<String>)`](crate::operation::delete_channel::builders::DeleteChannelFluentBuilder::chime_bearer) / [`set_chime_bearer(Option<String>)`](crate::operation::delete_channel::builders::DeleteChannelFluentBuilder::set_chime_bearer):<br>required: **false**<br><p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p><br>
    /// - On success, responds with [`DeleteChannelOutput`](crate::operation::delete_channel::DeleteChannelOutput)
    /// - On failure, responds with [`SdkError<DeleteChannelError>`](crate::operation::delete_channel::DeleteChannelError)
    #[deprecated(note = "Replaced by DeleteChannel in the Amazon Chime SDK Messaging Namespace")]
    pub fn delete_channel(&self) -> crate::operation::delete_channel::builders::DeleteChannelFluentBuilder {
        crate::operation::delete_channel::builders::DeleteChannelFluentBuilder::new(self.handle.clone())
    }
}