Values.AddBridgeSourceRequestSourceAdd an output to a bridge.
type nonrec t = {flowSource : AddBridgeFlowSourceRequest.t option;The source of the flow.
*)networkSource : AddBridgeNetworkSourceRequest.t option;The source of the network.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `String of AddBridgeFlowSourceRequestFlowArnString.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ])
list ]