Values.DeleteFlowRequestSourceDeletes a flow. Before you can delete a flow, you must stop the flow.
type nonrec t = {flowArn : DeleteFlowRequestFlowArnString.t;The Amazon Resource Name (ARN) of the flow that you want to delete.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of DeleteFlowRequestFlowArnString.t ]) list ]