Values.ImportCertificateResponseSourceUploads the specified certificate.
type nonrec error = [ | `InvalidCertificateFault of InvalidCertificateFault.t| `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t| `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t| `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidCertificateFault of InvalidCertificateFault.t
| `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t
| `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t
| `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidCertificateFault of InvalidCertificateFault.t
| `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t
| `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t
| `ResourceQuotaExceededFault of ResourceQuotaExceededFault.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 ]