Values.UploadServerCertificateResponseSourceContains the response to a successful UploadServerCertificate request.
type uploadServerCertificateResult = {serverCertificateMetadata : ServerCertificateMetadata.t option;The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
*)}and t = {uploadServerCertificateResult : uploadServerCertificateResult;responseMetaData : responseMetaData;}type error = [ | `ConcurrentModificationException of ConcurrentModificationException.t| `EntityAlreadyExistsException of EntityAlreadyExistsException.t| `InvalidInputException of InvalidInputException.t| `KeyPairMismatchException of KeyPairMismatchException.t| `LimitExceededException of LimitExceededException.t| `MalformedCertificateException of MalformedCertificateException.t| `ServiceFailureException of ServiceFailureException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentModificationException of ConcurrentModificationException.t
| `EntityAlreadyExistsException of EntityAlreadyExistsException.t
| `InvalidInputException of InvalidInputException.t
| `KeyPairMismatchException of KeyPairMismatchException.t
| `LimitExceededException of LimitExceededException.t
| `MalformedCertificateException of MalformedCertificateException.t
| `ServiceFailureException of ServiceFailureException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentModificationException of ConcurrentModificationException.t
| `EntityAlreadyExistsException of EntityAlreadyExistsException.t
| `InvalidInputException of InvalidInputException.t
| `KeyPairMismatchException of KeyPairMismatchException.t
| `LimitExceededException of LimitExceededException.t
| `MalformedCertificateException of MalformedCertificateException.t
| `ServiceFailureException of ServiceFailureException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of TagKeyType.t ]) list ]
list
| `Structure of
(string
* [> `String of PathType.t | `Timestamp of DateType.t ])
list ])
list ])
list ]