Skip to content

GetMembers

Source: src/AWS/SecurityHub/GetMembers.ts

Runtime binding for securityhub:GetMembers.

Returns the member details for the specified accounts. Account-level operation — invoked with the caller’s request as-is. Provide the implementation with Effect.provide(AWS.SecurityHub.GetMembersHttp).

// init — account-level binding, no resource argument
const getMembers = yield* AWS.SecurityHub.GetMembers();
// runtime
const { Members } = yield* getMembers({ AccountIds: ["111122223333"] });