Skip to content

Commit cfc439b

Browse files
author
AWS
committed
Amazon DevOps Guru Update: Add paginator for DescribeResourceCollectionHealth
1 parent 835cd31 commit cfc439b

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 DescribeResourceCollectionHealth"
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
@@ -13,11 +13,18 @@
1313
"input_token": "NextToken",
1414
"output_token": "NextToken",
1515
"result_key": [
16-
"CloudFormation"
16+
"CloudFormation",
17+
"Service"
1718
]
1819
},
1920
"GetCostEstimation": {
2021
"input_token": "NextToken",
22+
"non_aggregate_keys": [
23+
"Status",
24+
"TotalCost",
25+
"TimeRange",
26+
"ResourceCollection"
27+
],
2128
"output_token": "NextToken",
2229
"result_key": [
2330
"Costs"

0 commit comments

Comments
 (0)