1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DisableTopicRule`](crate::operation::disable_topic_rule::builders::DisableTopicRuleFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`rule_name(impl Into<String>)`](crate::operation::disable_topic_rule::builders::DisableTopicRuleFluentBuilder::rule_name) / [`set_rule_name(Option<String>)`](crate::operation::disable_topic_rule::builders::DisableTopicRuleFluentBuilder::set_rule_name):<br>required: **true**<br><p>The name of the rule to disable.</p><br>
    /// - On success, responds with [`DisableTopicRuleOutput`](crate::operation::disable_topic_rule::DisableTopicRuleOutput)
    /// - On failure, responds with [`SdkError<DisableTopicRuleError>`](crate::operation::disable_topic_rule::DisableTopicRuleError)
    pub fn disable_topic_rule(&self) -> crate::operation::disable_topic_rule::builders::DisableTopicRuleFluentBuilder {
        crate::operation::disable_topic_rule::builders::DisableTopicRuleFluentBuilder::new(self.handle.clone())
    }
}