Values.AddTrustStoreRevocationsInputSourceAdds the specified revocation file to the specified trust store.
type nonrec t = {trustStoreArn : TrustStoreArn.t;The Amazon Resource Name (ARN) of the trust store.
*)revocationContents : RevocationContents.t option;The revocation file to add.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of S3Bucket.t ])
list ]
list
| `String of TrustStoreArn.t ])
list ]