Skip to content

Commit 692e317

Browse files
author
AWS
committed
Amazon Macie 2 Update: This release adds support for managing the status of automated sensitive data discovery for individual accounts in an organization, and determining whether individual S3 buckets are included in the scope of the analyses.
1 parent e16ed14 commit 692e317

File tree

3 files changed

+411
-95
lines changed

3 files changed

+411
-95
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Macie 2",
4+
"contributor": "",
5+
"description": "This release adds support for managing the status of automated sensitive data discovery for individual accounts in an organization, and determining whether individual S3 buckets are included in the scope of the analyses."
6+
}

services/macie2/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"limit_key": "maxResults",
1313
"result_key": "records"
1414
},
15+
"ListAutomatedDiscoveryAccounts": {
16+
"input_token": "nextToken",
17+
"output_token": "nextToken",
18+
"limit_key": "maxResults",
19+
"result_key": "items"
20+
},
1521
"ListClassificationJobs": {
1622
"input_token": "nextToken",
1723
"output_token": "nextToken",

0 commit comments

Comments
 (0)