Values.DescribeFlowRequestSourceDisplays the details of a flow. The response includes the flow Amazon Resource Name (ARN), name, and Availability Zone, as well as details about the source, outputs, and entitlements.
type nonrec t = {flowArn : DescribeFlowRequestFlowArnString.t;The ARN of the flow that you want to describe.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of DescribeFlowRequestFlowArnString.t ]) list ]