ListManagedDataIdentifiers
Source:
src/AWS/Macie2/ListManagedDataIdentifiers.ts
Runtime binding for macie2:ListManagedDataIdentifiers.
Retrieves information about all the managed data identifiers that Amazon Macie currently provides.
Account-level operation — invoked with the caller’s request as-is.
Provide the implementation with
Effect.provide(AWS.Macie2.ListManagedDataIdentifiersHttp).
Custom Data Identifiers & Lists
Section titled “Custom Data Identifiers & Lists”// init — account-level binding, no resource argumentconst listManagedDataIdentifiers = yield* AWS.Macie2.ListManagedDataIdentifiers();
// runtimeconst { items } = yield* listManagedDataIdentifiers();