Values.GetTrustStoreCaCertificatesBundleOutputSourceRetrieves the ca certificate bundle. This action returns a pre-signed S3 URI which is active for ten minutes.
type getTrustStoreCaCertificatesBundleResult = {location : Location.t option;The ca certificate bundles Amazon S3 URI.
*)}and t = {getTrustStoreCaCertificatesBundleResult : getTrustStoreCaCertificatesBundleResult;responseMetaData : responseMetaData;}type error = [ | `TrustStoreNotFoundException of TrustStoreNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `TrustStoreNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `TrustStoreNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of Location.t ]) list ])
list ]