CreateMembers
Source:
src/AWS/SecurityHub/CreateMembers.ts
Runtime binding for securityhub:CreateMembers.
Creates member associations between this administrator account and the specified accounts.
Account-level operation — invoked with the caller’s request as-is.
Provide the implementation with
Effect.provide(AWS.SecurityHub.CreateMembersHttp).
Members & Organization
Section titled “Members & Organization”// init — account-level binding, no resource argumentconst createMembers = yield* AWS.SecurityHub.CreateMembers();
// runtimeconst { UnprocessedAccounts } = yield* createMembers({ AccountDetails: [{ AccountId: "111122223333" }],});