Skip to content

BatchGetCustomDataIdentifiers

Source: src/AWS/Macie2/BatchGetCustomDataIdentifiers.ts

Runtime binding for macie2:BatchGetCustomDataIdentifiers.

Retrieves information about one or more custom data identifiers. Account-level operation — invoked with the caller’s request as-is. Provide the implementation with Effect.provide(AWS.Macie2.BatchGetCustomDataIdentifiersHttp).

// init — account-level binding, no resource argument
const batchGetCustomDataIdentifiers = yield* AWS.Macie2.BatchGetCustomDataIdentifiers();
// runtime
const { customDataIdentifiers } = yield* batchGetCustomDataIdentifiers({ ids });