Values.DeleteFlowRequestSourceEnables your application to delete an existing flow. Before deleting the flow, Amazon AppFlow validates the request by checking the flow configuration and status. You can delete flows one at a time.
type nonrec t = {flowName : FlowName.t;The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
*)forceDelete : Boolean.t option;Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of FlowName.t ]) list ]