Skip to content

GetChangeLogs

Source: src/AWS/AuditManager/GetChangeLogs.ts

Runtime binding for auditmanager:GetChangeLogs.

Lists the changelog — who did what, when — for the bound assessment, optionally narrowed to a control set or control. Provide the implementation with Effect.provide(AWS.AuditManager.GetChangeLogsHttp).

const getChangeLogs = yield* AWS.AuditManager.GetChangeLogs(assessment);
const result = yield* getChangeLogs({ maxResults: 20 });