// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteConnectionGroup`](crate::operation::delete_connection_group::builders::DeleteConnectionGroupFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`id(impl Into<String>)`](crate::operation::delete_connection_group::builders::DeleteConnectionGroupFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_connection_group::builders::DeleteConnectionGroupFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the connection group to delete.</p><br>
/// - [`if_match(impl Into<String>)`](crate::operation::delete_connection_group::builders::DeleteConnectionGroupFluentBuilder::if_match) / [`set_if_match(Option<String>)`](crate::operation::delete_connection_group::builders::DeleteConnectionGroupFluentBuilder::set_if_match):<br>required: **true**<br><p>The value of the <code>ETag</code> header that you received when retrieving the connection group to delete.</p><br>
/// - On success, responds with [`DeleteConnectionGroupOutput`](crate::operation::delete_connection_group::DeleteConnectionGroupOutput)
/// - On failure, responds with [`SdkError<DeleteConnectionGroupError>`](crate::operation::delete_connection_group::DeleteConnectionGroupError)
pub fn delete_connection_group(&self) -> crate::operation::delete_connection_group::builders::DeleteConnectionGroupFluentBuilder {
crate::operation::delete_connection_group::builders::DeleteConnectionGroupFluentBuilder::new(self.handle.clone())
}
}