// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteConfiguredTableAnalysisRule`](crate::operation::delete_configured_table_analysis_rule::builders::DeleteConfiguredTableAnalysisRuleFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`configured_table_identifier(impl ::std::convert::Into<String>)`](crate::operation::delete_configured_table_analysis_rule::builders::DeleteConfiguredTableAnalysisRuleFluentBuilder::configured_table_identifier) / [`set_configured_table_identifier(Option<String>)`](crate::operation::delete_configured_table_analysis_rule::builders::DeleteConfiguredTableAnalysisRuleFluentBuilder::set_configured_table_identifier): <p>The unique identifier for the configured table that the analysis rule applies to. Currently accepts the configured table ID.</p>
    ///   - [`analysis_rule_type(ConfiguredTableAnalysisRuleType)`](crate::operation::delete_configured_table_analysis_rule::builders::DeleteConfiguredTableAnalysisRuleFluentBuilder::analysis_rule_type) / [`set_analysis_rule_type(Option<ConfiguredTableAnalysisRuleType>)`](crate::operation::delete_configured_table_analysis_rule::builders::DeleteConfiguredTableAnalysisRuleFluentBuilder::set_analysis_rule_type): <p>The analysis rule type to be deleted. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.</p>
    /// - On success, responds with [`DeleteConfiguredTableAnalysisRuleOutput`](crate::operation::delete_configured_table_analysis_rule::DeleteConfiguredTableAnalysisRuleOutput)
    /// - On failure, responds with [`SdkError<DeleteConfiguredTableAnalysisRuleError>`](crate::operation::delete_configured_table_analysis_rule::DeleteConfiguredTableAnalysisRuleError)
    pub fn delete_configured_table_analysis_rule(
        &self,
    ) -> crate::operation::delete_configured_table_analysis_rule::builders::DeleteConfiguredTableAnalysisRuleFluentBuilder {
        crate::operation::delete_configured_table_analysis_rule::builders::DeleteConfiguredTableAnalysisRuleFluentBuilder::new(self.handle.clone())
    }
}