1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetPropertygraphStatistics`](crate::operation::get_propertygraph_statistics::builders::GetPropertygraphStatisticsFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::get_propertygraph_statistics::builders::GetPropertygraphStatisticsFluentBuilder::send) it.
    /// - On success, responds with [`GetPropertygraphStatisticsOutput`](crate::operation::get_propertygraph_statistics::GetPropertygraphStatisticsOutput) with field(s):
    ///   - [`status(String)`](crate::operation::get_propertygraph_statistics::GetPropertygraphStatisticsOutput::status): <p>The HTTP return code of the request. If the request succeeded, the code is 200. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/neptune-dfe-statistics.html#neptune-dfe-statistics-errors">Common error codes for DFE statistics request</a> for a list of common errors.</p>
    ///   - [`payload(Option<Statistics>)`](crate::operation::get_propertygraph_statistics::GetPropertygraphStatisticsOutput::payload): <p>Statistics for property-graph data.</p>
    /// - On failure, responds with [`SdkError<GetPropertygraphStatisticsError>`](crate::operation::get_propertygraph_statistics::GetPropertygraphStatisticsError)
    pub fn get_propertygraph_statistics(&self) -> crate::operation::get_propertygraph_statistics::builders::GetPropertygraphStatisticsFluentBuilder {
        crate::operation::get_propertygraph_statistics::builders::GetPropertygraphStatisticsFluentBuilder::new(self.handle.clone())
    }
}