Values.GetRouterNetworkInterfaceRequestSourceRetrieves information about a specific router network interface in AWS Elemental MediaConnect.
type nonrec t = {arn : RouterNetworkInterfaceArn.t;The Amazon Resource Name (ARN) of the router network interface that you want to retrieve information about.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of RouterNetworkInterfaceArn.t ]) list ]