Module Values.UpdateBridgeOutputRequestSource

Updates an existing bridge output.

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

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

    *)
  2. networkOutput : UpdateBridgeNetworkOutputRequest.t option;
    (*

    The network of the bridge output.

    *)
  3. outputName : String_.t;
    (*

    Tname of the output that you want to update.

    *)
}
Sourceval context_ : string
Sourceval make : ?networkOutput:??? -> bridgeArn:UpdateBridgeOutputRequestBridgeArnString.t -> outputName:String_.t -> unit -> t
Sourceval 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 ]
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