Skip to content

Commit 8776aa2

Browse files
author
AWS
committed
Amazon DevOps Guru Update: Added GetCostEstimation and StartCostEstimation to get the monthly resource usage cost and added ability to view resource health by AWS service name and to search insights be AWS service name.
1 parent 8371692 commit 8776aa2

File tree

3 files changed

+353
-23
lines changed

3 files changed

+353
-23
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 GetCostEstimation and StartCostEstimation to get the monthly resource usage cost and added ability to view resource health by AWS service name and to search insights be AWS service name."
6+
}

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,21 @@
44
"input_token": "NextToken",
55
"output_token": "NextToken",
66
"result_key": [
7-
"CloudFormation"
7+
"CloudFormation",
8+
"Service"
9+
]
10+
},
11+
"GetCostEstimation": {
12+
"input_token": "NextToken",
13+
"non_aggregate_keys": [
14+
"Status",
15+
"TotalCost",
16+
"TimeRange",
17+
"ResourceCollection"
18+
],
19+
"output_token": "NextToken",
20+
"result_key": [
21+
"Costs"
822
]
923
},
1024
"GetResourceCollection": {

0 commit comments

Comments
 (0)