1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetResourcesSummary`](crate::operation::get_resources_summary::builders::GetResourcesSummaryFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::get_resources_summary::builders::GetResourcesSummaryFluentBuilder::send) it.
    /// - On success, responds with [`GetResourcesSummaryOutput`](crate::operation::get_resources_summary::GetResourcesSummaryOutput) with field(s):
    ///   - [`counts(Option<CountsSummary>)`](crate::operation::get_resources_summary::GetResourcesSummaryOutput::counts): <p>Summary counts of each Proton resource type.</p>
    /// - On failure, responds with [`SdkError<GetResourcesSummaryError>`](crate::operation::get_resources_summary::GetResourcesSummaryError)
    pub fn get_resources_summary(&self) -> crate::operation::get_resources_summary::builders::GetResourcesSummaryFluentBuilder {
        crate::operation::get_resources_summary::builders::GetResourcesSummaryFluentBuilder::new(self.handle.clone())
    }
}