1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeletePropertygraphStatistics`](crate::operation::delete_propertygraph_statistics::builders::DeletePropertygraphStatisticsFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::delete_propertygraph_statistics::builders::DeletePropertygraphStatisticsFluentBuilder::send) it.
    /// - On success, responds with [`DeletePropertygraphStatisticsOutput`](crate::operation::delete_propertygraph_statistics::DeletePropertygraphStatisticsOutput) with field(s):
    ///   - [`status_code(Option<i32>)`](crate::operation::delete_propertygraph_statistics::DeletePropertygraphStatisticsOutput::status_code): <p>The HTTP response code: 200 if the delete was successful, or 204 if there were no statistics to delete.</p>
    ///   - [`status(Option<String>)`](crate::operation::delete_propertygraph_statistics::DeletePropertygraphStatisticsOutput::status): <p>The cancel status.</p>
    ///   - [`payload(Option<DeleteStatisticsValueMap>)`](crate::operation::delete_propertygraph_statistics::DeletePropertygraphStatisticsOutput::payload): <p>The deletion payload.</p>
    /// - On failure, responds with [`SdkError<DeletePropertygraphStatisticsError>`](crate::operation::delete_propertygraph_statistics::DeletePropertygraphStatisticsError)
    pub fn delete_propertygraph_statistics(
        &self,
    ) -> crate::operation::delete_propertygraph_statistics::builders::DeletePropertygraphStatisticsFluentBuilder {
        crate::operation::delete_propertygraph_statistics::builders::DeletePropertygraphStatisticsFluentBuilder::new(self.handle.clone())
    }
}