Values.UpdateBridgeRequestSourceUpdates the bridge.
type nonrec t = {bridgeArn : UpdateBridgeRequestBridgeArnString.t;TheAmazon Resource Name (ARN) of the bridge that you want to update.
*)egressGatewayBridge : UpdateEgressGatewayBridgeRequest.t option;A cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises.
*)ingressGatewayBridge : UpdateIngressGatewayBridgeRequest.t option;A ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud.
*)sourceFailoverConfig : UpdateFailoverConfig.t option;The settings for source failover.
*)}val make :
?egressGatewayBridge:??? ->
?ingressGatewayBridge:??? ->
?sourceFailoverConfig:??? ->
bridgeArn:UpdateBridgeRequestBridgeArnString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of UpdateBridgeRequestBridgeArnString.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ])
list ]