aws-sdk-eks 1.128.0

AWS SDK for Amazon Elastic Kubernetes Service
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`StartInsightsRefresh`](crate::operation::start_insights_refresh::builders::StartInsightsRefreshFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`cluster_name(impl Into<String>)`](crate::operation::start_insights_refresh::builders::StartInsightsRefreshFluentBuilder::cluster_name) / [`set_cluster_name(Option<String>)`](crate::operation::start_insights_refresh::builders::StartInsightsRefreshFluentBuilder::set_cluster_name):<br>required: **true**<br><p>The name of the cluster for the refresh insights operation.</p><br>
    /// - On success, responds with [`StartInsightsRefreshOutput`](crate::operation::start_insights_refresh::StartInsightsRefreshOutput) with field(s):
    ///   - [`message(Option<String>)`](crate::operation::start_insights_refresh::StartInsightsRefreshOutput::message): <p>The message associated with the insights refresh operation.</p>
    ///   - [`status(Option<InsightsRefreshStatus>)`](crate::operation::start_insights_refresh::StartInsightsRefreshOutput::status): <p>The current status of the insights refresh operation.</p>
    /// - On failure, responds with [`SdkError<StartInsightsRefreshError>`](crate::operation::start_insights_refresh::StartInsightsRefreshError)
    pub fn start_insights_refresh(&self) -> crate::operation::start_insights_refresh::builders::StartInsightsRefreshFluentBuilder {
        crate::operation::start_insights_refresh::builders::StartInsightsRefreshFluentBuilder::new(self.handle.clone())
    }
}