// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteChannelGroup`](crate::operation::delete_channel_group::builders::DeleteChannelGroupFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`channel_group_name(impl Into<String>)`](crate::operation::delete_channel_group::builders::DeleteChannelGroupFluentBuilder::channel_group_name) / [`set_channel_group_name(Option<String>)`](crate::operation::delete_channel_group::builders::DeleteChannelGroupFluentBuilder::set_channel_group_name):<br>required: **true**<br><p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p><br>
/// - On success, responds with [`DeleteChannelGroupOutput`](crate::operation::delete_channel_group::DeleteChannelGroupOutput)
/// - On failure, responds with [`SdkError<DeleteChannelGroupError>`](crate::operation::delete_channel_group::DeleteChannelGroupError)
pub fn delete_channel_group(&self) -> crate::operation::delete_channel_group::builders::DeleteChannelGroupFluentBuilder {
crate::operation::delete_channel_group::builders::DeleteChannelGroupFluentBuilder::new(self.handle.clone())
}
}