Skip to content

Commit ce06ad8

Browse files
author
AWS
committed
Amazon DevOps Guru Update: Add support for cross account APIs.
1 parent adf7e00 commit ce06ad8

File tree

3 files changed

+663
-87
lines changed

3 files changed

+663
-87
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 support for cross account APIs."
6+
}

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

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
{
22
"pagination": {
3-
"DescribeResourceCollectionHealth": {
3+
"DescribeOrganizationResourceCollectionHealth": {
44
"input_token": "NextToken",
55
"output_token": "NextToken",
66
"result_key": [
77
"CloudFormation",
8+
"Account",
89
"Service"
910
]
1011
},
12+
"DescribeResourceCollectionHealth": {
13+
"input_token": "NextToken",
14+
"output_token": "NextToken",
15+
"result_key": [
16+
"CloudFormation"
17+
]
18+
},
1119
"GetCostEstimation": {
1220
"input_token": "NextToken",
13-
"non_aggregate_keys": [
14-
"Status",
15-
"TotalCost",
16-
"TimeRange",
17-
"ResourceCollection"
18-
],
1921
"output_token": "NextToken",
2022
"result_key": [
2123
"Costs"
@@ -60,6 +62,15 @@
6062
"output_token": "NextToken",
6163
"result_key": "Channels"
6264
},
65+
"ListOrganizationInsights": {
66+
"input_token": "NextToken",
67+
"limit_key": "MaxResults",
68+
"output_token": "NextToken",
69+
"result_key": [
70+
"ProactiveInsights",
71+
"ReactiveInsights"
72+
]
73+
},
6374
"ListRecommendations": {
6475
"input_token": "NextToken",
6576
"output_token": "NextToken",
@@ -73,6 +84,15 @@
7384
"ProactiveInsights",
7485
"ReactiveInsights"
7586
]
87+
},
88+
"SearchOrganizationInsights": {
89+
"input_token": "NextToken",
90+
"limit_key": "MaxResults",
91+
"output_token": "NextToken",
92+
"result_key": [
93+
"ProactiveInsights",
94+
"ReactiveInsights"
95+
]
7696
}
7797
}
7898
}

0 commit comments

Comments
 (0)