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 [`DisassociateServiceRoleFromAccount`](crate::operation::disassociate_service_role_from_account::builders::DisassociateServiceRoleFromAccountFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::disassociate_service_role_from_account::builders::DisassociateServiceRoleFromAccountFluentBuilder::send) it.
    /// - On success, responds with [`DisassociateServiceRoleFromAccountOutput`](crate::operation::disassociate_service_role_from_account::DisassociateServiceRoleFromAccountOutput) with field(s):
    ///   - [`disassociated_at(Option<String>)`](crate::operation::disassociate_service_role_from_account::DisassociateServiceRoleFromAccountOutput::disassociated_at): The time when the service role was disassociated from the account.
    /// - On failure, responds with [`SdkError<DisassociateServiceRoleFromAccountError>`](crate::operation::disassociate_service_role_from_account::DisassociateServiceRoleFromAccountError)
    pub fn disassociate_service_role_from_account(
        &self,
    ) -> crate::operation::disassociate_service_role_from_account::builders::DisassociateServiceRoleFromAccountFluentBuilder {
        crate::operation::disassociate_service_role_from_account::builders::DisassociateServiceRoleFromAccountFluentBuilder::new(self.handle.clone())
    }
}