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 [`DisassociateFromMasterAccount`](crate::operation::disassociate_from_master_account::builders::DisassociateFromMasterAccountFluentBuilder) operation.
///
/// - The fluent builder takes no input, just [`send`](crate::operation::disassociate_from_master_account::builders::DisassociateFromMasterAccountFluentBuilder::send) it.
/// - On success, responds with [`DisassociateFromMasterAccountOutput`](crate::operation::disassociate_from_master_account::DisassociateFromMasterAccountOutput)
/// - On failure, responds with [`SdkError<DisassociateFromMasterAccountError>`](crate::operation::disassociate_from_master_account::DisassociateFromMasterAccountError)
#[deprecated(
note = "This API has been deprecated, use DisassociateFromAdministratorAccount API instead."
)]
pub fn disassociate_from_master_account(&self) -> crate::operation::disassociate_from_master_account::builders::DisassociateFromMasterAccountFluentBuilder{
crate::operation::disassociate_from_master_account::builders::DisassociateFromMasterAccountFluentBuilder::new(self.handle.clone())
}
}