Skip to content

ListAutomatedDiscoveryAccounts

Source: src/AWS/Macie2/ListAutomatedDiscoveryAccounts.ts

Runtime binding for macie2:ListAutomatedDiscoveryAccounts.

Retrieves the status of automated sensitive data discovery for one or more accounts. Account-level operation — invoked with the caller’s request as-is. Provide the implementation with Effect.provide(AWS.Macie2.ListAutomatedDiscoveryAccountsHttp).

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