Skip to content

GetDelegations

Source: src/AWS/AuditManager/GetDelegations.ts

Runtime binding for auditmanager:GetDelegations.

Lists the delegations assigned to the calling account. Provide the implementation with Effect.provide(AWS.AuditManager.GetDelegationsHttp).

const getDelegations = yield* AWS.AuditManager.GetDelegations();
const result = yield* getDelegations({ maxResults: 20 });