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 [`GetRouterInput`](crate::operation::get_router_input::builders::GetRouterInputFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`arn(impl Into<String>)`](crate::operation::get_router_input::builders::GetRouterInputFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::get_router_input::builders::GetRouterInputFluentBuilder::set_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the router input to retrieve information about.</p><br>
    /// - On success, responds with [`GetRouterInputOutput`](crate::operation::get_router_input::GetRouterInputOutput) with field(s):
    ///   - [`router_input(Option<RouterInput>)`](crate::operation::get_router_input::GetRouterInputOutput::router_input): <p>The details of the requested router input, including its configuration, state, and other attributes.</p>
    /// - On failure, responds with [`SdkError<GetRouterInputError>`](crate::operation::get_router_input::GetRouterInputError)
    pub fn get_router_input(&self) -> crate::operation::get_router_input::builders::GetRouterInputFluentBuilder {
        crate::operation::get_router_input::builders::GetRouterInputFluentBuilder::new(self.handle.clone())
    }
}