aws-sdk-mediaconnect 1.108.0

AWS SDK for AWS MediaConnect
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetRouterOutput`](crate::operation::get_router_output::builders::GetRouterOutputFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`arn(impl Into<String>)`](crate::operation::get_router_output::builders::GetRouterOutputFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::get_router_output::builders::GetRouterOutputFluentBuilder::set_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the router output that you want to retrieve information about.</p><br>
    /// - On success, responds with [`GetRouterOutputOutput`](crate::operation::get_router_output::GetRouterOutputOutput) with field(s):
    ///   - [`router_output(Option<RouterOutput>)`](crate::operation::get_router_output::GetRouterOutputOutput::router_output): <p>The details of the requested router output, including its configuration, state, and other attributes.</p>
    /// - On failure, responds with [`SdkError<GetRouterOutputError>`](crate::operation::get_router_output::GetRouterOutputError)
    pub fn get_router_output(&self) -> crate::operation::get_router_output::builders::GetRouterOutputFluentBuilder {
        crate::operation::get_router_output::builders::GetRouterOutputFluentBuilder::new(self.handle.clone())
    }
}