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