UpdateAutomatedDiscoveryConfiguration
Source:
src/AWS/Macie2/UpdateAutomatedDiscoveryConfiguration.ts
Runtime binding for macie2:UpdateAutomatedDiscoveryConfiguration.
Changes the configuration settings and status of automated sensitive data discovery for an organization or standalone account.
Account-level operation — invoked with the caller’s request as-is.
Provide the implementation with
Effect.provide(AWS.Macie2.UpdateAutomatedDiscoveryConfigurationHttp).
Automated Discovery
Section titled “Automated Discovery”// init — account-level binding, no resource argumentconst updateAutomatedDiscoveryConfiguration = yield* AWS.Macie2.UpdateAutomatedDiscoveryConfiguration();
// runtimeyield* updateAutomatedDiscoveryConfiguration({ status: "ENABLED" });