// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteConfigurationManager`](crate::operation::delete_configuration_manager::builders::DeleteConfigurationManagerFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`manager_arn(impl Into<String>)`](crate::operation::delete_configuration_manager::builders::DeleteConfigurationManagerFluentBuilder::manager_arn) / [`set_manager_arn(Option<String>)`](crate::operation::delete_configuration_manager::builders::DeleteConfigurationManagerFluentBuilder::set_manager_arn):<br>required: **true**<br><p>The ID of the configuration manager.</p><br>
/// - On success, responds with [`DeleteConfigurationManagerOutput`](crate::operation::delete_configuration_manager::DeleteConfigurationManagerOutput)
/// - On failure, responds with [`SdkError<DeleteConfigurationManagerError>`](crate::operation::delete_configuration_manager::DeleteConfigurationManagerError)
pub fn delete_configuration_manager(&self) -> crate::operation::delete_configuration_manager::builders::DeleteConfigurationManagerFluentBuilder {
crate::operation::delete_configuration_manager::builders::DeleteConfigurationManagerFluentBuilder::new(self.handle.clone())
}
}