Values.BatchDeleteResponseSourcePlaceholder documentation for BatchDeleteResponse
type nonrec t = {failed : BatchFailedResultModel.t list option;List of failed operations
*)successful : BatchSuccessfulResultModel.t list option;List of successful operations
*)}type nonrec error = [ | `BadGatewayException of BadGatewayException.t| `BadRequestException of BadRequestException.t| `ConflictException of ConflictException.t| `ForbiddenException of ForbiddenException.t| `GatewayTimeoutException of GatewayTimeoutException.t| `InternalServerErrorException of InternalServerErrorException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadGatewayException of BadGatewayException.t
| `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `ForbiddenException of ForbiddenException.t
| `GatewayTimeoutException of GatewayTimeoutException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadGatewayException of BadGatewayException.t
| `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `ForbiddenException of ForbiddenException.t
| `GatewayTimeoutException of GatewayTimeoutException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]