Values.GetFlowAliasRequestSourceRetrieves information about 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 that the alias belongs to.
*)aliasIdentifier : FlowAliasIdentifier.t;The unique identifier of the alias for which to retrieve information.
*)}val make :
flowIdentifier:FlowIdentifier.t ->
aliasIdentifier:FlowAliasIdentifier.t ->
unit ->
t