Values.AddBridgeOutputsRequestSourceAdds outputs to an existing bridge.
type nonrec t = {bridgeArn : AddBridgeOutputsRequestBridgeArnString.t;The Amazon Resource Name (ARN) of the bridge that you want to update.
*)outputs : AddBridgeOutputRequest.t list;The outputs that you want to add to this bridge.
*)}val make :
bridgeArn:AddBridgeOutputsRequestBridgeArnString.t ->
outputs:AddBridgeOutputRequest.t list ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `String of String_.t ])
list ])
list ]
list
| `String of AddBridgeOutputsRequestBridgeArnString.t ])
list ]