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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`BatchGetRouterInput`](crate::operation::batch_get_router_input::builders::BatchGetRouterInputFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`arns(impl Into<String>)`](crate::operation::batch_get_router_input::builders::BatchGetRouterInputFluentBuilder::arns) / [`set_arns(Option<Vec::<String>>)`](crate::operation::batch_get_router_input::builders::BatchGetRouterInputFluentBuilder::set_arns):<br>required: **true**<br><p>The Amazon Resource Names (ARNs) of the router inputs you want to retrieve information about.</p><br>
    /// - On success, responds with [`BatchGetRouterInputOutput`](crate::operation::batch_get_router_input::BatchGetRouterInputOutput) with field(s):
    ///   - [`router_inputs(Vec::<RouterInput>)`](crate::operation::batch_get_router_input::BatchGetRouterInputOutput::router_inputs): <p>An array of router inputs that were successfully retrieved.</p>
    ///   - [`errors(Vec::<BatchGetRouterInputError>)`](crate::operation::batch_get_router_input::BatchGetRouterInputOutput::errors): <p>An array of errors that occurred when retrieving the requested router inputs.</p>
    /// - On failure, responds with [`SdkError<BatchGetRouterInputError>`](crate::operation::batch_get_router_input::BatchGetRouterInputError)
    pub fn batch_get_router_input(&self) -> crate::operation::batch_get_router_input::builders::BatchGetRouterInputFluentBuilder {
        crate::operation::batch_get_router_input::builders::BatchGetRouterInputFluentBuilder::new(self.handle.clone())
    }
}