// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteTopicRuleDestination`](crate::operation::delete_topic_rule_destination::builders::DeleteTopicRuleDestinationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`arn(impl Into<String>)`](crate::operation::delete_topic_rule_destination::builders::DeleteTopicRuleDestinationFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::delete_topic_rule_destination::builders::DeleteTopicRuleDestinationFluentBuilder::set_arn): <p>The ARN of the topic rule destination to delete.</p>
/// - On success, responds with [`DeleteTopicRuleDestinationOutput`](crate::operation::delete_topic_rule_destination::DeleteTopicRuleDestinationOutput)
/// - On failure, responds with [`SdkError<DeleteTopicRuleDestinationError>`](crate::operation::delete_topic_rule_destination::DeleteTopicRuleDestinationError)
pub fn delete_topic_rule_destination(&self) -> crate::operation::delete_topic_rule_destination::builders::DeleteTopicRuleDestinationFluentBuilder{
crate::operation::delete_topic_rule_destination::builders::DeleteTopicRuleDestinationFluentBuilder::new(self.handle.clone())
}
}