Values.DeleteWorkflowRequestSourceDeletes a specific workflow resource.
type nonrec t = {workflowBuildVersionArn : WorkflowBuildVersionArn.t;The Amazon Resource Name (ARN) of the workflow resource to delete.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of WorkflowBuildVersionArn.t ]) list ]