CreateAssessmentReport
Source:
src/AWS/AuditManager/CreateAssessmentReport.ts
Runtime binding for auditmanager:CreateAssessmentReport.
Creates an assessment report — a finalized document generated from
the bound assessment’s evidence — in the assessment’s S3 destination. Provide the
implementation with Effect.provide(AWS.AuditManager.CreateAssessmentReportHttp).
Assessment Reports
Section titled “Assessment Reports”const createAssessmentReport = yield* AWS.AuditManager.CreateAssessmentReport(assessment);const result = yield* createAssessmentReport({ name: "quarterly-report" });