// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteServiceEnvironment`](crate::operation::delete_service_environment::builders::DeleteServiceEnvironmentFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`service_environment(impl Into<String>)`](crate::operation::delete_service_environment::builders::DeleteServiceEnvironmentFluentBuilder::service_environment) / [`set_service_environment(Option<String>)`](crate::operation::delete_service_environment::builders::DeleteServiceEnvironmentFluentBuilder::set_service_environment):<br>required: **true**<br><p>The name or ARN of the service environment to delete.</p><br>
/// - On success, responds with [`DeleteServiceEnvironmentOutput`](crate::operation::delete_service_environment::DeleteServiceEnvironmentOutput)
/// - On failure, responds with [`SdkError<DeleteServiceEnvironmentError>`](crate::operation::delete_service_environment::DeleteServiceEnvironmentError)
pub fn delete_service_environment(&self) -> crate::operation::delete_service_environment::builders::DeleteServiceEnvironmentFluentBuilder {
crate::operation::delete_service_environment::builders::DeleteServiceEnvironmentFluentBuilder::new(self.handle.clone())
}
}