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