Module Values.BatchDeleteUniqueIdInputSource

Deletes multiple unique IDs in a matching workflow.

Sourcetype nonrec t = {
  1. workflowName : EntityName.t;
    (*

    The name of the workflow.

    *)
  2. inputSource : BatchDeleteUniqueIdInputInputSourceString.t option;
    (*

    The input source for the batch delete unique ID operation.

    *)
  3. uniqueIds : UniqueIdList.t;
    (*

    The unique IDs to delete.

    *)
}
Sourceval context_ : string
Sourceval make : ?inputSource:??? -> workflowName:EntityName.t -> uniqueIds:UniqueIdList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of HeaderSafeUniqueId.t ] list | `String of EntityName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t