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 [`UpdateEventConfigurations`](crate::operation::update_event_configurations::builders::UpdateEventConfigurationsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`event_configurations(EventType, Configuration)`](crate::operation::update_event_configurations::builders::UpdateEventConfigurationsFluentBuilder::event_configurations) / [`set_event_configurations(Option<HashMap::<EventType, Configuration>>)`](crate::operation::update_event_configurations::builders::UpdateEventConfigurationsFluentBuilder::set_event_configurations):<br>required: **false**<br><p>The new event configuration values.</p><br>
    /// - On success, responds with [`UpdateEventConfigurationsOutput`](crate::operation::update_event_configurations::UpdateEventConfigurationsOutput)
    /// - On failure, responds with [`SdkError<UpdateEventConfigurationsError>`](crate::operation::update_event_configurations::UpdateEventConfigurationsError)
    pub fn update_event_configurations(&self) -> crate::operation::update_event_configurations::builders::UpdateEventConfigurationsFluentBuilder {
        crate::operation::update_event_configurations::builders::UpdateEventConfigurationsFluentBuilder::new(self.handle.clone())
    }
}