// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeregisterCluster`](crate::operation::deregister_cluster::builders::DeregisterClusterFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`name(impl Into<String>)`](crate::operation::deregister_cluster::builders::DeregisterClusterFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::deregister_cluster::builders::DeregisterClusterFluentBuilder::set_name):<br>required: **true**<br><p>The name of the connected cluster to deregister.</p><br>
/// - On success, responds with [`DeregisterClusterOutput`](crate::operation::deregister_cluster::DeregisterClusterOutput) with field(s):
/// - [`cluster(Option<Cluster>)`](crate::operation::deregister_cluster::DeregisterClusterOutput::cluster): <p>An object representing an Amazon EKS cluster.</p>
/// - On failure, responds with [`SdkError<DeregisterClusterError>`](crate::operation::deregister_cluster::DeregisterClusterError)
pub fn deregister_cluster(&self) -> crate::operation::deregister_cluster::builders::DeregisterClusterFluentBuilder {
crate::operation::deregister_cluster::builders::DeregisterClusterFluentBuilder::new(self.handle.clone())
}
}