Values.DeleteFlowAliasRequestSourceDeletes an alias of a flow.
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 to be deleted.
*)}val make :
flowIdentifier:FlowIdentifier.t ->
aliasIdentifier:FlowAliasIdentifier.t ->
unit ->
t