Smaws_Client_ACMPCA.DescribeCertificateAuthorityAuditReportLists information about a specific audit report created by calling the CreateCertificateAuthorityAuditReport action. Audit information is created every time the certificate authority (CA) private key is used. The private key is used when you call the IssueCertificate action or the RevokeCertificate action.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidArgsException of Types.invalid_args_exception
| `InvalidArnException of Types.invalid_arn_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_certificate_authority_audit_report_request ->
(Types.describe_certificate_authority_audit_report_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidArgsException of Types.invalid_args_exception
| `InvalidArnException of Types.invalid_arn_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_certificate_authority_audit_report_request ->
(Types.describe_certificate_authority_audit_report_response
Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidArgsException of Types.invalid_args_exception
| `InvalidArnException of Types.invalid_arn_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result