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 [`DeleteClusterSecurityGroup`](crate::operation::delete_cluster_security_group::builders::DeleteClusterSecurityGroupFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`cluster_security_group_name(impl ::std::convert::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): <p>The name of the cluster security group to be deleted.</p>
    /// - 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())
    }
}