Skip to content

Commit 1bea6c7

Browse files
author
AWS
committed
AWS CloudTrail Update: AWS CloudTrail now supports Insights for data events, expanding beyond management events to automatically detect unusual activity on data plane operations.
1 parent df853e4 commit 1bea6c7

File tree

3 files changed

+148
-14
lines changed

3 files changed

+148
-14
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": "AWS CloudTrail",
4+
"contributor": "",
5+
"description": "AWS CloudTrail now supports Insights for data events, expanding beyond management events to automatically detect unusual activity on data plane operations."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
"output_token": "NextToken",
3030
"result_key": "Imports"
3131
},
32+
"ListInsightsData": {
33+
"input_token": "NextToken",
34+
"limit_key": "MaxResults",
35+
"output_token": "NextToken",
36+
"result_key": "Events"
37+
},
3238
"ListInsightsMetricData": {
3339
"input_token": "NextToken",
3440
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)