// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteRoutingControl`](crate::operation::delete_routing_control::builders::DeleteRoutingControlFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`routing_control_arn(impl Into<String>)`](crate::operation::delete_routing_control::builders::DeleteRoutingControlFluentBuilder::routing_control_arn) / [`set_routing_control_arn(Option<String>)`](crate::operation::delete_routing_control::builders::DeleteRoutingControlFluentBuilder::set_routing_control_arn): <p>The Amazon Resource Name (ARN) of the routing control that you're deleting.</p>
/// - On success, responds with [`DeleteRoutingControlOutput`](crate::operation::delete_routing_control::DeleteRoutingControlOutput)
/// - On failure, responds with [`SdkError<DeleteRoutingControlError>`](crate::operation::delete_routing_control::DeleteRoutingControlError)
pub fn delete_routing_control(&self) -> crate::operation::delete_routing_control::builders::DeleteRoutingControlFluentBuilder {
crate::operation::delete_routing_control::builders::DeleteRoutingControlFluentBuilder::new(self.handle.clone())
}
}