1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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):<br>required: **true**<br><p>The ARN of the topic rule destination to delete.</p><br>
    /// - 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())
    }
}