Values.TrustStoreRevocationSourceInformation about a revocation file in use by a trust store.
type nonrec t = {trustStoreArn : TrustStoreArn.t option;The Amazon Resource Name (ARN) of the trust store.
*)revocationId : RevocationId.t option;The revocation ID of the revocation file.
*)revocationType : RevocationType.t option;The type of revocation file.
*)numberOfRevokedEntries : NumberOfRevokedEntries.t option;The number of revoked certificates.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of RevocationId.t
| `String of TrustStoreArn.t ])
list ]