Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data S3ResourceClassificationUpdate = S3ResourceClassificationUpdate' {}
- newS3ResourceClassificationUpdate :: Text -> ClassificationTypeUpdate -> S3ResourceClassificationUpdate
- s3ResourceClassificationUpdate_prefix :: Lens' S3ResourceClassificationUpdate (Maybe Text)
- s3ResourceClassificationUpdate_bucketName :: Lens' S3ResourceClassificationUpdate Text
- s3ResourceClassificationUpdate_classificationTypeUpdate :: Lens' S3ResourceClassificationUpdate ClassificationTypeUpdate
Documentation
data S3ResourceClassificationUpdate Source #
The S3 resources whose classification types you want to update. This data type is used as a request parameter in the UpdateS3Resources action.
See: newS3ResourceClassificationUpdate
smart constructor.
S3ResourceClassificationUpdate' | |
|
Instances
newS3ResourceClassificationUpdate Source #
:: Text | |
-> ClassificationTypeUpdate |
|
-> S3ResourceClassificationUpdate |
Create a value of S3ResourceClassificationUpdate
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:prefix:S3ResourceClassificationUpdate'
, s3ResourceClassificationUpdate_prefix
- The prefix of the S3 bucket whose classification types you want to
update.
$sel:bucketName:S3ResourceClassificationUpdate'
, s3ResourceClassificationUpdate_bucketName
- The name of the S3 bucket whose classification types you want to update.
$sel:classificationTypeUpdate:S3ResourceClassificationUpdate'
, s3ResourceClassificationUpdate_classificationTypeUpdate
- The classification type that you want to update for the resource
associated with Amazon Macie Classic.
s3ResourceClassificationUpdate_prefix :: Lens' S3ResourceClassificationUpdate (Maybe Text) Source #
The prefix of the S3 bucket whose classification types you want to update.
s3ResourceClassificationUpdate_bucketName :: Lens' S3ResourceClassificationUpdate Text Source #
The name of the S3 bucket whose classification types you want to update.
s3ResourceClassificationUpdate_classificationTypeUpdate :: Lens' S3ResourceClassificationUpdate ClassificationTypeUpdate Source #
The classification type that you want to update for the resource associated with Amazon Macie Classic.