Values.AutomatedDiscoveryAccountUpdateSourceChanges the status of automated sensitive data discovery for an Amazon Macie account.
type nonrec t = {accountId : string option;The Amazon Web Services account ID for the account.
*)status : AutomatedDiscoveryAccountStatus.t option;The new status of automated sensitive data discovery for the account. Valid values are: ENABLED, perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account.
*)}