ListDelegatedServicesForAccount
Source:
src/AWS/Organizations/ListDelegatedServicesForAccount.ts
Runtime binding for organizations:ListDelegatedServicesForAccount.
Lists the Amazon Web Services services for which the specified account is a delegated administrator.
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.ListDelegatedServicesForAccountHttp).
Delegated Administration & Trusted Access
Section titled “Delegated Administration & Trusted Access”// init — account-level binding, no resource argumentconst listDelegatedServicesForAccount = yield* AWS.Organizations.ListDelegatedServicesForAccount();
// runtimeconst { DelegatedServices } = yield* listDelegatedServicesForAccount({ AccountId: accountId,});