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

Description

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

Synopsis

Creating a Request

data GetRevealConfiguration Source #

See: newGetRevealConfiguration smart constructor.

Instances

Instances details
ToHeaders GetRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.GetRevealConfiguration

ToPath GetRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.GetRevealConfiguration

ToQuery GetRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.GetRevealConfiguration

AWSRequest GetRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.GetRevealConfiguration

Associated Types

type AWSResponse GetRevealConfiguration #

Generic GetRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.GetRevealConfiguration

Associated Types

type Rep GetRevealConfiguration :: Type -> Type #

Read GetRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.GetRevealConfiguration

Show GetRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.GetRevealConfiguration

NFData GetRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.GetRevealConfiguration

Methods

rnf :: GetRevealConfiguration -> () #

Eq GetRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.GetRevealConfiguration

Hashable GetRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.GetRevealConfiguration

type AWSResponse GetRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.GetRevealConfiguration

type Rep GetRevealConfiguration Source # 
Instance details

Defined in Amazonka.MacieV2.GetRevealConfiguration

type Rep GetRevealConfiguration = D1 ('MetaData "GetRevealConfiguration" "Amazonka.MacieV2.GetRevealConfiguration" "amazonka-maciev2-2.0-5WBPWSHaxt7LOrO1LzXg18" 'False) (C1 ('MetaCons "GetRevealConfiguration'" 'PrefixI 'False) (U1 :: Type -> Type))

newGetRevealConfiguration :: GetRevealConfiguration Source #

Create a value of GetRevealConfiguration with all optional fields omitted.

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

Destructuring the Response

data GetRevealConfigurationResponse Source #

See: newGetRevealConfigurationResponse smart constructor.

Constructors

GetRevealConfigurationResponse' 

Fields

Instances

Instances details
Generic GetRevealConfigurationResponse Source # 
Instance details

Defined in Amazonka.MacieV2.GetRevealConfiguration

Associated Types

type Rep GetRevealConfigurationResponse :: Type -> Type #

Read GetRevealConfigurationResponse Source # 
Instance details

Defined in Amazonka.MacieV2.GetRevealConfiguration

Show GetRevealConfigurationResponse Source # 
Instance details

Defined in Amazonka.MacieV2.GetRevealConfiguration

NFData GetRevealConfigurationResponse Source # 
Instance details

Defined in Amazonka.MacieV2.GetRevealConfiguration

Eq GetRevealConfigurationResponse Source # 
Instance details

Defined in Amazonka.MacieV2.GetRevealConfiguration

type Rep GetRevealConfigurationResponse Source # 
Instance details

Defined in Amazonka.MacieV2.GetRevealConfiguration

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

newGetRevealConfigurationResponse Source #

Create a value of GetRevealConfigurationResponse 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:configuration:GetRevealConfigurationResponse', getRevealConfigurationResponse_configuration - The current configuration settings and the status of the configuration for the account.

$sel:httpStatus:GetRevealConfigurationResponse', getRevealConfigurationResponse_httpStatus - The response's http status code.

Response Lenses

getRevealConfigurationResponse_configuration :: Lens' GetRevealConfigurationResponse (Maybe RevealConfiguration) Source #

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