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).
Automated Discovery
Section titled “Automated Discovery”// init — account-level binding, no resource argumentconst listAutomatedDiscoveryAccounts = yield* AWS.Macie2.ListAutomatedDiscoveryAccounts();
// runtimeconst { items } = yield* listAutomatedDiscoveryAccounts();