Values.RevocationContentSourceInformation about a revocation file.
type nonrec t = {s3Bucket : S3Bucket.t option;The Amazon S3 bucket for the revocation file.
*)s3Key : S3Key.t option;The Amazon S3 path for the revocation file.
*)s3ObjectVersion : S3ObjectVersion.t option;The Amazon S3 object version of the revocation file.
*)revocationType : RevocationType.t option;The type of revocation file.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of S3Bucket.t ]) list ]