// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DisassociateDRTRole`](crate::operation::disassociate_drt_role::builders::DisassociateDRTRoleFluentBuilder) operation.
///
/// - The fluent builder takes no input, just [`send`](crate::operation::disassociate_drt_role::builders::DisassociateDRTRoleFluentBuilder::send) it.
/// - On success, responds with [`DisassociateDrtRoleOutput`](crate::operation::disassociate_drt_role::DisassociateDrtRoleOutput)
/// - On failure, responds with [`SdkError<DisassociateDRTRoleError>`](crate::operation::disassociate_drt_role::DisassociateDRTRoleError)
pub fn disassociate_drt_role(&self) -> crate::operation::disassociate_drt_role::builders::DisassociateDRTRoleFluentBuilder {
crate::operation::disassociate_drt_role::builders::DisassociateDRTRoleFluentBuilder::new(self.handle.clone())
}
}