Skip to content

Commit b64246e

Browse files
author
AWS
committed
Amazon Fraud Detector Update: Added new APIs for viewing past predictions and obtaining prediction metadata including prediction explanations: ListEventPredictions and GetEventPredictionMetadata
1 parent 6b5d561 commit b64246e

File tree

3 files changed

+438
-0
lines changed

3 files changed

+438
-0
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 Fraud Detector",
4+
"contributor": "",
5+
"description": "Added new APIs for viewing past predictions and obtaining prediction metadata including prediction explanations: ListEventPredictions and GetEventPredictionMetadata"
6+
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@
6060
"output_token": "nextToken",
6161
"limit_key": "maxResults"
6262
},
63+
"ListEventPredictions": {
64+
"input_token": "nextToken",
65+
"output_token": "nextToken",
66+
"limit_key": "maxResults"
67+
},
6368
"ListTagsForResource": {
6469
"input_token": "nextToken",
6570
"output_token": "nextToken",

0 commit comments

Comments
 (0)