Skip to content

Commit 70c01a6

Browse files
author
AWS
committed
Access Analyzer Update: IAM Access Analyzer now analyzes your CloudTrail events to identify actions and services that have been used by an IAM entity (user or role) and generates an IAM policy that is based on that activity.
1 parent 9f190d7 commit 70c01a6

File tree

3 files changed

+486
-0
lines changed

3 files changed

+486
-0
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": "Access Analyzer",
4+
"contributor": "",
5+
"description": "IAM Access Analyzer now analyzes your CloudTrail events to identify actions and services that have been used by an IAM entity (user or role) and generates an IAM policy that is based on that activity."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
"limit_key": "maxResults",
3737
"result_key": "findings"
3838
},
39+
"ListPolicyGenerations": {
40+
"input_token": "nextToken",
41+
"output_token": "nextToken",
42+
"limit_key": "maxResults",
43+
"result_key": "policyGenerations"
44+
},
3945
"ValidatePolicy": {
4046
"input_token": "nextToken",
4147
"output_token": "nextToken",

0 commit comments

Comments
 (0)