Values.DeleteCertificateResponseSourceDeletes the specified certificate.
type nonrec t = {certificate : Certificate.t option;The Secure Sockets Layer (SSL) certificate.
*)}type nonrec error = [ | `InvalidResourceStateFault of InvalidResourceStateFault.t| `ResourceNotFoundFault of ResourceNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidResourceStateFault of InvalidResourceStateFault.t
| `ResourceNotFoundFault of ResourceNotFoundFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidResourceStateFault of InvalidResourceStateFault.t
| `ResourceNotFoundFault of ResourceNotFoundFault.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Blob of CertificateWallet.t
| `Integer of IntegerOptional.t
| `String of String_.t
| `Timestamp of TStamp.t ])
list ])
list ]