Skip to content

Commit c2e8427

Browse files
author
AWS
committed
Amazon Forecast Service Update: releasing What-If Analysis APIs and update ARN regex pattern to be more strict in accordance with security recommendation
1 parent 9cf665a commit c2e8427

File tree

3 files changed

+868
-20
lines changed

3 files changed

+868
-20
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 Forecast Service",
4+
"contributor": "",
5+
"description": "releasing What-If Analysis APIs and update ARN regex pattern to be more strict in accordance with security recommendation"
6+
}

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,24 @@
6565
"limit_key": "MaxResults",
6666
"output_token": "NextToken",
6767
"result_key": "Predictors"
68+
},
69+
"ListWhatIfAnalyses": {
70+
"input_token": "NextToken",
71+
"limit_key": "MaxResults",
72+
"output_token": "NextToken",
73+
"result_key": "WhatIfAnalyses"
74+
},
75+
"ListWhatIfForecastExports": {
76+
"input_token": "NextToken",
77+
"limit_key": "MaxResults",
78+
"output_token": "NextToken",
79+
"result_key": "WhatIfForecastExports"
80+
},
81+
"ListWhatIfForecasts": {
82+
"input_token": "NextToken",
83+
"limit_key": "MaxResults",
84+
"output_token": "NextToken",
85+
"result_key": "WhatIfForecasts"
6886
}
6987
}
7088
}

0 commit comments

Comments
 (0)