ListDelegatedAdminAccounts
Source:
src/AWS/Inspector2/ListDelegatedAdminAccounts.ts
Runtime binding for inspector2:ListDelegatedAdminAccounts.
Lists information about the Amazon Inspector delegated administrator of your organization.
Provide the implementation with
Effect.provide(AWS.Inspector2.ListDelegatedAdminAccountsHttp).
Organization & Members
Section titled “Organization & Members”// initconst listDelegatedAdminAccounts = yield* AWS.Inspector2.ListDelegatedAdminAccounts();
// runtimeconst { delegatedAdminAccounts } = yield* listDelegatedAdminAccounts();