1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetInsights`](crate::operation::get_insights::builders::GetInsightsFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::get_insights::builders::GetInsightsFluentBuilder::send) it.
    /// - On success, responds with [`GetInsightsOutput`](crate::operation::get_insights::GetInsightsOutput) with field(s):
    ///   - [`insights(Option<Insights>)`](crate::operation::get_insights::GetInsightsOutput::insights): <p>The analytics data that the <code>GetInsights</code> API returned.</p>
    /// - On failure, responds with [`SdkError<GetInsightsError>`](crate::operation::get_insights::GetInsightsError)
    pub fn get_insights(&self) -> crate::operation::get_insights::builders::GetInsightsFluentBuilder {
        crate::operation::get_insights::builders::GetInsightsFluentBuilder::new(self.handle.clone())
    }
}