ListMemberAccounts
Source:
src/AWS/FMS/ListMemberAccounts.ts
Runtime binding for fms:ListMemberAccounts.
Returns the member account ids in the administrator’s Amazon Web Services organization — only usable by the organization’s management account or a delegated administrator. Provide the
implementation with Effect.provide(AWS.FMS.ListMemberAccountsHttp).
Compliance and Protection Status
Section titled “Compliance and Protection Status”// init — account-level binding takes no resourceconst listMemberAccounts = yield* AWS.FMS.ListMemberAccounts();
// runtimeconst result = yield* listMemberAccounts();console.log(result.MemberAccounts?.length);