Module Values.RemoveFlowSourceRequestSource

Removes a source from an existing flow. This request can be made only if there is more than one source on the flow.

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

    The Amazon Resource Name (ARN) of the flow that you want to remove a source from.

    *)
  2. sourceArn : RemoveFlowSourceRequestSourceArnString.t;
    (*

    The ARN of the source that you want to remove.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `String of RemoveFlowSourceRequestFlowArnString.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