1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteSipRule`](crate::operation::delete_sip_rule::builders::DeleteSipRuleFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`sip_rule_id(impl Into<String>)`](crate::operation::delete_sip_rule::builders::DeleteSipRuleFluentBuilder::sip_rule_id) / [`set_sip_rule_id(Option<String>)`](crate::operation::delete_sip_rule::builders::DeleteSipRuleFluentBuilder::set_sip_rule_id):<br>required: **true**<br><p>The SIP rule ID.</p><br>
    /// - On success, responds with [`DeleteSipRuleOutput`](crate::operation::delete_sip_rule::DeleteSipRuleOutput)
    /// - On failure, responds with [`SdkError<DeleteSipRuleError>`](crate::operation::delete_sip_rule::DeleteSipRuleError)
    #[deprecated(note = "Replaced by DeleteSipRule in the Amazon Chime SDK Voice Namespace")]
    pub fn delete_sip_rule(&self) -> crate::operation::delete_sip_rule::builders::DeleteSipRuleFluentBuilder {
        crate::operation::delete_sip_rule::builders::DeleteSipRuleFluentBuilder::new(self.handle.clone())
    }
}