// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteRouterInput`](crate::operation::delete_router_input::builders::DeleteRouterInputFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`arn(impl Into<String>)`](crate::operation::delete_router_input::builders::DeleteRouterInputFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::delete_router_input::builders::DeleteRouterInputFluentBuilder::set_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the router input that you want to delete.</p><br>
/// - On success, responds with [`DeleteRouterInputOutput`](crate::operation::delete_router_input::DeleteRouterInputOutput) with field(s):
/// - [`arn(String)`](crate::operation::delete_router_input::DeleteRouterInputOutput::arn): <p>The ARN of the deleted router input.</p>
/// - [`name(String)`](crate::operation::delete_router_input::DeleteRouterInputOutput::name): <p>The name of the deleted router input.</p>
/// - [`state(RouterInputState)`](crate::operation::delete_router_input::DeleteRouterInputOutput::state): <p>The current state of the deleted router input, indicating where it is in the deletion process.</p>
/// - On failure, responds with [`SdkError<DeleteRouterInputError>`](crate::operation::delete_router_input::DeleteRouterInputError)
pub fn delete_router_input(&self) -> crate::operation::delete_router_input::builders::DeleteRouterInputFluentBuilder {
crate::operation::delete_router_input::builders::DeleteRouterInputFluentBuilder::new(self.handle.clone())
}
}