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