Values.TrustStoreSourceInformation about a trust store.
type nonrec t = {name : TrustStoreName.t option;The name of the trust store.
*)trustStoreArn : TrustStoreArn.t option;The Amazon Resource Name (ARN) of the trust store.
*)status : TrustStoreStatus.t option;The current status of the trust store.
*)numberOfCaCertificates : NumberOfCaCertificates.t option;The number of ca certificates in the trust store.
*)totalRevokedEntries : TotalRevokedEntries.t option;The number of revoked certificates in the trust store.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of NumberOfCaCertificates.t
| `Long of TotalRevokedEntries.t
| `String of TrustStoreName.t ])
list ]