aws_sdk_acm/client/
get_account_configuration.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3    /// Constructs a fluent builder for the [`GetAccountConfiguration`](crate::operation::get_account_configuration::builders::GetAccountConfigurationFluentBuilder) operation.
4    ///
5    /// - The fluent builder takes no input, just [`send`](crate::operation::get_account_configuration::builders::GetAccountConfigurationFluentBuilder::send) it.
6    /// - On success, responds with [`GetAccountConfigurationOutput`](crate::operation::get_account_configuration::GetAccountConfigurationOutput) with field(s):
7    ///   - [`expiry_events(Option<ExpiryEventsConfiguration>)`](crate::operation::get_account_configuration::GetAccountConfigurationOutput::expiry_events): <p>Expiration events configuration options associated with the Amazon Web Services account.</p>
8    /// - On failure, responds with [`SdkError<GetAccountConfigurationError>`](crate::operation::get_account_configuration::GetAccountConfigurationError)
9    pub fn get_account_configuration(&self) -> crate::operation::get_account_configuration::builders::GetAccountConfigurationFluentBuilder {
10        crate::operation::get_account_configuration::builders::GetAccountConfigurationFluentBuilder::new(self.handle.clone())
11    }
12}