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

Description

Updates the classification scope settings for an account.

Synopsis

Creating a Request

data UpdateClassificationScope Source #

See: newUpdateClassificationScope smart constructor.

Constructors

UpdateClassificationScope' 

Fields

  • s3 :: Maybe S3ClassificationScopeUpdate

    The S3 buckets to add or remove from the exclusion list defined by the classification scope.

  • id :: Text

    The unique identifier for the Amazon Macie resource that the request applies to.

Instances

Instances details
ToJSON UpdateClassificationScope Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateClassificationScope

ToHeaders UpdateClassificationScope Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateClassificationScope

ToPath UpdateClassificationScope Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateClassificationScope

ToQuery UpdateClassificationScope Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateClassificationScope

AWSRequest UpdateClassificationScope Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateClassificationScope

Generic UpdateClassificationScope Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateClassificationScope

Associated Types

type Rep UpdateClassificationScope :: Type -> Type #

Read UpdateClassificationScope Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateClassificationScope

Show UpdateClassificationScope Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateClassificationScope

NFData UpdateClassificationScope Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateClassificationScope

Eq UpdateClassificationScope Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateClassificationScope

Hashable UpdateClassificationScope Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateClassificationScope

type AWSResponse UpdateClassificationScope Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateClassificationScope

type Rep UpdateClassificationScope Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateClassificationScope

type Rep UpdateClassificationScope = D1 ('MetaData "UpdateClassificationScope" "Amazonka.MacieV2.UpdateClassificationScope" "amazonka-maciev2-2.0-5WBPWSHaxt7LOrO1LzXg18" 'False) (C1 ('MetaCons "UpdateClassificationScope'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3ClassificationScopeUpdate)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateClassificationScope Source #

Create a value of UpdateClassificationScope 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:s3:UpdateClassificationScope', updateClassificationScope_s3 - The S3 buckets to add or remove from the exclusion list defined by the classification scope.

UpdateClassificationScope, updateClassificationScope_id - The unique identifier for the Amazon Macie resource that the request applies to.

Request Lenses

updateClassificationScope_s3 :: Lens' UpdateClassificationScope (Maybe S3ClassificationScopeUpdate) Source #

The S3 buckets to add or remove from the exclusion list defined by the classification scope.

updateClassificationScope_id :: Lens' UpdateClassificationScope Text Source #

The unique identifier for the Amazon Macie resource that the request applies to.

Destructuring the Response

data UpdateClassificationScopeResponse Source #

See: newUpdateClassificationScopeResponse smart constructor.

Constructors

UpdateClassificationScopeResponse' 

Fields

Instances

Instances details
Generic UpdateClassificationScopeResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateClassificationScope

Associated Types

type Rep UpdateClassificationScopeResponse :: Type -> Type #

Read UpdateClassificationScopeResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateClassificationScope

Show UpdateClassificationScopeResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateClassificationScope

NFData UpdateClassificationScopeResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateClassificationScope

Eq UpdateClassificationScopeResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateClassificationScope

type Rep UpdateClassificationScopeResponse Source # 
Instance details

Defined in Amazonka.MacieV2.UpdateClassificationScope

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

newUpdateClassificationScopeResponse Source #

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

Response Lenses