Module Values.UpdateBridgeFlowSourceRequestSource

Update the flow source of the bridge.

Sourcetype nonrec t = {
  1. flowArn : UpdateBridgeFlowSourceRequestFlowArnString.t option;
    (*

    The Amazon Resource Name (ARN) that identifies the MediaConnect resource from which to delete tags.

    *)
  2. flowVpcInterfaceAttachment : VpcInterfaceAttachment.t option;
    (*

    The name of the VPC interface attachment to use for this source.

    *)
}
Sourceval make : ?flowArn:??? -> ?flowVpcInterfaceAttachment:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of UpdateBridgeFlowSourceRequestFlowArnString.t | `Structure of (string * [> `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