Module Values.UpdateBridgeSourceRequestSource

Updates an existing bridge source.

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

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

    *)
  2. flowSource : UpdateBridgeFlowSourceRequest.t option;
    (*

    The name of the flow that you want to update.

    *)
  3. networkSource : UpdateBridgeNetworkSourceRequest.t option;
    (*

    The network for the bridge source.

    *)
  4. sourceName : String_.t;
    (*

    The name of the source that you want to update.

    *)
}
Sourceval context_ : string
Sourceval make : ?flowSource:??? -> ?networkSource:??? -> bridgeArn:UpdateBridgeSourceRequestBridgeArnString.t -> sourceName:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of UpdateBridgeSourceRequestBridgeArnString.t | `Structure of (string * [> `Enum of string | `Integer of Integer.t | `String of UpdateBridgeFlowSourceRequestFlowArnString.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