aws-sdk-uxc 1.5.0

AWS SDK for AWS User Experience Customization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetAccountCustomizations`](crate::operation::get_account_customizations::builders::GetAccountCustomizationsFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::get_account_customizations::builders::GetAccountCustomizationsFluentBuilder::send) it.
    /// - On success, responds with [`GetAccountCustomizationsOutput`](crate::operation::get_account_customizations::GetAccountCustomizationsOutput) with field(s):
    ///   - [`account_color(Option<AccountColor>)`](crate::operation::get_account_customizations::GetAccountCustomizationsOutput::account_color): <p>The account color preference. A value of <code>none</code> indicates that you have not set a color.</p>
    ///   - [`visible_services(Option<Vec::<String>>)`](crate::operation::get_account_customizations::GetAccountCustomizationsOutput::visible_services): <p>The list of Amazon Web Services service identifiers that are visible to the account in the Amazon Web Services Management Console. A value of <code>null</code> indicates that you have not configured this feature and all services are visible. For valid service identifiers, call <a href="https://docs.aws.amazon.com/awsconsolehelpdocs/latest/APIReference/API_ListServices.html">ListServices</a>.</p>
    ///   - [`visible_regions(Option<Vec::<String>>)`](crate::operation::get_account_customizations::GetAccountCustomizationsOutput::visible_regions): <p>The list of Amazon Web Services Region codes that are visible to the account in the Amazon Web Services Management Console. A value of <code>null</code> indicates that you have not configured this feature and all Regions are visible. For a list of valid Region codes, see <a href="https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html">Amazon Web Services Regions</a>.</p>
    /// - On failure, responds with [`SdkError<GetAccountCustomizationsError>`](crate::operation::get_account_customizations::GetAccountCustomizationsError)
    pub fn get_account_customizations(&self) -> crate::operation::get_account_customizations::builders::GetAccountCustomizationsFluentBuilder {
        crate::operation::get_account_customizations::builders::GetAccountCustomizationsFluentBuilder::new(self.handle.clone())
    }
}