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 [`ManageSparqlStatistics`](crate::operation::manage_sparql_statistics::builders::ManageSparqlStatisticsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`mode(StatisticsAutoGenerationMode)`](crate::operation::manage_sparql_statistics::builders::ManageSparqlStatisticsFluentBuilder::mode) / [`set_mode(Option<StatisticsAutoGenerationMode>)`](crate::operation::manage_sparql_statistics::builders::ManageSparqlStatisticsFluentBuilder::set_mode):<br>required: **false**<br><p>The statistics generation mode. One of: <code>DISABLE_AUTOCOMPUTE</code>, <code>ENABLE_AUTOCOMPUTE</code>, or <code>REFRESH</code>, the last of which manually triggers DFE statistics generation.</p><br>
    /// - On success, responds with [`ManageSparqlStatisticsOutput`](crate::operation::manage_sparql_statistics::ManageSparqlStatisticsOutput) with field(s):
    ///   - [`status(String)`](crate::operation::manage_sparql_statistics::ManageSparqlStatisticsOutput::status): <p>The HTTP return code of the request. If the request succeeded, the code is 200.</p>
    ///   - [`payload(Option<RefreshStatisticsIdMap>)`](crate::operation::manage_sparql_statistics::ManageSparqlStatisticsOutput::payload): <p>This is only returned for refresh mode.</p>
    /// - On failure, responds with [`SdkError<ManageSparqlStatisticsError>`](crate::operation::manage_sparql_statistics::ManageSparqlStatisticsError)
    pub fn manage_sparql_statistics(&self) -> crate::operation::manage_sparql_statistics::builders::ManageSparqlStatisticsFluentBuilder {
        crate::operation::manage_sparql_statistics::builders::ManageSparqlStatisticsFluentBuilder::new(self.handle.clone())
    }
}