amazonka-maciev2-2.0: Amazon Macie 2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MacieV2.UpdateAutomatedDiscoveryConfiguration

Description

Enables or disables automated sensitive data discovery for an account.

Synopsis

Creating a Request

data UpdateAutomatedDiscoveryConfiguration Source #

Constructors

UpdateAutomatedDiscoveryConfiguration' 

Fields

  • status :: AutomatedDiscoveryStatus

    The new status of automated sensitive data discovery for the account. Valid values are: ENABLED, start or resume automated sensitive data discovery activities for the account; and, DISABLED, stop performing automated sensitive data discovery activities for the account.

    When you enable automated sensitive data discovery for the first time, Amazon Macie uses default configuration settings to determine which data sources to analyze and which managed data identifiers to use. To change these settings, use the UpdateClassificationScope and UpdateSensitivityInspectionTemplate operations, respectively. If you change the settings and subsequently disable the configuration, Amazon Macie retains your changes.

Instances

Instances details
ToJSON UpdateAutomatedDiscoveryConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateAutomatedDiscoveryConfiguration

ToHeaders UpdateAutomatedDiscoveryConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateAutomatedDiscoveryConfiguration

ToPath UpdateAutomatedDiscoveryConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateAutomatedDiscoveryConfiguration

ToQuery UpdateAutomatedDiscoveryConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateAutomatedDiscoveryConfiguration

AWSRequest UpdateAutomatedDiscoveryConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateAutomatedDiscoveryConfiguration

Generic UpdateAutomatedDiscoveryConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateAutomatedDiscoveryConfiguration

Read UpdateAutomatedDiscoveryConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateAutomatedDiscoveryConfiguration

Show UpdateAutomatedDiscoveryConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateAutomatedDiscoveryConfiguration

NFData UpdateAutomatedDiscoveryConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateAutomatedDiscoveryConfiguration

Eq UpdateAutomatedDiscoveryConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateAutomatedDiscoveryConfiguration

Hashable UpdateAutomatedDiscoveryConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateAutomatedDiscoveryConfiguration

type AWSResponse UpdateAutomatedDiscoveryConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateAutomatedDiscoveryConfiguration

type Rep UpdateAutomatedDiscoveryConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateAutomatedDiscoveryConfiguration

type Rep UpdateAutomatedDiscoveryConfiguration = D1 ('MetaData "UpdateAutomatedDiscoveryConfiguration" "Amazonka.MacieV2.UpdateAutomatedDiscoveryConfiguration" "amazonka-maciev2-2.0-5WBPWSHaxt7LOrO1LzXg18" 'False) (C1 ('MetaCons "UpdateAutomatedDiscoveryConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutomatedDiscoveryStatus)))

newUpdateAutomatedDiscoveryConfiguration Source #

Create a value of UpdateAutomatedDiscoveryConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

UpdateAutomatedDiscoveryConfiguration, updateAutomatedDiscoveryConfiguration_status - The new status of automated sensitive data discovery for the account. Valid values are: ENABLED, start or resume automated sensitive data discovery activities for the account; and, DISABLED, stop performing automated sensitive data discovery activities for the account.

When you enable automated sensitive data discovery for the first time, Amazon Macie uses default configuration settings to determine which data sources to analyze and which managed data identifiers to use. To change these settings, use the UpdateClassificationScope and UpdateSensitivityInspectionTemplate operations, respectively. If you change the settings and subsequently disable the configuration, Amazon Macie retains your changes.

Request Lenses

updateAutomatedDiscoveryConfiguration_status :: Lens' UpdateAutomatedDiscoveryConfiguration AutomatedDiscoveryStatus Source #

The new status of automated sensitive data discovery for the account. Valid values are: ENABLED, start or resume automated sensitive data discovery activities for the account; and, DISABLED, stop performing automated sensitive data discovery activities for the account.

When you enable automated sensitive data discovery for the first time, Amazon Macie uses default configuration settings to determine which data sources to analyze and which managed data identifiers to use. To change these settings, use the UpdateClassificationScope and UpdateSensitivityInspectionTemplate operations, respectively. If you change the settings and subsequently disable the configuration, Amazon Macie retains your changes.

Destructuring the Response

data UpdateAutomatedDiscoveryConfigurationResponse Source #

Constructors

UpdateAutomatedDiscoveryConfigurationResponse' 

Fields

Instances

Instances details
Generic UpdateAutomatedDiscoveryConfigurationResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateAutomatedDiscoveryConfiguration

Read UpdateAutomatedDiscoveryConfigurationResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateAutomatedDiscoveryConfiguration

Show UpdateAutomatedDiscoveryConfigurationResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateAutomatedDiscoveryConfiguration

NFData UpdateAutomatedDiscoveryConfigurationResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateAutomatedDiscoveryConfiguration

Eq UpdateAutomatedDiscoveryConfigurationResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateAutomatedDiscoveryConfiguration

type Rep UpdateAutomatedDiscoveryConfigurationResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateAutomatedDiscoveryConfiguration

type Rep UpdateAutomatedDiscoveryConfigurationResponse = D1 ('MetaData "UpdateAutomatedDiscoveryConfigurationResponse" "Amazonka.MacieV2.UpdateAutomatedDiscoveryConfiguration" "amazonka-maciev2-2.0-5WBPWSHaxt7LOrO1LzXg18" 'False) (C1 ('MetaCons "UpdateAutomatedDiscoveryConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateAutomatedDiscoveryConfigurationResponse Source #

Create a value of UpdateAutomatedDiscoveryConfigurationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UpdateAutomatedDiscoveryConfigurationResponse', updateAutomatedDiscoveryConfigurationResponse_httpStatus - The response's http status code.

Response Lenses