Skip to content

ListInvitations

Source: src/AWS/SecurityHub/ListInvitations.ts

Runtime binding for securityhub:ListInvitations.

Lists the Security Hub membership invitations received by this account. Account-level operation — invoked with the caller’s request as-is. Provide the implementation with Effect.provide(AWS.SecurityHub.ListInvitationsHttp).

// init — account-level binding, no resource argument
const listInvitations = yield* AWS.SecurityHub.ListInvitations();
// runtime
const { Invitations } = yield* listInvitations();