Values.DeleteTrustStoreOutputSourceDeletes a trust store.
and t = {deleteTrustStoreResult : deleteTrustStoreResult;responseMetaData : responseMetaData;}type error = [ | `TrustStoreInUseException of TrustStoreInUseException.t| `TrustStoreNotFoundException of TrustStoreNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `TrustStoreInUseException of unit
| `TrustStoreNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `TrustStoreInUseException of unit
| `TrustStoreNotFoundException of unit
| `Unknown_operation_error of string * string option ]