Values.RemoveTrustStoreRevocationsOutputSourceRemoves the specified revocation file from the specified trust store.
and t = {removeTrustStoreRevocationsResult : removeTrustStoreRevocationsResult;responseMetaData : responseMetaData;}type error = [ | `RevocationIdNotFoundException of RevocationIdNotFoundException.t| `TrustStoreNotFoundException of TrustStoreNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `RevocationIdNotFoundException of unit
| `TrustStoreNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `RevocationIdNotFoundException of unit
| `TrustStoreNotFoundException of unit
| `Unknown_operation_error of string * string option ]