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).
Delegations
Section titled “Delegations”const getDelegations = yield* AWS.AuditManager.GetDelegations();const result = yield* getDelegations({ maxResults: 20 });