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 [`GetAccountLevelServiceConfiguration`](crate::operation::get_account_level_service_configuration::builders::GetAccountLevelServiceConfigurationFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::get_account_level_service_configuration::builders::GetAccountLevelServiceConfigurationFluentBuilder::send) it.
    /// - On success, responds with [`GetAccountLevelServiceConfigurationOutput`](crate::operation::get_account_level_service_configuration::GetAccountLevelServiceConfigurationOutput) with field(s):
    ///   - [`org_configuration(Option<OrgConfiguration>)`](crate::operation::get_account_level_service_configuration::GetAccountLevelServiceConfigurationOutput::org_configuration): <p>Details about the organization, and whether configuration is <code>ENABLED</code> or <code>DISABLED</code>.</p>
    /// - On failure, responds with [`SdkError<GetAccountLevelServiceConfigurationError>`](crate::operation::get_account_level_service_configuration::GetAccountLevelServiceConfigurationError)
    pub fn get_account_level_service_configuration(
        &self,
    ) -> crate::operation::get_account_level_service_configuration::builders::GetAccountLevelServiceConfigurationFluentBuilder {
        crate::operation::get_account_level_service_configuration::builders::GetAccountLevelServiceConfigurationFluentBuilder::new(
            self.handle.clone(),
        )
    }
}