Skip to content

Commit 39ab522

Browse files
author
AWS
committed
Amazon CloudWatch Logs Update: CloudWatch Logs adds managed S3 Tables integration to access logs using other analytical tools, as well as facets and field indexing to simplify log analytics in CloudWatch Logs Insights.
1 parent a1c7096 commit 39ab522

File tree

3 files changed

+553
-109
lines changed

3 files changed

+553
-109
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": "CloudWatch Logs adds managed S3 Tables integration to access logs using other analytical tools, as well as facets and field indexing to simplify log analytics in CloudWatch Logs Insights."
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
@@ -98,6 +98,12 @@
9898
"limit_key": "maxResults",
9999
"output_token": "nextToken",
100100
"result_key": "scheduledQueries"
101+
},
102+
"ListSourcesForS3TableIntegration": {
103+
"input_token": "nextToken",
104+
"limit_key": "maxResults",
105+
"output_token": "nextToken",
106+
"result_key": "sources"
101107
}
102108
}
103109
}

0 commit comments

Comments
 (0)