Values.RevokeCertificateRequestSourceRevokes a public ACM certificate. You can only revoke certificates that have been previously exported. Once a certificate is revoked, you cannot reuse the certificate. Revoking a certificate is permanent.
type nonrec t = {certificateArn : Arn.t;The Amazon Resource Name (ARN) of the public or private certificate that will be revoked. The ARN must have the following form: arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012
*)revocationReason : RevocationReason.t;Specifies why you revoked the certificate.
*)}