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 [`StopRouterOutput`](crate::operation::stop_router_output::builders::StopRouterOutputFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`arn(impl Into<String>)`](crate::operation::stop_router_output::builders::StopRouterOutputFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::stop_router_output::builders::StopRouterOutputFluentBuilder::set_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the router output that you want to stop.</p><br>
    /// - On success, responds with [`StopRouterOutputOutput`](crate::operation::stop_router_output::StopRouterOutputOutput) with field(s):
    ///   - [`arn(String)`](crate::operation::stop_router_output::StopRouterOutputOutput::arn): <p>The ARN of the router output that was stopped.</p>
    ///   - [`name(String)`](crate::operation::stop_router_output::StopRouterOutputOutput::name): <p>The name of the router output that was stopped.</p>
    ///   - [`state(RouterOutputState)`](crate::operation::stop_router_output::StopRouterOutputOutput::state): <p>The current state of the router output after being stopped.</p>
    /// - On failure, responds with [`SdkError<StopRouterOutputError>`](crate::operation::stop_router_output::StopRouterOutputError)
    pub fn stop_router_output(&self) -> crate::operation::stop_router_output::builders::StopRouterOutputFluentBuilder {
        crate::operation::stop_router_output::builders::StopRouterOutputFluentBuilder::new(self.handle.clone())
    }
}