Values.BatchDeleteUniqueIdOutputSourceDeletes multiple unique IDs in a matching workflow.
type nonrec t = {status : DeleteUniqueIdStatus.t option;The status of the batch delete unique ID operation.
*)errors : DeleteUniqueIdErrorsList.t option;The errors from deleting multiple unique IDs.
*)deleted : DeletedUniqueIdList.t option;The unique IDs that were deleted.
*)disconnectedUniqueIds : DisconnectedUniqueIdsList.t option;The unique IDs that were disconnected.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of HeaderSafeUniqueId.t
| `Structure of
(string * [> `Enum of string | `String of HeaderSafeUniqueId.t ])
list ]
list ])
list ]