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 [`DeleteNotificationRule`](crate::operation::delete_notification_rule::builders::DeleteNotificationRuleFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`arn(impl Into<String>)`](crate::operation::delete_notification_rule::builders::DeleteNotificationRuleFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::delete_notification_rule::builders::DeleteNotificationRuleFluentBuilder::set_arn): <p>The Amazon Resource Name (ARN) of the notification rule you want to delete.</p>
    /// - On success, responds with [`DeleteNotificationRuleOutput`](crate::operation::delete_notification_rule::DeleteNotificationRuleOutput) with field(s):
    ///   - [`arn(Option<String>)`](crate::operation::delete_notification_rule::DeleteNotificationRuleOutput::arn): <p>The Amazon Resource Name (ARN) of the deleted notification rule.</p>
    /// - On failure, responds with [`SdkError<DeleteNotificationRuleError>`](crate::operation::delete_notification_rule::DeleteNotificationRuleError)
    pub fn delete_notification_rule(&self) -> crate::operation::delete_notification_rule::builders::DeleteNotificationRuleFluentBuilder {
        crate::operation::delete_notification_rule::builders::DeleteNotificationRuleFluentBuilder::new(self.handle.clone())
    }
}