// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateNotificationConfiguration`](crate::operation::update_notification_configuration::builders::UpdateNotificationConfigurationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`event_type(EventType)`](crate::operation::update_notification_configuration::builders::UpdateNotificationConfigurationFluentBuilder::event_type) / [`set_event_type(Option<EventType>)`](crate::operation::update_notification_configuration::builders::UpdateNotificationConfigurationFluentBuilder::set_event_type):<br>required: **true**<br><p>The type of event triggering a device notification to the customer-managed destination.</p><br>
/// - [`destination_name(impl Into<String>)`](crate::operation::update_notification_configuration::builders::UpdateNotificationConfigurationFluentBuilder::destination_name) / [`set_destination_name(Option<String>)`](crate::operation::update_notification_configuration::builders::UpdateNotificationConfigurationFluentBuilder::set_destination_name):<br>required: **true**<br><p>The name of the destination for the notification configuration.</p><br>
/// - On success, responds with [`UpdateNotificationConfigurationOutput`](crate::operation::update_notification_configuration::UpdateNotificationConfigurationOutput)
/// - On failure, responds with [`SdkError<UpdateNotificationConfigurationError>`](crate::operation::update_notification_configuration::UpdateNotificationConfigurationError)
pub fn update_notification_configuration(
&self,
) -> crate::operation::update_notification_configuration::builders::UpdateNotificationConfigurationFluentBuilder {
crate::operation::update_notification_configuration::builders::UpdateNotificationConfigurationFluentBuilder::new(self.handle.clone())
}
}