1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DescribeAccountSettings`](crate::operation::describe_account_settings::builders::DescribeAccountSettingsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`aws_account_id(impl Into<String>)`](crate::operation::describe_account_settings::builders::DescribeAccountSettingsFluentBuilder::aws_account_id) / [`set_aws_account_id(Option<String>)`](crate::operation::describe_account_settings::builders::DescribeAccountSettingsFluentBuilder::set_aws_account_id):<br>required: **true**<br><p>The ID for the Amazon Web Services account that contains the settings that you want to list.</p><br>
    /// - On success, responds with [`DescribeAccountSettingsOutput`](crate::operation::describe_account_settings::DescribeAccountSettingsOutput) with field(s):
    ///   - [`account_settings(Option<AccountSettings>)`](crate::operation::describe_account_settings::DescribeAccountSettingsOutput::account_settings): <p>The Amazon QuickSight settings for this Amazon Web Services account. This information includes the edition of Amazon Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the Amazon QuickSight subscription. </p>  <p>In the QuickSight console, the Amazon QuickSight subscription is sometimes referred to as a QuickSight "account" even though it's technically not an account by itself. Instead, it's a subscription to the Amazon QuickSight service for your Amazon Web Services account. The edition that you subscribe to applies to Amazon QuickSight in every Amazon Web Services Region where you use it.</p>
    ///   - [`request_id(Option<String>)`](crate::operation::describe_account_settings::DescribeAccountSettingsOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
    ///   - [`status(i32)`](crate::operation::describe_account_settings::DescribeAccountSettingsOutput::status): <p>The HTTP status of the request.</p>
    /// - On failure, responds with [`SdkError<DescribeAccountSettingsError>`](crate::operation::describe_account_settings::DescribeAccountSettingsError)
    pub fn describe_account_settings(&self) -> crate::operation::describe_account_settings::builders::DescribeAccountSettingsFluentBuilder {
        crate::operation::describe_account_settings::builders::DescribeAccountSettingsFluentBuilder::new(self.handle.clone())
    }
}