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 [`EnableProactiveEngagement`](crate::operation::enable_proactive_engagement::builders::EnableProactiveEngagementFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::enable_proactive_engagement::builders::EnableProactiveEngagementFluentBuilder::send) it.
    /// - On success, responds with [`EnableProactiveEngagementOutput`](crate::operation::enable_proactive_engagement::EnableProactiveEngagementOutput)
    /// - On failure, responds with [`SdkError<EnableProactiveEngagementError>`](crate::operation::enable_proactive_engagement::EnableProactiveEngagementError)
    pub fn enable_proactive_engagement(&self) -> crate::operation::enable_proactive_engagement::builders::EnableProactiveEngagementFluentBuilder {
        crate::operation::enable_proactive_engagement::builders::EnableProactiveEngagementFluentBuilder::new(self.handle.clone())
    }
}