Skip to content

Commit 4a2a390

Browse files
author
AWS
committed
Amazon CloudWatch Logs Update: This release allows you to import your historical CloudTrail Lake data into CloudWatch with a few steps, enabling you to easily consolidate operational, security, and compliance data in one place.
1 parent 52d0a4c commit 4a2a390

File tree

3 files changed

+364
-7
lines changed

3 files changed

+364
-7
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 CloudWatch Logs",
4+
"contributor": "",
5+
"description": "This release allows you to import your historical CloudTrail Lake data into CloudWatch with a few steps, enabling you to easily consolidate operational, security, and compliance data in one place."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@
7575
"output_token": "nextToken",
7676
"result_key": "triggerHistory"
7777
},
78+
"ListAggregateLogGroupSummaries": {
79+
"input_token": "nextToken",
80+
"limit_key": "limit",
81+
"output_token": "nextToken",
82+
"result_key": "aggregateLogGroupSummaries"
83+
},
7884
"ListAnomalies": {
7985
"input_token": "nextToken",
8086
"limit_key": "limit",

0 commit comments

Comments
 (0)