Values.GetFlowVersionRequestSourceRetrieves information about a version of a flow. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.
type nonrec t = {flowIdentifier : FlowIdentifier.t;The unique identifier of the flow for which to get information.
*)flowVersion : NumericalVersion.t;The version of the flow for which to get information.
*)}