Skip to content

Commit 46fc7fc

Browse files
author
AWS
committed
Amazon CloudWatch Logs Update: Adds "Create field indexes to improve query performance and reduce scan volume" and "Transform logs during ingestion". Updates documentation for "PutLogEvents with Entity".
1 parent 22c4f19 commit 46fc7fc

File tree

3 files changed

+1325
-35
lines changed

3 files changed

+1325
-35
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": "Adds \"Create field indexes to improve query performance and reduce scan volume\" and \"Transform logs during ingestion\". Updates documentation for \"PutLogEvents with Entity\"."
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
@@ -80,6 +80,12 @@
8080
"limit_key": "limit",
8181
"output_token": "nextToken",
8282
"result_key": "anomalyDetectors"
83+
},
84+
"ListLogGroupsForQuery": {
85+
"input_token": "nextToken",
86+
"limit_key": "maxResults",
87+
"output_token": "nextToken",
88+
"result_key": "logGroupIdentifiers"
8389
}
8490
}
8591
}

0 commit comments

Comments
 (0)