Values.CreateTrustStoreOutputSourceCreates a trust store. For more information, see Mutual TLS for Application Load Balancers.
type createTrustStoreResult = {trustStores : TrustStores.t option;Information about the trust store created.
*)}and t = {createTrustStoreResult : createTrustStoreResult;responseMetaData : responseMetaData;}type error = [ | `CaCertificatesBundleNotFoundException of
CaCertificatesBundleNotFoundException.t| `DuplicateTagKeysException of DuplicateTagKeysException.t| `DuplicateTrustStoreNameException of DuplicateTrustStoreNameException.t| `InvalidCaCertificatesBundleException of InvalidCaCertificatesBundleException.t| `TooManyTagsException of TooManyTagsException.t| `TooManyTrustStoresException of TooManyTrustStoresException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CaCertificatesBundleNotFoundException of unit
| `DuplicateTagKeysException of unit
| `DuplicateTrustStoreNameException of unit
| `InvalidCaCertificatesBundleException of unit
| `TooManyTagsException of unit
| `TooManyTrustStoresException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CaCertificatesBundleNotFoundException of unit
| `DuplicateTagKeysException of unit
| `DuplicateTrustStoreNameException of unit
| `InvalidCaCertificatesBundleException of unit
| `TooManyTagsException of unit
| `TooManyTrustStoresException 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 ]