Skip to content

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).

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