Skip to content

Commit 475fc35

Browse files
author
AWS
committed
Amazon DevOps Guru Update: Added new APIs for log anomaly detection feature.
1 parent 59e7966 commit 475fc35

File tree

3 files changed

+358
-3
lines changed

3 files changed

+358
-3
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 DevOps Guru",
4+
"contributor": "",
5+
"description": "Added new APIs for log anomaly detection feature."
6+
}

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,15 @@
5252
"ProactiveAnomalies"
5353
]
5454
},
55+
"ListAnomalousLogGroups": {
56+
"input_token": "NextToken",
57+
"limit_key": "MaxResults",
58+
"output_token": "NextToken",
59+
"result_key": [
60+
"InsightId",
61+
"AnomalousLogGroups"
62+
]
63+
},
5564
"ListEvents": {
5665
"input_token": "NextToken",
5766
"limit_key": "MaxResults",
@@ -67,6 +76,14 @@
6776
"ReactiveInsights"
6877
]
6978
},
79+
"ListMonitoredResources": {
80+
"input_token": "NextToken",
81+
"limit_key": "MaxResults",
82+
"output_token": "NextToken",
83+
"result_key": [
84+
"MonitoredResourceIdentifiers"
85+
]
86+
},
7087
"ListNotificationChannels": {
7188
"input_token": "NextToken",
7289
"output_token": "NextToken",

0 commit comments

Comments
 (0)