Module Values.UpdateBridgeRequestSource

Updates the bridge.

Sourcetype nonrec t = {
  1. bridgeArn : UpdateBridgeRequestBridgeArnString.t;
    (*

    TheAmazon Resource Name (ARN) of the bridge that you want to update.

    *)
  2. egressGatewayBridge : UpdateEgressGatewayBridgeRequest.t option;
    (*

    A cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises.

    *)
  3. ingressGatewayBridge : UpdateIngressGatewayBridgeRequest.t option;
    (*

    A ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud.

    *)
  4. sourceFailoverConfig : UpdateFailoverConfig.t option;
    (*

    The settings for source failover.

    *)
}
Sourceval context_ : string
Sourceval make : ?egressGatewayBridge:??? -> ?ingressGatewayBridge:??? -> ?sourceFailoverConfig:??? -> bridgeArn:UpdateBridgeRequestBridgeArnString.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t