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 [`UpdateEventSourcesConfig`](crate::operation::update_event_sources_config::builders::UpdateEventSourcesConfigFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`event_sources(EventSourcesConfig)`](crate::operation::update_event_sources_config::builders::UpdateEventSourcesConfigFluentBuilder::event_sources) / [`set_event_sources(Option<EventSourcesConfig>)`](crate::operation::update_event_sources_config::builders::UpdateEventSourcesConfigFluentBuilder::set_event_sources):<br>required: **false**<br><p>Configuration information about the integration of DevOps Guru as the Consumer via EventBridge with another AWS Service.</p><br>
    /// - On success, responds with [`UpdateEventSourcesConfigOutput`](crate::operation::update_event_sources_config::UpdateEventSourcesConfigOutput)
    /// - On failure, responds with [`SdkError<UpdateEventSourcesConfigError>`](crate::operation::update_event_sources_config::UpdateEventSourcesConfigError)
    pub fn update_event_sources_config(&self) -> crate::operation::update_event_sources_config::builders::UpdateEventSourcesConfigFluentBuilder {
        crate::operation::update_event_sources_config::builders::UpdateEventSourcesConfigFluentBuilder::new(self.handle.clone())
    }
}