Values.BatchDeleteUniqueIdInputSourceDeletes multiple unique IDs in a matching workflow.
type nonrec t = {workflowName : EntityName.t;The name of the workflow.
*)inputSource : BatchDeleteUniqueIdInputInputSourceString.t option;The input source for the batch delete unique ID operation.
*)uniqueIds : UniqueIdList.t;The unique IDs to delete.
*)}val make :
?inputSource:??? ->
workflowName:EntityName.t ->
uniqueIds:UniqueIdList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of HeaderSafeUniqueId.t ] list
| `String of EntityName.t ])
list ]