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

Description

Updates the sensitivity scoring settings for an S3 bucket.

Synopsis

Creating a Request

data UpdateResourceProfileDetections Source #

See: newUpdateResourceProfileDetections smart constructor.

Constructors

UpdateResourceProfileDetections' 

Fields

  • suppressDataIdentifiers :: Maybe [SuppressDataIdentifier]

    An array of objects, one for each custom data identifier or managed data identifier that detected the type of sensitive data to start excluding or including in the bucket's score. To start including all sensitive data types in the score, don't specify any values for this array.

  • resourceArn :: Text

    The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.

Instances

Instances details
ToJSON UpdateResourceProfileDetections Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateResourceProfileDetections

ToHeaders UpdateResourceProfileDetections Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateResourceProfileDetections

ToPath UpdateResourceProfileDetections Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateResourceProfileDetections

ToQuery UpdateResourceProfileDetections Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateResourceProfileDetections

AWSRequest UpdateResourceProfileDetections Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateResourceProfileDetections

Generic UpdateResourceProfileDetections Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateResourceProfileDetections

Associated Types

type Rep UpdateResourceProfileDetections :: Type -> Type #

Read UpdateResourceProfileDetections Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateResourceProfileDetections

Show UpdateResourceProfileDetections Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateResourceProfileDetections

NFData UpdateResourceProfileDetections Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateResourceProfileDetections

Eq UpdateResourceProfileDetections Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateResourceProfileDetections

Hashable UpdateResourceProfileDetections Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateResourceProfileDetections

type AWSResponse UpdateResourceProfileDetections Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateResourceProfileDetections

type Rep UpdateResourceProfileDetections Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateResourceProfileDetections

type Rep UpdateResourceProfileDetections = D1 ('MetaData "UpdateResourceProfileDetections" "Amazonka.MacieV2.UpdateResourceProfileDetections" "amazonka-maciev2-2.0-5WBPWSHaxt7LOrO1LzXg18" 'False) (C1 ('MetaCons "UpdateResourceProfileDetections'" 'PrefixI 'True) (S1 ('MetaSel ('Just "suppressDataIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SuppressDataIdentifier])) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateResourceProfileDetections Source #

Create a value of UpdateResourceProfileDetections 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:suppressDataIdentifiers:UpdateResourceProfileDetections', updateResourceProfileDetections_suppressDataIdentifiers - An array of objects, one for each custom data identifier or managed data identifier that detected the type of sensitive data to start excluding or including in the bucket's score. To start including all sensitive data types in the score, don't specify any values for this array.

$sel:resourceArn:UpdateResourceProfileDetections', updateResourceProfileDetections_resourceArn - The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.

Request Lenses

updateResourceProfileDetections_suppressDataIdentifiers :: Lens' UpdateResourceProfileDetections (Maybe [SuppressDataIdentifier]) Source #

An array of objects, one for each custom data identifier or managed data identifier that detected the type of sensitive data to start excluding or including in the bucket's score. To start including all sensitive data types in the score, don't specify any values for this array.

updateResourceProfileDetections_resourceArn :: Lens' UpdateResourceProfileDetections Text Source #

The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.

Destructuring the Response

data UpdateResourceProfileDetectionsResponse Source #

Constructors

UpdateResourceProfileDetectionsResponse' 

Fields

Instances

Instances details
Generic UpdateResourceProfileDetectionsResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateResourceProfileDetections

Read UpdateResourceProfileDetectionsResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateResourceProfileDetections

Show UpdateResourceProfileDetectionsResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateResourceProfileDetections

NFData UpdateResourceProfileDetectionsResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateResourceProfileDetections

Eq UpdateResourceProfileDetectionsResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateResourceProfileDetections

type Rep UpdateResourceProfileDetectionsResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateResourceProfileDetections

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

newUpdateResourceProfileDetectionsResponse Source #

Create a value of UpdateResourceProfileDetectionsResponse 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:UpdateResourceProfileDetectionsResponse', updateResourceProfileDetectionsResponse_httpStatus - The response's http status code.

Response Lenses