Skip to content

Commit c0d7507

Browse files
author
AWS
committed
Amazon DevOps Guru Update: Add paginator for GetCostEstimation
1 parent dfef833 commit c0d7507

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
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": "Add paginator for GetCostEstimation"
6+
}

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@
44
"input_token": "NextToken",
55
"output_token": "NextToken",
66
"result_key": [
7-
"CloudFormation"
7+
"CloudFormation",
8+
"Service"
89
]
910
},
1011
"GetCostEstimation": {
1112
"input_token": "NextToken",
13+
"non_aggregate_keys": [
14+
"Status",
15+
"TotalCost",
16+
"TimeRange",
17+
"ResourceCollection"
18+
],
1219
"output_token": "NextToken",
1320
"result_key": [
1421
"Costs"

0 commit comments

Comments
 (0)