Values.BatchGetRouterNetworkInterfaceRequestSourceRetrieves information about multiple router network interfaces in AWS Elemental MediaConnect.
type nonrec t = {arns : BatchGetRouterNetworkInterfaceRequestArnsList.t;The Amazon Resource Names (ARNs) of the router network interfaces you want to retrieve information about.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of RouterNetworkInterfaceArn.t ] list ])
list ]