Values.RemoveFlowSourceRequestSourceRemoves a source from an existing flow. This request can be made only if there is more than one source on the flow.
type nonrec t = {flowArn : RemoveFlowSourceRequestFlowArnString.t;The Amazon Resource Name (ARN) of the flow that you want to remove a source from.
*)sourceArn : RemoveFlowSourceRequestSourceArnString.t;The ARN of the source that you want to remove.
*)}val make :
flowArn:RemoveFlowSourceRequestFlowArnString.t ->
sourceArn:RemoveFlowSourceRequestSourceArnString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of RemoveFlowSourceRequestFlowArnString.t ]) list ]