// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteComputeEnvironment`](crate::operation::delete_compute_environment::builders::DeleteComputeEnvironmentFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`compute_environment(impl Into<String>)`](crate::operation::delete_compute_environment::builders::DeleteComputeEnvironmentFluentBuilder::compute_environment) / [`set_compute_environment(Option<String>)`](crate::operation::delete_compute_environment::builders::DeleteComputeEnvironmentFluentBuilder::set_compute_environment):<br>required: **true**<br><p>The name or Amazon Resource Name (ARN) of the compute environment to delete.</p><br>
/// - On success, responds with [`DeleteComputeEnvironmentOutput`](crate::operation::delete_compute_environment::DeleteComputeEnvironmentOutput)
/// - On failure, responds with [`SdkError<DeleteComputeEnvironmentError>`](crate::operation::delete_compute_environment::DeleteComputeEnvironmentError)
pub fn delete_compute_environment(&self) -> crate::operation::delete_compute_environment::builders::DeleteComputeEnvironmentFluentBuilder {
crate::operation::delete_compute_environment::builders::DeleteComputeEnvironmentFluentBuilder::new(self.handle.clone())
}
}