Skip to content

ListDelegatedAdministrators

Source: src/AWS/Organizations/ListDelegatedAdministrators.ts

Runtime binding for organizations:ListDelegatedAdministrators.

Lists the accounts that are designated as delegated administrators in the organization, optionally filtered by service principal. Account-level operation — Organizations is a management-account-scoped global service, so the binding takes no resource argument. Provide the implementation with Effect.provide(AWS.Organizations.ListDelegatedAdministratorsHttp).

// init — account-level binding, no resource argument
const listDelegatedAdministrators = yield* AWS.Organizations.ListDelegatedAdministrators();
// runtime
const { DelegatedAdministrators } = yield* listDelegatedAdministrators();