// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteNotification`](crate::operation::delete_notification::builders::DeleteNotificationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`instance_id(impl Into<String>)`](crate::operation::delete_notification::builders::DeleteNotificationFluentBuilder::instance_id) / [`set_instance_id(Option<String>)`](crate::operation::delete_notification::builders::DeleteNotificationFluentBuilder::set_instance_id):<br>required: **true**<br><p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p><br>
/// - [`notification_id(impl Into<String>)`](crate::operation::delete_notification::builders::DeleteNotificationFluentBuilder::notification_id) / [`set_notification_id(Option<String>)`](crate::operation::delete_notification::builders::DeleteNotificationFluentBuilder::set_notification_id):<br>required: **true**<br><p>The unique identifier for the notification to delete.</p><br>
/// - On success, responds with [`DeleteNotificationOutput`](crate::operation::delete_notification::DeleteNotificationOutput)
/// - On failure, responds with [`SdkError<DeleteNotificationError>`](crate::operation::delete_notification::DeleteNotificationError)
pub fn delete_notification(&self) -> crate::operation::delete_notification::builders::DeleteNotificationFluentBuilder {
crate::operation::delete_notification::builders::DeleteNotificationFluentBuilder::new(self.handle.clone())
}
}