1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`UpdateContributorInsights`](crate::operation::update_contributor_insights::builders::UpdateContributorInsightsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`table_name(impl ::std::convert::Into<String>)`](crate::operation::update_contributor_insights::builders::UpdateContributorInsightsFluentBuilder::table_name) / [`set_table_name(Option<String>)`](crate::operation::update_contributor_insights::builders::UpdateContributorInsightsFluentBuilder::set_table_name): <p>The name of the table.</p>
    ///   - [`index_name(impl ::std::convert::Into<String>)`](crate::operation::update_contributor_insights::builders::UpdateContributorInsightsFluentBuilder::index_name) / [`set_index_name(Option<String>)`](crate::operation::update_contributor_insights::builders::UpdateContributorInsightsFluentBuilder::set_index_name): <p>The global secondary index name, if applicable.</p>
    ///   - [`contributor_insights_action(ContributorInsightsAction)`](crate::operation::update_contributor_insights::builders::UpdateContributorInsightsFluentBuilder::contributor_insights_action) / [`set_contributor_insights_action(Option<ContributorInsightsAction>)`](crate::operation::update_contributor_insights::builders::UpdateContributorInsightsFluentBuilder::set_contributor_insights_action): <p>Represents the contributor insights action.</p>
    /// - On success, responds with [`UpdateContributorInsightsOutput`](crate::operation::update_contributor_insights::UpdateContributorInsightsOutput) with field(s):
    ///   - [`table_name(Option<String>)`](crate::operation::update_contributor_insights::UpdateContributorInsightsOutput::table_name): <p>The name of the table.</p>
    ///   - [`index_name(Option<String>)`](crate::operation::update_contributor_insights::UpdateContributorInsightsOutput::index_name): <p>The name of the global secondary index, if applicable.</p>
    ///   - [`contributor_insights_status(Option<ContributorInsightsStatus>)`](crate::operation::update_contributor_insights::UpdateContributorInsightsOutput::contributor_insights_status): <p>The status of contributor insights</p>
    /// - On failure, responds with [`SdkError<UpdateContributorInsightsError>`](crate::operation::update_contributor_insights::UpdateContributorInsightsError)
    pub fn update_contributor_insights(&self) -> crate::operation::update_contributor_insights::builders::UpdateContributorInsightsFluentBuilder{
        crate::operation::update_contributor_insights::builders::UpdateContributorInsightsFluentBuilder::new(self.handle.clone())
    }
}