Values.DescribeTrustStoreRevocationsInputSourceDescribes the revocation files in use by the specified trust store or revocation files.
type nonrec t = {trustStoreArn : TrustStoreArn.t;The Amazon Resource Name (ARN) of the trust store.
*)revocationIds : RevocationIds.t option;The revocation IDs of the revocation files you want to describe.
*)marker : Marker.t option;The marker for the next set of results. (You received this marker from a previous call.)
*)pageSize : PageSize.t option;The maximum number of results to return with this call.
*)}val make :
?revocationIds:??? ->
?marker:??? ->
?pageSize:??? ->
trustStoreArn:TrustStoreArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of PageSize.t
| `List of [> `Long of RevocationId.t ] list
| `String of TrustStoreArn.t ])
list ]