Values.GetTrustStoreRevocationContentInputSourceRetrieves the specified revocation file. This action returns a pre-signed S3 URI which is active for ten minutes.
type nonrec t = {trustStoreArn : TrustStoreArn.t;The Amazon Resource Name (ARN) of the trust store.
*)revocationId : RevocationId.t;The revocation ID of the revocation file.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of RevocationId.t | `String of TrustStoreArn.t ])
list ]