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 [`DeregisterAccount`](crate::operation::deregister_account::builders::DeregisterAccountFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::deregister_account::builders::DeregisterAccountFluentBuilder::send) it.
    /// - On success, responds with [`DeregisterAccountOutput`](crate::operation::deregister_account::DeregisterAccountOutput) with field(s):
    ///   - [`status(Option<AccountStatus>)`](crate::operation::deregister_account::DeregisterAccountOutput::status): <p>The registration status of the account.</p>
    /// - On failure, responds with [`SdkError<DeregisterAccountError>`](crate::operation::deregister_account::DeregisterAccountError)
    pub fn deregister_account(&self) -> crate::operation::deregister_account::builders::DeregisterAccountFluentBuilder {
        crate::operation::deregister_account::builders::DeregisterAccountFluentBuilder::new(self.handle.clone())
    }
}