Values.ModifyTrustStoreOutputSourceUpdate the ca certificate bundle for the specified trust store.
type modifyTrustStoreResult = {trustStores : TrustStores.t option;Information about the modified trust store.
*)}and t = {modifyTrustStoreResult : modifyTrustStoreResult;responseMetaData : responseMetaData;}type error = [ | `CaCertificatesBundleNotFoundException of
CaCertificatesBundleNotFoundException.t| `InvalidCaCertificatesBundleException of InvalidCaCertificatesBundleException.t| `TrustStoreNotFoundException of TrustStoreNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CaCertificatesBundleNotFoundException of unit
| `InvalidCaCertificatesBundleException of unit
| `TrustStoreNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CaCertificatesBundleNotFoundException of unit
| `InvalidCaCertificatesBundleException of unit
| `TrustStoreNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of NumberOfCaCertificates.t
| `Long of TotalRevokedEntries.t
| `String of TrustStoreName.t ])
list ]
list ])
list ])
list ]