Module Values.AddBridgeOutputsRequestSource

Adds outputs to an existing bridge.

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

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

    *)
  2. outputs : AddBridgeOutputRequest.t list;
    (*

    The outputs that you want to add to this bridge.

    *)
}
Sourceval context_ : string
Sourceval make : bridgeArn:AddBridgeOutputsRequestBridgeArnString.t -> outputs:AddBridgeOutputRequest.t list -> unit -> t
Sourceval 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 ]
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