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).
Custom Data Identifiers & Lists
Section titled “Custom Data Identifiers & Lists”// init — account-level binding, no resource argumentconst listAllowLists = yield* AWS.Macie2.ListAllowLists();
// runtimeconst { allowLists } = yield* listAllowLists();