1
2
3
4
5
6
7
8
9
10
11
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DisableProactiveEngagement`](crate::operation::disable_proactive_engagement::builders::DisableProactiveEngagementFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::disable_proactive_engagement::builders::DisableProactiveEngagementFluentBuilder::send) it.
    /// - On success, responds with [`DisableProactiveEngagementOutput`](crate::operation::disable_proactive_engagement::DisableProactiveEngagementOutput)
    /// - On failure, responds with [`SdkError<DisableProactiveEngagementError>`](crate::operation::disable_proactive_engagement::DisableProactiveEngagementError)
    pub fn disable_proactive_engagement(&self) -> crate::operation::disable_proactive_engagement::builders::DisableProactiveEngagementFluentBuilder {
        crate::operation::disable_proactive_engagement::builders::DisableProactiveEngagementFluentBuilder::new(self.handle.clone())
    }
}