// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteClusterSecurityGroup`](crate::operation::delete_cluster_security_group::builders::DeleteClusterSecurityGroupFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`cluster_security_group_name(impl Into<String>)`](crate::operation::delete_cluster_security_group::builders::DeleteClusterSecurityGroupFluentBuilder::cluster_security_group_name) / [`set_cluster_security_group_name(Option<String>)`](crate::operation::delete_cluster_security_group::builders::DeleteClusterSecurityGroupFluentBuilder::set_cluster_security_group_name):<br>required: **true**<br><p>The name of the cluster security group to be deleted.</p><br>
/// - On success, responds with [`DeleteClusterSecurityGroupOutput`](crate::operation::delete_cluster_security_group::DeleteClusterSecurityGroupOutput)
/// - On failure, responds with [`SdkError<DeleteClusterSecurityGroupError>`](crate::operation::delete_cluster_security_group::DeleteClusterSecurityGroupError)
pub fn delete_cluster_security_group(
&self,
) -> crate::operation::delete_cluster_security_group::builders::DeleteClusterSecurityGroupFluentBuilder {
crate::operation::delete_cluster_security_group::builders::DeleteClusterSecurityGroupFluentBuilder::new(self.handle.clone())
}
}