Skip to content

Commit

Permalink
Amazon DevOps Guru Update: Add paginator for DescribeResourceCollecti…
Browse files Browse the repository at this point in the history
…onHealth
  • Loading branch information
AWS committed Nov 17, 2021
1 parent 835cd31 commit cfc439b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AmazonDevOpsGuru-a176fe9.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Amazon DevOps Guru",
"contributor": "",
"description": "Add paginator for DescribeResourceCollectionHealth"
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,18 @@
"input_token": "NextToken",
"output_token": "NextToken",
"result_key": [
"CloudFormation"
"CloudFormation",
"Service"
]
},
"GetCostEstimation": {
"input_token": "NextToken",
"non_aggregate_keys": [
"Status",
"TotalCost",
"TimeRange",
"ResourceCollection"
],
"output_token": "NextToken",
"result_key": [
"Costs"
Expand Down

0 comments on commit cfc439b

Please sign in to comment.