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