Values.RemoveTrustStoreRevocationsInputSourceRemoves the specified revocation file from the specified trust store.
type nonrec t = {trustStoreArn : TrustStoreArn.t;The Amazon Resource Name (ARN) of the trust store.
*)revocationIds : RevocationIds.t;The revocation IDs of the revocation files you want to remove.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Long of RevocationId.t ] list
| `String of TrustStoreArn.t ])
list ]