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 [`GetAccountSummary`](crate::operation::get_account_summary::builders::GetAccountSummaryFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::get_account_summary::builders::GetAccountSummaryFluentBuilder::send) it.
    /// - On success, responds with [`GetAccountSummaryOutput`](crate::operation::get_account_summary::GetAccountSummaryOutput) with field(s):
    ///   - [`summary_map(Option<HashMap::<SummaryKeyType, i32>>)`](crate::operation::get_account_summary::GetAccountSummaryOutput::summary_map): <p>A set of key–value pairs containing information about IAM entity usage and IAM quotas.</p>
    /// - On failure, responds with [`SdkError<GetAccountSummaryError>`](crate::operation::get_account_summary::GetAccountSummaryError)
    pub fn get_account_summary(&self) -> crate::operation::get_account_summary::builders::GetAccountSummaryFluentBuilder {
        crate::operation::get_account_summary::builders::GetAccountSummaryFluentBuilder::new(self.handle.clone())
    }
}