Values.GetRevocationStatusRequestSourceRequest structure for checking revocation status.
type nonrec t = {signatureTimestamp : Timestamp.t;The timestamp when the artifact was signed, in ISO 8601 format.
*)platformId : PlatformId.t;The platform identifier for the signing platform used.
*)profileVersionArn : Arn.t;The ARN of the signing profile version used to sign the artifact.
*)jobArn : Arn.t;The ARN of the signing job that produced the signature.
*)certificateHashes : CertificateHashes.t;List of certificate hashes to check for revocation.
*)}val make :
signatureTimestamp:Timestamp.t ->
platformId:PlatformId.t ->
profileVersionArn:Arn.t ->
jobArn:Arn.t ->
certificateHashes:CertificateHashes.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of CertificateHash.t ] list
| `String of PlatformId.t
| `Timestamp of Timestamp.t ])
list ]