Skip to content

Commit 5410b90

Browse files
author
awstools
committed
feat(client-macie2): This release adds support for configuring new classification jobs to use the set of managed data identifiers that we recommend for jobs. For the managed data identifier selection type (managedDataIdentifierSelector), specify RECOMMENDED.
1 parent c0eca18 commit 5410b90

File tree

4 files changed

+181
-279
lines changed

4 files changed

+181
-279
lines changed

clients/client-macie2/src/commands/CreateClassificationJobCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export interface CreateClassificationJobCommandOutput extends CreateClassificati
5757
* managedDataIdentifierIds: [
5858
* "STRING_VALUE",
5959
* ],
60-
* managedDataIdentifierSelector: "ALL" || "EXCLUDE" || "INCLUDE" || "NONE",
60+
* managedDataIdentifierSelector: "ALL" || "EXCLUDE" || "INCLUDE" || "NONE" || "RECOMMENDED",
6161
* name: "STRING_VALUE", // required
6262
* s3JobDefinition: { // S3JobDefinition
6363
* bucketCriteria: { // S3BucketCriteriaForJob

clients/client-macie2/src/commands/DescribeClassificationJobCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export interface DescribeClassificationJobCommandOutput extends DescribeClassifi
7070
* // managedDataIdentifierIds: [
7171
* // "STRING_VALUE",
7272
* // ],
73-
* // managedDataIdentifierSelector: "ALL" || "EXCLUDE" || "INCLUDE" || "NONE",
73+
* // managedDataIdentifierSelector: "ALL" || "EXCLUDE" || "INCLUDE" || "NONE" || "RECOMMENDED",
7474
* // name: "STRING_VALUE",
7575
* // s3JobDefinition: { // S3JobDefinition
7676
* // bucketCriteria: { // S3BucketCriteriaForJob

0 commit comments

Comments
 (0)