GetMember
Source:
src/AWS/Macie2/GetMember.ts
Runtime binding for macie2:GetMember.
Retrieves information about an account that’s associated with an Amazon Macie administrator account.
Account-level operation — invoked with the caller’s request as-is.
Provide the implementation with
Effect.provide(AWS.Macie2.GetMemberHttp).
Organization & Members
Section titled “Organization & Members”// init — account-level binding, no resource argumentconst getMember = yield* AWS.Macie2.GetMember();
// runtimeconst { relationshipStatus } = yield* getMember({ id: accountId });