Skip to content

ListAllowLists

Source: src/AWS/Macie2/ListAllowLists.ts

Runtime binding for macie2:ListAllowLists.

Retrieves a subset of information about all the allow lists for an account. Account-level operation — invoked with the caller’s request as-is. Provide the implementation with Effect.provide(AWS.Macie2.ListAllowListsHttp).

// init — account-level binding, no resource argument
const listAllowLists = yield* AWS.Macie2.ListAllowLists();
// runtime
const { allowLists } = yield* listAllowLists();