Values.UpdateBridgeOutputRequestSourceUpdates an existing bridge output.
type nonrec t = {bridgeArn : UpdateBridgeOutputRequestBridgeArnString.t;The Amazon Resource Name (ARN) of the bridge that you want to update.
*)networkOutput : UpdateBridgeNetworkOutputRequest.t option;The network of the bridge output.
*)outputName : String_.t;Tname of the output that you want to update.
*)}val make :
?networkOutput:??? ->
bridgeArn:UpdateBridgeOutputRequestBridgeArnString.t ->
outputName:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of UpdateBridgeOutputRequestBridgeArnString.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `String of String_.t ])
list ])
list ]