1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteEventIntegration`](crate::operation::delete_event_integration::builders::DeleteEventIntegrationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`name(impl Into<String>)`](crate::operation::delete_event_integration::builders::DeleteEventIntegrationFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::delete_event_integration::builders::DeleteEventIntegrationFluentBuilder::set_name): <p>The name of the event integration.</p>
    /// - On success, responds with [`DeleteEventIntegrationOutput`](crate::operation::delete_event_integration::DeleteEventIntegrationOutput)
    /// - On failure, responds with [`SdkError<DeleteEventIntegrationError>`](crate::operation::delete_event_integration::DeleteEventIntegrationError)
    pub fn delete_event_integration(
        &self,
    ) -> crate::operation::delete_event_integration::builders::DeleteEventIntegrationFluentBuilder
    {
        crate::operation::delete_event_integration::builders::DeleteEventIntegrationFluentBuilder::new(self.handle.clone())
    }
}