ListAssessmentReports
Source:
src/AWS/AuditManager/ListAssessmentReports.ts
Runtime binding for auditmanager:ListAssessmentReports.
Lists the assessment reports created in the account. Provide the
implementation with Effect.provide(AWS.AuditManager.ListAssessmentReportsHttp).
Assessment Reports
Section titled “Assessment Reports”const listAssessmentReports = yield* AWS.AuditManager.ListAssessmentReports();const result = yield* listAssessmentReports({ maxResults: 20 });