aws-sdk-mediaconnect 1.109.0

AWS SDK for AWS MediaConnect
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`RestartRouterOutput`](crate::operation::restart_router_output::builders::RestartRouterOutputFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`arn(impl Into<String>)`](crate::operation::restart_router_output::builders::RestartRouterOutputFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::restart_router_output::builders::RestartRouterOutputFluentBuilder::set_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the router output that you want to restart.</p><br>
    /// - On success, responds with [`RestartRouterOutputOutput`](crate::operation::restart_router_output::RestartRouterOutputOutput) with field(s):
    ///   - [`arn(String)`](crate::operation::restart_router_output::RestartRouterOutputOutput::arn): <p>The ARN of the router output that was restarted.</p>
    ///   - [`name(String)`](crate::operation::restart_router_output::RestartRouterOutputOutput::name): <p>The name of the router output that was restarted.</p>
    ///   - [`state(RouterOutputState)`](crate::operation::restart_router_output::RestartRouterOutputOutput::state): <p>The current state of the router output after the restart operation.</p>
    /// - On failure, responds with [`SdkError<RestartRouterOutputError>`](crate::operation::restart_router_output::RestartRouterOutputError)
    pub fn restart_router_output(&self) -> crate::operation::restart_router_output::builders::RestartRouterOutputFluentBuilder {
        crate::operation::restart_router_output::builders::RestartRouterOutputFluentBuilder::new(self.handle.clone())
    }
}