aws_sdk_shield/client/
enable_proactive_engagement.rs

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