Values.RemoveBridgeOutputRequestSourceRemoves an output from a bridge.
type nonrec t = {bridgeArn : RemoveBridgeOutputRequestBridgeArnString.t;The Amazon Resource Name (ARN) of the bridge that you want to update.
*)outputName : String_.t;The name of the bridge output that you want to remove.
*)}val make :
bridgeArn:RemoveBridgeOutputRequestBridgeArnString.t ->
outputName:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of RemoveBridgeOutputRequestBridgeArnString.t ])
list ]