// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteAutomationRuleV2`](crate::operation::delete_automation_rule_v2::builders::DeleteAutomationRuleV2FluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`identifier(impl Into<String>)`](crate::operation::delete_automation_rule_v2::builders::DeleteAutomationRuleV2FluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::delete_automation_rule_v2::builders::DeleteAutomationRuleV2FluentBuilder::set_identifier):<br>required: **true**<br><p>The ARN of the V2 automation rule.</p><br>
/// - On success, responds with [`DeleteAutomationRuleV2Output`](crate::operation::delete_automation_rule_v2::DeleteAutomationRuleV2Output)
/// - On failure, responds with [`SdkError<DeleteAutomationRuleV2Error>`](crate::operation::delete_automation_rule_v2::DeleteAutomationRuleV2Error)
pub fn delete_automation_rule_v2(&self) -> crate::operation::delete_automation_rule_v2::builders::DeleteAutomationRuleV2FluentBuilder {
crate::operation::delete_automation_rule_v2::builders::DeleteAutomationRuleV2FluentBuilder::new(self.handle.clone())
}
}