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.UpdateRevealConfiguration

Description

Updates the status and configuration settings for retrieving occurrences of sensitive data reported by findings.

Synopsis

Creating a Request

data UpdateRevealConfiguration Source #

See: newUpdateRevealConfiguration smart constructor.

Constructors

UpdateRevealConfiguration' 

Fields

Instances

Instances details
ToJSON UpdateRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateRevealConfiguration

ToHeaders UpdateRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateRevealConfiguration

ToPath UpdateRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateRevealConfiguration

ToQuery UpdateRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateRevealConfiguration

AWSRequest UpdateRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateRevealConfiguration

Generic UpdateRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateRevealConfiguration

Associated Types

type Rep UpdateRevealConfiguration :: Type -> Type #

Read UpdateRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateRevealConfiguration

Show UpdateRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateRevealConfiguration

NFData UpdateRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateRevealConfiguration

Eq UpdateRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateRevealConfiguration

Hashable UpdateRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateRevealConfiguration

type AWSResponse UpdateRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateRevealConfiguration

type Rep UpdateRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateRevealConfiguration

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

newUpdateRevealConfiguration Source #

Create a value of UpdateRevealConfiguration 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:

UpdateRevealConfiguration, updateRevealConfiguration_configuration - The new configuration settings and the status of the configuration for the account.

Request Lenses

updateRevealConfiguration_configuration :: Lens' UpdateRevealConfiguration RevealConfiguration Source #

The new configuration settings and the status of the configuration for the account.

Destructuring the Response

data UpdateRevealConfigurationResponse Source #

See: newUpdateRevealConfigurationResponse smart constructor.

Constructors

UpdateRevealConfigurationResponse' 

Fields

Instances

Instances details
Generic UpdateRevealConfigurationResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateRevealConfiguration

Associated Types

type Rep UpdateRevealConfigurationResponse :: Type -> Type #

Read UpdateRevealConfigurationResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateRevealConfiguration

Show UpdateRevealConfigurationResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateRevealConfiguration

NFData UpdateRevealConfigurationResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateRevealConfiguration

Eq UpdateRevealConfigurationResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateRevealConfiguration

type Rep UpdateRevealConfigurationResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateRevealConfiguration

type Rep UpdateRevealConfigurationResponse = D1 ('MetaData "UpdateRevealConfigurationResponse" "Amazonka.MacieV2.UpdateRevealConfiguration" "amazonka-maciev2-2.0-5WBPWSHaxt7LOrO1LzXg18" 'False) (C1 ('MetaCons "UpdateRevealConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RevealConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateRevealConfigurationResponse Source #

Create a value of UpdateRevealConfigurationResponse 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:

UpdateRevealConfiguration, updateRevealConfigurationResponse_configuration - The new configuration settings and the status of the configuration for the account.

$sel:httpStatus:UpdateRevealConfigurationResponse', updateRevealConfigurationResponse_httpStatus - The response's http status code.

Response Lenses

updateRevealConfigurationResponse_configuration :: Lens' UpdateRevealConfigurationResponse (Maybe RevealConfiguration) Source #

The new configuration settings and the status of the configuration for the account.