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