Values.DeleteXssMatchSetResponseSourceThe response to a request to delete an XssMatchSet from AWS WAF.
type nonrec t = {changeToken : ChangeToken.t option;The ChangeToken that you used to submit the DeleteXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
*)}type nonrec error = [ | `WAFInternalErrorException of WAFInternalErrorException.t| `WAFInvalidAccountException of WAFInvalidAccountException.t| `WAFNonEmptyEntityException of WAFNonEmptyEntityException.t| `WAFNonexistentItemException of WAFNonexistentItemException.t| `WAFReferencedItemException of WAFReferencedItemException.t| `WAFStaleDataException of WAFStaleDataException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `Unknown_operation_error of string * string option
| `WAFInternalErrorException of WAFInternalErrorException.t
| `WAFInvalidAccountException of unit
| `WAFNonEmptyEntityException of WAFNonEmptyEntityException.t
| `WAFNonexistentItemException of WAFNonexistentItemException.t
| `WAFReferencedItemException of WAFReferencedItemException.t
| `WAFStaleDataException of WAFStaleDataException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `Unknown_operation_error of string * string option
| `WAFInternalErrorException of WAFInternalErrorException.t
| `WAFInvalidAccountException of unit
| `WAFNonEmptyEntityException of WAFNonEmptyEntityException.t
| `WAFNonexistentItemException of WAFNonexistentItemException.t
| `WAFReferencedItemException of WAFReferencedItemException.t
| `WAFStaleDataException of WAFStaleDataException.t ]