Skip to content

Commit 202bf7a

Browse files
author
AWS
committed
Amazon DevOps Guru Update: DevOps Guru now provides detailed, database-specific analyses of performance issues and recommends corrective actions for Amazon Aurora database instances with Performance Insights turned on. You can also use AWS tags to choose which resources to analyze and define your applications.
1 parent 6456bc3 commit 202bf7a

File tree

3 files changed

+469
-40
lines changed

3 files changed

+469
-40
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": "DevOps Guru now provides detailed, database-specific analyses of performance issues and recommends corrective actions for Amazon Aurora database instances with Performance Insights turned on. You can also use AWS tags to choose which resources to analyze and define your applications."
6+
}

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"output_token": "NextToken",
1515
"result_key": [
1616
"CloudFormation",
17-
"Service"
17+
"Service",
18+
"Tags"
1819
]
1920
},
2021
"GetCostEstimation": {
@@ -37,7 +38,8 @@
3738
],
3839
"output_token": "NextToken",
3940
"result_key": [
40-
"ResourceCollection.CloudFormation.StackNames"
41+
"ResourceCollection.CloudFormation.StackNames",
42+
"ResourceCollection.Tags"
4143
]
4244
},
4345
"ListAnomaliesForInsight": {

0 commit comments

Comments
 (0)