aws_sdk_shield/client/disable_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 [`DisableProactiveEngagement`](crate::operation::disable_proactive_engagement::builders::DisableProactiveEngagementFluentBuilder) operation.
4 ///
5 /// - The fluent builder takes no input, just [`send`](crate::operation::disable_proactive_engagement::builders::DisableProactiveEngagementFluentBuilder::send) it.
6 /// - On success, responds with [`DisableProactiveEngagementOutput`](crate::operation::disable_proactive_engagement::DisableProactiveEngagementOutput)
7 /// - On failure, responds with [`SdkError<DisableProactiveEngagementError>`](crate::operation::disable_proactive_engagement::DisableProactiveEngagementError)
8 pub fn disable_proactive_engagement(&self) -> crate::operation::disable_proactive_engagement::builders::DisableProactiveEngagementFluentBuilder {
9 crate::operation::disable_proactive_engagement::builders::DisableProactiveEngagementFluentBuilder::new(self.handle.clone())
10 }
11}