aws_sdk_devopsguru/client/put_feedback.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 [`PutFeedback`](crate::operation::put_feedback::builders::PutFeedbackFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`insight_feedback(InsightFeedback)`](crate::operation::put_feedback::builders::PutFeedbackFluentBuilder::insight_feedback) / [`set_insight_feedback(Option<InsightFeedback>)`](crate::operation::put_feedback::builders::PutFeedbackFluentBuilder::set_insight_feedback):<br>required: **false**<br><p>The feedback from customers is about the recommendations in this insight.</p><br>
7 /// - On success, responds with [`PutFeedbackOutput`](crate::operation::put_feedback::PutFeedbackOutput)
8 /// - On failure, responds with [`SdkError<PutFeedbackError>`](crate::operation::put_feedback::PutFeedbackError)
9 pub fn put_feedback(&self) -> crate::operation::put_feedback::builders::PutFeedbackFluentBuilder {
10 crate::operation::put_feedback::builders::PutFeedbackFluentBuilder::new(self.handle.clone())
11 }
12}