GetAssessmentReportUrl
Source:
src/AWS/AuditManager/GetAssessmentReportUrl.ts
Runtime binding for auditmanager:GetAssessmentReportUrl.
Gets the presigned URL for downloading a generated assessment
report. Provide the
implementation with Effect.provide(AWS.AuditManager.GetAssessmentReportUrlHttp).
Assessment Reports
Section titled “Assessment Reports”const getAssessmentReportUrl = yield* AWS.AuditManager.GetAssessmentReportUrl(assessment);const result = yield* getAssessmentReportUrl({ assessmentReportId });