// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`StartRouterOutput`](crate::operation::start_router_output::builders::StartRouterOutputFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`arn(impl Into<String>)`](crate::operation::start_router_output::builders::StartRouterOutputFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::start_router_output::builders::StartRouterOutputFluentBuilder::set_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the router output that you want to start.</p><br>
/// - On success, responds with [`StartRouterOutputOutput`](crate::operation::start_router_output::StartRouterOutputOutput) with field(s):
/// - [`arn(String)`](crate::operation::start_router_output::StartRouterOutputOutput::arn): <p>The Amazon Resource Name (ARN) of the router output that was started.</p>
/// - [`name(String)`](crate::operation::start_router_output::StartRouterOutputOutput::name): <p>The name of the router output that was started.</p>
/// - [`state(RouterOutputState)`](crate::operation::start_router_output::StartRouterOutputOutput::state): <p>The current state of the router output after being started.</p>
/// - [`maintenance_schedule_type(MaintenanceScheduleType)`](crate::operation::start_router_output::StartRouterOutputOutput::maintenance_schedule_type): <p>The type of maintenance schedule associated with the router output.</p>
/// - [`maintenance_schedule(Option<MaintenanceSchedule>)`](crate::operation::start_router_output::StartRouterOutputOutput::maintenance_schedule): <p>The details of the maintenance schedule for the router output.</p>
/// - On failure, responds with [`SdkError<StartRouterOutputError>`](crate::operation::start_router_output::StartRouterOutputError)
pub fn start_router_output(&self) -> crate::operation::start_router_output::builders::StartRouterOutputFluentBuilder {
crate::operation::start_router_output::builders::StartRouterOutputFluentBuilder::new(self.handle.clone())
}
}