CreateMembers
Source:
src/AWS/GuardDuty/CreateMembers.ts
Runtime binding for guardduty:CreateMembers.
Associates member accounts with this administrator detector (organization-managed or invitation flow).
The detector id is injected from the bound Detector.
Provide the implementation with
Effect.provide(AWS.GuardDuty.CreateMembersHttp).
Member Administration
Section titled “Member Administration”// initconst createMembers = yield* AWS.GuardDuty.CreateMembers(detector);
// runtimeyield* createMembers({ AccountDetails: [{ AccountId: "111122223333", Email: "security@example.com" }],});