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 [`GetAccountSendingEnabled`](crate::operation::get_account_sending_enabled::builders::GetAccountSendingEnabledFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::get_account_sending_enabled::builders::GetAccountSendingEnabledFluentBuilder::send) it.
    /// - On success, responds with [`GetAccountSendingEnabledOutput`](crate::operation::get_account_sending_enabled::GetAccountSendingEnabledOutput) with field(s):
    ///   - [`enabled(bool)`](crate::operation::get_account_sending_enabled::GetAccountSendingEnabledOutput::enabled): <p>Describes whether email sending is enabled or disabled for your Amazon SES account in the current Amazon Web Services Region.</p>
    /// - On failure, responds with [`SdkError<GetAccountSendingEnabledError>`](crate::operation::get_account_sending_enabled::GetAccountSendingEnabledError)
    pub fn get_account_sending_enabled(&self) -> crate::operation::get_account_sending_enabled::builders::GetAccountSendingEnabledFluentBuilder {
        crate::operation::get_account_sending_enabled::builders::GetAccountSendingEnabledFluentBuilder::new(self.handle.clone())
    }
}