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