Skip to content

ValidateAssessmentReportIntegrity

Source: src/AWS/AuditManager/ValidateAssessmentReportIntegrity.ts

Runtime binding for auditmanager:ValidateAssessmentReportIntegrity.

Validates the integrity (checksums) of a generated assessment report in Amazon S3. Provide the implementation with Effect.provide(AWS.AuditManager.ValidateAssessmentReportIntegrityHttp).

const validateAssessmentReportIntegrity = yield* AWS.AuditManager.ValidateAssessmentReportIntegrity();
const result = yield* validateAssessmentReportIntegrity({ s3RelativePath: "s3://audit-reports/report.zip" });